From 576f17b6cfa1ed65a50ef57a0322fc290576e8e3 Mon Sep 17 00:00:00 2001 From: Kensei Nakada Date: Sun, 21 May 2023 14:04:11 +0900 Subject: [PATCH 1/2] add protobuf definition and generated Golang code which is buildable with TinyGo --- .gitmodules | 3 + Makefile | 13 + kubernetes/kubernetes | 1 + kubernetes/kubernetes.checkout | 1 + kubernetes/proto/api/kubernetes.pb.go | 190672 +++++++++++++++++++++++ kubernetes/proto/go.mod | 5 + kubernetes/proto/go.sum | 8 + kubernetes/proto/kubernetes.proto | 38259 +++++ 8 files changed, 228962 insertions(+) create mode 100644 .gitmodules create mode 100644 Makefile create mode 160000 kubernetes/kubernetes create mode 100644 kubernetes/kubernetes.checkout create mode 100644 kubernetes/proto/api/kubernetes.pb.go create mode 100644 kubernetes/proto/go.mod create mode 100644 kubernetes/proto/go.sum create mode 100644 kubernetes/proto/kubernetes.proto diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..06e82a60 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "kubernetes/kubernetes"] + path = kubernetes/kubernetes + url = https://github.com/kubernetes/kubernetes.git diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..41bf670a --- /dev/null +++ b/Makefile @@ -0,0 +1,13 @@ +.PHONY: submodule-update +submodule-update: + git submodule update -i + cp ./kubernetes/kubernetes.checkout ./.git/modules/kubernetes/kubernetes/info/sparse-checkout + cd ./kubernetes/kubernetes; \ + git config core.sparsecheckout true; \ + git read-tree -mu HEAD + + +.PHONY: update-kubernetes-proto + go install github.com/sanposhiho/openapi2proto/cmd/openapi2proto@kubernetes-compat + go install google.golang.org/protobuf/cmd/protoc-gen-go@latest + openapi2proto -spec ./kubernetes/kubernetes/api/openapi-spec/swagger.json -out ./kubernetes/proto/kubernetes.proto \ No newline at end of file diff --git a/kubernetes/kubernetes b/kubernetes/kubernetes new file mode 160000 index 00000000..c7c41d27 --- /dev/null +++ b/kubernetes/kubernetes @@ -0,0 +1 @@ +Subproject commit c7c41d27b4ded143f059afcae05c0ee9b4db67a3 diff --git a/kubernetes/kubernetes.checkout b/kubernetes/kubernetes.checkout new file mode 100644 index 00000000..99bee003 --- /dev/null +++ b/kubernetes/kubernetes.checkout @@ -0,0 +1 @@ +api/openapi-spec/swagger.json \ No newline at end of file diff --git a/kubernetes/proto/api/kubernetes.pb.go b/kubernetes/proto/api/kubernetes.pb.go new file mode 100644 index 00000000..bef56f17 --- /dev/null +++ b/kubernetes/proto/api/kubernetes.pb.go @@ -0,0 +1,190672 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// versions: +// protoc-gen-go v1.30.0 +// protoc v3.21.12 +// source: kubernetes/proto/kubernetes.proto + +package api + +import ( + protoreflect "google.golang.org/protobuf/reflect/protoreflect" + protoimpl "google.golang.org/protobuf/runtime/protoimpl" + emptypb "google.golang.org/protobuf/types/known/emptypb" + structpb "google.golang.org/protobuf/types/known/structpb" + wrapperspb "google.golang.org/protobuf/types/known/wrapperspb" + reflect "reflect" + sync "sync" +) + +const ( + // Verify that this generated code is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) + // Verify that runtime/protoimpl is sufficiently up-to-date. + _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) +) + +type ConnectCoreV1DeleteNamespacedPodProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyRequest) Reset() { + *x = ConnectCoreV1DeleteNamespacedPodProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[0] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1DeleteNamespacedPodProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[0] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1DeleteNamespacedPodProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1DeleteNamespacedPodProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{0} +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest) Reset() { + *x = ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1} +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1DeleteNamespacedServiceProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyRequest) Reset() { + *x = ConnectCoreV1DeleteNamespacedServiceProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[2] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1DeleteNamespacedServiceProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[2] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1DeleteNamespacedServiceProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1DeleteNamespacedServiceProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{2} +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest) Reset() { + *x = ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[3] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[3] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{3} +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1DeleteNodeProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1DeleteNodeProxyRequest) Reset() { + *x = ConnectCoreV1DeleteNodeProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[4] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1DeleteNodeProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1DeleteNodeProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1DeleteNodeProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[4] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1DeleteNodeProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1DeleteNodeProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{4} +} + +func (x *ConnectCoreV1DeleteNodeProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1DeleteNodeProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1DeleteNodeProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1DeleteNodeProxyWithPathRequest) Reset() { + *x = ConnectCoreV1DeleteNodeProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1DeleteNodeProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1DeleteNodeProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1DeleteNodeProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[5] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1DeleteNodeProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1DeleteNodeProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{5} +} + +func (x *ConnectCoreV1DeleteNodeProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1DeleteNodeProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1GetNamespacedPodAttachRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The container in which to execute the command. Defaults to only container if there is only one container in the pod. + Container string `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"` + // name of the PodAttachOptions + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. + Stderr bool `protobuf:"varint,4,opt,name=stderr,proto3" json:"stderr,omitempty"` + // Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. + Stdin bool `protobuf:"varint,5,opt,name=stdin,proto3" json:"stdin,omitempty"` + // Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. + Stdout bool `protobuf:"varint,6,opt,name=stdout,proto3" json:"stdout,omitempty"` + // TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. + Tty bool `protobuf:"varint,7,opt,name=tty,proto3" json:"tty,omitempty"` +} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) Reset() { + *x = ConnectCoreV1GetNamespacedPodAttachRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[6] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1GetNamespacedPodAttachRequest) ProtoMessage() {} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[6] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1GetNamespacedPodAttachRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1GetNamespacedPodAttachRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{6} +} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) GetContainer() string { + if x != nil { + return x.Container + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) GetStderr() bool { + if x != nil { + return x.Stderr + } + return false +} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) GetStdin() bool { + if x != nil { + return x.Stdin + } + return false +} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) GetStdout() bool { + if x != nil { + return x.Stdout + } + return false +} + +func (x *ConnectCoreV1GetNamespacedPodAttachRequest) GetTty() bool { + if x != nil { + return x.Tty + } + return false +} + +type ConnectCoreV1GetNamespacedPodExecRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Command is the remote command to execute. argv array. Not executed within a shell. + Command string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"` + // Container in which to execute the command. Defaults to only container if there is only one container in the pod. + Container string `protobuf:"bytes,2,opt,name=container,proto3" json:"container,omitempty"` + // name of the PodExecOptions + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Redirect the standard error stream of the pod for this call. + Stderr bool `protobuf:"varint,5,opt,name=stderr,proto3" json:"stderr,omitempty"` + // Redirect the standard input stream of the pod for this call. Defaults to false. + Stdin bool `protobuf:"varint,6,opt,name=stdin,proto3" json:"stdin,omitempty"` + // Redirect the standard output stream of the pod for this call. + Stdout bool `protobuf:"varint,7,opt,name=stdout,proto3" json:"stdout,omitempty"` + // TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. + Tty bool `protobuf:"varint,8,opt,name=tty,proto3" json:"tty,omitempty"` +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) Reset() { + *x = ConnectCoreV1GetNamespacedPodExecRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[7] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1GetNamespacedPodExecRequest) ProtoMessage() {} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[7] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1GetNamespacedPodExecRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1GetNamespacedPodExecRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{7} +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) GetCommand() string { + if x != nil { + return x.Command + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) GetContainer() string { + if x != nil { + return x.Container + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) GetStderr() bool { + if x != nil { + return x.Stderr + } + return false +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) GetStdin() bool { + if x != nil { + return x.Stdin + } + return false +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) GetStdout() bool { + if x != nil { + return x.Stdout + } + return false +} + +func (x *ConnectCoreV1GetNamespacedPodExecRequest) GetTty() bool { + if x != nil { + return x.Tty + } + return false +} + +type ConnectCoreV1GetNamespacedPodPortforwardRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodPortForwardOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // List of ports to forward Required when using WebSockets + Ports int32 `protobuf:"varint,3,opt,name=ports,proto3" json:"ports,omitempty"` +} + +func (x *ConnectCoreV1GetNamespacedPodPortforwardRequest) Reset() { + *x = ConnectCoreV1GetNamespacedPodPortforwardRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[8] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1GetNamespacedPodPortforwardRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1GetNamespacedPodPortforwardRequest) ProtoMessage() {} + +func (x *ConnectCoreV1GetNamespacedPodPortforwardRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[8] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1GetNamespacedPodPortforwardRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1GetNamespacedPodPortforwardRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{8} +} + +func (x *ConnectCoreV1GetNamespacedPodPortforwardRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodPortforwardRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodPortforwardRequest) GetPorts() int32 { + if x != nil { + return x.Ports + } + return 0 +} + +type ConnectCoreV1GetNamespacedPodProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1GetNamespacedPodProxyRequest) Reset() { + *x = ConnectCoreV1GetNamespacedPodProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[9] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1GetNamespacedPodProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1GetNamespacedPodProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1GetNamespacedPodProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[9] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1GetNamespacedPodProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1GetNamespacedPodProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{9} +} + +func (x *ConnectCoreV1GetNamespacedPodProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1GetNamespacedPodProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1GetNamespacedPodProxyWithPathRequest) Reset() { + *x = ConnectCoreV1GetNamespacedPodProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[10] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1GetNamespacedPodProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1GetNamespacedPodProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1GetNamespacedPodProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[10] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1GetNamespacedPodProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1GetNamespacedPodProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{10} +} + +func (x *ConnectCoreV1GetNamespacedPodProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedPodProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1GetNamespacedServiceProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyRequest) Reset() { + *x = ConnectCoreV1GetNamespacedServiceProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[11] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1GetNamespacedServiceProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1GetNamespacedServiceProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[11] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1GetNamespacedServiceProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1GetNamespacedServiceProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{11} +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1GetNamespacedServiceProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyWithPathRequest) Reset() { + *x = ConnectCoreV1GetNamespacedServiceProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[12] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1GetNamespacedServiceProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1GetNamespacedServiceProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[12] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1GetNamespacedServiceProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1GetNamespacedServiceProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{12} +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1GetNamespacedServiceProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1GetNodeProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1GetNodeProxyRequest) Reset() { + *x = ConnectCoreV1GetNodeProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[13] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1GetNodeProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1GetNodeProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1GetNodeProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[13] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1GetNodeProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1GetNodeProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{13} +} + +func (x *ConnectCoreV1GetNodeProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1GetNodeProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1GetNodeProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1GetNodeProxyWithPathRequest) Reset() { + *x = ConnectCoreV1GetNodeProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[14] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1GetNodeProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1GetNodeProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1GetNodeProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[14] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1GetNodeProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1GetNodeProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{14} +} + +func (x *ConnectCoreV1GetNodeProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1GetNodeProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PatchNamespacedPodProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyRequest) Reset() { + *x = ConnectCoreV1PatchNamespacedPodProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[15] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PatchNamespacedPodProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PatchNamespacedPodProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[15] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PatchNamespacedPodProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PatchNamespacedPodProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{15} +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PatchNamespacedPodProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyWithPathRequest) Reset() { + *x = ConnectCoreV1PatchNamespacedPodProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[16] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PatchNamespacedPodProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PatchNamespacedPodProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[16] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PatchNamespacedPodProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PatchNamespacedPodProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{16} +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PatchNamespacedPodProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PatchNamespacedServiceProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyRequest) Reset() { + *x = ConnectCoreV1PatchNamespacedServiceProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[17] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PatchNamespacedServiceProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[17] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PatchNamespacedServiceProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PatchNamespacedServiceProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{17} +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest) Reset() { + *x = ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[18] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[18] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{18} +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PatchNodeProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PatchNodeProxyRequest) Reset() { + *x = ConnectCoreV1PatchNodeProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[19] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PatchNodeProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PatchNodeProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PatchNodeProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[19] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PatchNodeProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PatchNodeProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{19} +} + +func (x *ConnectCoreV1PatchNodeProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PatchNodeProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PatchNodeProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PatchNodeProxyWithPathRequest) Reset() { + *x = ConnectCoreV1PatchNodeProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[20] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PatchNodeProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PatchNodeProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PatchNodeProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[20] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PatchNodeProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PatchNodeProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{20} +} + +func (x *ConnectCoreV1PatchNodeProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PatchNodeProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PostNamespacedPodAttachRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The container in which to execute the command. Defaults to only container if there is only one container in the pod. + Container string `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"` + // name of the PodAttachOptions + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. + Stderr bool `protobuf:"varint,4,opt,name=stderr,proto3" json:"stderr,omitempty"` + // Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. + Stdin bool `protobuf:"varint,5,opt,name=stdin,proto3" json:"stdin,omitempty"` + // Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. + Stdout bool `protobuf:"varint,6,opt,name=stdout,proto3" json:"stdout,omitempty"` + // TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. + Tty bool `protobuf:"varint,7,opt,name=tty,proto3" json:"tty,omitempty"` +} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) Reset() { + *x = ConnectCoreV1PostNamespacedPodAttachRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[21] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PostNamespacedPodAttachRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[21] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PostNamespacedPodAttachRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PostNamespacedPodAttachRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{21} +} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) GetContainer() string { + if x != nil { + return x.Container + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) GetStderr() bool { + if x != nil { + return x.Stderr + } + return false +} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) GetStdin() bool { + if x != nil { + return x.Stdin + } + return false +} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) GetStdout() bool { + if x != nil { + return x.Stdout + } + return false +} + +func (x *ConnectCoreV1PostNamespacedPodAttachRequest) GetTty() bool { + if x != nil { + return x.Tty + } + return false +} + +type ConnectCoreV1PostNamespacedPodExecRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Command is the remote command to execute. argv array. Not executed within a shell. + Command string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"` + // Container in which to execute the command. Defaults to only container if there is only one container in the pod. + Container string `protobuf:"bytes,2,opt,name=container,proto3" json:"container,omitempty"` + // name of the PodExecOptions + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Redirect the standard error stream of the pod for this call. + Stderr bool `protobuf:"varint,5,opt,name=stderr,proto3" json:"stderr,omitempty"` + // Redirect the standard input stream of the pod for this call. Defaults to false. + Stdin bool `protobuf:"varint,6,opt,name=stdin,proto3" json:"stdin,omitempty"` + // Redirect the standard output stream of the pod for this call. + Stdout bool `protobuf:"varint,7,opt,name=stdout,proto3" json:"stdout,omitempty"` + // TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. + Tty bool `protobuf:"varint,8,opt,name=tty,proto3" json:"tty,omitempty"` +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) Reset() { + *x = ConnectCoreV1PostNamespacedPodExecRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[22] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PostNamespacedPodExecRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[22] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PostNamespacedPodExecRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PostNamespacedPodExecRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{22} +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) GetCommand() string { + if x != nil { + return x.Command + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) GetContainer() string { + if x != nil { + return x.Container + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) GetStderr() bool { + if x != nil { + return x.Stderr + } + return false +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) GetStdin() bool { + if x != nil { + return x.Stdin + } + return false +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) GetStdout() bool { + if x != nil { + return x.Stdout + } + return false +} + +func (x *ConnectCoreV1PostNamespacedPodExecRequest) GetTty() bool { + if x != nil { + return x.Tty + } + return false +} + +type ConnectCoreV1PostNamespacedPodPortforwardRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodPortForwardOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // List of ports to forward Required when using WebSockets + Ports int32 `protobuf:"varint,3,opt,name=ports,proto3" json:"ports,omitempty"` +} + +func (x *ConnectCoreV1PostNamespacedPodPortforwardRequest) Reset() { + *x = ConnectCoreV1PostNamespacedPodPortforwardRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[23] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PostNamespacedPodPortforwardRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PostNamespacedPodPortforwardRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PostNamespacedPodPortforwardRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[23] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PostNamespacedPodPortforwardRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PostNamespacedPodPortforwardRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{23} +} + +func (x *ConnectCoreV1PostNamespacedPodPortforwardRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodPortforwardRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodPortforwardRequest) GetPorts() int32 { + if x != nil { + return x.Ports + } + return 0 +} + +type ConnectCoreV1PostNamespacedPodProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PostNamespacedPodProxyRequest) Reset() { + *x = ConnectCoreV1PostNamespacedPodProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[24] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PostNamespacedPodProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PostNamespacedPodProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PostNamespacedPodProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[24] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PostNamespacedPodProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PostNamespacedPodProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{24} +} + +func (x *ConnectCoreV1PostNamespacedPodProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PostNamespacedPodProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PostNamespacedPodProxyWithPathRequest) Reset() { + *x = ConnectCoreV1PostNamespacedPodProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[25] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PostNamespacedPodProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PostNamespacedPodProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PostNamespacedPodProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[25] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PostNamespacedPodProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PostNamespacedPodProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{25} +} + +func (x *ConnectCoreV1PostNamespacedPodProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedPodProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PostNamespacedServiceProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyRequest) Reset() { + *x = ConnectCoreV1PostNamespacedServiceProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[26] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PostNamespacedServiceProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PostNamespacedServiceProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[26] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PostNamespacedServiceProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PostNamespacedServiceProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{26} +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PostNamespacedServiceProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyWithPathRequest) Reset() { + *x = ConnectCoreV1PostNamespacedServiceProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[27] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PostNamespacedServiceProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PostNamespacedServiceProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[27] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PostNamespacedServiceProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PostNamespacedServiceProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{27} +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PostNamespacedServiceProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PostNodeProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PostNodeProxyRequest) Reset() { + *x = ConnectCoreV1PostNodeProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[28] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PostNodeProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PostNodeProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PostNodeProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[28] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PostNodeProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PostNodeProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{28} +} + +func (x *ConnectCoreV1PostNodeProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PostNodeProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PostNodeProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PostNodeProxyWithPathRequest) Reset() { + *x = ConnectCoreV1PostNodeProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[29] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PostNodeProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PostNodeProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PostNodeProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[29] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PostNodeProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PostNodeProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{29} +} + +func (x *ConnectCoreV1PostNodeProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PostNodeProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PutNamespacedPodProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PutNamespacedPodProxyRequest) Reset() { + *x = ConnectCoreV1PutNamespacedPodProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[30] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PutNamespacedPodProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PutNamespacedPodProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PutNamespacedPodProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[30] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PutNamespacedPodProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PutNamespacedPodProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{30} +} + +func (x *ConnectCoreV1PutNamespacedPodProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PutNamespacedPodProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PutNamespacedPodProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PutNamespacedPodProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the URL path to use for the current proxy request to pod. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PutNamespacedPodProxyWithPathRequest) Reset() { + *x = ConnectCoreV1PutNamespacedPodProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[31] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PutNamespacedPodProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PutNamespacedPodProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PutNamespacedPodProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[31] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PutNamespacedPodProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PutNamespacedPodProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{31} +} + +func (x *ConnectCoreV1PutNamespacedPodProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PutNamespacedPodProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PutNamespacedPodProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PutNamespacedServiceProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyRequest) Reset() { + *x = ConnectCoreV1PutNamespacedServiceProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[32] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PutNamespacedServiceProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PutNamespacedServiceProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[32] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PutNamespacedServiceProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PutNamespacedServiceProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{32} +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PutNamespacedServiceProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyWithPathRequest) Reset() { + *x = ConnectCoreV1PutNamespacedServiceProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[33] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PutNamespacedServiceProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PutNamespacedServiceProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[33] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PutNamespacedServiceProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PutNamespacedServiceProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{33} +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyWithPathRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ConnectCoreV1PutNamespacedServiceProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PutNodeProxyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PutNodeProxyRequest) Reset() { + *x = ConnectCoreV1PutNodeProxyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[34] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PutNodeProxyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PutNodeProxyRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PutNodeProxyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[34] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PutNodeProxyRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PutNodeProxyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{34} +} + +func (x *ConnectCoreV1PutNodeProxyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PutNodeProxyRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type ConnectCoreV1PutNodeProxyWithPathRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NodeProxyOptions + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Path is the URL path to use for the current proxy request to node. + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *ConnectCoreV1PutNodeProxyWithPathRequest) Reset() { + *x = ConnectCoreV1PutNodeProxyWithPathRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[35] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ConnectCoreV1PutNodeProxyWithPathRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ConnectCoreV1PutNodeProxyWithPathRequest) ProtoMessage() {} + +func (x *ConnectCoreV1PutNodeProxyWithPathRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[35] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ConnectCoreV1PutNodeProxyWithPathRequest.ProtoReflect.Descriptor instead. +func (*ConnectCoreV1PutNodeProxyWithPathRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{35} +} + +func (x *ConnectCoreV1PutNodeProxyWithPathRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ConnectCoreV1PutNodeProxyWithPathRequest) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +type CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) Reset() { + *x = CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[36] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[36] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{36} +} + +func (x *CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetBody() *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Reset() { + *x = CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[37] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[37] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{37} +} + +func (x *CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetBody() *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Reset() { + *x = CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[38] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoMessage() {} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[38] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest.ProtoReflect.Descriptor instead. +func (*CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{38} +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetBody() *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Reset() { + *x = CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[39] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoMessage() {} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[39] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest.ProtoReflect.Descriptor instead. +func (*CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{39} +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetBody() *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateApiextensionsV1CustomResourceDefinitionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateApiextensionsV1CustomResourceDefinitionRequest) Reset() { + *x = CreateApiextensionsV1CustomResourceDefinitionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[40] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateApiextensionsV1CustomResourceDefinitionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateApiextensionsV1CustomResourceDefinitionRequest) ProtoMessage() {} + +func (x *CreateApiextensionsV1CustomResourceDefinitionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[40] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateApiextensionsV1CustomResourceDefinitionRequest.ProtoReflect.Descriptor instead. +func (*CreateApiextensionsV1CustomResourceDefinitionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{40} +} + +func (x *CreateApiextensionsV1CustomResourceDefinitionRequest) GetBody() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateApiextensionsV1CustomResourceDefinitionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateApiextensionsV1CustomResourceDefinitionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateApiextensionsV1CustomResourceDefinitionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateApiextensionsV1CustomResourceDefinitionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateApiregistrationV1ApiServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateApiregistrationV1ApiServiceRequest) Reset() { + *x = CreateApiregistrationV1ApiServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[41] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateApiregistrationV1ApiServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateApiregistrationV1ApiServiceRequest) ProtoMessage() {} + +func (x *CreateApiregistrationV1ApiServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[41] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateApiregistrationV1ApiServiceRequest.ProtoReflect.Descriptor instead. +func (*CreateApiregistrationV1ApiServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{41} +} + +func (x *CreateApiregistrationV1ApiServiceRequest) GetBody() *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateApiregistrationV1ApiServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateApiregistrationV1ApiServiceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateApiregistrationV1ApiServiceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateApiregistrationV1ApiServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAppsV1NamespacedControllerRevisionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1ControllerRevision `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAppsV1NamespacedControllerRevisionRequest) Reset() { + *x = CreateAppsV1NamespacedControllerRevisionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[42] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAppsV1NamespacedControllerRevisionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAppsV1NamespacedControllerRevisionRequest) ProtoMessage() {} + +func (x *CreateAppsV1NamespacedControllerRevisionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[42] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAppsV1NamespacedControllerRevisionRequest.ProtoReflect.Descriptor instead. +func (*CreateAppsV1NamespacedControllerRevisionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{42} +} + +func (x *CreateAppsV1NamespacedControllerRevisionRequest) GetBody() *IoK8SApiAppsV1ControllerRevision { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAppsV1NamespacedControllerRevisionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAppsV1NamespacedControllerRevisionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAppsV1NamespacedControllerRevisionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAppsV1NamespacedControllerRevisionRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateAppsV1NamespacedControllerRevisionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAppsV1NamespacedDaemonSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1DaemonSet `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAppsV1NamespacedDaemonSetRequest) Reset() { + *x = CreateAppsV1NamespacedDaemonSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[43] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAppsV1NamespacedDaemonSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAppsV1NamespacedDaemonSetRequest) ProtoMessage() {} + +func (x *CreateAppsV1NamespacedDaemonSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[43] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAppsV1NamespacedDaemonSetRequest.ProtoReflect.Descriptor instead. +func (*CreateAppsV1NamespacedDaemonSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{43} +} + +func (x *CreateAppsV1NamespacedDaemonSetRequest) GetBody() *IoK8SApiAppsV1DaemonSet { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAppsV1NamespacedDaemonSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAppsV1NamespacedDaemonSetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAppsV1NamespacedDaemonSetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAppsV1NamespacedDaemonSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateAppsV1NamespacedDaemonSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAppsV1NamespacedDeploymentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1Deployment `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAppsV1NamespacedDeploymentRequest) Reset() { + *x = CreateAppsV1NamespacedDeploymentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[44] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAppsV1NamespacedDeploymentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAppsV1NamespacedDeploymentRequest) ProtoMessage() {} + +func (x *CreateAppsV1NamespacedDeploymentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[44] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAppsV1NamespacedDeploymentRequest.ProtoReflect.Descriptor instead. +func (*CreateAppsV1NamespacedDeploymentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{44} +} + +func (x *CreateAppsV1NamespacedDeploymentRequest) GetBody() *IoK8SApiAppsV1Deployment { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAppsV1NamespacedDeploymentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAppsV1NamespacedDeploymentRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAppsV1NamespacedDeploymentRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAppsV1NamespacedDeploymentRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateAppsV1NamespacedDeploymentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAppsV1NamespacedReplicaSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1ReplicaSet `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAppsV1NamespacedReplicaSetRequest) Reset() { + *x = CreateAppsV1NamespacedReplicaSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[45] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAppsV1NamespacedReplicaSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAppsV1NamespacedReplicaSetRequest) ProtoMessage() {} + +func (x *CreateAppsV1NamespacedReplicaSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[45] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAppsV1NamespacedReplicaSetRequest.ProtoReflect.Descriptor instead. +func (*CreateAppsV1NamespacedReplicaSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{45} +} + +func (x *CreateAppsV1NamespacedReplicaSetRequest) GetBody() *IoK8SApiAppsV1ReplicaSet { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAppsV1NamespacedReplicaSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAppsV1NamespacedReplicaSetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAppsV1NamespacedReplicaSetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAppsV1NamespacedReplicaSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateAppsV1NamespacedReplicaSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAppsV1NamespacedStatefulSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1StatefulSet `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAppsV1NamespacedStatefulSetRequest) Reset() { + *x = CreateAppsV1NamespacedStatefulSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[46] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAppsV1NamespacedStatefulSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAppsV1NamespacedStatefulSetRequest) ProtoMessage() {} + +func (x *CreateAppsV1NamespacedStatefulSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[46] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAppsV1NamespacedStatefulSetRequest.ProtoReflect.Descriptor instead. +func (*CreateAppsV1NamespacedStatefulSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{46} +} + +func (x *CreateAppsV1NamespacedStatefulSetRequest) GetBody() *IoK8SApiAppsV1StatefulSet { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAppsV1NamespacedStatefulSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAppsV1NamespacedStatefulSetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAppsV1NamespacedStatefulSetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAppsV1NamespacedStatefulSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateAppsV1NamespacedStatefulSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAuthenticationV1SelfSubjectReviewRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAuthenticationV1SelfSubjectReview `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAuthenticationV1SelfSubjectReviewRequest) Reset() { + *x = CreateAuthenticationV1SelfSubjectReviewRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[47] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAuthenticationV1SelfSubjectReviewRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAuthenticationV1SelfSubjectReviewRequest) ProtoMessage() {} + +func (x *CreateAuthenticationV1SelfSubjectReviewRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[47] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAuthenticationV1SelfSubjectReviewRequest.ProtoReflect.Descriptor instead. +func (*CreateAuthenticationV1SelfSubjectReviewRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{47} +} + +func (x *CreateAuthenticationV1SelfSubjectReviewRequest) GetBody() *IoK8SApiAuthenticationV1SelfSubjectReview { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAuthenticationV1SelfSubjectReviewRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAuthenticationV1SelfSubjectReviewRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAuthenticationV1SelfSubjectReviewRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAuthenticationV1SelfSubjectReviewRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAuthenticationV1TokenReviewRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAuthenticationV1TokenReview `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAuthenticationV1TokenReviewRequest) Reset() { + *x = CreateAuthenticationV1TokenReviewRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[48] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAuthenticationV1TokenReviewRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAuthenticationV1TokenReviewRequest) ProtoMessage() {} + +func (x *CreateAuthenticationV1TokenReviewRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[48] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAuthenticationV1TokenReviewRequest.ProtoReflect.Descriptor instead. +func (*CreateAuthenticationV1TokenReviewRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{48} +} + +func (x *CreateAuthenticationV1TokenReviewRequest) GetBody() *IoK8SApiAuthenticationV1TokenReview { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAuthenticationV1TokenReviewRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAuthenticationV1TokenReviewRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAuthenticationV1TokenReviewRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAuthenticationV1TokenReviewRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAuthenticationV1Alpha1SelfSubjectReviewRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAuthenticationV1Alpha1SelfSubjectReview `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) Reset() { + *x = CreateAuthenticationV1Alpha1SelfSubjectReviewRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[49] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) ProtoMessage() {} + +func (x *CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[49] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAuthenticationV1Alpha1SelfSubjectReviewRequest.ProtoReflect.Descriptor instead. +func (*CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{49} +} + +func (x *CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) GetBody() *IoK8SApiAuthenticationV1Alpha1SelfSubjectReview { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAuthenticationV1Alpha1SelfSubjectReviewRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAuthenticationV1Beta1SelfSubjectReviewRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAuthenticationV1Beta1SelfSubjectReview `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAuthenticationV1Beta1SelfSubjectReviewRequest) Reset() { + *x = CreateAuthenticationV1Beta1SelfSubjectReviewRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[50] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAuthenticationV1Beta1SelfSubjectReviewRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAuthenticationV1Beta1SelfSubjectReviewRequest) ProtoMessage() {} + +func (x *CreateAuthenticationV1Beta1SelfSubjectReviewRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[50] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAuthenticationV1Beta1SelfSubjectReviewRequest.ProtoReflect.Descriptor instead. +func (*CreateAuthenticationV1Beta1SelfSubjectReviewRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{50} +} + +func (x *CreateAuthenticationV1Beta1SelfSubjectReviewRequest) GetBody() *IoK8SApiAuthenticationV1Beta1SelfSubjectReview { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAuthenticationV1Beta1SelfSubjectReviewRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAuthenticationV1Beta1SelfSubjectReviewRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAuthenticationV1Beta1SelfSubjectReviewRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAuthenticationV1Beta1SelfSubjectReviewRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAuthorizationV1LocalSubjectAccessReview `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) Reset() { + *x = CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[51] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) ProtoMessage() {} + +func (x *CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[51] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest.ProtoReflect.Descriptor instead. +func (*CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{51} +} + +func (x *CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) GetBody() *IoK8SApiAuthorizationV1LocalSubjectAccessReview { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAuthorizationV1SelfSubjectAccessReviewRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAuthorizationV1SelfSubjectAccessReview `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAuthorizationV1SelfSubjectAccessReviewRequest) Reset() { + *x = CreateAuthorizationV1SelfSubjectAccessReviewRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[52] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAuthorizationV1SelfSubjectAccessReviewRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAuthorizationV1SelfSubjectAccessReviewRequest) ProtoMessage() {} + +func (x *CreateAuthorizationV1SelfSubjectAccessReviewRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[52] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAuthorizationV1SelfSubjectAccessReviewRequest.ProtoReflect.Descriptor instead. +func (*CreateAuthorizationV1SelfSubjectAccessReviewRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{52} +} + +func (x *CreateAuthorizationV1SelfSubjectAccessReviewRequest) GetBody() *IoK8SApiAuthorizationV1SelfSubjectAccessReview { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAuthorizationV1SelfSubjectAccessReviewRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAuthorizationV1SelfSubjectAccessReviewRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAuthorizationV1SelfSubjectAccessReviewRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAuthorizationV1SelfSubjectAccessReviewRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAuthorizationV1SelfSubjectRulesReviewRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAuthorizationV1SelfSubjectRulesReview `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAuthorizationV1SelfSubjectRulesReviewRequest) Reset() { + *x = CreateAuthorizationV1SelfSubjectRulesReviewRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[53] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAuthorizationV1SelfSubjectRulesReviewRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAuthorizationV1SelfSubjectRulesReviewRequest) ProtoMessage() {} + +func (x *CreateAuthorizationV1SelfSubjectRulesReviewRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[53] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAuthorizationV1SelfSubjectRulesReviewRequest.ProtoReflect.Descriptor instead. +func (*CreateAuthorizationV1SelfSubjectRulesReviewRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{53} +} + +func (x *CreateAuthorizationV1SelfSubjectRulesReviewRequest) GetBody() *IoK8SApiAuthorizationV1SelfSubjectRulesReview { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAuthorizationV1SelfSubjectRulesReviewRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAuthorizationV1SelfSubjectRulesReviewRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAuthorizationV1SelfSubjectRulesReviewRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAuthorizationV1SelfSubjectRulesReviewRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAuthorizationV1SubjectAccessReviewRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAuthorizationV1SubjectAccessReview `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAuthorizationV1SubjectAccessReviewRequest) Reset() { + *x = CreateAuthorizationV1SubjectAccessReviewRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[54] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAuthorizationV1SubjectAccessReviewRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAuthorizationV1SubjectAccessReviewRequest) ProtoMessage() {} + +func (x *CreateAuthorizationV1SubjectAccessReviewRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[54] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAuthorizationV1SubjectAccessReviewRequest.ProtoReflect.Descriptor instead. +func (*CreateAuthorizationV1SubjectAccessReviewRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{54} +} + +func (x *CreateAuthorizationV1SubjectAccessReviewRequest) GetBody() *IoK8SApiAuthorizationV1SubjectAccessReview { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAuthorizationV1SubjectAccessReviewRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAuthorizationV1SubjectAccessReviewRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAuthorizationV1SubjectAccessReviewRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAuthorizationV1SubjectAccessReviewRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV1HorizontalPodAutoscaler `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[55] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[55] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{55} +} + +func (x *CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApiAutoscalingV1HorizontalPodAutoscaler { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV2HorizontalPodAutoscaler `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[56] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[56] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{56} +} + +func (x *CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApiAutoscalingV2HorizontalPodAutoscaler { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateBatchV1NamespacedCronJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiBatchV1CronJob `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateBatchV1NamespacedCronJobRequest) Reset() { + *x = CreateBatchV1NamespacedCronJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[57] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateBatchV1NamespacedCronJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateBatchV1NamespacedCronJobRequest) ProtoMessage() {} + +func (x *CreateBatchV1NamespacedCronJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[57] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateBatchV1NamespacedCronJobRequest.ProtoReflect.Descriptor instead. +func (*CreateBatchV1NamespacedCronJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{57} +} + +func (x *CreateBatchV1NamespacedCronJobRequest) GetBody() *IoK8SApiBatchV1CronJob { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateBatchV1NamespacedCronJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateBatchV1NamespacedCronJobRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateBatchV1NamespacedCronJobRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateBatchV1NamespacedCronJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateBatchV1NamespacedCronJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateBatchV1NamespacedJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiBatchV1Job `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateBatchV1NamespacedJobRequest) Reset() { + *x = CreateBatchV1NamespacedJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[58] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateBatchV1NamespacedJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateBatchV1NamespacedJobRequest) ProtoMessage() {} + +func (x *CreateBatchV1NamespacedJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[58] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateBatchV1NamespacedJobRequest.ProtoReflect.Descriptor instead. +func (*CreateBatchV1NamespacedJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{58} +} + +func (x *CreateBatchV1NamespacedJobRequest) GetBody() *IoK8SApiBatchV1Job { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateBatchV1NamespacedJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateBatchV1NamespacedJobRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateBatchV1NamespacedJobRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateBatchV1NamespacedJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateBatchV1NamespacedJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCertificatesV1CertificateSigningRequestRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCertificatesV1CertificateSigningRequest `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCertificatesV1CertificateSigningRequestRequest) Reset() { + *x = CreateCertificatesV1CertificateSigningRequestRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[59] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCertificatesV1CertificateSigningRequestRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCertificatesV1CertificateSigningRequestRequest) ProtoMessage() {} + +func (x *CreateCertificatesV1CertificateSigningRequestRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[59] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCertificatesV1CertificateSigningRequestRequest.ProtoReflect.Descriptor instead. +func (*CreateCertificatesV1CertificateSigningRequestRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{59} +} + +func (x *CreateCertificatesV1CertificateSigningRequestRequest) GetBody() *IoK8SApiCertificatesV1CertificateSigningRequest { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCertificatesV1CertificateSigningRequestRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCertificatesV1CertificateSigningRequestRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCertificatesV1CertificateSigningRequestRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCertificatesV1CertificateSigningRequestRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCertificatesV1Alpha1ClusterTrustBundleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCertificatesV1Alpha1ClusterTrustBundleRequest) Reset() { + *x = CreateCertificatesV1Alpha1ClusterTrustBundleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[60] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCertificatesV1Alpha1ClusterTrustBundleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoMessage() {} + +func (x *CreateCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[60] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCertificatesV1Alpha1ClusterTrustBundleRequest.ProtoReflect.Descriptor instead. +func (*CreateCertificatesV1Alpha1ClusterTrustBundleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{60} +} + +func (x *CreateCertificatesV1Alpha1ClusterTrustBundleRequest) GetBody() *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCertificatesV1Alpha1ClusterTrustBundleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCertificatesV1Alpha1ClusterTrustBundleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCertificatesV1Alpha1ClusterTrustBundleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCertificatesV1Alpha1ClusterTrustBundleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoordinationV1NamespacedLeaseRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoordinationV1Lease `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoordinationV1NamespacedLeaseRequest) Reset() { + *x = CreateCoordinationV1NamespacedLeaseRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[61] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoordinationV1NamespacedLeaseRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoordinationV1NamespacedLeaseRequest) ProtoMessage() {} + +func (x *CreateCoordinationV1NamespacedLeaseRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[61] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoordinationV1NamespacedLeaseRequest.ProtoReflect.Descriptor instead. +func (*CreateCoordinationV1NamespacedLeaseRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{61} +} + +func (x *CreateCoordinationV1NamespacedLeaseRequest) GetBody() *IoK8SApiCoordinationV1Lease { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoordinationV1NamespacedLeaseRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoordinationV1NamespacedLeaseRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoordinationV1NamespacedLeaseRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoordinationV1NamespacedLeaseRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoordinationV1NamespacedLeaseRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespaceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Namespace `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespaceRequest) Reset() { + *x = CreateCoreV1NamespaceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[62] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespaceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespaceRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespaceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[62] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespaceRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespaceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{62} +} + +func (x *CreateCoreV1NamespaceRequest) GetBody() *IoK8SApiCoreV1Namespace { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespaceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespaceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespaceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespaceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Binding `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedBindingRequest) Reset() { + *x = CreateCoreV1NamespacedBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[63] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedBindingRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[63] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedBindingRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{63} +} + +func (x *CreateCoreV1NamespacedBindingRequest) GetBody() *IoK8SApiCoreV1Binding { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedConfigMapRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ConfigMap `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedConfigMapRequest) Reset() { + *x = CreateCoreV1NamespacedConfigMapRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[64] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedConfigMapRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedConfigMapRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedConfigMapRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[64] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedConfigMapRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedConfigMapRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{64} +} + +func (x *CreateCoreV1NamespacedConfigMapRequest) GetBody() *IoK8SApiCoreV1ConfigMap { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedConfigMapRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedConfigMapRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedConfigMapRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedConfigMapRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedConfigMapRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedEndpointsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Endpoints `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedEndpointsRequest) Reset() { + *x = CreateCoreV1NamespacedEndpointsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[65] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedEndpointsRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedEndpointsRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedEndpointsRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[65] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedEndpointsRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedEndpointsRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{65} +} + +func (x *CreateCoreV1NamespacedEndpointsRequest) GetBody() *IoK8SApiCoreV1Endpoints { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedEndpointsRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedEndpointsRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedEndpointsRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedEndpointsRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedEndpointsRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Event `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedEventRequest) Reset() { + *x = CreateCoreV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[66] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedEventRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[66] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{66} +} + +func (x *CreateCoreV1NamespacedEventRequest) GetBody() *IoK8SApiCoreV1Event { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedEventRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedEventRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedLimitRangeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1LimitRange `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedLimitRangeRequest) Reset() { + *x = CreateCoreV1NamespacedLimitRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[67] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedLimitRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedLimitRangeRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedLimitRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[67] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedLimitRangeRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedLimitRangeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{67} +} + +func (x *CreateCoreV1NamespacedLimitRangeRequest) GetBody() *IoK8SApiCoreV1LimitRange { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedLimitRangeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedLimitRangeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedLimitRangeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedLimitRangeRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedLimitRangeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedPersistentVolumeClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1PersistentVolumeClaim `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedPersistentVolumeClaimRequest) Reset() { + *x = CreateCoreV1NamespacedPersistentVolumeClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[68] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedPersistentVolumeClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedPersistentVolumeClaimRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedPersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[68] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedPersistentVolumeClaimRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedPersistentVolumeClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{68} +} + +func (x *CreateCoreV1NamespacedPersistentVolumeClaimRequest) GetBody() *IoK8SApiCoreV1PersistentVolumeClaim { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedPersistentVolumeClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedPersistentVolumeClaimRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedPersistentVolumeClaimRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedPersistentVolumeClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedPersistentVolumeClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedPodBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Binding `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Binding + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedPodBindingRequest) Reset() { + *x = CreateCoreV1NamespacedPodBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[69] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedPodBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedPodBindingRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedPodBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[69] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedPodBindingRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedPodBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{69} +} + +func (x *CreateCoreV1NamespacedPodBindingRequest) GetBody() *IoK8SApiCoreV1Binding { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedPodBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedPodBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedPodBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedPodBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *CreateCoreV1NamespacedPodBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedPodBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedPodEvictionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiPolicyV1Eviction `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Eviction + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) Reset() { + *x = CreateCoreV1NamespacedPodEvictionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[70] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedPodEvictionRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[70] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedPodEvictionRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedPodEvictionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{70} +} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) GetBody() *IoK8SApiPolicyV1Eviction { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedPodEvictionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedPodRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Pod `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedPodRequest) Reset() { + *x = CreateCoreV1NamespacedPodRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[71] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedPodRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedPodRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedPodRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[71] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedPodRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedPodRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{71} +} + +func (x *CreateCoreV1NamespacedPodRequest) GetBody() *IoK8SApiCoreV1Pod { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedPodRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedPodRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedPodRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedPodRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedPodRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedPodTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1PodTemplate `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedPodTemplateRequest) Reset() { + *x = CreateCoreV1NamespacedPodTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[72] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedPodTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedPodTemplateRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedPodTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[72] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedPodTemplateRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedPodTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{72} +} + +func (x *CreateCoreV1NamespacedPodTemplateRequest) GetBody() *IoK8SApiCoreV1PodTemplate { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedPodTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedPodTemplateRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedPodTemplateRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedPodTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedPodTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedReplicationControllerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ReplicationController `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedReplicationControllerRequest) Reset() { + *x = CreateCoreV1NamespacedReplicationControllerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[73] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedReplicationControllerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedReplicationControllerRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedReplicationControllerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[73] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedReplicationControllerRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedReplicationControllerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{73} +} + +func (x *CreateCoreV1NamespacedReplicationControllerRequest) GetBody() *IoK8SApiCoreV1ReplicationController { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedReplicationControllerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedReplicationControllerRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedReplicationControllerRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedReplicationControllerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedReplicationControllerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedResourceQuotaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ResourceQuota `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedResourceQuotaRequest) Reset() { + *x = CreateCoreV1NamespacedResourceQuotaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[74] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedResourceQuotaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedResourceQuotaRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedResourceQuotaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[74] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedResourceQuotaRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedResourceQuotaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{74} +} + +func (x *CreateCoreV1NamespacedResourceQuotaRequest) GetBody() *IoK8SApiCoreV1ResourceQuota { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedResourceQuotaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedResourceQuotaRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedResourceQuotaRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedResourceQuotaRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedResourceQuotaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedSecretRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Secret `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedSecretRequest) Reset() { + *x = CreateCoreV1NamespacedSecretRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[75] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedSecretRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedSecretRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedSecretRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[75] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedSecretRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedSecretRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{75} +} + +func (x *CreateCoreV1NamespacedSecretRequest) GetBody() *IoK8SApiCoreV1Secret { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedSecretRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedSecretRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedSecretRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedSecretRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedSecretRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedServiceAccountRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ServiceAccount `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedServiceAccountRequest) Reset() { + *x = CreateCoreV1NamespacedServiceAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[76] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedServiceAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedServiceAccountRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedServiceAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[76] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedServiceAccountRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedServiceAccountRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{76} +} + +func (x *CreateCoreV1NamespacedServiceAccountRequest) GetBody() *IoK8SApiCoreV1ServiceAccount { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedServiceAccountRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceAccountRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceAccountRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceAccountRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceAccountRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedServiceAccountTokenRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAuthenticationV1TokenRequest `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the TokenRequest + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) Reset() { + *x = CreateCoreV1NamespacedServiceAccountTokenRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[77] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedServiceAccountTokenRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[77] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedServiceAccountTokenRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedServiceAccountTokenRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{77} +} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) GetBody() *IoK8SApiAuthenticationV1TokenRequest { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceAccountTokenRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NamespacedServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Service `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NamespacedServiceRequest) Reset() { + *x = CreateCoreV1NamespacedServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[78] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NamespacedServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NamespacedServiceRequest) ProtoMessage() {} + +func (x *CreateCoreV1NamespacedServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[78] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NamespacedServiceRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NamespacedServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{78} +} + +func (x *CreateCoreV1NamespacedServiceRequest) GetBody() *IoK8SApiCoreV1Service { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NamespacedServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateCoreV1NamespacedServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1NodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Node `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1NodeRequest) Reset() { + *x = CreateCoreV1NodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[79] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1NodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1NodeRequest) ProtoMessage() {} + +func (x *CreateCoreV1NodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[79] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1NodeRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1NodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{79} +} + +func (x *CreateCoreV1NodeRequest) GetBody() *IoK8SApiCoreV1Node { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1NodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1NodeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1NodeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1NodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateCoreV1PersistentVolumeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1PersistentVolume `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateCoreV1PersistentVolumeRequest) Reset() { + *x = CreateCoreV1PersistentVolumeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[80] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateCoreV1PersistentVolumeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateCoreV1PersistentVolumeRequest) ProtoMessage() {} + +func (x *CreateCoreV1PersistentVolumeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[80] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateCoreV1PersistentVolumeRequest.ProtoReflect.Descriptor instead. +func (*CreateCoreV1PersistentVolumeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{80} +} + +func (x *CreateCoreV1PersistentVolumeRequest) GetBody() *IoK8SApiCoreV1PersistentVolume { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateCoreV1PersistentVolumeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateCoreV1PersistentVolumeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateCoreV1PersistentVolumeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateCoreV1PersistentVolumeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateDiscoveryV1NamespacedEndpointSliceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiDiscoveryV1EndpointSlice `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateDiscoveryV1NamespacedEndpointSliceRequest) Reset() { + *x = CreateDiscoveryV1NamespacedEndpointSliceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[81] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateDiscoveryV1NamespacedEndpointSliceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateDiscoveryV1NamespacedEndpointSliceRequest) ProtoMessage() {} + +func (x *CreateDiscoveryV1NamespacedEndpointSliceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[81] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateDiscoveryV1NamespacedEndpointSliceRequest.ProtoReflect.Descriptor instead. +func (*CreateDiscoveryV1NamespacedEndpointSliceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{81} +} + +func (x *CreateDiscoveryV1NamespacedEndpointSliceRequest) GetBody() *IoK8SApiDiscoveryV1EndpointSlice { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateDiscoveryV1NamespacedEndpointSliceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateDiscoveryV1NamespacedEndpointSliceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateDiscoveryV1NamespacedEndpointSliceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateDiscoveryV1NamespacedEndpointSliceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateDiscoveryV1NamespacedEndpointSliceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateEventsV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiEventsV1Event `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateEventsV1NamespacedEventRequest) Reset() { + *x = CreateEventsV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[82] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateEventsV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateEventsV1NamespacedEventRequest) ProtoMessage() {} + +func (x *CreateEventsV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[82] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateEventsV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*CreateEventsV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{82} +} + +func (x *CreateEventsV1NamespacedEventRequest) GetBody() *IoK8SApiEventsV1Event { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateEventsV1NamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateEventsV1NamespacedEventRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateEventsV1NamespacedEventRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateEventsV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateEventsV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta2FlowSchema `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) Reset() { + *x = CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[83] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoMessage() {} + +func (x *CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[83] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{83} +} + +func (x *CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetBody() *IoK8SApiFlowcontrolV1Beta2FlowSchema { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Reset() { + *x = CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[84] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[84] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{84} +} + +func (x *CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetBody() *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta3FlowSchema `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) Reset() { + *x = CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[85] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoMessage() {} + +func (x *CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[85] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{85} +} + +func (x *CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetBody() *IoK8SApiFlowcontrolV1Beta3FlowSchema { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Reset() { + *x = CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[86] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[86] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{86} +} + +func (x *CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetBody() *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateInternalApiserverV1Alpha1StorageVersionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiApiserverinternalV1Alpha1StorageVersion `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateInternalApiserverV1Alpha1StorageVersionRequest) Reset() { + *x = CreateInternalApiserverV1Alpha1StorageVersionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[87] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateInternalApiserverV1Alpha1StorageVersionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateInternalApiserverV1Alpha1StorageVersionRequest) ProtoMessage() {} + +func (x *CreateInternalApiserverV1Alpha1StorageVersionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[87] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateInternalApiserverV1Alpha1StorageVersionRequest.ProtoReflect.Descriptor instead. +func (*CreateInternalApiserverV1Alpha1StorageVersionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{87} +} + +func (x *CreateInternalApiserverV1Alpha1StorageVersionRequest) GetBody() *IoK8SApiApiserverinternalV1Alpha1StorageVersion { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateInternalApiserverV1Alpha1StorageVersionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateInternalApiserverV1Alpha1StorageVersionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateInternalApiserverV1Alpha1StorageVersionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateInternalApiserverV1Alpha1StorageVersionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateNetworkingV1IngressClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1IngressClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateNetworkingV1IngressClassRequest) Reset() { + *x = CreateNetworkingV1IngressClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[88] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateNetworkingV1IngressClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateNetworkingV1IngressClassRequest) ProtoMessage() {} + +func (x *CreateNetworkingV1IngressClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[88] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateNetworkingV1IngressClassRequest.ProtoReflect.Descriptor instead. +func (*CreateNetworkingV1IngressClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{88} +} + +func (x *CreateNetworkingV1IngressClassRequest) GetBody() *IoK8SApiNetworkingV1IngressClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateNetworkingV1IngressClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateNetworkingV1IngressClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateNetworkingV1IngressClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateNetworkingV1IngressClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateNetworkingV1NamespacedIngressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1Ingress `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateNetworkingV1NamespacedIngressRequest) Reset() { + *x = CreateNetworkingV1NamespacedIngressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[89] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateNetworkingV1NamespacedIngressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateNetworkingV1NamespacedIngressRequest) ProtoMessage() {} + +func (x *CreateNetworkingV1NamespacedIngressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[89] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateNetworkingV1NamespacedIngressRequest.ProtoReflect.Descriptor instead. +func (*CreateNetworkingV1NamespacedIngressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{89} +} + +func (x *CreateNetworkingV1NamespacedIngressRequest) GetBody() *IoK8SApiNetworkingV1Ingress { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateNetworkingV1NamespacedIngressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateNetworkingV1NamespacedIngressRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateNetworkingV1NamespacedIngressRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateNetworkingV1NamespacedIngressRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateNetworkingV1NamespacedIngressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateNetworkingV1NamespacedNetworkPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1NetworkPolicy `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateNetworkingV1NamespacedNetworkPolicyRequest) Reset() { + *x = CreateNetworkingV1NamespacedNetworkPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[90] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateNetworkingV1NamespacedNetworkPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateNetworkingV1NamespacedNetworkPolicyRequest) ProtoMessage() {} + +func (x *CreateNetworkingV1NamespacedNetworkPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[90] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateNetworkingV1NamespacedNetworkPolicyRequest.ProtoReflect.Descriptor instead. +func (*CreateNetworkingV1NamespacedNetworkPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{90} +} + +func (x *CreateNetworkingV1NamespacedNetworkPolicyRequest) GetBody() *IoK8SApiNetworkingV1NetworkPolicy { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateNetworkingV1NamespacedNetworkPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateNetworkingV1NamespacedNetworkPolicyRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateNetworkingV1NamespacedNetworkPolicyRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateNetworkingV1NamespacedNetworkPolicyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateNetworkingV1NamespacedNetworkPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateNetworkingV1Alpha1ClusterCidrRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1Alpha1ClusterCIDR `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateNetworkingV1Alpha1ClusterCidrRequest) Reset() { + *x = CreateNetworkingV1Alpha1ClusterCidrRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[91] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateNetworkingV1Alpha1ClusterCidrRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateNetworkingV1Alpha1ClusterCidrRequest) ProtoMessage() {} + +func (x *CreateNetworkingV1Alpha1ClusterCidrRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[91] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateNetworkingV1Alpha1ClusterCidrRequest.ProtoReflect.Descriptor instead. +func (*CreateNetworkingV1Alpha1ClusterCidrRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{91} +} + +func (x *CreateNetworkingV1Alpha1ClusterCidrRequest) GetBody() *IoK8SApiNetworkingV1Alpha1ClusterCIDR { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateNetworkingV1Alpha1ClusterCidrRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateNetworkingV1Alpha1ClusterCidrRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateNetworkingV1Alpha1ClusterCidrRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateNetworkingV1Alpha1ClusterCidrRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateNetworkingV1Alpha1IpAddressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1Alpha1IPAddress `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateNetworkingV1Alpha1IpAddressRequest) Reset() { + *x = CreateNetworkingV1Alpha1IpAddressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[92] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateNetworkingV1Alpha1IpAddressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateNetworkingV1Alpha1IpAddressRequest) ProtoMessage() {} + +func (x *CreateNetworkingV1Alpha1IpAddressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[92] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateNetworkingV1Alpha1IpAddressRequest.ProtoReflect.Descriptor instead. +func (*CreateNetworkingV1Alpha1IpAddressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{92} +} + +func (x *CreateNetworkingV1Alpha1IpAddressRequest) GetBody() *IoK8SApiNetworkingV1Alpha1IPAddress { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateNetworkingV1Alpha1IpAddressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateNetworkingV1Alpha1IpAddressRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateNetworkingV1Alpha1IpAddressRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateNetworkingV1Alpha1IpAddressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateNodeV1RuntimeClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNodeV1RuntimeClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateNodeV1RuntimeClassRequest) Reset() { + *x = CreateNodeV1RuntimeClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[93] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateNodeV1RuntimeClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateNodeV1RuntimeClassRequest) ProtoMessage() {} + +func (x *CreateNodeV1RuntimeClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[93] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateNodeV1RuntimeClassRequest.ProtoReflect.Descriptor instead. +func (*CreateNodeV1RuntimeClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{93} +} + +func (x *CreateNodeV1RuntimeClassRequest) GetBody() *IoK8SApiNodeV1RuntimeClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateNodeV1RuntimeClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateNodeV1RuntimeClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateNodeV1RuntimeClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateNodeV1RuntimeClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreatePolicyV1NamespacedPodDisruptionBudgetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiPolicyV1PodDisruptionBudget `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreatePolicyV1NamespacedPodDisruptionBudgetRequest) Reset() { + *x = CreatePolicyV1NamespacedPodDisruptionBudgetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[94] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreatePolicyV1NamespacedPodDisruptionBudgetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreatePolicyV1NamespacedPodDisruptionBudgetRequest) ProtoMessage() {} + +func (x *CreatePolicyV1NamespacedPodDisruptionBudgetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[94] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreatePolicyV1NamespacedPodDisruptionBudgetRequest.ProtoReflect.Descriptor instead. +func (*CreatePolicyV1NamespacedPodDisruptionBudgetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{94} +} + +func (x *CreatePolicyV1NamespacedPodDisruptionBudgetRequest) GetBody() *IoK8SApiPolicyV1PodDisruptionBudget { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreatePolicyV1NamespacedPodDisruptionBudgetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreatePolicyV1NamespacedPodDisruptionBudgetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreatePolicyV1NamespacedPodDisruptionBudgetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreatePolicyV1NamespacedPodDisruptionBudgetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreatePolicyV1NamespacedPodDisruptionBudgetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateRbacAuthorizationV1ClusterRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiRbacV1ClusterRoleBinding `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateRbacAuthorizationV1ClusterRoleBindingRequest) Reset() { + *x = CreateRbacAuthorizationV1ClusterRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[95] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateRbacAuthorizationV1ClusterRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateRbacAuthorizationV1ClusterRoleBindingRequest) ProtoMessage() {} + +func (x *CreateRbacAuthorizationV1ClusterRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[95] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateRbacAuthorizationV1ClusterRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*CreateRbacAuthorizationV1ClusterRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{95} +} + +func (x *CreateRbacAuthorizationV1ClusterRoleBindingRequest) GetBody() *IoK8SApiRbacV1ClusterRoleBinding { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateRbacAuthorizationV1ClusterRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateRbacAuthorizationV1ClusterRoleBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateRbacAuthorizationV1ClusterRoleBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateRbacAuthorizationV1ClusterRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateRbacAuthorizationV1ClusterRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiRbacV1ClusterRole `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateRbacAuthorizationV1ClusterRoleRequest) Reset() { + *x = CreateRbacAuthorizationV1ClusterRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[96] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateRbacAuthorizationV1ClusterRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateRbacAuthorizationV1ClusterRoleRequest) ProtoMessage() {} + +func (x *CreateRbacAuthorizationV1ClusterRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[96] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateRbacAuthorizationV1ClusterRoleRequest.ProtoReflect.Descriptor instead. +func (*CreateRbacAuthorizationV1ClusterRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{96} +} + +func (x *CreateRbacAuthorizationV1ClusterRoleRequest) GetBody() *IoK8SApiRbacV1ClusterRole { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateRbacAuthorizationV1ClusterRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateRbacAuthorizationV1ClusterRoleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateRbacAuthorizationV1ClusterRoleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateRbacAuthorizationV1ClusterRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateRbacAuthorizationV1NamespacedRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiRbacV1RoleBinding `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleBindingRequest) Reset() { + *x = CreateRbacAuthorizationV1NamespacedRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[97] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoMessage() {} + +func (x *CreateRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[97] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateRbacAuthorizationV1NamespacedRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*CreateRbacAuthorizationV1NamespacedRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{97} +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleBindingRequest) GetBody() *IoK8SApiRbacV1RoleBinding { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateRbacAuthorizationV1NamespacedRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiRbacV1Role `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleRequest) Reset() { + *x = CreateRbacAuthorizationV1NamespacedRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[98] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateRbacAuthorizationV1NamespacedRoleRequest) ProtoMessage() {} + +func (x *CreateRbacAuthorizationV1NamespacedRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[98] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateRbacAuthorizationV1NamespacedRoleRequest.ProtoReflect.Descriptor instead. +func (*CreateRbacAuthorizationV1NamespacedRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{98} +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleRequest) GetBody() *IoK8SApiRbacV1Role { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateRbacAuthorizationV1NamespacedRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2PodSchedulingContext `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) Reset() { + *x = CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[99] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoMessage() {} + +func (x *CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[99] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest.ProtoReflect.Descriptor instead. +func (*CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{99} +} + +func (x *CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetBody() *IoK8SApiResourceV1Alpha2PodSchedulingContext { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateResourceV1Alpha2NamespacedResourceClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2ResourceClaim `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimRequest) Reset() { + *x = CreateResourceV1Alpha2NamespacedResourceClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[100] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateResourceV1Alpha2NamespacedResourceClaimRequest) ProtoMessage() {} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[100] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateResourceV1Alpha2NamespacedResourceClaimRequest.ProtoReflect.Descriptor instead. +func (*CreateResourceV1Alpha2NamespacedResourceClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{100} +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimRequest) GetBody() *IoK8SApiResourceV1Alpha2ResourceClaim { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2ResourceClaimTemplate `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Reset() { + *x = CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[101] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoMessage() {} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[101] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest.ProtoReflect.Descriptor instead. +func (*CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{101} +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetBody() *IoK8SApiResourceV1Alpha2ResourceClaimTemplate { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateResourceV1Alpha2ResourceClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2ResourceClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateResourceV1Alpha2ResourceClassRequest) Reset() { + *x = CreateResourceV1Alpha2ResourceClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[102] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateResourceV1Alpha2ResourceClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateResourceV1Alpha2ResourceClassRequest) ProtoMessage() {} + +func (x *CreateResourceV1Alpha2ResourceClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[102] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateResourceV1Alpha2ResourceClassRequest.ProtoReflect.Descriptor instead. +func (*CreateResourceV1Alpha2ResourceClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{102} +} + +func (x *CreateResourceV1Alpha2ResourceClassRequest) GetBody() *IoK8SApiResourceV1Alpha2ResourceClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateResourceV1Alpha2ResourceClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateResourceV1Alpha2ResourceClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateResourceV1Alpha2ResourceClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateResourceV1Alpha2ResourceClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateSchedulingV1PriorityClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiSchedulingV1PriorityClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateSchedulingV1PriorityClassRequest) Reset() { + *x = CreateSchedulingV1PriorityClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[103] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateSchedulingV1PriorityClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateSchedulingV1PriorityClassRequest) ProtoMessage() {} + +func (x *CreateSchedulingV1PriorityClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[103] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateSchedulingV1PriorityClassRequest.ProtoReflect.Descriptor instead. +func (*CreateSchedulingV1PriorityClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{103} +} + +func (x *CreateSchedulingV1PriorityClassRequest) GetBody() *IoK8SApiSchedulingV1PriorityClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateSchedulingV1PriorityClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateSchedulingV1PriorityClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateSchedulingV1PriorityClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateSchedulingV1PriorityClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateStorageV1CsiDriverRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1CSIDriver `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateStorageV1CsiDriverRequest) Reset() { + *x = CreateStorageV1CsiDriverRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[104] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateStorageV1CsiDriverRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateStorageV1CsiDriverRequest) ProtoMessage() {} + +func (x *CreateStorageV1CsiDriverRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[104] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateStorageV1CsiDriverRequest.ProtoReflect.Descriptor instead. +func (*CreateStorageV1CsiDriverRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{104} +} + +func (x *CreateStorageV1CsiDriverRequest) GetBody() *IoK8SApiStorageV1CSIDriver { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateStorageV1CsiDriverRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateStorageV1CsiDriverRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateStorageV1CsiDriverRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateStorageV1CsiDriverRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateStorageV1CsiNodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1CSINode `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateStorageV1CsiNodeRequest) Reset() { + *x = CreateStorageV1CsiNodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[105] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateStorageV1CsiNodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateStorageV1CsiNodeRequest) ProtoMessage() {} + +func (x *CreateStorageV1CsiNodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[105] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateStorageV1CsiNodeRequest.ProtoReflect.Descriptor instead. +func (*CreateStorageV1CsiNodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{105} +} + +func (x *CreateStorageV1CsiNodeRequest) GetBody() *IoK8SApiStorageV1CSINode { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateStorageV1CsiNodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateStorageV1CsiNodeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateStorageV1CsiNodeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateStorageV1CsiNodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateStorageV1NamespacedCsiStorageCapacityRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1CSIStorageCapacity `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateStorageV1NamespacedCsiStorageCapacityRequest) Reset() { + *x = CreateStorageV1NamespacedCsiStorageCapacityRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[106] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateStorageV1NamespacedCsiStorageCapacityRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateStorageV1NamespacedCsiStorageCapacityRequest) ProtoMessage() {} + +func (x *CreateStorageV1NamespacedCsiStorageCapacityRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[106] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateStorageV1NamespacedCsiStorageCapacityRequest.ProtoReflect.Descriptor instead. +func (*CreateStorageV1NamespacedCsiStorageCapacityRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{106} +} + +func (x *CreateStorageV1NamespacedCsiStorageCapacityRequest) GetBody() *IoK8SApiStorageV1CSIStorageCapacity { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateStorageV1NamespacedCsiStorageCapacityRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateStorageV1NamespacedCsiStorageCapacityRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateStorageV1NamespacedCsiStorageCapacityRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateStorageV1NamespacedCsiStorageCapacityRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *CreateStorageV1NamespacedCsiStorageCapacityRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateStorageV1StorageClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1StorageClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateStorageV1StorageClassRequest) Reset() { + *x = CreateStorageV1StorageClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[107] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateStorageV1StorageClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateStorageV1StorageClassRequest) ProtoMessage() {} + +func (x *CreateStorageV1StorageClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[107] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateStorageV1StorageClassRequest.ProtoReflect.Descriptor instead. +func (*CreateStorageV1StorageClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{107} +} + +func (x *CreateStorageV1StorageClassRequest) GetBody() *IoK8SApiStorageV1StorageClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateStorageV1StorageClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateStorageV1StorageClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateStorageV1StorageClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateStorageV1StorageClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type CreateStorageV1VolumeAttachmentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1VolumeAttachment `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,5,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *CreateStorageV1VolumeAttachmentRequest) Reset() { + *x = CreateStorageV1VolumeAttachmentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[108] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *CreateStorageV1VolumeAttachmentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*CreateStorageV1VolumeAttachmentRequest) ProtoMessage() {} + +func (x *CreateStorageV1VolumeAttachmentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[108] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use CreateStorageV1VolumeAttachmentRequest.ProtoReflect.Descriptor instead. +func (*CreateStorageV1VolumeAttachmentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{108} +} + +func (x *CreateStorageV1VolumeAttachmentRequest) GetBody() *IoK8SApiStorageV1VolumeAttachment { + if x != nil { + return x.Body + } + return nil +} + +func (x *CreateStorageV1VolumeAttachmentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *CreateStorageV1VolumeAttachmentRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *CreateStorageV1VolumeAttachmentRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *CreateStorageV1VolumeAttachmentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) Reset() { + *x = DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[109] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[109] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{109} +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) Reset() { + *x = DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[110] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[110] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{110} +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the MutatingWebhookConfiguration + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) Reset() { + *x = DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[111] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[111] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{111} +} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ValidatingWebhookConfiguration + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Reset() { + *x = DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[112] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[112] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{112} +} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) Reset() { + *x = DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[113] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) ProtoMessage() { +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[113] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest.ProtoReflect.Descriptor instead. +func (*DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{113} +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) Reset() { + *x = DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[114] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) ProtoMessage() { +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[114] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest.ProtoReflect.Descriptor instead. +func (*DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{114} +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ValidatingAdmissionPolicyBinding + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Reset() { + *x = DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[115] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoMessage() {} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[115] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest.ProtoReflect.Descriptor instead. +func (*DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{115} +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ValidatingAdmissionPolicy + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Reset() { + *x = DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[116] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoMessage() {} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[116] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest.ProtoReflect.Descriptor instead. +func (*DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{116} +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) Reset() { + *x = DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[117] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) ProtoMessage() {} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[117] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest.ProtoReflect.Descriptor instead. +func (*DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{117} +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteApiextensionsV1CustomResourceDefinitionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the CustomResourceDefinition + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) Reset() { + *x = DeleteApiextensionsV1CustomResourceDefinitionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[118] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteApiextensionsV1CustomResourceDefinitionRequest) ProtoMessage() {} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[118] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteApiextensionsV1CustomResourceDefinitionRequest.ProtoReflect.Descriptor instead. +func (*DeleteApiextensionsV1CustomResourceDefinitionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{118} +} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteApiextensionsV1CustomResourceDefinitionRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteApiregistrationV1ApiServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the APIService + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteApiregistrationV1ApiServiceRequest) Reset() { + *x = DeleteApiregistrationV1ApiServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[119] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteApiregistrationV1ApiServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteApiregistrationV1ApiServiceRequest) ProtoMessage() {} + +func (x *DeleteApiregistrationV1ApiServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[119] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteApiregistrationV1ApiServiceRequest.ProtoReflect.Descriptor instead. +func (*DeleteApiregistrationV1ApiServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{119} +} + +func (x *DeleteApiregistrationV1ApiServiceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteApiregistrationV1ApiServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteApiregistrationV1ApiServiceRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteApiregistrationV1ApiServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteApiregistrationV1ApiServiceRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteApiregistrationV1ApiServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteApiregistrationV1ApiServiceRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteApiregistrationV1CollectionApiServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) Reset() { + *x = DeleteApiregistrationV1CollectionApiServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[120] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteApiregistrationV1CollectionApiServiceRequest) ProtoMessage() {} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[120] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteApiregistrationV1CollectionApiServiceRequest.ProtoReflect.Descriptor instead. +func (*DeleteApiregistrationV1CollectionApiServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{120} +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteApiregistrationV1CollectionApiServiceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAppsV1CollectionNamespacedControllerRevisionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) Reset() { + *x = DeleteAppsV1CollectionNamespacedControllerRevisionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[121] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1CollectionNamespacedControllerRevisionRequest) ProtoMessage() {} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[121] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1CollectionNamespacedControllerRevisionRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1CollectionNamespacedControllerRevisionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{121} +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedControllerRevisionRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAppsV1CollectionNamespacedDaemonSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) Reset() { + *x = DeleteAppsV1CollectionNamespacedDaemonSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[122] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1CollectionNamespacedDaemonSetRequest) ProtoMessage() {} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[122] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1CollectionNamespacedDaemonSetRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1CollectionNamespacedDaemonSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{122} +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedDaemonSetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAppsV1CollectionNamespacedDeploymentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) Reset() { + *x = DeleteAppsV1CollectionNamespacedDeploymentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[123] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1CollectionNamespacedDeploymentRequest) ProtoMessage() {} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[123] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1CollectionNamespacedDeploymentRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1CollectionNamespacedDeploymentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{123} +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedDeploymentRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAppsV1CollectionNamespacedReplicaSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) Reset() { + *x = DeleteAppsV1CollectionNamespacedReplicaSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[124] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1CollectionNamespacedReplicaSetRequest) ProtoMessage() {} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[124] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1CollectionNamespacedReplicaSetRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1CollectionNamespacedReplicaSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{124} +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedReplicaSetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAppsV1CollectionNamespacedStatefulSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) Reset() { + *x = DeleteAppsV1CollectionNamespacedStatefulSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[125] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1CollectionNamespacedStatefulSetRequest) ProtoMessage() {} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[125] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1CollectionNamespacedStatefulSetRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1CollectionNamespacedStatefulSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{125} +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAppsV1CollectionNamespacedStatefulSetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAppsV1NamespacedControllerRevisionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ControllerRevision + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) Reset() { + *x = DeleteAppsV1NamespacedControllerRevisionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[126] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1NamespacedControllerRevisionRequest) ProtoMessage() {} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[126] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1NamespacedControllerRevisionRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1NamespacedControllerRevisionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{126} +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1NamespacedControllerRevisionRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteAppsV1NamespacedDaemonSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the DaemonSet + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) Reset() { + *x = DeleteAppsV1NamespacedDaemonSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[127] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1NamespacedDaemonSetRequest) ProtoMessage() {} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[127] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1NamespacedDaemonSetRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1NamespacedDaemonSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{127} +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1NamespacedDaemonSetRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteAppsV1NamespacedDeploymentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Deployment + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) Reset() { + *x = DeleteAppsV1NamespacedDeploymentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[128] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1NamespacedDeploymentRequest) ProtoMessage() {} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[128] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1NamespacedDeploymentRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1NamespacedDeploymentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{128} +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1NamespacedDeploymentRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteAppsV1NamespacedReplicaSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ReplicaSet + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) Reset() { + *x = DeleteAppsV1NamespacedReplicaSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[129] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1NamespacedReplicaSetRequest) ProtoMessage() {} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[129] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1NamespacedReplicaSetRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1NamespacedReplicaSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{129} +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1NamespacedReplicaSetRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteAppsV1NamespacedStatefulSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the StatefulSet + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) Reset() { + *x = DeleteAppsV1NamespacedStatefulSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[130] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAppsV1NamespacedStatefulSetRequest) ProtoMessage() {} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[130] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAppsV1NamespacedStatefulSetRequest.ProtoReflect.Descriptor instead. +func (*DeleteAppsV1NamespacedStatefulSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{130} +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAppsV1NamespacedStatefulSetRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[131] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[131] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{131} +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[132] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[132] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{132} +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[133] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[133] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{133} +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[134] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[134] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{134} +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteBatchV1CollectionNamespacedCronJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) Reset() { + *x = DeleteBatchV1CollectionNamespacedCronJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[135] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteBatchV1CollectionNamespacedCronJobRequest) ProtoMessage() {} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[135] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteBatchV1CollectionNamespacedCronJobRequest.ProtoReflect.Descriptor instead. +func (*DeleteBatchV1CollectionNamespacedCronJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{135} +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteBatchV1CollectionNamespacedCronJobRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteBatchV1CollectionNamespacedJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) Reset() { + *x = DeleteBatchV1CollectionNamespacedJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[136] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteBatchV1CollectionNamespacedJobRequest) ProtoMessage() {} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[136] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteBatchV1CollectionNamespacedJobRequest.ProtoReflect.Descriptor instead. +func (*DeleteBatchV1CollectionNamespacedJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{136} +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteBatchV1CollectionNamespacedJobRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteBatchV1NamespacedCronJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the CronJob + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) Reset() { + *x = DeleteBatchV1NamespacedCronJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[137] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteBatchV1NamespacedCronJobRequest) ProtoMessage() {} + +func (x *DeleteBatchV1NamespacedCronJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[137] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteBatchV1NamespacedCronJobRequest.ProtoReflect.Descriptor instead. +func (*DeleteBatchV1NamespacedCronJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{137} +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteBatchV1NamespacedCronJobRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteBatchV1NamespacedJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Job + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteBatchV1NamespacedJobRequest) Reset() { + *x = DeleteBatchV1NamespacedJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[138] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteBatchV1NamespacedJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteBatchV1NamespacedJobRequest) ProtoMessage() {} + +func (x *DeleteBatchV1NamespacedJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[138] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteBatchV1NamespacedJobRequest.ProtoReflect.Descriptor instead. +func (*DeleteBatchV1NamespacedJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{138} +} + +func (x *DeleteBatchV1NamespacedJobRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteBatchV1NamespacedJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteBatchV1NamespacedJobRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteBatchV1NamespacedJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteBatchV1NamespacedJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteBatchV1NamespacedJobRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteBatchV1NamespacedJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteBatchV1NamespacedJobRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCertificatesV1CertificateSigningRequestRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) Reset() { + *x = DeleteCertificatesV1CertificateSigningRequestRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[139] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCertificatesV1CertificateSigningRequestRequest) ProtoMessage() {} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[139] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCertificatesV1CertificateSigningRequestRequest.ProtoReflect.Descriptor instead. +func (*DeleteCertificatesV1CertificateSigningRequestRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{139} +} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCertificatesV1CertificateSigningRequestRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCertificatesV1CollectionCertificateSigningRequestRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) Reset() { + *x = DeleteCertificatesV1CollectionCertificateSigningRequestRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[140] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCertificatesV1CollectionCertificateSigningRequestRequest) ProtoMessage() {} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[140] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCertificatesV1CollectionCertificateSigningRequestRequest.ProtoReflect.Descriptor instead. +func (*DeleteCertificatesV1CollectionCertificateSigningRequestRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{140} +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCertificatesV1CollectionCertificateSigningRequestRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCertificatesV1Alpha1ClusterTrustBundleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ClusterTrustBundle + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) Reset() { + *x = DeleteCertificatesV1Alpha1ClusterTrustBundleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[141] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoMessage() {} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[141] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCertificatesV1Alpha1ClusterTrustBundleRequest.ProtoReflect.Descriptor instead. +func (*DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{141} +} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1ClusterTrustBundleRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) Reset() { + *x = DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[142] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) ProtoMessage() {} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[142] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest.ProtoReflect.Descriptor instead. +func (*DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{142} +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoordinationV1CollectionNamespacedLeaseRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) Reset() { + *x = DeleteCoordinationV1CollectionNamespacedLeaseRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[143] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoordinationV1CollectionNamespacedLeaseRequest) ProtoMessage() {} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[143] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoordinationV1CollectionNamespacedLeaseRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoordinationV1CollectionNamespacedLeaseRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{143} +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoordinationV1CollectionNamespacedLeaseRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoordinationV1NamespacedLeaseRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Lease + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) Reset() { + *x = DeleteCoordinationV1NamespacedLeaseRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[144] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoordinationV1NamespacedLeaseRequest) ProtoMessage() {} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[144] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoordinationV1NamespacedLeaseRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoordinationV1NamespacedLeaseRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{144} +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoordinationV1NamespacedLeaseRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1CollectionNamespacedConfigMapRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedConfigMapRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[145] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedConfigMapRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[145] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedConfigMapRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedConfigMapRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{145} +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedConfigMapRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedEndpointsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedEndpointsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[146] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedEndpointsRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[146] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedEndpointsRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedEndpointsRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{146} +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedEndpointsRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[147] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedEventRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[147] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{147} +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedEventRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedLimitRangeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedLimitRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[148] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedLimitRangeRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[148] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedLimitRangeRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedLimitRangeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{148} +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedLimitRangeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[149] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[149] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{149} +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedPodRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedPodRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[150] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedPodRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[150] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedPodRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedPodRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{150} +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedPodRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedPodTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedPodTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[151] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedPodTemplateRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[151] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedPodTemplateRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedPodTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{151} +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedPodTemplateRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedReplicationControllerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedReplicationControllerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[152] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedReplicationControllerRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[152] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedReplicationControllerRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedReplicationControllerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{152} +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedReplicationControllerRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedResourceQuotaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedResourceQuotaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[153] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedResourceQuotaRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[153] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedResourceQuotaRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedResourceQuotaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{153} +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedResourceQuotaRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedSecretRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedSecretRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[154] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedSecretRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[154] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedSecretRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedSecretRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{154} +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedSecretRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedServiceAccountRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedServiceAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[155] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedServiceAccountRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[155] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedServiceAccountRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedServiceAccountRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{155} +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedServiceAccountRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNamespacedServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) Reset() { + *x = DeleteCoreV1CollectionNamespacedServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[156] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNamespacedServiceRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[156] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNamespacedServiceRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNamespacedServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{156} +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNamespacedServiceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionNodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionNodeRequest) Reset() { + *x = DeleteCoreV1CollectionNodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[157] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionNodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionNodeRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionNodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[157] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionNodeRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionNodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{157} +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionNodeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1CollectionPersistentVolumeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) Reset() { + *x = DeleteCoreV1CollectionPersistentVolumeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[158] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1CollectionPersistentVolumeRequest) ProtoMessage() {} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[158] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1CollectionPersistentVolumeRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1CollectionPersistentVolumeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{158} +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteCoreV1CollectionPersistentVolumeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteCoreV1NamespaceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Namespace + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespaceRequest) Reset() { + *x = DeleteCoreV1NamespaceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[159] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespaceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespaceRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespaceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[159] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespaceRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespaceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{159} +} + +func (x *DeleteCoreV1NamespaceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespaceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespaceRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespaceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespaceRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespaceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespaceRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedConfigMapRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ConfigMap + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) Reset() { + *x = DeleteCoreV1NamespacedConfigMapRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[160] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedConfigMapRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[160] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedConfigMapRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedConfigMapRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{160} +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedConfigMapRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedEndpointsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Endpoints + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) Reset() { + *x = DeleteCoreV1NamespacedEndpointsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[161] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedEndpointsRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[161] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedEndpointsRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedEndpointsRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{161} +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedEndpointsRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Event + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedEventRequest) Reset() { + *x = DeleteCoreV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[162] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedEventRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[162] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{162} +} + +func (x *DeleteCoreV1NamespacedEventRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedEventRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedEventRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedEventRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedLimitRangeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the LimitRange + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) Reset() { + *x = DeleteCoreV1NamespacedLimitRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[163] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedLimitRangeRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[163] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedLimitRangeRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedLimitRangeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{163} +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedLimitRangeRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedPersistentVolumeClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the PersistentVolumeClaim + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) Reset() { + *x = DeleteCoreV1NamespacedPersistentVolumeClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[164] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedPersistentVolumeClaimRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[164] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedPersistentVolumeClaimRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedPersistentVolumeClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{164} +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedPersistentVolumeClaimRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedPodRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Pod + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedPodRequest) Reset() { + *x = DeleteCoreV1NamespacedPodRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[165] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedPodRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedPodRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedPodRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[165] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedPodRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedPodRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{165} +} + +func (x *DeleteCoreV1NamespacedPodRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedPodRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedPodRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedPodRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedPodRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedPodRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedPodRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedPodRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedPodTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the PodTemplate + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) Reset() { + *x = DeleteCoreV1NamespacedPodTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[166] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedPodTemplateRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[166] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedPodTemplateRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedPodTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{166} +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedPodTemplateRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedReplicationControllerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ReplicationController + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) Reset() { + *x = DeleteCoreV1NamespacedReplicationControllerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[167] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedReplicationControllerRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[167] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedReplicationControllerRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedReplicationControllerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{167} +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedReplicationControllerRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedResourceQuotaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ResourceQuota + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) Reset() { + *x = DeleteCoreV1NamespacedResourceQuotaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[168] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedResourceQuotaRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[168] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedResourceQuotaRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedResourceQuotaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{168} +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedResourceQuotaRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedSecretRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Secret + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedSecretRequest) Reset() { + *x = DeleteCoreV1NamespacedSecretRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[169] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedSecretRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedSecretRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedSecretRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[169] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedSecretRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedSecretRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{169} +} + +func (x *DeleteCoreV1NamespacedSecretRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedSecretRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedSecretRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedSecretRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedSecretRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedSecretRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedSecretRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedSecretRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedServiceAccountRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ServiceAccount + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) Reset() { + *x = DeleteCoreV1NamespacedServiceAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[170] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedServiceAccountRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[170] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedServiceAccountRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedServiceAccountRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{170} +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedServiceAccountRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NamespacedServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Service + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NamespacedServiceRequest) Reset() { + *x = DeleteCoreV1NamespacedServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[171] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NamespacedServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NamespacedServiceRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NamespacedServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[171] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NamespacedServiceRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NamespacedServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{171} +} + +func (x *DeleteCoreV1NamespacedServiceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NamespacedServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NamespacedServiceRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NamespacedServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NamespacedServiceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteCoreV1NamespacedServiceRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NamespacedServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NamespacedServiceRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1NodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Node + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1NodeRequest) Reset() { + *x = DeleteCoreV1NodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[172] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1NodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1NodeRequest) ProtoMessage() {} + +func (x *DeleteCoreV1NodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[172] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1NodeRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1NodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{172} +} + +func (x *DeleteCoreV1NodeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1NodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1NodeRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1NodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1NodeRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1NodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1NodeRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteCoreV1PersistentVolumeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the PersistentVolume + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteCoreV1PersistentVolumeRequest) Reset() { + *x = DeleteCoreV1PersistentVolumeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[173] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteCoreV1PersistentVolumeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteCoreV1PersistentVolumeRequest) ProtoMessage() {} + +func (x *DeleteCoreV1PersistentVolumeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[173] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteCoreV1PersistentVolumeRequest.ProtoReflect.Descriptor instead. +func (*DeleteCoreV1PersistentVolumeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{173} +} + +func (x *DeleteCoreV1PersistentVolumeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteCoreV1PersistentVolumeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteCoreV1PersistentVolumeRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteCoreV1PersistentVolumeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteCoreV1PersistentVolumeRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteCoreV1PersistentVolumeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteCoreV1PersistentVolumeRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) Reset() { + *x = DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[174] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) ProtoMessage() {} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[174] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest.ProtoReflect.Descriptor instead. +func (*DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{174} +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteDiscoveryV1NamespacedEndpointSliceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the EndpointSlice + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) Reset() { + *x = DeleteDiscoveryV1NamespacedEndpointSliceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[175] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteDiscoveryV1NamespacedEndpointSliceRequest) ProtoMessage() {} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[175] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteDiscoveryV1NamespacedEndpointSliceRequest.ProtoReflect.Descriptor instead. +func (*DeleteDiscoveryV1NamespacedEndpointSliceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{175} +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteDiscoveryV1NamespacedEndpointSliceRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteEventsV1CollectionNamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) Reset() { + *x = DeleteEventsV1CollectionNamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[176] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteEventsV1CollectionNamespacedEventRequest) ProtoMessage() {} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[176] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteEventsV1CollectionNamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*DeleteEventsV1CollectionNamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{176} +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteEventsV1CollectionNamespacedEventRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteEventsV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Event + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteEventsV1NamespacedEventRequest) Reset() { + *x = DeleteEventsV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[177] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteEventsV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteEventsV1NamespacedEventRequest) ProtoMessage() {} + +func (x *DeleteEventsV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[177] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteEventsV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*DeleteEventsV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{177} +} + +func (x *DeleteEventsV1NamespacedEventRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteEventsV1NamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteEventsV1NamespacedEventRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteEventsV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteEventsV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteEventsV1NamespacedEventRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteEventsV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteEventsV1NamespacedEventRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) Reset() { + *x = DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[178] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) ProtoMessage() {} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[178] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{178} +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) Reset() { + *x = DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[179] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[179] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{179} +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) Reset() { + *x = DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[180] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoMessage() {} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[180] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{180} +} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Reset() { + *x = DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[181] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[181] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{181} +} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) Reset() { + *x = DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[182] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) ProtoMessage() {} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[182] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{182} +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) Reset() { + *x = DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[183] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[183] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{183} +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) Reset() { + *x = DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[184] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoMessage() {} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[184] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{184} +} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Reset() { + *x = DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[185] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[185] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{185} +} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) Reset() { + *x = DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[186] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) ProtoMessage() {} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[186] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest.ProtoReflect.Descriptor instead. +func (*DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{186} +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteInternalApiserverV1Alpha1StorageVersionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the StorageVersion + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) Reset() { + *x = DeleteInternalApiserverV1Alpha1StorageVersionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[187] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteInternalApiserverV1Alpha1StorageVersionRequest) ProtoMessage() {} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[187] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteInternalApiserverV1Alpha1StorageVersionRequest.ProtoReflect.Descriptor instead. +func (*DeleteInternalApiserverV1Alpha1StorageVersionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{187} +} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteInternalApiserverV1Alpha1StorageVersionRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteNetworkingV1CollectionIngressClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) Reset() { + *x = DeleteNetworkingV1CollectionIngressClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[188] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1CollectionIngressClassRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[188] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1CollectionIngressClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1CollectionIngressClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{188} +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteNetworkingV1CollectionIngressClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteNetworkingV1CollectionNamespacedIngressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) Reset() { + *x = DeleteNetworkingV1CollectionNamespacedIngressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[189] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1CollectionNamespacedIngressRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[189] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1CollectionNamespacedIngressRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1CollectionNamespacedIngressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{189} +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteNetworkingV1CollectionNamespacedIngressRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) Reset() { + *x = DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[190] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[190] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{190} +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteNetworkingV1IngressClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the IngressClass + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteNetworkingV1IngressClassRequest) Reset() { + *x = DeleteNetworkingV1IngressClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[191] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1IngressClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1IngressClassRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1IngressClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[191] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1IngressClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1IngressClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{191} +} + +func (x *DeleteNetworkingV1IngressClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1IngressClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1IngressClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1IngressClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteNetworkingV1IngressClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1IngressClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1IngressClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteNetworkingV1NamespacedIngressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Ingress + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) Reset() { + *x = DeleteNetworkingV1NamespacedIngressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[192] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1NamespacedIngressRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[192] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1NamespacedIngressRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1NamespacedIngressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{192} +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1NamespacedIngressRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteNetworkingV1NamespacedNetworkPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the NetworkPolicy + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) Reset() { + *x = DeleteNetworkingV1NamespacedNetworkPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[193] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1NamespacedNetworkPolicyRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[193] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1NamespacedNetworkPolicyRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1NamespacedNetworkPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{193} +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1NamespacedNetworkPolicyRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteNetworkingV1Alpha1ClusterCidrRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ClusterCIDR + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) Reset() { + *x = DeleteNetworkingV1Alpha1ClusterCidrRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[194] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1Alpha1ClusterCidrRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[194] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1Alpha1ClusterCidrRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1Alpha1ClusterCidrRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{194} +} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1ClusterCidrRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteNetworkingV1Alpha1CollectionClusterCidrRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) Reset() { + *x = DeleteNetworkingV1Alpha1CollectionClusterCidrRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[195] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[195] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1Alpha1CollectionClusterCidrRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{195} +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteNetworkingV1Alpha1CollectionClusterCidrRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteNetworkingV1Alpha1CollectionIpAddressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) Reset() { + *x = DeleteNetworkingV1Alpha1CollectionIpAddressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[196] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1Alpha1CollectionIpAddressRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[196] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1Alpha1CollectionIpAddressRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1Alpha1CollectionIpAddressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{196} +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteNetworkingV1Alpha1CollectionIpAddressRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteNetworkingV1Alpha1IpAddressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the IPAddress + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) Reset() { + *x = DeleteNetworkingV1Alpha1IpAddressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[197] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNetworkingV1Alpha1IpAddressRequest) ProtoMessage() {} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[197] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNetworkingV1Alpha1IpAddressRequest.ProtoReflect.Descriptor instead. +func (*DeleteNetworkingV1Alpha1IpAddressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{197} +} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNetworkingV1Alpha1IpAddressRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteNodeV1CollectionRuntimeClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) Reset() { + *x = DeleteNodeV1CollectionRuntimeClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[198] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNodeV1CollectionRuntimeClassRequest) ProtoMessage() {} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[198] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNodeV1CollectionRuntimeClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteNodeV1CollectionRuntimeClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{198} +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteNodeV1CollectionRuntimeClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteNodeV1RuntimeClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the RuntimeClass + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteNodeV1RuntimeClassRequest) Reset() { + *x = DeleteNodeV1RuntimeClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[199] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteNodeV1RuntimeClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteNodeV1RuntimeClassRequest) ProtoMessage() {} + +func (x *DeleteNodeV1RuntimeClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[199] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteNodeV1RuntimeClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteNodeV1RuntimeClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{199} +} + +func (x *DeleteNodeV1RuntimeClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteNodeV1RuntimeClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteNodeV1RuntimeClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteNodeV1RuntimeClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteNodeV1RuntimeClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteNodeV1RuntimeClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteNodeV1RuntimeClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) Reset() { + *x = DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[200] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) ProtoMessage() {} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[200] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest.ProtoReflect.Descriptor instead. +func (*DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{200} +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeletePolicyV1NamespacedPodDisruptionBudgetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the PodDisruptionBudget + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) Reset() { + *x = DeletePolicyV1NamespacedPodDisruptionBudgetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[201] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeletePolicyV1NamespacedPodDisruptionBudgetRequest) ProtoMessage() {} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[201] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeletePolicyV1NamespacedPodDisruptionBudgetRequest.ProtoReflect.Descriptor instead. +func (*DeletePolicyV1NamespacedPodDisruptionBudgetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{201} +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeletePolicyV1NamespacedPodDisruptionBudgetRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteRbacAuthorizationV1ClusterRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ClusterRoleBinding + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) Reset() { + *x = DeleteRbacAuthorizationV1ClusterRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[202] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteRbacAuthorizationV1ClusterRoleBindingRequest) ProtoMessage() {} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[202] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteRbacAuthorizationV1ClusterRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*DeleteRbacAuthorizationV1ClusterRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{202} +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleBindingRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteRbacAuthorizationV1ClusterRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ClusterRole + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) Reset() { + *x = DeleteRbacAuthorizationV1ClusterRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[203] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteRbacAuthorizationV1ClusterRoleRequest) ProtoMessage() {} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[203] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteRbacAuthorizationV1ClusterRoleRequest.ProtoReflect.Descriptor instead. +func (*DeleteRbacAuthorizationV1ClusterRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{203} +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteRbacAuthorizationV1ClusterRoleRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) Reset() { + *x = DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[204] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) ProtoMessage() {} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[204] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{204} +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteRbacAuthorizationV1CollectionClusterRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) Reset() { + *x = DeleteRbacAuthorizationV1CollectionClusterRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[205] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteRbacAuthorizationV1CollectionClusterRoleRequest) ProtoMessage() {} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[205] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteRbacAuthorizationV1CollectionClusterRoleRequest.ProtoReflect.Descriptor instead. +func (*DeleteRbacAuthorizationV1CollectionClusterRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{205} +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteRbacAuthorizationV1CollectionClusterRoleRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) Reset() { + *x = DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[206] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) ProtoMessage() {} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[206] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{206} +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) Reset() { + *x = DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[207] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) ProtoMessage() {} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[207] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest.ProtoReflect.Descriptor instead. +func (*DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{207} +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteRbacAuthorizationV1NamespacedRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the RoleBinding + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) Reset() { + *x = DeleteRbacAuthorizationV1NamespacedRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[208] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoMessage() {} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[208] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteRbacAuthorizationV1NamespacedRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{208} +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteRbacAuthorizationV1NamespacedRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the Role + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) Reset() { + *x = DeleteRbacAuthorizationV1NamespacedRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[209] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteRbacAuthorizationV1NamespacedRoleRequest) ProtoMessage() {} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[209] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteRbacAuthorizationV1NamespacedRoleRequest.ProtoReflect.Descriptor instead. +func (*DeleteRbacAuthorizationV1NamespacedRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{209} +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteRbacAuthorizationV1NamespacedRoleRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) Reset() { + *x = DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[210] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) ProtoMessage() {} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[210] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest.ProtoReflect.Descriptor instead. +func (*DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{210} +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) Reset() { + *x = DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[211] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) ProtoMessage() {} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[211] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest.ProtoReflect.Descriptor instead. +func (*DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{211} +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) Reset() { + *x = DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[212] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) ProtoMessage() {} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[212] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest.ProtoReflect.Descriptor instead. +func (*DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{212} +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteResourceV1Alpha2CollectionResourceClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) Reset() { + *x = DeleteResourceV1Alpha2CollectionResourceClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[213] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteResourceV1Alpha2CollectionResourceClassRequest) ProtoMessage() {} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[213] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteResourceV1Alpha2CollectionResourceClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteResourceV1Alpha2CollectionResourceClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{213} +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteResourceV1Alpha2CollectionResourceClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the PodSchedulingContext + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) Reset() { + *x = DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[214] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoMessage() {} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[214] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest.ProtoReflect.Descriptor instead. +func (*DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{214} +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteResourceV1Alpha2NamespacedResourceClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ResourceClaim + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) Reset() { + *x = DeleteResourceV1Alpha2NamespacedResourceClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[215] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteResourceV1Alpha2NamespacedResourceClaimRequest) ProtoMessage() {} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[215] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteResourceV1Alpha2NamespacedResourceClaimRequest.ProtoReflect.Descriptor instead. +func (*DeleteResourceV1Alpha2NamespacedResourceClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{215} +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ResourceClaimTemplate + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Reset() { + *x = DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[216] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoMessage() {} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[216] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest.ProtoReflect.Descriptor instead. +func (*DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{216} +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteResourceV1Alpha2ResourceClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the ResourceClass + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) Reset() { + *x = DeleteResourceV1Alpha2ResourceClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[217] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteResourceV1Alpha2ResourceClassRequest) ProtoMessage() {} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[217] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteResourceV1Alpha2ResourceClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteResourceV1Alpha2ResourceClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{217} +} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteResourceV1Alpha2ResourceClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteSchedulingV1CollectionPriorityClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) Reset() { + *x = DeleteSchedulingV1CollectionPriorityClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[218] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteSchedulingV1CollectionPriorityClassRequest) ProtoMessage() {} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[218] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteSchedulingV1CollectionPriorityClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteSchedulingV1CollectionPriorityClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{218} +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteSchedulingV1CollectionPriorityClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteSchedulingV1PriorityClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the PriorityClass + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteSchedulingV1PriorityClassRequest) Reset() { + *x = DeleteSchedulingV1PriorityClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[219] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteSchedulingV1PriorityClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteSchedulingV1PriorityClassRequest) ProtoMessage() {} + +func (x *DeleteSchedulingV1PriorityClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[219] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteSchedulingV1PriorityClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteSchedulingV1PriorityClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{219} +} + +func (x *DeleteSchedulingV1PriorityClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteSchedulingV1PriorityClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteSchedulingV1PriorityClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteSchedulingV1PriorityClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteSchedulingV1PriorityClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteSchedulingV1PriorityClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteSchedulingV1PriorityClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteStorageV1CollectionCsiDriverRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) Reset() { + *x = DeleteStorageV1CollectionCsiDriverRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[220] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1CollectionCsiDriverRequest) ProtoMessage() {} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[220] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1CollectionCsiDriverRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1CollectionCsiDriverRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{220} +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteStorageV1CollectionCsiDriverRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteStorageV1CollectionCsiNodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) Reset() { + *x = DeleteStorageV1CollectionCsiNodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[221] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1CollectionCsiNodeRequest) ProtoMessage() {} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[221] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1CollectionCsiNodeRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1CollectionCsiNodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{221} +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteStorageV1CollectionCsiNodeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,8,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,9,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,10,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,11,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,12,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,13,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,14,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,15,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) Reset() { + *x = DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[222] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) ProtoMessage() {} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[222] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{222} +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteStorageV1CollectionStorageClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) Reset() { + *x = DeleteStorageV1CollectionStorageClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[223] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1CollectionStorageClassRequest) ProtoMessage() {} + +func (x *DeleteStorageV1CollectionStorageClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[223] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1CollectionStorageClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1CollectionStorageClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{223} +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteStorageV1CollectionStorageClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteStorageV1CollectionVolumeAttachmentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,3,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,4,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,5,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,6,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,8,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,9,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,10,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,11,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,12,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,13,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,14,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) Reset() { + *x = DeleteStorageV1CollectionVolumeAttachmentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[224] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1CollectionVolumeAttachmentRequest) ProtoMessage() {} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[224] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1CollectionVolumeAttachmentRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1CollectionVolumeAttachmentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{224} +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *DeleteStorageV1CollectionVolumeAttachmentRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +type DeleteStorageV1CsiDriverRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the CSIDriver + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteStorageV1CsiDriverRequest) Reset() { + *x = DeleteStorageV1CsiDriverRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[225] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1CsiDriverRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1CsiDriverRequest) ProtoMessage() {} + +func (x *DeleteStorageV1CsiDriverRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[225] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1CsiDriverRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1CsiDriverRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{225} +} + +func (x *DeleteStorageV1CsiDriverRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1CsiDriverRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1CsiDriverRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1CsiDriverRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteStorageV1CsiDriverRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1CsiDriverRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1CsiDriverRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteStorageV1CsiNodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the CSINode + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteStorageV1CsiNodeRequest) Reset() { + *x = DeleteStorageV1CsiNodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[226] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1CsiNodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1CsiNodeRequest) ProtoMessage() {} + +func (x *DeleteStorageV1CsiNodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[226] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1CsiNodeRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1CsiNodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{226} +} + +func (x *DeleteStorageV1CsiNodeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1CsiNodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1CsiNodeRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1CsiNodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteStorageV1CsiNodeRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1CsiNodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1CsiNodeRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteStorageV1NamespacedCsiStorageCapacityRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the CSIStorageCapacity + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,6,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,8,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) Reset() { + *x = DeleteStorageV1NamespacedCsiStorageCapacityRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[227] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1NamespacedCsiStorageCapacityRequest) ProtoMessage() {} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[227] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1NamespacedCsiStorageCapacityRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1NamespacedCsiStorageCapacityRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{227} +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1NamespacedCsiStorageCapacityRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteStorageV1StorageClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the StorageClass + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteStorageV1StorageClassRequest) Reset() { + *x = DeleteStorageV1StorageClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[228] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1StorageClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1StorageClassRequest) ProtoMessage() {} + +func (x *DeleteStorageV1StorageClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[228] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1StorageClassRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1StorageClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{228} +} + +func (x *DeleteStorageV1StorageClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1StorageClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1StorageClassRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1StorageClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteStorageV1StorageClassRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1StorageClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1StorageClassRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +type DeleteStorageV1VolumeAttachmentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int32 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // name of the VolumeAttachment + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *DeleteStorageV1VolumeAttachmentRequest) Reset() { + *x = DeleteStorageV1VolumeAttachmentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[229] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DeleteStorageV1VolumeAttachmentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DeleteStorageV1VolumeAttachmentRequest) ProtoMessage() {} + +func (x *DeleteStorageV1VolumeAttachmentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[229] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use DeleteStorageV1VolumeAttachmentRequest.ProtoReflect.Descriptor instead. +func (*DeleteStorageV1VolumeAttachmentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{229} +} + +func (x *DeleteStorageV1VolumeAttachmentRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.Body + } + return nil +} + +func (x *DeleteStorageV1VolumeAttachmentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *DeleteStorageV1VolumeAttachmentRequest) GetGracePeriodSeconds() int32 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *DeleteStorageV1VolumeAttachmentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *DeleteStorageV1VolumeAttachmentRequest) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *DeleteStorageV1VolumeAttachmentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *DeleteStorageV1VolumeAttachmentRequest) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +// MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook. +type IoK8SApiAdmissionregistrationV1MatchCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: + // + // 'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. + // + // See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz + // + // 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the + // + // request resource. + // + // Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ + // + // Required. + Expression string `protobuf:"bytes,1,opt,name=expression,proto3" json:"expression,omitempty"` + // Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName') + // + // Required. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1MatchCondition) Reset() { + *x = IoK8SApiAdmissionregistrationV1MatchCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[230] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1MatchCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1MatchCondition) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1MatchCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[230] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1MatchCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1MatchCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{230} +} + +func (x *IoK8SApiAdmissionregistrationV1MatchCondition) GetExpression() string { + if x != nil { + return x.Expression + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MatchCondition) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// MutatingWebhook describes an admission webhook and the resources and operations it applies to. +type IoK8SApiAdmissionregistrationV1MutatingWebhook struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. + AdmissionReviewVersions []string `protobuf:"bytes,1,rep,name=admissionReviewVersions,proto3" json:"admissionReviewVersions,omitempty"` + // ClientConfig defines how to communicate with the hook. Required + ClientConfig *IoK8SApiAdmissionregistrationV1WebhookClientConfig `protobuf:"bytes,2,opt,name=clientConfig,proto3" json:"clientConfig,omitempty"` + // FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. + FailurePolicy string `protobuf:"bytes,3,opt,name=failurePolicy,proto3" json:"failurePolicy,omitempty"` + // MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. + // + // The exact matching logic is (in order): + // 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped. + // 2. If ALL matchConditions evaluate to TRUE, the webhook is called. + // 3. If any matchCondition evaluates to an error (but none are FALSE): + // - If failurePolicy=Fail, reject the request + // - If failurePolicy=Ignore, the error is ignored and the webhook is skipped + // + // This is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate. + MatchConditions []*IoK8SApiAdmissionregistrationV1MatchCondition `protobuf:"bytes,4,rep,name=matchConditions,proto3" json:"matchConditions,omitempty"` + // matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". + // + // - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. + // + // - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. + // + // Defaults to "Equivalent" + MatchPolicy string `protobuf:"bytes,5,opt,name=matchPolicy,proto3" json:"matchPolicy,omitempty"` + // The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required. + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. + // + // For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "runlevel", + // "operator": "NotIn", + // "values": [ + // "0", + // "1" + // ] + // } + // ] + // } + // + // If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "environment", + // "operator": "In", + // "values": [ + // "prod", + // "staging" + // ] + // } + // ] + // } + // + // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors. + // + // Default to the empty LabelSelector, which matches everything. + NamespaceSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,7,opt,name=namespaceSelector,proto3" json:"namespaceSelector,omitempty"` + // ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. + ObjectSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,8,opt,name=objectSelector,proto3" json:"objectSelector,omitempty"` + // reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded". + // + // Never: the webhook will not be called more than once in a single admission evaluation. + // + // IfNeeded: the webhook will be called at least one additional time as part of the admission evaluation if the object being admitted is modified by other admission plugins after the initial webhook call. Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted. Note: * the number of additional invocations is not guaranteed to be exactly one. * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again. * webhooks that use this option may be reordered to minimize the number of additional invocations. * to validate an object after all mutations are guaranteed complete, use a validating admission webhook instead. + // + // Defaults to "Never". + ReinvocationPolicy string `protobuf:"bytes,9,opt,name=reinvocationPolicy,proto3" json:"reinvocationPolicy,omitempty"` + // Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. + Rules []*IoK8SApiAdmissionregistrationV1RuleWithOperations `protobuf:"bytes,10,rep,name=rules,proto3" json:"rules,omitempty"` + // SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. + SideEffects string `protobuf:"bytes,11,opt,name=sideEffects,proto3" json:"sideEffects,omitempty"` + // TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) Reset() { + *x = IoK8SApiAdmissionregistrationV1MutatingWebhook{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[231] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1MutatingWebhook) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[231] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1MutatingWebhook.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1MutatingWebhook) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{231} +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetAdmissionReviewVersions() []string { + if x != nil { + return x.AdmissionReviewVersions + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetClientConfig() *IoK8SApiAdmissionregistrationV1WebhookClientConfig { + if x != nil { + return x.ClientConfig + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetFailurePolicy() string { + if x != nil { + return x.FailurePolicy + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetMatchConditions() []*IoK8SApiAdmissionregistrationV1MatchCondition { + if x != nil { + return x.MatchConditions + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetMatchPolicy() string { + if x != nil { + return x.MatchPolicy + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetNamespaceSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.NamespaceSelector + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetObjectSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.ObjectSelector + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetReinvocationPolicy() string { + if x != nil { + return x.ReinvocationPolicy + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetRules() []*IoK8SApiAdmissionregistrationV1RuleWithOperations { + if x != nil { + return x.Rules + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetSideEffects() string { + if x != nil { + return x.SideEffects + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhook) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +// MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. +type IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Webhooks is a list of webhooks and the affected resources and operations. + Webhooks []*IoK8SApiAdmissionregistrationV1MutatingWebhook `protobuf:"bytes,4,rep,name=webhooks,proto3" json:"webhooks,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration) Reset() { + *x = IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[232] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[232] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{232} +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration) GetWebhooks() []*IoK8SApiAdmissionregistrationV1MutatingWebhook { + if x != nil { + return x.Webhooks + } + return nil +} + +// MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration. +type IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of MutatingWebhookConfiguration. + Items []*IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList) Reset() { + *x = IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[233] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[233] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{233} +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList) GetItems() []*IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid. +type IoK8SApiAdmissionregistrationV1RuleWithOperations struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required. + ApiGroups []string `protobuf:"bytes,1,rep,name=apiGroups,proto3" json:"apiGroups,omitempty"` + // APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required. + ApiVersions []string `protobuf:"bytes,2,rep,name=apiVersions,proto3" json:"apiVersions,omitempty"` + // Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required. + Operations []string `protobuf:"bytes,3,rep,name=operations,proto3" json:"operations,omitempty"` + // Resources is a list of resources this rule applies to. + // + // For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources. + // + // If wildcard is present, the validation rule will ensure resources do not overlap with each other. + // + // Depending on the enclosing object, subresources might not be allowed. Required. + Resources []string `protobuf:"bytes,4,rep,name=resources,proto3" json:"resources,omitempty"` + // scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*". + Scope string `protobuf:"bytes,5,opt,name=scope,proto3" json:"scope,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1RuleWithOperations) Reset() { + *x = IoK8SApiAdmissionregistrationV1RuleWithOperations{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[234] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1RuleWithOperations) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1RuleWithOperations) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1RuleWithOperations) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[234] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1RuleWithOperations.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1RuleWithOperations) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{234} +} + +func (x *IoK8SApiAdmissionregistrationV1RuleWithOperations) GetApiGroups() []string { + if x != nil { + return x.ApiGroups + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1RuleWithOperations) GetApiVersions() []string { + if x != nil { + return x.ApiVersions + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1RuleWithOperations) GetOperations() []string { + if x != nil { + return x.Operations + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1RuleWithOperations) GetResources() []string { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1RuleWithOperations) GetScope() string { + if x != nil { + return x.Scope + } + return "" +} + +// ServiceReference holds a reference to Service.legacy.k8s.io +type IoK8SApiAdmissionregistrationV1ServiceReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `name` is the name of the service. Required + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // `namespace` is the namespace of the service. Required + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // `path` is an optional URL path which will be sent in any request to this service. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` + // If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). + Port int32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1ServiceReference) Reset() { + *x = IoK8SApiAdmissionregistrationV1ServiceReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[235] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1ServiceReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1ServiceReference) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1ServiceReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[235] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1ServiceReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1ServiceReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{235} +} + +func (x *IoK8SApiAdmissionregistrationV1ServiceReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ServiceReference) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ServiceReference) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ServiceReference) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +// ValidatingWebhook describes an admission webhook and the resources and operations it applies to. +type IoK8SApiAdmissionregistrationV1ValidatingWebhook struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. + AdmissionReviewVersions []string `protobuf:"bytes,1,rep,name=admissionReviewVersions,proto3" json:"admissionReviewVersions,omitempty"` + // ClientConfig defines how to communicate with the hook. Required + ClientConfig *IoK8SApiAdmissionregistrationV1WebhookClientConfig `protobuf:"bytes,2,opt,name=clientConfig,proto3" json:"clientConfig,omitempty"` + // FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. + FailurePolicy string `protobuf:"bytes,3,opt,name=failurePolicy,proto3" json:"failurePolicy,omitempty"` + // MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. + // + // The exact matching logic is (in order): + // 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped. + // 2. If ALL matchConditions evaluate to TRUE, the webhook is called. + // 3. If any matchCondition evaluates to an error (but none are FALSE): + // - If failurePolicy=Fail, reject the request + // - If failurePolicy=Ignore, the error is ignored and the webhook is skipped + // + // This is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate. + MatchConditions []*IoK8SApiAdmissionregistrationV1MatchCondition `protobuf:"bytes,4,rep,name=matchConditions,proto3" json:"matchConditions,omitempty"` + // matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". + // + // - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. + // + // - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. + // + // Defaults to "Equivalent" + MatchPolicy string `protobuf:"bytes,5,opt,name=matchPolicy,proto3" json:"matchPolicy,omitempty"` + // The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required. + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. + // + // For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "runlevel", + // "operator": "NotIn", + // "values": [ + // "0", + // "1" + // ] + // } + // ] + // } + // + // If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "environment", + // "operator": "In", + // "values": [ + // "prod", + // "staging" + // ] + // } + // ] + // } + // + // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. + // + // Default to the empty LabelSelector, which matches everything. + NamespaceSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,7,opt,name=namespaceSelector,proto3" json:"namespaceSelector,omitempty"` + // ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. + ObjectSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,8,opt,name=objectSelector,proto3" json:"objectSelector,omitempty"` + // Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. + Rules []*IoK8SApiAdmissionregistrationV1RuleWithOperations `protobuf:"bytes,9,rep,name=rules,proto3" json:"rules,omitempty"` + // SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. + SideEffects string `protobuf:"bytes,10,opt,name=sideEffects,proto3" json:"sideEffects,omitempty"` + // TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) Reset() { + *x = IoK8SApiAdmissionregistrationV1ValidatingWebhook{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[236] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1ValidatingWebhook) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[236] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1ValidatingWebhook.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1ValidatingWebhook) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{236} +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetAdmissionReviewVersions() []string { + if x != nil { + return x.AdmissionReviewVersions + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetClientConfig() *IoK8SApiAdmissionregistrationV1WebhookClientConfig { + if x != nil { + return x.ClientConfig + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetFailurePolicy() string { + if x != nil { + return x.FailurePolicy + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetMatchConditions() []*IoK8SApiAdmissionregistrationV1MatchCondition { + if x != nil { + return x.MatchConditions + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetMatchPolicy() string { + if x != nil { + return x.MatchPolicy + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetNamespaceSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.NamespaceSelector + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetObjectSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.ObjectSelector + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetRules() []*IoK8SApiAdmissionregistrationV1RuleWithOperations { + if x != nil { + return x.Rules + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetSideEffects() string { + if x != nil { + return x.SideEffects + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhook) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +// ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. +type IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Webhooks is a list of webhooks and the affected resources and operations. + Webhooks []*IoK8SApiAdmissionregistrationV1ValidatingWebhook `protobuf:"bytes,4,rep,name=webhooks,proto3" json:"webhooks,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration) Reset() { + *x = IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[237] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[237] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{237} +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration) GetWebhooks() []*IoK8SApiAdmissionregistrationV1ValidatingWebhook { + if x != nil { + return x.Webhooks + } + return nil +} + +// ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration. +type IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of ValidatingWebhookConfiguration. + Items []*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList) Reset() { + *x = IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[238] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[238] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{238} +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList) GetItems() []*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// WebhookClientConfig contains the information to make a TLS connection with the webhook +type IoK8SApiAdmissionregistrationV1WebhookClientConfig struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used. + CaBundle []byte `protobuf:"bytes,1,opt,name=caBundle,proto3" json:"caBundle,omitempty"` + // `service` is a reference to the service for this webhook. Either `service` or `url` must be specified. + // + // If the webhook is running within the cluster, then you should use `service`. + Service *IoK8SApiAdmissionregistrationV1ServiceReference `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` + // `url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. + // + // The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. + // + // Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. + // + // The scheme must be "https"; the URL must begin with "https://". + // + // A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. + // + // Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. + Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1WebhookClientConfig) Reset() { + *x = IoK8SApiAdmissionregistrationV1WebhookClientConfig{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[239] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1WebhookClientConfig) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1WebhookClientConfig) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1WebhookClientConfig) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[239] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1WebhookClientConfig.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1WebhookClientConfig) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{239} +} + +func (x *IoK8SApiAdmissionregistrationV1WebhookClientConfig) GetCaBundle() []byte { + if x != nil { + return x.CaBundle + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1WebhookClientConfig) GetService() *IoK8SApiAdmissionregistrationV1ServiceReference { + if x != nil { + return x.Service + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1WebhookClientConfig) GetUrl() string { + if x != nil { + return x.Url + } + return "" +} + +// AuditAnnotation describes how to produce an audit annotation for an API request. +type IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length. + // + // The key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: "{ValidatingAdmissionPolicy name}/{key}". + // + // If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded. + // + // Required. + Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` + // valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb. + // + // If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list. + // + // Required. + ValueExpression string `protobuf:"bytes,2,opt,name=valueExpression,proto3" json:"valueExpression,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[240] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[240] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{240} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation) GetKey() string { + if x != nil { + return x.Key + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation) GetValueExpression() string { + if x != nil { + return x.ValueExpression + } + return "" +} + +// ExpressionWarning is a warning information that targets a specific expression. +type IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression" + FieldRef string `protobuf:"bytes,1,opt,name=fieldRef,proto3" json:"fieldRef,omitempty"` + // The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler. + Warning string `protobuf:"bytes,2,opt,name=warning,proto3" json:"warning,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[241] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[241] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{241} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning) GetFieldRef() string { + if x != nil { + return x.FieldRef + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning) GetWarning() string { + if x != nil { + return x.Warning + } + return "" +} + +type IoK8SApiAdmissionregistrationV1Alpha1MatchCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: + // + // 'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. + // + // See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz + // + // 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the + // + // request resource. + // + // Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ + // + // Required. + Expression string `protobuf:"bytes,1,opt,name=expression,proto3" json:"expression,omitempty"` + // Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName') + // + // Required. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchCondition) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1MatchCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[242] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1MatchCondition) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[242] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1MatchCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1MatchCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{242} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchCondition) GetExpression() string { + if x != nil { + return x.Expression + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchCondition) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded) +type IoK8SApiAdmissionregistrationV1Alpha1MatchResources struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded) + ExcludeResourceRules []*IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations `protobuf:"bytes,1,rep,name=excludeResourceRules,proto3" json:"excludeResourceRules,omitempty"` + // matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". + // + // - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy. + // + // - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy. + // + // Defaults to "Equivalent" + MatchPolicy string `protobuf:"bytes,2,opt,name=matchPolicy,proto3" json:"matchPolicy,omitempty"` + // NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy. + // + // For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "runlevel", + // "operator": "NotIn", + // "values": [ + // "0", + // "1" + // ] + // } + // ] + // } + // + // If instead you want to only run the policy on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "environment", + // "operator": "In", + // "values": [ + // "prod", + // "staging" + // ] + // } + // ] + // } + // + // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors. + // + // Default to the empty LabelSelector, which matches everything. + NamespaceSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,3,opt,name=namespaceSelector,proto3" json:"namespaceSelector,omitempty"` + // ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. + ObjectSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,4,opt,name=objectSelector,proto3" json:"objectSelector,omitempty"` + // ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule. + ResourceRules []*IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations `protobuf:"bytes,5,rep,name=resourceRules,proto3" json:"resourceRules,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchResources) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1MatchResources{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[243] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchResources) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1MatchResources) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchResources) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[243] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1MatchResources.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1MatchResources) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{243} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchResources) GetExcludeResourceRules() []*IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations { + if x != nil { + return x.ExcludeResourceRules + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchResources) GetMatchPolicy() string { + if x != nil { + return x.MatchPolicy + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchResources) GetNamespaceSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.NamespaceSelector + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchResources) GetObjectSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.ObjectSelector + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1MatchResources) GetResourceRules() []*IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations { + if x != nil { + return x.ResourceRules + } + return nil +} + +// NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames. +type IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required. + ApiGroups []string `protobuf:"bytes,1,rep,name=apiGroups,proto3" json:"apiGroups,omitempty"` + // APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required. + ApiVersions []string `protobuf:"bytes,2,rep,name=apiVersions,proto3" json:"apiVersions,omitempty"` + // Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required. + Operations []string `protobuf:"bytes,3,rep,name=operations,proto3" json:"operations,omitempty"` + // ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. + ResourceNames []string `protobuf:"bytes,4,rep,name=resourceNames,proto3" json:"resourceNames,omitempty"` + // Resources is a list of resources this rule applies to. + // + // For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources. + // + // If wildcard is present, the validation rule will ensure resources do not overlap with each other. + // + // Depending on the enclosing object, subresources might not be allowed. Required. + Resources []string `protobuf:"bytes,5,rep,name=resources,proto3" json:"resources,omitempty"` + // scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*". + Scope string `protobuf:"bytes,6,opt,name=scope,proto3" json:"scope,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[244] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[244] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{244} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) GetApiGroups() []string { + if x != nil { + return x.ApiGroups + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) GetApiVersions() []string { + if x != nil { + return x.ApiVersions + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) GetOperations() []string { + if x != nil { + return x.Operations + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) GetResourceNames() []string { + if x != nil { + return x.ResourceNames + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) GetResources() []string { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations) GetScope() string { + if x != nil { + return x.Scope + } + return "" +} + +// ParamKind is a tuple of Group Kind and Version. +type IoK8SApiAdmissionregistrationV1Alpha1ParamKind struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion is the API group version the resources belong to. In format of "group/version". Required. + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is the API kind the resources belong to. Required. + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamKind) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ParamKind{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[245] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamKind) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ParamKind) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamKind) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[245] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ParamKind.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ParamKind) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{245} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamKind) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamKind) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +// ParamRef references a parameter resource +type IoK8SApiAdmissionregistrationV1Alpha1ParamRef struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name of the resource being referenced. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Namespace of the referenced resource. Should be empty for the cluster-scoped resources + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamRef) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ParamRef{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[246] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamRef) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ParamRef) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamRef) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[246] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ParamRef.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ParamRef) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{246} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamRef) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ParamRef) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +// TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy +type IoK8SApiAdmissionregistrationV1Alpha1TypeChecking struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The type checking warnings for each expression. + ExpressionWarnings []*IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning `protobuf:"bytes,1,rep,name=expressionWarnings,proto3" json:"expressionWarnings,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1TypeChecking) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1TypeChecking{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[247] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1TypeChecking) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1TypeChecking) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1TypeChecking) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[247] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1TypeChecking.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1TypeChecking) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{247} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1TypeChecking) GetExpressionWarnings() []*IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning { + if x != nil { + return x.ExpressionWarnings + } + return nil +} + +// ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it. +type IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Specification of the desired behavior of the ValidatingAdmissionPolicy. + Spec *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only. + Status *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[248] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[248] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{248} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) GetSpec() *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy) GetStatus() *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus { + if x != nil { + return x.Status + } + return nil +} + +// ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters. +type IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Specification of the desired behavior of the ValidatingAdmissionPolicyBinding. + Spec *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[249] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[249] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{249} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding) GetSpec() *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec { + if x != nil { + return x.Spec + } + return nil +} + +// ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding. +type IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of PolicyBinding. + Items []*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[250] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[250] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{250} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList) GetItems() []*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding. +type IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required. + MatchResources *IoK8SApiAdmissionregistrationV1Alpha1MatchResources `protobuf:"bytes,1,opt,name=matchResources,proto3" json:"matchResources,omitempty"` + // ParamRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied. + ParamRef *IoK8SApiAdmissionregistrationV1Alpha1ParamRef `protobuf:"bytes,2,opt,name=paramRef,proto3" json:"paramRef,omitempty"` + // PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required. + PolicyName string `protobuf:"bytes,3,opt,name=policyName,proto3" json:"policyName,omitempty"` + // validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions. + // + // Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy. + // + // validationActions is declared as a set of action values. Order does not matter. validationActions may not contain duplicates of the same action. + // + // The supported actions values are: + // + // "Deny" specifies that a validation failure results in a denied request. + // + // "Warn" specifies that a validation failure is reported to the request client in HTTP Warning headers, with a warning code of 299. Warnings can be sent both for allowed or denied admission responses. + // + // "Audit" specifies that a validation failure is included in the published audit event for the request. The audit event will contain a `validation.policy.admission.k8s.io/validation_failure` audit annotation with a value containing the details of the validation failures, formatted as a JSON list of objects, each with the following fields: - message: The validation failure message string - policy: The resource name of the ValidatingAdmissionPolicy - binding: The resource name of the ValidatingAdmissionPolicyBinding - expressionIndex: The index of the failed validations in the ValidatingAdmissionPolicy - validationActions: The enforcement actions enacted for the validation failure Example audit annotation: `"validation.policy.admission.k8s.io/validation_failure": "[{"message": "Invalid value", {"policy": "policy.example.com", {"binding": "policybinding.example.com", {"expressionIndex": "1", {"validationActions": ["Audit"]}]"` + // + // Clients should expect to handle additional values by ignoring any values not recognized. + // + // "Deny" and "Warn" may not be used together since this combination needlessly duplicates the validation failure both in the API response body and the HTTP warning headers. + // + // Required. + ValidationActions []string `protobuf:"bytes,4,rep,name=validationActions,proto3" json:"validationActions,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[251] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[251] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{251} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec) GetMatchResources() *IoK8SApiAdmissionregistrationV1Alpha1MatchResources { + if x != nil { + return x.MatchResources + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec) GetParamRef() *IoK8SApiAdmissionregistrationV1Alpha1ParamRef { + if x != nil { + return x.ParamRef + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec) GetPolicyName() string { + if x != nil { + return x.PolicyName + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec) GetValidationActions() []string { + if x != nil { + return x.ValidationActions + } + return nil +} + +// ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy. +type IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of ValidatingAdmissionPolicy. + Items []*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[252] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[252] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{252} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList) GetItems() []*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy. +type IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required. + AuditAnnotations []*IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation `protobuf:"bytes,1,rep,name=auditAnnotations,proto3" json:"auditAnnotations,omitempty"` + // failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings. + // + // A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. + // + // failurePolicy does not define how validations that evaluate to false are handled. + // + // When failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions define how failures are enforced. + // + // Allowed values are Ignore or Fail. Defaults to Fail. + FailurePolicy string `protobuf:"bytes,2,opt,name=failurePolicy,proto3" json:"failurePolicy,omitempty"` + // MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. + // + // If a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions. + // + // The exact matching logic is (in order): + // 1. If ANY matchCondition evaluates to FALSE, the policy is skipped. + // 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated. + // 3. If any matchCondition evaluates to an error (but none are FALSE): + // - If failurePolicy=Fail, reject the request + // - If failurePolicy=Ignore, the policy is skipped + MatchConditions []*IoK8SApiAdmissionregistrationV1Alpha1MatchCondition `protobuf:"bytes,3,rep,name=matchConditions,proto3" json:"matchConditions,omitempty"` + // MatchConstraints specifies what resources this policy is designed to validate. The AdmissionPolicy cares about a request if it matches _all_ Constraints. However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API ValidatingAdmissionPolicy cannot match ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding. Required. + MatchConstraints *IoK8SApiAdmissionregistrationV1Alpha1MatchResources `protobuf:"bytes,4,opt,name=matchConstraints,proto3" json:"matchConstraints,omitempty"` + // ParamKind specifies the kind of resources used to parameterize this policy. If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions. If ParamKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied. If paramKind is specified but paramRef is unset in ValidatingAdmissionPolicyBinding, the params variable will be null. + ParamKind *IoK8SApiAdmissionregistrationV1Alpha1ParamKind `protobuf:"bytes,5,opt,name=paramKind,proto3" json:"paramKind,omitempty"` + // Validations contain CEL expressions which is used to apply the validation. Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is required. + Validations []*IoK8SApiAdmissionregistrationV1Alpha1Validation `protobuf:"bytes,6,rep,name=validations,proto3" json:"validations,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[253] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[253] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{253} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) GetAuditAnnotations() []*IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation { + if x != nil { + return x.AuditAnnotations + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) GetFailurePolicy() string { + if x != nil { + return x.FailurePolicy + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) GetMatchConditions() []*IoK8SApiAdmissionregistrationV1Alpha1MatchCondition { + if x != nil { + return x.MatchConditions + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) GetMatchConstraints() *IoK8SApiAdmissionregistrationV1Alpha1MatchResources { + if x != nil { + return x.MatchConstraints + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) GetParamKind() *IoK8SApiAdmissionregistrationV1Alpha1ParamKind { + if x != nil { + return x.ParamKind + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec) GetValidations() []*IoK8SApiAdmissionregistrationV1Alpha1Validation { + if x != nil { + return x.Validations + } + return nil +} + +// ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy. +type IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The conditions represent the latest available observations of a policy's current state. + Conditions []*IoK8SApimachineryPkgApisMetaV1Condition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` + // The generation observed by the controller. + ObservedGeneration int64 `protobuf:"varint,2,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` + // The results of type checking for each expression. Presence of this field indicates the completion of the type checking. + TypeChecking *IoK8SApiAdmissionregistrationV1Alpha1TypeChecking `protobuf:"bytes,3,opt,name=typeChecking,proto3" json:"typeChecking,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[254] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[254] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{254} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus) GetConditions() []*IoK8SApimachineryPkgApisMetaV1Condition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus) GetTypeChecking() *IoK8SApiAdmissionregistrationV1Alpha1TypeChecking { + if x != nil { + return x.TypeChecking + } + return nil +} + +// Validation specifies the CEL expression which is used to apply the validation. +type IoK8SApiAdmissionregistrationV1Alpha1Validation struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables: + // + // - 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. + // See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz + // - 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the + // request resource. + // + // The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible. + // + // Only property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are: + // + // "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if", + // "import", "let", "loop", "package", "namespace", "return". + // + // Examples: + // - Expression accessing a property named "namespace": {"Expression": "object.__namespace__ > 0"} + // - Expression accessing a property named "x-prop": {"Expression": "object.x__dash__prop > 0"} + // - Expression accessing a property named "redact__d": {"Expression": "object.redact__underscores__d > 0"} + // + // Equality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: + // - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and + // non-intersecting elements in `Y` are appended, retaining their partial order. + // - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values + // are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with + // non-intersecting keys are appended, retaining their partial order. + // + // Required. + Expression string `protobuf:"bytes,1,opt,name=expression,proto3" json:"expression,omitempty"` + // Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is "failed Expression: {Expression}". + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: "object.x must be less than max ("+string(params.max)+")" + MessageExpression string `protobuf:"bytes,3,opt,name=messageExpression,proto3" json:"messageExpression,omitempty"` + // Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client. + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1Validation) Reset() { + *x = IoK8SApiAdmissionregistrationV1Alpha1Validation{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[255] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1Validation) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAdmissionregistrationV1Alpha1Validation) ProtoMessage() {} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1Validation) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[255] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAdmissionregistrationV1Alpha1Validation.ProtoReflect.Descriptor instead. +func (*IoK8SApiAdmissionregistrationV1Alpha1Validation) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{255} +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1Validation) GetExpression() string { + if x != nil { + return x.Expression + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1Validation) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1Validation) GetMessageExpression() string { + if x != nil { + return x.MessageExpression + } + return "" +} + +func (x *IoK8SApiAdmissionregistrationV1Alpha1Validation) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +// An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend. +type IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The ID of the reporting API server. + ApiServerID string `protobuf:"bytes,1,opt,name=apiServerID,proto3" json:"apiServerID,omitempty"` + // The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions. + DecodableVersions []string `protobuf:"bytes,2,rep,name=decodableVersions,proto3" json:"decodableVersions,omitempty"` + // The API server encodes the object to this version when persisting it in the backend (e.g., etcd). + EncodingVersion string `protobuf:"bytes,3,opt,name=encodingVersion,proto3" json:"encodingVersion,omitempty"` +} + +func (x *IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion) Reset() { + *x = IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[256] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion) ProtoMessage() {} + +func (x *IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[256] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion.ProtoReflect.Descriptor instead. +func (*IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{256} +} + +func (x *IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion) GetApiServerID() string { + if x != nil { + return x.ApiServerID + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion) GetDecodableVersions() []string { + if x != nil { + return x.DecodableVersions + } + return nil +} + +func (x *IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion) GetEncodingVersion() string { + if x != nil { + return x.EncodingVersion + } + return "" +} + +// Storage version of a specific resource. +type IoK8SApiApiserverinternalV1Alpha1StorageVersion struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // The name is .. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec is an empty spec. It is here to comply with Kubernetes API style. + Spec *IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // API server instances report the version they can decode and the version they encode objects to when persisting objects in the backend. + Status *IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersion) Reset() { + *x = IoK8SApiApiserverinternalV1Alpha1StorageVersion{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[257] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersion) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersion) ProtoMessage() {} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersion) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[257] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiApiserverinternalV1Alpha1StorageVersion.ProtoReflect.Descriptor instead. +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersion) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{257} +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersion) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersion) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersion) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersion) GetSpec() *IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersion) GetStatus() *IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus { + if x != nil { + return x.Status + } + return nil +} + +// Describes the state of the storageVersion at a certain point. +type IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // A human readable message indicating details about the transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // If set, this represents the .metadata.generation that the condition was set based upon. + ObservedGeneration int64 `protobuf:"varint,3,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` + // The reason for the condition's last transition. + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` + // Type of the condition. + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) Reset() { + *x = IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[258] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) ProtoMessage() {} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[258] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{258} +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// A list of StorageVersions. +type IoK8SApiApiserverinternalV1Alpha1StorageVersionList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items holds a list of StorageVersion + Items []*IoK8SApiApiserverinternalV1Alpha1StorageVersion `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionList) Reset() { + *x = IoK8SApiApiserverinternalV1Alpha1StorageVersionList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[259] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersionList) ProtoMessage() {} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[259] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiApiserverinternalV1Alpha1StorageVersionList.ProtoReflect.Descriptor instead. +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersionList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{259} +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionList) GetItems() []*IoK8SApiApiserverinternalV1Alpha1StorageVersion { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// StorageVersionSpec is an empty spec. +type IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec) Reset() { + *x = IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[260] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec) ProtoMessage() {} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[260] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{260} +} + +// API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend. +type IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality. + CommonEncodingVersion string `protobuf:"bytes,1,opt,name=commonEncodingVersion,proto3" json:"commonEncodingVersion,omitempty"` + // The latest available observations of the storageVersion's state. + Conditions []*IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"` + // The reported versions per API server instance. + StorageVersions []*IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion `protobuf:"bytes,3,rep,name=storageVersions,proto3" json:"storageVersions,omitempty"` +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus) Reset() { + *x = IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[261] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus) ProtoMessage() {} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[261] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{261} +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus) GetCommonEncodingVersion() string { + if x != nil { + return x.CommonEncodingVersion + } + return "" +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus) GetConditions() []*IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus) GetStorageVersions() []*IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion { + if x != nil { + return x.StorageVersions + } + return nil +} + +// ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. +type IoK8SApiAppsV1ControllerRevision struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Data is the serialized representation of the state. + Data *IoK8SApimachineryPkgRuntimeRawExtension `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Revision indicates the revision of the state represented by Data. + Revision int64 `protobuf:"varint,5,opt,name=revision,proto3" json:"revision,omitempty"` +} + +func (x *IoK8SApiAppsV1ControllerRevision) Reset() { + *x = IoK8SApiAppsV1ControllerRevision{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[262] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1ControllerRevision) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1ControllerRevision) ProtoMessage() {} + +func (x *IoK8SApiAppsV1ControllerRevision) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[262] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1ControllerRevision.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1ControllerRevision) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{262} +} + +func (x *IoK8SApiAppsV1ControllerRevision) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1ControllerRevision) GetData() *IoK8SApimachineryPkgRuntimeRawExtension { + if x != nil { + return x.Data + } + return nil +} + +func (x *IoK8SApiAppsV1ControllerRevision) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1ControllerRevision) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAppsV1ControllerRevision) GetRevision() int64 { + if x != nil { + return x.Revision + } + return 0 +} + +// ControllerRevisionList is a resource containing a list of ControllerRevision objects. +type IoK8SApiAppsV1ControllerRevisionList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of ControllerRevisions + Items []*IoK8SApiAppsV1ControllerRevision `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAppsV1ControllerRevisionList) Reset() { + *x = IoK8SApiAppsV1ControllerRevisionList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[263] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1ControllerRevisionList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1ControllerRevisionList) ProtoMessage() {} + +func (x *IoK8SApiAppsV1ControllerRevisionList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[263] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1ControllerRevisionList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1ControllerRevisionList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{263} +} + +func (x *IoK8SApiAppsV1ControllerRevisionList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1ControllerRevisionList) GetItems() []*IoK8SApiAppsV1ControllerRevision { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAppsV1ControllerRevisionList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1ControllerRevisionList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// DaemonSet represents the configuration of a daemon set. +type IoK8SApiAppsV1DaemonSet struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiAppsV1DaemonSetSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiAppsV1DaemonSetStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAppsV1DaemonSet) Reset() { + *x = IoK8SApiAppsV1DaemonSet{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[264] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DaemonSet) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DaemonSet) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DaemonSet) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[264] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DaemonSet.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DaemonSet) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{264} +} + +func (x *IoK8SApiAppsV1DaemonSet) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1DaemonSet) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1DaemonSet) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAppsV1DaemonSet) GetSpec() *IoK8SApiAppsV1DaemonSetSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAppsV1DaemonSet) GetStatus() *IoK8SApiAppsV1DaemonSetStatus { + if x != nil { + return x.Status + } + return nil +} + +// DaemonSetCondition describes the state of a DaemonSet at a certain point. +type IoK8SApiAppsV1DaemonSetCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // A human readable message indicating details about the transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // The reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // Type of DaemonSet condition. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAppsV1DaemonSetCondition) Reset() { + *x = IoK8SApiAppsV1DaemonSetCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[265] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DaemonSetCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DaemonSetCondition) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DaemonSetCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[265] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DaemonSetCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DaemonSetCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{265} +} + +func (x *IoK8SApiAppsV1DaemonSetCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiAppsV1DaemonSetCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiAppsV1DaemonSetCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiAppsV1DaemonSetCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiAppsV1DaemonSetCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// DaemonSetList is a collection of daemon sets. +type IoK8SApiAppsV1DaemonSetList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // A list of daemon sets. + Items []*IoK8SApiAppsV1DaemonSet `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAppsV1DaemonSetList) Reset() { + *x = IoK8SApiAppsV1DaemonSetList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[266] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DaemonSetList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DaemonSetList) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DaemonSetList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[266] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DaemonSetList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DaemonSetList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{266} +} + +func (x *IoK8SApiAppsV1DaemonSetList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1DaemonSetList) GetItems() []*IoK8SApiAppsV1DaemonSet { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAppsV1DaemonSetList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1DaemonSetList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// DaemonSetSpec is the specification of a daemon set. +type IoK8SApiAppsV1DaemonSetSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). + MinReadySeconds int32 `protobuf:"varint,1,opt,name=minReadySeconds,proto3" json:"minReadySeconds,omitempty"` + // The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. + RevisionHistoryLimit int32 `protobuf:"varint,2,opt,name=revisionHistoryLimit,proto3" json:"revisionHistoryLimit,omitempty"` + // A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + Selector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,3,opt,name=selector,proto3" json:"selector,omitempty"` + // An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template + Template *IoK8SApiCoreV1PodTemplateSpec `protobuf:"bytes,4,opt,name=template,proto3" json:"template,omitempty"` + // An update strategy to replace existing DaemonSet pods with new pods. + UpdateStrategy *IoK8SApiAppsV1DaemonSetUpdateStrategy `protobuf:"bytes,5,opt,name=updateStrategy,proto3" json:"updateStrategy,omitempty"` +} + +func (x *IoK8SApiAppsV1DaemonSetSpec) Reset() { + *x = IoK8SApiAppsV1DaemonSetSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[267] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DaemonSetSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DaemonSetSpec) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DaemonSetSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[267] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DaemonSetSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DaemonSetSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{267} +} + +func (x *IoK8SApiAppsV1DaemonSetSpec) GetMinReadySeconds() int32 { + if x != nil { + return x.MinReadySeconds + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetSpec) GetRevisionHistoryLimit() int32 { + if x != nil { + return x.RevisionHistoryLimit + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetSpec) GetSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.Selector + } + return nil +} + +func (x *IoK8SApiAppsV1DaemonSetSpec) GetTemplate() *IoK8SApiCoreV1PodTemplateSpec { + if x != nil { + return x.Template + } + return nil +} + +func (x *IoK8SApiAppsV1DaemonSetSpec) GetUpdateStrategy() *IoK8SApiAppsV1DaemonSetUpdateStrategy { + if x != nil { + return x.UpdateStrategy + } + return nil +} + +// DaemonSetStatus represents the current status of a daemon set. +type IoK8SApiAppsV1DaemonSetStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + CollisionCount int32 `protobuf:"varint,1,opt,name=collisionCount,proto3" json:"collisionCount,omitempty"` + // Represents the latest available observations of a DaemonSet's current state. + Conditions []*IoK8SApiAppsV1DaemonSetCondition `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"` + // The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + CurrentNumberScheduled int32 `protobuf:"varint,3,opt,name=currentNumberScheduled,proto3" json:"currentNumberScheduled,omitempty"` + // The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + DesiredNumberScheduled int32 `protobuf:"varint,4,opt,name=desiredNumberScheduled,proto3" json:"desiredNumberScheduled,omitempty"` + // The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) + NumberAvailable int32 `protobuf:"varint,5,opt,name=numberAvailable,proto3" json:"numberAvailable,omitempty"` + // The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + NumberMisscheduled int32 `protobuf:"varint,6,opt,name=numberMisscheduled,proto3" json:"numberMisscheduled,omitempty"` + // numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition. + NumberReady int32 `protobuf:"varint,7,opt,name=numberReady,proto3" json:"numberReady,omitempty"` + // The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) + NumberUnavailable int32 `protobuf:"varint,8,opt,name=numberUnavailable,proto3" json:"numberUnavailable,omitempty"` + // The most recent generation observed by the daemon set controller. + ObservedGeneration int64 `protobuf:"varint,9,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` + // The total number of nodes that are running updated daemon pod + UpdatedNumberScheduled int32 `protobuf:"varint,10,opt,name=updatedNumberScheduled,proto3" json:"updatedNumberScheduled,omitempty"` +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) Reset() { + *x = IoK8SApiAppsV1DaemonSetStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[268] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DaemonSetStatus) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DaemonSetStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[268] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DaemonSetStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DaemonSetStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{268} +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetCollisionCount() int32 { + if x != nil { + return x.CollisionCount + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetConditions() []*IoK8SApiAppsV1DaemonSetCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetCurrentNumberScheduled() int32 { + if x != nil { + return x.CurrentNumberScheduled + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetDesiredNumberScheduled() int32 { + if x != nil { + return x.DesiredNumberScheduled + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetNumberAvailable() int32 { + if x != nil { + return x.NumberAvailable + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetNumberMisscheduled() int32 { + if x != nil { + return x.NumberMisscheduled + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetNumberReady() int32 { + if x != nil { + return x.NumberReady + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetNumberUnavailable() int32 { + if x != nil { + return x.NumberUnavailable + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +func (x *IoK8SApiAppsV1DaemonSetStatus) GetUpdatedNumberScheduled() int32 { + if x != nil { + return x.UpdatedNumberScheduled + } + return 0 +} + +// DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. +type IoK8SApiAppsV1DaemonSetUpdateStrategy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Rolling update config params. Present only if type = "RollingUpdate". + RollingUpdate *IoK8SApiAppsV1RollingUpdateDaemonSet `protobuf:"bytes,1,opt,name=rollingUpdate,proto3" json:"rollingUpdate,omitempty"` + // Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAppsV1DaemonSetUpdateStrategy) Reset() { + *x = IoK8SApiAppsV1DaemonSetUpdateStrategy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[269] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DaemonSetUpdateStrategy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DaemonSetUpdateStrategy) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DaemonSetUpdateStrategy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[269] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DaemonSetUpdateStrategy.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DaemonSetUpdateStrategy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{269} +} + +func (x *IoK8SApiAppsV1DaemonSetUpdateStrategy) GetRollingUpdate() *IoK8SApiAppsV1RollingUpdateDaemonSet { + if x != nil { + return x.RollingUpdate + } + return nil +} + +func (x *IoK8SApiAppsV1DaemonSetUpdateStrategy) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// Deployment enables declarative updates for Pods and ReplicaSets. +type IoK8SApiAppsV1Deployment struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Specification of the desired behavior of the Deployment. + Spec *IoK8SApiAppsV1DeploymentSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Most recently observed status of the Deployment. + Status *IoK8SApiAppsV1DeploymentStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAppsV1Deployment) Reset() { + *x = IoK8SApiAppsV1Deployment{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[270] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1Deployment) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1Deployment) ProtoMessage() {} + +func (x *IoK8SApiAppsV1Deployment) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[270] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1Deployment.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1Deployment) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{270} +} + +func (x *IoK8SApiAppsV1Deployment) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1Deployment) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1Deployment) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAppsV1Deployment) GetSpec() *IoK8SApiAppsV1DeploymentSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAppsV1Deployment) GetStatus() *IoK8SApiAppsV1DeploymentStatus { + if x != nil { + return x.Status + } + return nil +} + +// DeploymentCondition describes the state of a deployment at a certain point. +type IoK8SApiAppsV1DeploymentCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // The last time this condition was updated. + LastUpdateTime string `protobuf:"bytes,2,opt,name=lastUpdateTime,proto3" json:"lastUpdateTime,omitempty"` + // A human readable message indicating details about the transition. + Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` + // The reason for the condition's last transition. + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` + // Type of deployment condition. + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAppsV1DeploymentCondition) Reset() { + *x = IoK8SApiAppsV1DeploymentCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[271] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DeploymentCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DeploymentCondition) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DeploymentCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[271] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DeploymentCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DeploymentCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{271} +} + +func (x *IoK8SApiAppsV1DeploymentCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiAppsV1DeploymentCondition) GetLastUpdateTime() string { + if x != nil { + return x.LastUpdateTime + } + return "" +} + +func (x *IoK8SApiAppsV1DeploymentCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiAppsV1DeploymentCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiAppsV1DeploymentCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiAppsV1DeploymentCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// DeploymentList is a list of Deployments. +type IoK8SApiAppsV1DeploymentList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of Deployments. + Items []*IoK8SApiAppsV1Deployment `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAppsV1DeploymentList) Reset() { + *x = IoK8SApiAppsV1DeploymentList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[272] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DeploymentList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DeploymentList) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DeploymentList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[272] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DeploymentList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DeploymentList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{272} +} + +func (x *IoK8SApiAppsV1DeploymentList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1DeploymentList) GetItems() []*IoK8SApiAppsV1Deployment { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAppsV1DeploymentList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1DeploymentList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// DeploymentSpec is the specification of the desired behavior of the Deployment. +type IoK8SApiAppsV1DeploymentSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + MinReadySeconds int32 `protobuf:"varint,1,opt,name=minReadySeconds,proto3" json:"minReadySeconds,omitempty"` + // Indicates that the deployment is paused. + Paused bool `protobuf:"varint,2,opt,name=paused,proto3" json:"paused,omitempty"` + // The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s. + ProgressDeadlineSeconds int32 `protobuf:"varint,3,opt,name=progressDeadlineSeconds,proto3" json:"progressDeadlineSeconds,omitempty"` + // Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. + Replicas int32 `protobuf:"varint,4,opt,name=replicas,proto3" json:"replicas,omitempty"` + // The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. + RevisionHistoryLimit int32 `protobuf:"varint,5,opt,name=revisionHistoryLimit,proto3" json:"revisionHistoryLimit,omitempty"` + // Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels. + Selector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,6,opt,name=selector,proto3" json:"selector,omitempty"` + // The deployment strategy to use to replace existing pods with new ones. + Strategy *IoK8SApiAppsV1DeploymentStrategy `protobuf:"bytes,7,opt,name=strategy,proto3" json:"strategy,omitempty"` + // Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always". + Template *IoK8SApiCoreV1PodTemplateSpec `protobuf:"bytes,8,opt,name=template,proto3" json:"template,omitempty"` +} + +func (x *IoK8SApiAppsV1DeploymentSpec) Reset() { + *x = IoK8SApiAppsV1DeploymentSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[273] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DeploymentSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DeploymentSpec) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DeploymentSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[273] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DeploymentSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DeploymentSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{273} +} + +func (x *IoK8SApiAppsV1DeploymentSpec) GetMinReadySeconds() int32 { + if x != nil { + return x.MinReadySeconds + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentSpec) GetPaused() bool { + if x != nil { + return x.Paused + } + return false +} + +func (x *IoK8SApiAppsV1DeploymentSpec) GetProgressDeadlineSeconds() int32 { + if x != nil { + return x.ProgressDeadlineSeconds + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentSpec) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentSpec) GetRevisionHistoryLimit() int32 { + if x != nil { + return x.RevisionHistoryLimit + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentSpec) GetSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.Selector + } + return nil +} + +func (x *IoK8SApiAppsV1DeploymentSpec) GetStrategy() *IoK8SApiAppsV1DeploymentStrategy { + if x != nil { + return x.Strategy + } + return nil +} + +func (x *IoK8SApiAppsV1DeploymentSpec) GetTemplate() *IoK8SApiCoreV1PodTemplateSpec { + if x != nil { + return x.Template + } + return nil +} + +// DeploymentStatus is the most recently observed status of the Deployment. +type IoK8SApiAppsV1DeploymentStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. + AvailableReplicas int32 `protobuf:"varint,1,opt,name=availableReplicas,proto3" json:"availableReplicas,omitempty"` + // Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. + CollisionCount int32 `protobuf:"varint,2,opt,name=collisionCount,proto3" json:"collisionCount,omitempty"` + // Represents the latest available observations of a deployment's current state. + Conditions []*IoK8SApiAppsV1DeploymentCondition `protobuf:"bytes,3,rep,name=conditions,proto3" json:"conditions,omitempty"` + // The generation observed by the deployment controller. + ObservedGeneration int64 `protobuf:"varint,4,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` + // readyReplicas is the number of pods targeted by this Deployment with a Ready Condition. + ReadyReplicas int32 `protobuf:"varint,5,opt,name=readyReplicas,proto3" json:"readyReplicas,omitempty"` + // Total number of non-terminated pods targeted by this deployment (their labels match the selector). + Replicas int32 `protobuf:"varint,6,opt,name=replicas,proto3" json:"replicas,omitempty"` + // Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. + UnavailableReplicas int32 `protobuf:"varint,7,opt,name=unavailableReplicas,proto3" json:"unavailableReplicas,omitempty"` + // Total number of non-terminated pods targeted by this deployment that have the desired template spec. + UpdatedReplicas int32 `protobuf:"varint,8,opt,name=updatedReplicas,proto3" json:"updatedReplicas,omitempty"` +} + +func (x *IoK8SApiAppsV1DeploymentStatus) Reset() { + *x = IoK8SApiAppsV1DeploymentStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[274] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DeploymentStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DeploymentStatus) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DeploymentStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[274] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DeploymentStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DeploymentStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{274} +} + +func (x *IoK8SApiAppsV1DeploymentStatus) GetAvailableReplicas() int32 { + if x != nil { + return x.AvailableReplicas + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentStatus) GetCollisionCount() int32 { + if x != nil { + return x.CollisionCount + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentStatus) GetConditions() []*IoK8SApiAppsV1DeploymentCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiAppsV1DeploymentStatus) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentStatus) GetReadyReplicas() int32 { + if x != nil { + return x.ReadyReplicas + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentStatus) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentStatus) GetUnavailableReplicas() int32 { + if x != nil { + return x.UnavailableReplicas + } + return 0 +} + +func (x *IoK8SApiAppsV1DeploymentStatus) GetUpdatedReplicas() int32 { + if x != nil { + return x.UpdatedReplicas + } + return 0 +} + +// DeploymentStrategy describes how to replace existing pods with new ones. +type IoK8SApiAppsV1DeploymentStrategy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. + RollingUpdate *IoK8SApiAppsV1RollingUpdateDeployment `protobuf:"bytes,1,opt,name=rollingUpdate,proto3" json:"rollingUpdate,omitempty"` + // Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAppsV1DeploymentStrategy) Reset() { + *x = IoK8SApiAppsV1DeploymentStrategy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[275] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1DeploymentStrategy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1DeploymentStrategy) ProtoMessage() {} + +func (x *IoK8SApiAppsV1DeploymentStrategy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[275] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1DeploymentStrategy.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1DeploymentStrategy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{275} +} + +func (x *IoK8SApiAppsV1DeploymentStrategy) GetRollingUpdate() *IoK8SApiAppsV1RollingUpdateDeployment { + if x != nil { + return x.RollingUpdate + } + return nil +} + +func (x *IoK8SApiAppsV1DeploymentStrategy) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// ReplicaSet ensures that a specified number of pod replicas are running at any given time. +type IoK8SApiAppsV1ReplicaSet struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiAppsV1ReplicaSetSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiAppsV1ReplicaSetStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAppsV1ReplicaSet) Reset() { + *x = IoK8SApiAppsV1ReplicaSet{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[276] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1ReplicaSet) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1ReplicaSet) ProtoMessage() {} + +func (x *IoK8SApiAppsV1ReplicaSet) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[276] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1ReplicaSet.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1ReplicaSet) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{276} +} + +func (x *IoK8SApiAppsV1ReplicaSet) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1ReplicaSet) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1ReplicaSet) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAppsV1ReplicaSet) GetSpec() *IoK8SApiAppsV1ReplicaSetSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAppsV1ReplicaSet) GetStatus() *IoK8SApiAppsV1ReplicaSetStatus { + if x != nil { + return x.Status + } + return nil +} + +// ReplicaSetCondition describes the state of a replica set at a certain point. +type IoK8SApiAppsV1ReplicaSetCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // A human readable message indicating details about the transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // The reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // Type of replica set condition. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAppsV1ReplicaSetCondition) Reset() { + *x = IoK8SApiAppsV1ReplicaSetCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[277] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1ReplicaSetCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1ReplicaSetCondition) ProtoMessage() {} + +func (x *IoK8SApiAppsV1ReplicaSetCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[277] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1ReplicaSetCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1ReplicaSetCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{277} +} + +func (x *IoK8SApiAppsV1ReplicaSetCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiAppsV1ReplicaSetCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiAppsV1ReplicaSetCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiAppsV1ReplicaSetCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiAppsV1ReplicaSetCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// ReplicaSetList is a collection of ReplicaSets. +type IoK8SApiAppsV1ReplicaSetList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller + Items []*IoK8SApiAppsV1ReplicaSet `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAppsV1ReplicaSetList) Reset() { + *x = IoK8SApiAppsV1ReplicaSetList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[278] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1ReplicaSetList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1ReplicaSetList) ProtoMessage() {} + +func (x *IoK8SApiAppsV1ReplicaSetList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[278] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1ReplicaSetList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1ReplicaSetList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{278} +} + +func (x *IoK8SApiAppsV1ReplicaSetList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1ReplicaSetList) GetItems() []*IoK8SApiAppsV1ReplicaSet { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAppsV1ReplicaSetList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1ReplicaSetList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ReplicaSetSpec is the specification of a ReplicaSet. +type IoK8SApiAppsV1ReplicaSetSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + MinReadySeconds int32 `protobuf:"varint,1,opt,name=minReadySeconds,proto3" json:"minReadySeconds,omitempty"` + // Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + Replicas int32 `protobuf:"varint,2,opt,name=replicas,proto3" json:"replicas,omitempty"` + // Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + Selector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,3,opt,name=selector,proto3" json:"selector,omitempty"` + // Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template + Template *IoK8SApiCoreV1PodTemplateSpec `protobuf:"bytes,4,opt,name=template,proto3" json:"template,omitempty"` +} + +func (x *IoK8SApiAppsV1ReplicaSetSpec) Reset() { + *x = IoK8SApiAppsV1ReplicaSetSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[279] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1ReplicaSetSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1ReplicaSetSpec) ProtoMessage() {} + +func (x *IoK8SApiAppsV1ReplicaSetSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[279] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1ReplicaSetSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1ReplicaSetSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{279} +} + +func (x *IoK8SApiAppsV1ReplicaSetSpec) GetMinReadySeconds() int32 { + if x != nil { + return x.MinReadySeconds + } + return 0 +} + +func (x *IoK8SApiAppsV1ReplicaSetSpec) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +func (x *IoK8SApiAppsV1ReplicaSetSpec) GetSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.Selector + } + return nil +} + +func (x *IoK8SApiAppsV1ReplicaSetSpec) GetTemplate() *IoK8SApiCoreV1PodTemplateSpec { + if x != nil { + return x.Template + } + return nil +} + +// ReplicaSetStatus represents the current status of a ReplicaSet. +type IoK8SApiAppsV1ReplicaSetStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The number of available replicas (ready for at least minReadySeconds) for this replica set. + AvailableReplicas int32 `protobuf:"varint,1,opt,name=availableReplicas,proto3" json:"availableReplicas,omitempty"` + // Represents the latest available observations of a replica set's current state. + Conditions []*IoK8SApiAppsV1ReplicaSetCondition `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"` + // The number of pods that have labels matching the labels of the pod template of the replicaset. + FullyLabeledReplicas int32 `protobuf:"varint,3,opt,name=fullyLabeledReplicas,proto3" json:"fullyLabeledReplicas,omitempty"` + // ObservedGeneration reflects the generation of the most recently observed ReplicaSet. + ObservedGeneration int64 `protobuf:"varint,4,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` + // readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition. + ReadyReplicas int32 `protobuf:"varint,5,opt,name=readyReplicas,proto3" json:"readyReplicas,omitempty"` + // Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + Replicas int32 `protobuf:"varint,6,opt,name=replicas,proto3" json:"replicas,omitempty"` +} + +func (x *IoK8SApiAppsV1ReplicaSetStatus) Reset() { + *x = IoK8SApiAppsV1ReplicaSetStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[280] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1ReplicaSetStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1ReplicaSetStatus) ProtoMessage() {} + +func (x *IoK8SApiAppsV1ReplicaSetStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[280] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1ReplicaSetStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1ReplicaSetStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{280} +} + +func (x *IoK8SApiAppsV1ReplicaSetStatus) GetAvailableReplicas() int32 { + if x != nil { + return x.AvailableReplicas + } + return 0 +} + +func (x *IoK8SApiAppsV1ReplicaSetStatus) GetConditions() []*IoK8SApiAppsV1ReplicaSetCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiAppsV1ReplicaSetStatus) GetFullyLabeledReplicas() int32 { + if x != nil { + return x.FullyLabeledReplicas + } + return 0 +} + +func (x *IoK8SApiAppsV1ReplicaSetStatus) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +func (x *IoK8SApiAppsV1ReplicaSetStatus) GetReadyReplicas() int32 { + if x != nil { + return x.ReadyReplicas + } + return 0 +} + +func (x *IoK8SApiAppsV1ReplicaSetStatus) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +// Spec to control the desired behavior of daemon set rolling update. +type IoK8SApiAppsV1RollingUpdateDaemonSet struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption. + MaxSurge string `protobuf:"bytes,1,opt,name=maxSurge,proto3" json:"maxSurge,omitempty"` + // The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update. + MaxUnavailable string `protobuf:"bytes,2,opt,name=maxUnavailable,proto3" json:"maxUnavailable,omitempty"` +} + +func (x *IoK8SApiAppsV1RollingUpdateDaemonSet) Reset() { + *x = IoK8SApiAppsV1RollingUpdateDaemonSet{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[281] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1RollingUpdateDaemonSet) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1RollingUpdateDaemonSet) ProtoMessage() {} + +func (x *IoK8SApiAppsV1RollingUpdateDaemonSet) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[281] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1RollingUpdateDaemonSet.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1RollingUpdateDaemonSet) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{281} +} + +func (x *IoK8SApiAppsV1RollingUpdateDaemonSet) GetMaxSurge() string { + if x != nil { + return x.MaxSurge + } + return "" +} + +func (x *IoK8SApiAppsV1RollingUpdateDaemonSet) GetMaxUnavailable() string { + if x != nil { + return x.MaxUnavailable + } + return "" +} + +// Spec to control the desired behavior of rolling update. +type IoK8SApiAppsV1RollingUpdateDeployment struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. + MaxSurge string `protobuf:"bytes,1,opt,name=maxSurge,proto3" json:"maxSurge,omitempty"` + // The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + MaxUnavailable string `protobuf:"bytes,2,opt,name=maxUnavailable,proto3" json:"maxUnavailable,omitempty"` +} + +func (x *IoK8SApiAppsV1RollingUpdateDeployment) Reset() { + *x = IoK8SApiAppsV1RollingUpdateDeployment{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[282] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1RollingUpdateDeployment) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1RollingUpdateDeployment) ProtoMessage() {} + +func (x *IoK8SApiAppsV1RollingUpdateDeployment) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[282] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1RollingUpdateDeployment.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1RollingUpdateDeployment) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{282} +} + +func (x *IoK8SApiAppsV1RollingUpdateDeployment) GetMaxSurge() string { + if x != nil { + return x.MaxSurge + } + return "" +} + +func (x *IoK8SApiAppsV1RollingUpdateDeployment) GetMaxUnavailable() string { + if x != nil { + return x.MaxUnavailable + } + return "" +} + +// RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. +type IoK8SApiAppsV1RollingUpdateStatefulSetStrategy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable. + MaxUnavailable string `protobuf:"bytes,1,opt,name=maxUnavailable,proto3" json:"maxUnavailable,omitempty"` + // Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0. + Partition int32 `protobuf:"varint,2,opt,name=partition,proto3" json:"partition,omitempty"` +} + +func (x *IoK8SApiAppsV1RollingUpdateStatefulSetStrategy) Reset() { + *x = IoK8SApiAppsV1RollingUpdateStatefulSetStrategy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[283] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1RollingUpdateStatefulSetStrategy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1RollingUpdateStatefulSetStrategy) ProtoMessage() {} + +func (x *IoK8SApiAppsV1RollingUpdateStatefulSetStrategy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[283] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1RollingUpdateStatefulSetStrategy.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1RollingUpdateStatefulSetStrategy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{283} +} + +func (x *IoK8SApiAppsV1RollingUpdateStatefulSetStrategy) GetMaxUnavailable() string { + if x != nil { + return x.MaxUnavailable + } + return "" +} + +func (x *IoK8SApiAppsV1RollingUpdateStatefulSetStrategy) GetPartition() int32 { + if x != nil { + return x.Partition + } + return 0 +} + +// StatefulSet represents a set of pods with consistent identities. Identities are defined as: +// - Network: A single stable DNS and hostname. +// - Storage: As many VolumeClaims as requested. +// +// The StatefulSet guarantees that a given network identity will always map to the same storage identity. +type IoK8SApiAppsV1StatefulSet struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec defines the desired identities of pods in this set. + Spec *IoK8SApiAppsV1StatefulSetSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. + Status *IoK8SApiAppsV1StatefulSetStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAppsV1StatefulSet) Reset() { + *x = IoK8SApiAppsV1StatefulSet{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[284] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1StatefulSet) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1StatefulSet) ProtoMessage() {} + +func (x *IoK8SApiAppsV1StatefulSet) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[284] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1StatefulSet.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1StatefulSet) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{284} +} + +func (x *IoK8SApiAppsV1StatefulSet) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSet) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSet) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSet) GetSpec() *IoK8SApiAppsV1StatefulSetSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSet) GetStatus() *IoK8SApiAppsV1StatefulSetStatus { + if x != nil { + return x.Status + } + return nil +} + +// StatefulSetCondition describes the state of a statefulset at a certain point. +type IoK8SApiAppsV1StatefulSetCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // A human readable message indicating details about the transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // The reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // Type of statefulset condition. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAppsV1StatefulSetCondition) Reset() { + *x = IoK8SApiAppsV1StatefulSetCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[285] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1StatefulSetCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1StatefulSetCondition) ProtoMessage() {} + +func (x *IoK8SApiAppsV1StatefulSetCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[285] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1StatefulSetCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1StatefulSetCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{285} +} + +func (x *IoK8SApiAppsV1StatefulSetCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// StatefulSetList is a collection of StatefulSets. +type IoK8SApiAppsV1StatefulSetList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of stateful sets. + Items []*IoK8SApiAppsV1StatefulSet `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAppsV1StatefulSetList) Reset() { + *x = IoK8SApiAppsV1StatefulSetList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[286] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1StatefulSetList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1StatefulSetList) ProtoMessage() {} + +func (x *IoK8SApiAppsV1StatefulSetList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[286] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1StatefulSetList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1StatefulSetList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{286} +} + +func (x *IoK8SApiAppsV1StatefulSetList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetList) GetItems() []*IoK8SApiAppsV1StatefulSet { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSetList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet. +type IoK8SApiAppsV1StatefulSetOrdinals struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range: + // + // [.spec.ordinals.start, .spec.ordinals.start + .spec.replicas). + // + // If unset, defaults to 0. Replica indices will be in the range: + // + // [0, .spec.replicas). + Start int32 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"` +} + +func (x *IoK8SApiAppsV1StatefulSetOrdinals) Reset() { + *x = IoK8SApiAppsV1StatefulSetOrdinals{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[287] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1StatefulSetOrdinals) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1StatefulSetOrdinals) ProtoMessage() {} + +func (x *IoK8SApiAppsV1StatefulSetOrdinals) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[287] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1StatefulSetOrdinals.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1StatefulSetOrdinals) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{287} +} + +func (x *IoK8SApiAppsV1StatefulSetOrdinals) GetStart() int32 { + if x != nil { + return x.Start + } + return 0 +} + +// StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates. +type IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted. + WhenDeleted string `protobuf:"bytes,1,opt,name=whenDeleted,proto3" json:"whenDeleted,omitempty"` + // WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted. + WhenScaled string `protobuf:"bytes,2,opt,name=whenScaled,proto3" json:"whenScaled,omitempty"` +} + +func (x *IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy) Reset() { + *x = IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[288] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy) ProtoMessage() {} + +func (x *IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[288] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{288} +} + +func (x *IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy) GetWhenDeleted() string { + if x != nil { + return x.WhenDeleted + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy) GetWhenScaled() string { + if x != nil { + return x.WhenScaled + } + return "" +} + +// A StatefulSetSpec is the specification of a StatefulSet. +type IoK8SApiAppsV1StatefulSetSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + MinReadySeconds int32 `protobuf:"varint,1,opt,name=minReadySeconds,proto3" json:"minReadySeconds,omitempty"` + // ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested. Using the ordinals field requires the StatefulSetStartOrdinal feature gate to be enabled, which is beta. + Ordinals *IoK8SApiAppsV1StatefulSetOrdinals `protobuf:"bytes,2,opt,name=ordinals,proto3" json:"ordinals,omitempty"` + // persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down. This requires the StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. +optional + PersistentVolumeClaimRetentionPolicy *IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy `protobuf:"bytes,3,opt,name=persistentVolumeClaimRetentionPolicy,proto3" json:"persistentVolumeClaimRetentionPolicy,omitempty"` + // podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once. + PodManagementPolicy string `protobuf:"bytes,4,opt,name=podManagementPolicy,proto3" json:"podManagementPolicy,omitempty"` + // replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1. + Replicas int32 `protobuf:"varint,5,opt,name=replicas,proto3" json:"replicas,omitempty"` + // revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10. + RevisionHistoryLimit int32 `protobuf:"varint,6,opt,name=revisionHistoryLimit,proto3" json:"revisionHistoryLimit,omitempty"` + // selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + Selector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,7,opt,name=selector,proto3" json:"selector,omitempty"` + // serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller. + ServiceName string `protobuf:"bytes,8,opt,name=serviceName,proto3" json:"serviceName,omitempty"` + // template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format -. For example, a pod in a StatefulSet named "web" with index number "3" would be named "web-3". The only allowed template.spec.restartPolicy value is "Always". + Template *IoK8SApiCoreV1PodTemplateSpec `protobuf:"bytes,9,opt,name=template,proto3" json:"template,omitempty"` + // updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template. + UpdateStrategy *IoK8SApiAppsV1StatefulSetUpdateStrategy `protobuf:"bytes,10,opt,name=updateStrategy,proto3" json:"updateStrategy,omitempty"` + // volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. + VolumeClaimTemplates []*IoK8SApiCoreV1PersistentVolumeClaim `protobuf:"bytes,11,rep,name=volumeClaimTemplates,proto3" json:"volumeClaimTemplates,omitempty"` +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) Reset() { + *x = IoK8SApiAppsV1StatefulSetSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[289] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1StatefulSetSpec) ProtoMessage() {} + +func (x *IoK8SApiAppsV1StatefulSetSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[289] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1StatefulSetSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1StatefulSetSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{289} +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetMinReadySeconds() int32 { + if x != nil { + return x.MinReadySeconds + } + return 0 +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetOrdinals() *IoK8SApiAppsV1StatefulSetOrdinals { + if x != nil { + return x.Ordinals + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetPersistentVolumeClaimRetentionPolicy() *IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy { + if x != nil { + return x.PersistentVolumeClaimRetentionPolicy + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetPodManagementPolicy() string { + if x != nil { + return x.PodManagementPolicy + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetRevisionHistoryLimit() int32 { + if x != nil { + return x.RevisionHistoryLimit + } + return 0 +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.Selector + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetServiceName() string { + if x != nil { + return x.ServiceName + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetTemplate() *IoK8SApiCoreV1PodTemplateSpec { + if x != nil { + return x.Template + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetUpdateStrategy() *IoK8SApiAppsV1StatefulSetUpdateStrategy { + if x != nil { + return x.UpdateStrategy + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSetSpec) GetVolumeClaimTemplates() []*IoK8SApiCoreV1PersistentVolumeClaim { + if x != nil { + return x.VolumeClaimTemplates + } + return nil +} + +// StatefulSetStatus represents the current state of a StatefulSet. +type IoK8SApiAppsV1StatefulSetStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. + AvailableReplicas int32 `protobuf:"varint,1,opt,name=availableReplicas,proto3" json:"availableReplicas,omitempty"` + // collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + CollisionCount int32 `protobuf:"varint,2,opt,name=collisionCount,proto3" json:"collisionCount,omitempty"` + // Represents the latest available observations of a statefulset's current state. + Conditions []*IoK8SApiAppsV1StatefulSetCondition `protobuf:"bytes,3,rep,name=conditions,proto3" json:"conditions,omitempty"` + // currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision. + CurrentReplicas int32 `protobuf:"varint,4,opt,name=currentReplicas,proto3" json:"currentReplicas,omitempty"` + // currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas). + CurrentRevision string `protobuf:"bytes,5,opt,name=currentRevision,proto3" json:"currentRevision,omitempty"` + // observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server. + ObservedGeneration int64 `protobuf:"varint,6,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` + // readyReplicas is the number of pods created for this StatefulSet with a Ready Condition. + ReadyReplicas int32 `protobuf:"varint,7,opt,name=readyReplicas,proto3" json:"readyReplicas,omitempty"` + // replicas is the number of Pods created by the StatefulSet controller. + Replicas int32 `protobuf:"varint,8,opt,name=replicas,proto3" json:"replicas,omitempty"` + // updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas) + UpdateRevision string `protobuf:"bytes,9,opt,name=updateRevision,proto3" json:"updateRevision,omitempty"` + // updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision. + UpdatedReplicas int32 `protobuf:"varint,10,opt,name=updatedReplicas,proto3" json:"updatedReplicas,omitempty"` +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) Reset() { + *x = IoK8SApiAppsV1StatefulSetStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[290] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1StatefulSetStatus) ProtoMessage() {} + +func (x *IoK8SApiAppsV1StatefulSetStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[290] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1StatefulSetStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1StatefulSetStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{290} +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetAvailableReplicas() int32 { + if x != nil { + return x.AvailableReplicas + } + return 0 +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetCollisionCount() int32 { + if x != nil { + return x.CollisionCount + } + return 0 +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetConditions() []*IoK8SApiAppsV1StatefulSetCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetCurrentReplicas() int32 { + if x != nil { + return x.CurrentReplicas + } + return 0 +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetCurrentRevision() string { + if x != nil { + return x.CurrentRevision + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetReadyReplicas() int32 { + if x != nil { + return x.ReadyReplicas + } + return 0 +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetUpdateRevision() string { + if x != nil { + return x.UpdateRevision + } + return "" +} + +func (x *IoK8SApiAppsV1StatefulSetStatus) GetUpdatedReplicas() int32 { + if x != nil { + return x.UpdatedReplicas + } + return 0 +} + +// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy. +type IoK8SApiAppsV1StatefulSetUpdateStrategy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. + RollingUpdate *IoK8SApiAppsV1RollingUpdateStatefulSetStrategy `protobuf:"bytes,1,opt,name=rollingUpdate,proto3" json:"rollingUpdate,omitempty"` + // Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAppsV1StatefulSetUpdateStrategy) Reset() { + *x = IoK8SApiAppsV1StatefulSetUpdateStrategy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[291] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAppsV1StatefulSetUpdateStrategy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAppsV1StatefulSetUpdateStrategy) ProtoMessage() {} + +func (x *IoK8SApiAppsV1StatefulSetUpdateStrategy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[291] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAppsV1StatefulSetUpdateStrategy.ProtoReflect.Descriptor instead. +func (*IoK8SApiAppsV1StatefulSetUpdateStrategy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{291} +} + +func (x *IoK8SApiAppsV1StatefulSetUpdateStrategy) GetRollingUpdate() *IoK8SApiAppsV1RollingUpdateStatefulSetStrategy { + if x != nil { + return x.RollingUpdate + } + return nil +} + +func (x *IoK8SApiAppsV1StatefulSetUpdateStrategy) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// BoundObjectReference is a reference to an object that a token is bound to. +type IoK8SApiAuthenticationV1BoundObjectReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // API version of the referent. + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind of the referent. Valid kinds are 'Pod' and 'Secret'. + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Name of the referent. + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // UID of the referent. + Uid string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1BoundObjectReference) Reset() { + *x = IoK8SApiAuthenticationV1BoundObjectReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[292] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1BoundObjectReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1BoundObjectReference) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1BoundObjectReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[292] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1BoundObjectReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1BoundObjectReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{292} +} + +func (x *IoK8SApiAuthenticationV1BoundObjectReference) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthenticationV1BoundObjectReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthenticationV1BoundObjectReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiAuthenticationV1BoundObjectReference) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +// SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase. +type IoK8SApiAuthenticationV1SelfSubjectReview struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Status is filled in by the server with the user attributes. + Status *IoK8SApiAuthenticationV1SelfSubjectReviewStatus `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReview) Reset() { + *x = IoK8SApiAuthenticationV1SelfSubjectReview{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[293] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReview) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1SelfSubjectReview) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReview) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[293] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1SelfSubjectReview.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1SelfSubjectReview) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{293} +} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReview) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReview) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReview) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReview) GetStatus() *IoK8SApiAuthenticationV1SelfSubjectReviewStatus { + if x != nil { + return x.Status + } + return nil +} + +// SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user. +type IoK8SApiAuthenticationV1SelfSubjectReviewStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // User attributes of the user making this request. + UserInfo *IoK8SApiAuthenticationV1UserInfo `protobuf:"bytes,1,opt,name=userInfo,proto3" json:"userInfo,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReviewStatus) Reset() { + *x = IoK8SApiAuthenticationV1SelfSubjectReviewStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[294] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReviewStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1SelfSubjectReviewStatus) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReviewStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[294] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1SelfSubjectReviewStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1SelfSubjectReviewStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{294} +} + +func (x *IoK8SApiAuthenticationV1SelfSubjectReviewStatus) GetUserInfo() *IoK8SApiAuthenticationV1UserInfo { + if x != nil { + return x.UserInfo + } + return nil +} + +// TokenRequest requests a token for a given service account. +type IoK8SApiAuthenticationV1TokenRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec holds information about the request being evaluated + Spec *IoK8SApiAuthenticationV1TokenRequestSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status is filled in by the server and indicates whether the token can be authenticated. + Status *IoK8SApiAuthenticationV1TokenRequestStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1TokenRequest) Reset() { + *x = IoK8SApiAuthenticationV1TokenRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[295] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1TokenRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1TokenRequest) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1TokenRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[295] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1TokenRequest.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1TokenRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{295} +} + +func (x *IoK8SApiAuthenticationV1TokenRequest) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthenticationV1TokenRequest) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthenticationV1TokenRequest) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAuthenticationV1TokenRequest) GetSpec() *IoK8SApiAuthenticationV1TokenRequestSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAuthenticationV1TokenRequest) GetStatus() *IoK8SApiAuthenticationV1TokenRequestStatus { + if x != nil { + return x.Status + } + return nil +} + +// TokenRequestSpec contains client provided parameters of a token request. +type IoK8SApiAuthenticationV1TokenRequestSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Audiences are the intendend audiences of the token. A recipient of a token must identify themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences. + Audiences []string `protobuf:"bytes,1,rep,name=audiences,proto3" json:"audiences,omitempty"` + // BoundObjectRef is a reference to an object that the token will be bound to. The token will only be valid for as long as the bound object exists. NOTE: The API server's TokenReview endpoint will validate the BoundObjectRef, but other audiences may not. Keep ExpirationSeconds small if you want prompt revocation. + BoundObjectRef *IoK8SApiAuthenticationV1BoundObjectReference `protobuf:"bytes,2,opt,name=boundObjectRef,proto3" json:"boundObjectRef,omitempty"` + // ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response. + ExpirationSeconds int64 `protobuf:"varint,3,opt,name=expirationSeconds,proto3" json:"expirationSeconds,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1TokenRequestSpec) Reset() { + *x = IoK8SApiAuthenticationV1TokenRequestSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[296] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1TokenRequestSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1TokenRequestSpec) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1TokenRequestSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[296] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1TokenRequestSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1TokenRequestSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{296} +} + +func (x *IoK8SApiAuthenticationV1TokenRequestSpec) GetAudiences() []string { + if x != nil { + return x.Audiences + } + return nil +} + +func (x *IoK8SApiAuthenticationV1TokenRequestSpec) GetBoundObjectRef() *IoK8SApiAuthenticationV1BoundObjectReference { + if x != nil { + return x.BoundObjectRef + } + return nil +} + +func (x *IoK8SApiAuthenticationV1TokenRequestSpec) GetExpirationSeconds() int64 { + if x != nil { + return x.ExpirationSeconds + } + return 0 +} + +// TokenRequestStatus is the result of a token request. +type IoK8SApiAuthenticationV1TokenRequestStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ExpirationTimestamp is the time of expiration of the returned token. + ExpirationTimestamp string `protobuf:"bytes,1,opt,name=expirationTimestamp,proto3" json:"expirationTimestamp,omitempty"` + // Token is the opaque bearer token. + Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1TokenRequestStatus) Reset() { + *x = IoK8SApiAuthenticationV1TokenRequestStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[297] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1TokenRequestStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1TokenRequestStatus) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1TokenRequestStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[297] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1TokenRequestStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1TokenRequestStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{297} +} + +func (x *IoK8SApiAuthenticationV1TokenRequestStatus) GetExpirationTimestamp() string { + if x != nil { + return x.ExpirationTimestamp + } + return "" +} + +func (x *IoK8SApiAuthenticationV1TokenRequestStatus) GetToken() string { + if x != nil { + return x.Token + } + return "" +} + +// TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. +type IoK8SApiAuthenticationV1TokenReview struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec holds information about the request being evaluated + Spec *IoK8SApiAuthenticationV1TokenReviewSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status is filled in by the server and indicates whether the request can be authenticated. + Status *IoK8SApiAuthenticationV1TokenReviewStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1TokenReview) Reset() { + *x = IoK8SApiAuthenticationV1TokenReview{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[298] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1TokenReview) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1TokenReview) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1TokenReview) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[298] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1TokenReview.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1TokenReview) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{298} +} + +func (x *IoK8SApiAuthenticationV1TokenReview) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthenticationV1TokenReview) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthenticationV1TokenReview) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAuthenticationV1TokenReview) GetSpec() *IoK8SApiAuthenticationV1TokenReviewSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAuthenticationV1TokenReview) GetStatus() *IoK8SApiAuthenticationV1TokenReviewStatus { + if x != nil { + return x.Status + } + return nil +} + +// TokenReviewSpec is a description of the token authentication request. +type IoK8SApiAuthenticationV1TokenReviewSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. + Audiences []string `protobuf:"bytes,1,rep,name=audiences,proto3" json:"audiences,omitempty"` + // Token is the opaque bearer token. + Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1TokenReviewSpec) Reset() { + *x = IoK8SApiAuthenticationV1TokenReviewSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[299] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1TokenReviewSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1TokenReviewSpec) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1TokenReviewSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[299] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1TokenReviewSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1TokenReviewSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{299} +} + +func (x *IoK8SApiAuthenticationV1TokenReviewSpec) GetAudiences() []string { + if x != nil { + return x.Audiences + } + return nil +} + +func (x *IoK8SApiAuthenticationV1TokenReviewSpec) GetToken() string { + if x != nil { + return x.Token + } + return "" +} + +// TokenReviewStatus is the result of the token authentication request. +type IoK8SApiAuthenticationV1TokenReviewStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is "true", the token is valid against the audience of the Kubernetes API server. + Audiences []string `protobuf:"bytes,1,rep,name=audiences,proto3" json:"audiences,omitempty"` + // Authenticated indicates that the token was associated with a known user. + Authenticated bool `protobuf:"varint,2,opt,name=authenticated,proto3" json:"authenticated,omitempty"` + // Error indicates that the token couldn't be checked + Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` + // User is the UserInfo associated with the provided token. + User *IoK8SApiAuthenticationV1UserInfo `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1TokenReviewStatus) Reset() { + *x = IoK8SApiAuthenticationV1TokenReviewStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[300] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1TokenReviewStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1TokenReviewStatus) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1TokenReviewStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[300] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1TokenReviewStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1TokenReviewStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{300} +} + +func (x *IoK8SApiAuthenticationV1TokenReviewStatus) GetAudiences() []string { + if x != nil { + return x.Audiences + } + return nil +} + +func (x *IoK8SApiAuthenticationV1TokenReviewStatus) GetAuthenticated() bool { + if x != nil { + return x.Authenticated + } + return false +} + +func (x *IoK8SApiAuthenticationV1TokenReviewStatus) GetError() string { + if x != nil { + return x.Error + } + return "" +} + +func (x *IoK8SApiAuthenticationV1TokenReviewStatus) GetUser() *IoK8SApiAuthenticationV1UserInfo { + if x != nil { + return x.User + } + return nil +} + +// UserInfo holds the information about the user needed to implement the user.Info interface. +type IoK8SApiAuthenticationV1UserInfo struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Any additional information provided by the authenticator. + Extra map[string]*structpb.ListValue `protobuf:"bytes,1,rep,name=extra,proto3" json:"extra,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // The names of groups this user is a part of. + Groups []string `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"` + // A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. + Uid string `protobuf:"bytes,3,opt,name=uid,proto3" json:"uid,omitempty"` + // The name that uniquely identifies this user among all active users. + Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1UserInfo) Reset() { + *x = IoK8SApiAuthenticationV1UserInfo{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[301] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1UserInfo) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1UserInfo) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1UserInfo) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[301] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1UserInfo.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1UserInfo) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{301} +} + +func (x *IoK8SApiAuthenticationV1UserInfo) GetExtra() map[string]*structpb.ListValue { + if x != nil { + return x.Extra + } + return nil +} + +func (x *IoK8SApiAuthenticationV1UserInfo) GetGroups() []string { + if x != nil { + return x.Groups + } + return nil +} + +func (x *IoK8SApiAuthenticationV1UserInfo) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +func (x *IoK8SApiAuthenticationV1UserInfo) GetUsername() string { + if x != nil { + return x.Username + } + return "" +} + +// SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase. +type IoK8SApiAuthenticationV1Alpha1SelfSubjectReview struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Status is filled in by the server with the user attributes. + Status *IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReview) Reset() { + *x = IoK8SApiAuthenticationV1Alpha1SelfSubjectReview{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[302] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReview) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1Alpha1SelfSubjectReview) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReview) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[302] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1Alpha1SelfSubjectReview.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1Alpha1SelfSubjectReview) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{302} +} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReview) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReview) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReview) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReview) GetStatus() *IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus { + if x != nil { + return x.Status + } + return nil +} + +// SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user. +type IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // User attributes of the user making this request. + UserInfo *IoK8SApiAuthenticationV1UserInfo `protobuf:"bytes,1,opt,name=userInfo,proto3" json:"userInfo,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus) Reset() { + *x = IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[303] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[303] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{303} +} + +func (x *IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus) GetUserInfo() *IoK8SApiAuthenticationV1UserInfo { + if x != nil { + return x.UserInfo + } + return nil +} + +// SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase. +type IoK8SApiAuthenticationV1Beta1SelfSubjectReview struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Status is filled in by the server with the user attributes. + Status *IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReview) Reset() { + *x = IoK8SApiAuthenticationV1Beta1SelfSubjectReview{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[304] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReview) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1Beta1SelfSubjectReview) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReview) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[304] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1Beta1SelfSubjectReview.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1Beta1SelfSubjectReview) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{304} +} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReview) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReview) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReview) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReview) GetStatus() *IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus { + if x != nil { + return x.Status + } + return nil +} + +// SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user. +type IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // User attributes of the user making this request. + UserInfo *IoK8SApiAuthenticationV1UserInfo `protobuf:"bytes,1,opt,name=userInfo,proto3" json:"userInfo,omitempty"` +} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus) Reset() { + *x = IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[305] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus) ProtoMessage() {} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[305] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{305} +} + +func (x *IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus) GetUserInfo() *IoK8SApiAuthenticationV1UserInfo { + if x != nil { + return x.UserInfo + } + return nil +} + +// LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. +type IoK8SApiAuthorizationV1LocalSubjectAccessReview struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted. + Spec *IoK8SApiAuthorizationV1SubjectAccessReviewSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status is filled in by the server and indicates whether the request is allowed or not + Status *IoK8SApiAuthorizationV1SubjectAccessReviewStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1LocalSubjectAccessReview) Reset() { + *x = IoK8SApiAuthorizationV1LocalSubjectAccessReview{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[306] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1LocalSubjectAccessReview) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1LocalSubjectAccessReview) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1LocalSubjectAccessReview) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[306] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1LocalSubjectAccessReview.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1LocalSubjectAccessReview) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{306} +} + +func (x *IoK8SApiAuthorizationV1LocalSubjectAccessReview) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthorizationV1LocalSubjectAccessReview) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthorizationV1LocalSubjectAccessReview) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAuthorizationV1LocalSubjectAccessReview) GetSpec() *IoK8SApiAuthorizationV1SubjectAccessReviewSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAuthorizationV1LocalSubjectAccessReview) GetStatus() *IoK8SApiAuthorizationV1SubjectAccessReviewStatus { + if x != nil { + return x.Status + } + return nil +} + +// NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface +type IoK8SApiAuthorizationV1NonResourceAttributes struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Path is the URL path of the request + Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` + // Verb is the standard HTTP verb + Verb string `protobuf:"bytes,2,opt,name=verb,proto3" json:"verb,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1NonResourceAttributes) Reset() { + *x = IoK8SApiAuthorizationV1NonResourceAttributes{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[307] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1NonResourceAttributes) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1NonResourceAttributes) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1NonResourceAttributes) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[307] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1NonResourceAttributes.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1NonResourceAttributes) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{307} +} + +func (x *IoK8SApiAuthorizationV1NonResourceAttributes) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiAuthorizationV1NonResourceAttributes) GetVerb() string { + if x != nil { + return x.Verb + } + return "" +} + +// NonResourceRule holds information that describes a rule for the non-resource +type IoK8SApiAuthorizationV1NonResourceRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. + NonResourceURLs []string `protobuf:"bytes,1,rep,name=nonResourceURLs,proto3" json:"nonResourceURLs,omitempty"` + // Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all. + Verbs []string `protobuf:"bytes,2,rep,name=verbs,proto3" json:"verbs,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1NonResourceRule) Reset() { + *x = IoK8SApiAuthorizationV1NonResourceRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[308] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1NonResourceRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1NonResourceRule) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1NonResourceRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[308] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1NonResourceRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1NonResourceRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{308} +} + +func (x *IoK8SApiAuthorizationV1NonResourceRule) GetNonResourceURLs() []string { + if x != nil { + return x.NonResourceURLs + } + return nil +} + +func (x *IoK8SApiAuthorizationV1NonResourceRule) GetVerbs() []string { + if x != nil { + return x.Verbs + } + return nil +} + +// ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface +type IoK8SApiAuthorizationV1ResourceAttributes struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Group is the API Group of the Resource. "*" means all. + Group string `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` + // Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview + Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Resource is one of the existing resource types. "*" means all. + Resource string `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"` + // Subresource is one of the existing resource types. "" means none. + Subresource string `protobuf:"bytes,5,opt,name=subresource,proto3" json:"subresource,omitempty"` + // Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all. + Verb string `protobuf:"bytes,6,opt,name=verb,proto3" json:"verb,omitempty"` + // Version is the API Version of the Resource. "*" means all. + Version string `protobuf:"bytes,7,opt,name=version,proto3" json:"version,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) Reset() { + *x = IoK8SApiAuthorizationV1ResourceAttributes{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[309] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1ResourceAttributes) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[309] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1ResourceAttributes.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1ResourceAttributes) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{309} +} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) GetGroup() string { + if x != nil { + return x.Group + } + return "" +} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) GetResource() string { + if x != nil { + return x.Resource + } + return "" +} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) GetSubresource() string { + if x != nil { + return x.Subresource + } + return "" +} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) GetVerb() string { + if x != nil { + return x.Verb + } + return "" +} + +func (x *IoK8SApiAuthorizationV1ResourceAttributes) GetVersion() string { + if x != nil { + return x.Version + } + return "" +} + +// ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. +type IoK8SApiAuthorizationV1ResourceRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all. + ApiGroups []string `protobuf:"bytes,1,rep,name=apiGroups,proto3" json:"apiGroups,omitempty"` + // ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all. + ResourceNames []string `protobuf:"bytes,2,rep,name=resourceNames,proto3" json:"resourceNames,omitempty"` + // Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups. + // + // "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups. + Resources []string `protobuf:"bytes,3,rep,name=resources,proto3" json:"resources,omitempty"` + // Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all. + Verbs []string `protobuf:"bytes,4,rep,name=verbs,proto3" json:"verbs,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1ResourceRule) Reset() { + *x = IoK8SApiAuthorizationV1ResourceRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[310] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1ResourceRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1ResourceRule) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1ResourceRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[310] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1ResourceRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1ResourceRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{310} +} + +func (x *IoK8SApiAuthorizationV1ResourceRule) GetApiGroups() []string { + if x != nil { + return x.ApiGroups + } + return nil +} + +func (x *IoK8SApiAuthorizationV1ResourceRule) GetResourceNames() []string { + if x != nil { + return x.ResourceNames + } + return nil +} + +func (x *IoK8SApiAuthorizationV1ResourceRule) GetResources() []string { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiAuthorizationV1ResourceRule) GetVerbs() []string { + if x != nil { + return x.Verbs + } + return nil +} + +// SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action +type IoK8SApiAuthorizationV1SelfSubjectAccessReview struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec holds information about the request being evaluated. user and groups must be empty + Spec *IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status is filled in by the server and indicates whether the request is allowed or not + Status *IoK8SApiAuthorizationV1SubjectAccessReviewStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReview) Reset() { + *x = IoK8SApiAuthorizationV1SelfSubjectAccessReview{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[311] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReview) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1SelfSubjectAccessReview) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReview) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[311] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1SelfSubjectAccessReview.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1SelfSubjectAccessReview) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{311} +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReview) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReview) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReview) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReview) GetSpec() *IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReview) GetStatus() *IoK8SApiAuthorizationV1SubjectAccessReviewStatus { + if x != nil { + return x.Status + } + return nil +} + +// SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +type IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // NonResourceAttributes describes information for a non-resource access request + NonResourceAttributes *IoK8SApiAuthorizationV1NonResourceAttributes `protobuf:"bytes,1,opt,name=nonResourceAttributes,proto3" json:"nonResourceAttributes,omitempty"` + // ResourceAuthorizationAttributes describes information for a resource access request + ResourceAttributes *IoK8SApiAuthorizationV1ResourceAttributes `protobuf:"bytes,2,opt,name=resourceAttributes,proto3" json:"resourceAttributes,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec) Reset() { + *x = IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[312] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[312] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{312} +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec) GetNonResourceAttributes() *IoK8SApiAuthorizationV1NonResourceAttributes { + if x != nil { + return x.NonResourceAttributes + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec) GetResourceAttributes() *IoK8SApiAuthorizationV1ResourceAttributes { + if x != nil { + return x.ResourceAttributes + } + return nil +} + +// SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. +type IoK8SApiAuthorizationV1SelfSubjectRulesReview struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec holds information about the request being evaluated. + Spec *IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status is filled in by the server and indicates the set of actions a user can perform. + Status *IoK8SApiAuthorizationV1SubjectRulesReviewStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReview) Reset() { + *x = IoK8SApiAuthorizationV1SelfSubjectRulesReview{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[313] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReview) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1SelfSubjectRulesReview) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReview) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[313] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1SelfSubjectRulesReview.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1SelfSubjectRulesReview) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{313} +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReview) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReview) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReview) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReview) GetSpec() *IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReview) GetStatus() *IoK8SApiAuthorizationV1SubjectRulesReviewStatus { + if x != nil { + return x.Status + } + return nil +} + +// SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview. +type IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Namespace to evaluate rules for. Required. + Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec) Reset() { + *x = IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[314] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[314] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{314} +} + +func (x *IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +// SubjectAccessReview checks whether or not a user or group can perform an action. +type IoK8SApiAuthorizationV1SubjectAccessReview struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec holds information about the request being evaluated + Spec *IoK8SApiAuthorizationV1SubjectAccessReviewSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status is filled in by the server and indicates whether the request is allowed or not + Status *IoK8SApiAuthorizationV1SubjectAccessReviewStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReview) Reset() { + *x = IoK8SApiAuthorizationV1SubjectAccessReview{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[315] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReview) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1SubjectAccessReview) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReview) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[315] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1SubjectAccessReview.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1SubjectAccessReview) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{315} +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReview) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReview) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReview) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReview) GetSpec() *IoK8SApiAuthorizationV1SubjectAccessReviewSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReview) GetStatus() *IoK8SApiAuthorizationV1SubjectAccessReviewStatus { + if x != nil { + return x.Status + } + return nil +} + +// SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +type IoK8SApiAuthorizationV1SubjectAccessReviewSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here. + Extra map[string]*structpb.ListValue `protobuf:"bytes,1,rep,name=extra,proto3" json:"extra,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Groups is the groups you're testing for. + Groups []string `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"` + // NonResourceAttributes describes information for a non-resource access request + NonResourceAttributes *IoK8SApiAuthorizationV1NonResourceAttributes `protobuf:"bytes,3,opt,name=nonResourceAttributes,proto3" json:"nonResourceAttributes,omitempty"` + // ResourceAuthorizationAttributes describes information for a resource access request + ResourceAttributes *IoK8SApiAuthorizationV1ResourceAttributes `protobuf:"bytes,4,opt,name=resourceAttributes,proto3" json:"resourceAttributes,omitempty"` + // UID information about the requesting user. + Uid string `protobuf:"bytes,5,opt,name=uid,proto3" json:"uid,omitempty"` + // User is the user you're testing for. If you specify "User" but not "Groups", then is it interpreted as "What if User were not a member of any groups + User string `protobuf:"bytes,6,opt,name=user,proto3" json:"user,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewSpec) Reset() { + *x = IoK8SApiAuthorizationV1SubjectAccessReviewSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[316] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1SubjectAccessReviewSpec) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[316] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1SubjectAccessReviewSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1SubjectAccessReviewSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{316} +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewSpec) GetExtra() map[string]*structpb.ListValue { + if x != nil { + return x.Extra + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewSpec) GetGroups() []string { + if x != nil { + return x.Groups + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewSpec) GetNonResourceAttributes() *IoK8SApiAuthorizationV1NonResourceAttributes { + if x != nil { + return x.NonResourceAttributes + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewSpec) GetResourceAttributes() *IoK8SApiAuthorizationV1ResourceAttributes { + if x != nil { + return x.ResourceAttributes + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewSpec) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewSpec) GetUser() string { + if x != nil { + return x.User + } + return "" +} + +// SubjectAccessReviewStatus +type IoK8SApiAuthorizationV1SubjectAccessReviewStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Allowed is required. True if the action would be allowed, false otherwise. + Allowed bool `protobuf:"varint,1,opt,name=allowed,proto3" json:"allowed,omitempty"` + // Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true. + Denied bool `protobuf:"varint,2,opt,name=denied,proto3" json:"denied,omitempty"` + // EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. + EvaluationError string `protobuf:"bytes,3,opt,name=evaluationError,proto3" json:"evaluationError,omitempty"` + // Reason is optional. It indicates why a request was allowed or denied. + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewStatus) Reset() { + *x = IoK8SApiAuthorizationV1SubjectAccessReviewStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[317] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1SubjectAccessReviewStatus) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[317] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1SubjectAccessReviewStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1SubjectAccessReviewStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{317} +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewStatus) GetAllowed() bool { + if x != nil { + return x.Allowed + } + return false +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewStatus) GetDenied() bool { + if x != nil { + return x.Denied + } + return false +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewStatus) GetEvaluationError() string { + if x != nil { + return x.EvaluationError + } + return "" +} + +func (x *IoK8SApiAuthorizationV1SubjectAccessReviewStatus) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +// SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete. +type IoK8SApiAuthorizationV1SubjectRulesReviewStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete. + EvaluationError string `protobuf:"bytes,1,opt,name=evaluationError,proto3" json:"evaluationError,omitempty"` + // Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation. + Incomplete bool `protobuf:"varint,2,opt,name=incomplete,proto3" json:"incomplete,omitempty"` + // NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. + NonResourceRules []*IoK8SApiAuthorizationV1NonResourceRule `protobuf:"bytes,3,rep,name=nonResourceRules,proto3" json:"nonResourceRules,omitempty"` + // ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. + ResourceRules []*IoK8SApiAuthorizationV1ResourceRule `protobuf:"bytes,4,rep,name=resourceRules,proto3" json:"resourceRules,omitempty"` +} + +func (x *IoK8SApiAuthorizationV1SubjectRulesReviewStatus) Reset() { + *x = IoK8SApiAuthorizationV1SubjectRulesReviewStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[318] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAuthorizationV1SubjectRulesReviewStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAuthorizationV1SubjectRulesReviewStatus) ProtoMessage() {} + +func (x *IoK8SApiAuthorizationV1SubjectRulesReviewStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[318] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAuthorizationV1SubjectRulesReviewStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAuthorizationV1SubjectRulesReviewStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{318} +} + +func (x *IoK8SApiAuthorizationV1SubjectRulesReviewStatus) GetEvaluationError() string { + if x != nil { + return x.EvaluationError + } + return "" +} + +func (x *IoK8SApiAuthorizationV1SubjectRulesReviewStatus) GetIncomplete() bool { + if x != nil { + return x.Incomplete + } + return false +} + +func (x *IoK8SApiAuthorizationV1SubjectRulesReviewStatus) GetNonResourceRules() []*IoK8SApiAuthorizationV1NonResourceRule { + if x != nil { + return x.NonResourceRules + } + return nil +} + +func (x *IoK8SApiAuthorizationV1SubjectRulesReviewStatus) GetResourceRules() []*IoK8SApiAuthorizationV1ResourceRule { + if x != nil { + return x.ResourceRules + } + return nil +} + +// CrossVersionObjectReference contains enough information to let you identify the referred resource. +type IoK8SApiAutoscalingV1CrossVersionObjectReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // apiVersion is the API version of the referent + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiAutoscalingV1CrossVersionObjectReference) Reset() { + *x = IoK8SApiAutoscalingV1CrossVersionObjectReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[319] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV1CrossVersionObjectReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV1CrossVersionObjectReference) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV1CrossVersionObjectReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[319] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV1CrossVersionObjectReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV1CrossVersionObjectReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{319} +} + +func (x *IoK8SApiAutoscalingV1CrossVersionObjectReference) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAutoscalingV1CrossVersionObjectReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAutoscalingV1CrossVersionObjectReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// configuration of a horizontal pod autoscaler. +type IoK8SApiAutoscalingV1HorizontalPodAutoscaler struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec defines the behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. + Spec *IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // status is the current information about the autoscaler. + Status *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscaler) Reset() { + *x = IoK8SApiAutoscalingV1HorizontalPodAutoscaler{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[320] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscaler) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV1HorizontalPodAutoscaler) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscaler) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[320] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV1HorizontalPodAutoscaler.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV1HorizontalPodAutoscaler) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{320} +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscaler) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscaler) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscaler) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscaler) GetSpec() *IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscaler) GetStatus() *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus { + if x != nil { + return x.Status + } + return nil +} + +// list of horizontal pod autoscaler objects. +type IoK8SApiAutoscalingV1HorizontalPodAutoscalerList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of horizontal pod autoscaler objects. + Items []*IoK8SApiAutoscalingV1HorizontalPodAutoscaler `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerList) Reset() { + *x = IoK8SApiAutoscalingV1HorizontalPodAutoscalerList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[321] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV1HorizontalPodAutoscalerList) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[321] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV1HorizontalPodAutoscalerList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV1HorizontalPodAutoscalerList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{321} +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerList) GetItems() []*IoK8SApiAutoscalingV1HorizontalPodAutoscaler { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// specification of a horizontal pod autoscaler. +type IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // maxReplicas is the upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas. + MaxReplicas int32 `protobuf:"varint,1,opt,name=maxReplicas,proto3" json:"maxReplicas,omitempty"` + // minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. + MinReplicas int32 `protobuf:"varint,2,opt,name=minReplicas,proto3" json:"minReplicas,omitempty"` + // reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption and will set the desired number of pods by using its Scale subresource. + ScaleTargetRef *IoK8SApiAutoscalingV1CrossVersionObjectReference `protobuf:"bytes,3,opt,name=scaleTargetRef,proto3" json:"scaleTargetRef,omitempty"` + // targetCPUUtilizationPercentage is the target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used. + TargetCPUUtilizationPercentage int32 `protobuf:"varint,4,opt,name=targetCPUUtilizationPercentage,proto3" json:"targetCPUUtilizationPercentage,omitempty"` +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec) Reset() { + *x = IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[322] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[322] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{322} +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec) GetMaxReplicas() int32 { + if x != nil { + return x.MaxReplicas + } + return 0 +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec) GetMinReplicas() int32 { + if x != nil { + return x.MinReplicas + } + return 0 +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec) GetScaleTargetRef() *IoK8SApiAutoscalingV1CrossVersionObjectReference { + if x != nil { + return x.ScaleTargetRef + } + return nil +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec) GetTargetCPUUtilizationPercentage() int32 { + if x != nil { + return x.TargetCPUUtilizationPercentage + } + return 0 +} + +// current status of a horizontal pod autoscaler +type IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // currentCPUUtilizationPercentage is the current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU. + CurrentCPUUtilizationPercentage int32 `protobuf:"varint,1,opt,name=currentCPUUtilizationPercentage,proto3" json:"currentCPUUtilizationPercentage,omitempty"` + // currentReplicas is the current number of replicas of pods managed by this autoscaler. + CurrentReplicas int32 `protobuf:"varint,2,opt,name=currentReplicas,proto3" json:"currentReplicas,omitempty"` + // desiredReplicas is the desired number of replicas of pods managed by this autoscaler. + DesiredReplicas int32 `protobuf:"varint,3,opt,name=desiredReplicas,proto3" json:"desiredReplicas,omitempty"` + // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed. + LastScaleTime string `protobuf:"bytes,4,opt,name=lastScaleTime,proto3" json:"lastScaleTime,omitempty"` + // observedGeneration is the most recent generation observed by this autoscaler. + ObservedGeneration int64 `protobuf:"varint,5,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) Reset() { + *x = IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[323] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[323] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{323} +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) GetCurrentCPUUtilizationPercentage() int32 { + if x != nil { + return x.CurrentCPUUtilizationPercentage + } + return 0 +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) GetCurrentReplicas() int32 { + if x != nil { + return x.CurrentReplicas + } + return 0 +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) GetDesiredReplicas() int32 { + if x != nil { + return x.DesiredReplicas + } + return 0 +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) GetLastScaleTime() string { + if x != nil { + return x.LastScaleTime + } + return "" +} + +func (x *IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +// Scale represents a scaling request for a resource. +type IoK8SApiAutoscalingV1Scale struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. + Spec *IoK8SApiAutoscalingV1ScaleSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // status is the current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only. + Status *IoK8SApiAutoscalingV1ScaleStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAutoscalingV1Scale) Reset() { + *x = IoK8SApiAutoscalingV1Scale{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[324] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV1Scale) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV1Scale) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV1Scale) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[324] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV1Scale.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV1Scale) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{324} +} + +func (x *IoK8SApiAutoscalingV1Scale) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAutoscalingV1Scale) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAutoscalingV1Scale) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAutoscalingV1Scale) GetSpec() *IoK8SApiAutoscalingV1ScaleSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAutoscalingV1Scale) GetStatus() *IoK8SApiAutoscalingV1ScaleStatus { + if x != nil { + return x.Status + } + return nil +} + +// ScaleSpec describes the attributes of a scale subresource. +type IoK8SApiAutoscalingV1ScaleSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // replicas is the desired number of instances for the scaled object. + Replicas int32 `protobuf:"varint,1,opt,name=replicas,proto3" json:"replicas,omitempty"` +} + +func (x *IoK8SApiAutoscalingV1ScaleSpec) Reset() { + *x = IoK8SApiAutoscalingV1ScaleSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[325] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV1ScaleSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV1ScaleSpec) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV1ScaleSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[325] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV1ScaleSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV1ScaleSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{325} +} + +func (x *IoK8SApiAutoscalingV1ScaleSpec) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +// ScaleStatus represents the current status of a scale subresource. +type IoK8SApiAutoscalingV1ScaleStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // replicas is the actual number of observed instances of the scaled object. + Replicas int32 `protobuf:"varint,1,opt,name=replicas,proto3" json:"replicas,omitempty"` + // selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ + Selector string `protobuf:"bytes,2,opt,name=selector,proto3" json:"selector,omitempty"` +} + +func (x *IoK8SApiAutoscalingV1ScaleStatus) Reset() { + *x = IoK8SApiAutoscalingV1ScaleStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[326] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV1ScaleStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV1ScaleStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV1ScaleStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[326] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV1ScaleStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV1ScaleStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{326} +} + +func (x *IoK8SApiAutoscalingV1ScaleStatus) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +func (x *IoK8SApiAutoscalingV1ScaleStatus) GetSelector() string { + if x != nil { + return x.Selector + } + return "" +} + +// ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set. +type IoK8SApiAutoscalingV2ContainerResourceMetricSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // container is the name of the container in the pods of the scaling target + Container string `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"` + // name is the name of the resource in question. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // target specifies the target value for the given metric + Target *IoK8SApiAutoscalingV2MetricTarget `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricSource) Reset() { + *x = IoK8SApiAutoscalingV2ContainerResourceMetricSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[327] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2ContainerResourceMetricSource) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[327] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2ContainerResourceMetricSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2ContainerResourceMetricSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{327} +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricSource) GetContainer() string { + if x != nil { + return x.Container + } + return "" +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricSource) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricSource) GetTarget() *IoK8SApiAutoscalingV2MetricTarget { + if x != nil { + return x.Target + } + return nil +} + +// ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +type IoK8SApiAutoscalingV2ContainerResourceMetricStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // container is the name of the container in the pods of the scaling target + Container string `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"` + // current contains the current value for the given metric + Current *IoK8SApiAutoscalingV2MetricValueStatus `protobuf:"bytes,2,opt,name=current,proto3" json:"current,omitempty"` + // name is the name of the resource in question. + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricStatus) Reset() { + *x = IoK8SApiAutoscalingV2ContainerResourceMetricStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[328] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2ContainerResourceMetricStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[328] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2ContainerResourceMetricStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2ContainerResourceMetricStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{328} +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricStatus) GetContainer() string { + if x != nil { + return x.Container + } + return "" +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricStatus) GetCurrent() *IoK8SApiAutoscalingV2MetricValueStatus { + if x != nil { + return x.Current + } + return nil +} + +func (x *IoK8SApiAutoscalingV2ContainerResourceMetricStatus) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// CrossVersionObjectReference contains enough information to let you identify the referred resource. +type IoK8SApiAutoscalingV2CrossVersionObjectReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // apiVersion is the API version of the referent + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2CrossVersionObjectReference) Reset() { + *x = IoK8SApiAutoscalingV2CrossVersionObjectReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[329] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2CrossVersionObjectReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2CrossVersionObjectReference) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2CrossVersionObjectReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[329] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2CrossVersionObjectReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2CrossVersionObjectReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{329} +} + +func (x *IoK8SApiAutoscalingV2CrossVersionObjectReference) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAutoscalingV2CrossVersionObjectReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAutoscalingV2CrossVersionObjectReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +type IoK8SApiAutoscalingV2ExternalMetricSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // metric identifies the target metric by name and selector + Metric *IoK8SApiAutoscalingV2MetricIdentifier `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric,omitempty"` + // target specifies the target value for the given metric + Target *IoK8SApiAutoscalingV2MetricTarget `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2ExternalMetricSource) Reset() { + *x = IoK8SApiAutoscalingV2ExternalMetricSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[330] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2ExternalMetricSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2ExternalMetricSource) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2ExternalMetricSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[330] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2ExternalMetricSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2ExternalMetricSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{330} +} + +func (x *IoK8SApiAutoscalingV2ExternalMetricSource) GetMetric() *IoK8SApiAutoscalingV2MetricIdentifier { + if x != nil { + return x.Metric + } + return nil +} + +func (x *IoK8SApiAutoscalingV2ExternalMetricSource) GetTarget() *IoK8SApiAutoscalingV2MetricTarget { + if x != nil { + return x.Target + } + return nil +} + +// ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object. +type IoK8SApiAutoscalingV2ExternalMetricStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // current contains the current value for the given metric + Current *IoK8SApiAutoscalingV2MetricValueStatus `protobuf:"bytes,1,opt,name=current,proto3" json:"current,omitempty"` + // metric identifies the target metric by name and selector + Metric *IoK8SApiAutoscalingV2MetricIdentifier `protobuf:"bytes,2,opt,name=metric,proto3" json:"metric,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2ExternalMetricStatus) Reset() { + *x = IoK8SApiAutoscalingV2ExternalMetricStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[331] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2ExternalMetricStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2ExternalMetricStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2ExternalMetricStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[331] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2ExternalMetricStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2ExternalMetricStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{331} +} + +func (x *IoK8SApiAutoscalingV2ExternalMetricStatus) GetCurrent() *IoK8SApiAutoscalingV2MetricValueStatus { + if x != nil { + return x.Current + } + return nil +} + +func (x *IoK8SApiAutoscalingV2ExternalMetricStatus) GetMetric() *IoK8SApiAutoscalingV2MetricIdentifier { + if x != nil { + return x.Metric + } + return nil +} + +// HPAScalingPolicy is a single policy which must hold true for a specified past interval. +type IoK8SApiAutoscalingV2HPAScalingPolicy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min). + PeriodSeconds int32 `protobuf:"varint,1,opt,name=periodSeconds,proto3" json:"periodSeconds,omitempty"` + // type is used to specify the scaling policy. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` + // value contains the amount of change which is permitted by the policy. It must be greater than zero + Value int32 `protobuf:"varint,3,opt,name=value,proto3" json:"value,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2HPAScalingPolicy) Reset() { + *x = IoK8SApiAutoscalingV2HPAScalingPolicy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[332] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2HPAScalingPolicy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2HPAScalingPolicy) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2HPAScalingPolicy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[332] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2HPAScalingPolicy.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2HPAScalingPolicy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{332} +} + +func (x *IoK8SApiAutoscalingV2HPAScalingPolicy) GetPeriodSeconds() int32 { + if x != nil { + return x.PeriodSeconds + } + return 0 +} + +func (x *IoK8SApiAutoscalingV2HPAScalingPolicy) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HPAScalingPolicy) GetValue() int32 { + if x != nil { + return x.Value + } + return 0 +} + +// HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen. +type IoK8SApiAutoscalingV2HPAScalingRules struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid + Policies []*IoK8SApiAutoscalingV2HPAScalingPolicy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"` + // selectPolicy is used to specify which policy should be used. If not set, the default value Max is used. + SelectPolicy string `protobuf:"bytes,2,opt,name=selectPolicy,proto3" json:"selectPolicy,omitempty"` + // stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long). + StabilizationWindowSeconds int32 `protobuf:"varint,3,opt,name=stabilizationWindowSeconds,proto3" json:"stabilizationWindowSeconds,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2HPAScalingRules) Reset() { + *x = IoK8SApiAutoscalingV2HPAScalingRules{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[333] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2HPAScalingRules) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2HPAScalingRules) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2HPAScalingRules) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[333] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2HPAScalingRules.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2HPAScalingRules) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{333} +} + +func (x *IoK8SApiAutoscalingV2HPAScalingRules) GetPolicies() []*IoK8SApiAutoscalingV2HPAScalingPolicy { + if x != nil { + return x.Policies + } + return nil +} + +func (x *IoK8SApiAutoscalingV2HPAScalingRules) GetSelectPolicy() string { + if x != nil { + return x.SelectPolicy + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HPAScalingRules) GetStabilizationWindowSeconds() int32 { + if x != nil { + return x.StabilizationWindowSeconds + } + return 0 +} + +// HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. +type IoK8SApiAutoscalingV2HorizontalPodAutoscaler struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. + Spec *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // status is the current information about the autoscaler. + Status *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscaler) Reset() { + *x = IoK8SApiAutoscalingV2HorizontalPodAutoscaler{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[334] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscaler) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscaler) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscaler) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[334] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2HorizontalPodAutoscaler.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscaler) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{334} +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscaler) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscaler) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscaler) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscaler) GetSpec() *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscaler) GetStatus() *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus { + if x != nil { + return x.Status + } + return nil +} + +// HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). +type IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used). + ScaleDown *IoK8SApiAutoscalingV2HPAScalingRules `protobuf:"bytes,1,opt,name=scaleDown,proto3" json:"scaleDown,omitempty"` + // scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of: + // - increase no more than 4 pods per 60 seconds + // - double the number of pods per 60 seconds + // + // No stabilization is used. + ScaleUp *IoK8SApiAutoscalingV2HPAScalingRules `protobuf:"bytes,2,opt,name=scaleUp,proto3" json:"scaleUp,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior) Reset() { + *x = IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[335] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[335] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{335} +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior) GetScaleDown() *IoK8SApiAutoscalingV2HPAScalingRules { + if x != nil { + return x.ScaleDown + } + return nil +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior) GetScaleUp() *IoK8SApiAutoscalingV2HPAScalingRules { + if x != nil { + return x.ScaleUp + } + return nil +} + +// HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point. +type IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // lastTransitionTime is the last time the condition transitioned from one status to another + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // message is a human-readable explanation containing details about the transition + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // reason is the reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // status is the status of the condition (True, False, Unknown) + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // type describes the current condition + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) Reset() { + *x = IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[336] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[336] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{336} +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects. +type IoK8SApiAutoscalingV2HorizontalPodAutoscalerList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of horizontal pod autoscaler objects. + Items []*IoK8SApiAutoscalingV2HorizontalPodAutoscaler `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // metadata is the standard list metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerList) Reset() { + *x = IoK8SApiAutoscalingV2HorizontalPodAutoscalerList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[337] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerList) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[337] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2HorizontalPodAutoscalerList.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{337} +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerList) GetItems() []*IoK8SApiAutoscalingV2HorizontalPodAutoscaler { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler. +type IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used. + Behavior *IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior `protobuf:"bytes,1,opt,name=behavior,proto3" json:"behavior,omitempty"` + // maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas. + MaxReplicas int32 `protobuf:"varint,2,opt,name=maxReplicas,proto3" json:"maxReplicas,omitempty"` + // metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization. + Metrics []*IoK8SApiAutoscalingV2MetricSpec `protobuf:"bytes,3,rep,name=metrics,proto3" json:"metrics,omitempty"` + // minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. + MinReplicas int32 `protobuf:"varint,4,opt,name=minReplicas,proto3" json:"minReplicas,omitempty"` + // scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count. + ScaleTargetRef *IoK8SApiAutoscalingV2CrossVersionObjectReference `protobuf:"bytes,5,opt,name=scaleTargetRef,proto3" json:"scaleTargetRef,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) Reset() { + *x = IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[338] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[338] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{338} +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) GetBehavior() *IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior { + if x != nil { + return x.Behavior + } + return nil +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) GetMaxReplicas() int32 { + if x != nil { + return x.MaxReplicas + } + return 0 +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) GetMetrics() []*IoK8SApiAutoscalingV2MetricSpec { + if x != nil { + return x.Metrics + } + return nil +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) GetMinReplicas() int32 { + if x != nil { + return x.MinReplicas + } + return 0 +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec) GetScaleTargetRef() *IoK8SApiAutoscalingV2CrossVersionObjectReference { + if x != nil { + return x.ScaleTargetRef + } + return nil +} + +// HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler. +type IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met. + Conditions []*IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` + // currentMetrics is the last read state of the metrics used by this autoscaler. + CurrentMetrics []*IoK8SApiAutoscalingV2MetricStatus `protobuf:"bytes,2,rep,name=currentMetrics,proto3" json:"currentMetrics,omitempty"` + // currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler. + CurrentReplicas int32 `protobuf:"varint,3,opt,name=currentReplicas,proto3" json:"currentReplicas,omitempty"` + // desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler. + DesiredReplicas int32 `protobuf:"varint,4,opt,name=desiredReplicas,proto3" json:"desiredReplicas,omitempty"` + // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed. + LastScaleTime string `protobuf:"bytes,5,opt,name=lastScaleTime,proto3" json:"lastScaleTime,omitempty"` + // observedGeneration is the most recent generation observed by this autoscaler. + ObservedGeneration int64 `protobuf:"varint,6,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) Reset() { + *x = IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[339] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[339] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{339} +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) GetConditions() []*IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) GetCurrentMetrics() []*IoK8SApiAutoscalingV2MetricStatus { + if x != nil { + return x.CurrentMetrics + } + return nil +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) GetCurrentReplicas() int32 { + if x != nil { + return x.CurrentReplicas + } + return 0 +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) GetDesiredReplicas() int32 { + if x != nil { + return x.DesiredReplicas + } + return 0 +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) GetLastScaleTime() string { + if x != nil { + return x.LastScaleTime + } + return "" +} + +func (x *IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +// MetricIdentifier defines the name and optionally selector for a metric +type IoK8SApiAutoscalingV2MetricIdentifier struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name is the name of the given metric + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. + Selector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,2,opt,name=selector,proto3" json:"selector,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2MetricIdentifier) Reset() { + *x = IoK8SApiAutoscalingV2MetricIdentifier{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[340] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2MetricIdentifier) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2MetricIdentifier) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2MetricIdentifier) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[340] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2MetricIdentifier.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2MetricIdentifier) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{340} +} + +func (x *IoK8SApiAutoscalingV2MetricIdentifier) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiAutoscalingV2MetricIdentifier) GetSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.Selector + } + return nil +} + +// MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once). +type IoK8SApiAutoscalingV2MetricSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // containerResource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag. + ContainerResource *IoK8SApiAutoscalingV2ContainerResourceMetricSource `protobuf:"bytes,1,opt,name=containerResource,proto3" json:"containerResource,omitempty"` + // external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). + External *IoK8SApiAutoscalingV2ExternalMetricSource `protobuf:"bytes,2,opt,name=external,proto3" json:"external,omitempty"` + // object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). + Object *IoK8SApiAutoscalingV2ObjectMetricSource `protobuf:"bytes,3,opt,name=object,proto3" json:"object,omitempty"` + // pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. + Pods *IoK8SApiAutoscalingV2PodsMetricSource `protobuf:"bytes,4,opt,name=pods,proto3" json:"pods,omitempty"` + // resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + Resource *IoK8SApiAutoscalingV2ResourceMetricSource `protobuf:"bytes,5,opt,name=resource,proto3" json:"resource,omitempty"` + // type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2MetricSpec) Reset() { + *x = IoK8SApiAutoscalingV2MetricSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[341] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2MetricSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2MetricSpec) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2MetricSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[341] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2MetricSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2MetricSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{341} +} + +func (x *IoK8SApiAutoscalingV2MetricSpec) GetContainerResource() *IoK8SApiAutoscalingV2ContainerResourceMetricSource { + if x != nil { + return x.ContainerResource + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricSpec) GetExternal() *IoK8SApiAutoscalingV2ExternalMetricSource { + if x != nil { + return x.External + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricSpec) GetObject() *IoK8SApiAutoscalingV2ObjectMetricSource { + if x != nil { + return x.Object + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricSpec) GetPods() *IoK8SApiAutoscalingV2PodsMetricSource { + if x != nil { + return x.Pods + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricSpec) GetResource() *IoK8SApiAutoscalingV2ResourceMetricSource { + if x != nil { + return x.Resource + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricSpec) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// MetricStatus describes the last-read state of a single metric. +type IoK8SApiAutoscalingV2MetricStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + ContainerResource *IoK8SApiAutoscalingV2ContainerResourceMetricStatus `protobuf:"bytes,1,opt,name=containerResource,proto3" json:"containerResource,omitempty"` + // external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). + External *IoK8SApiAutoscalingV2ExternalMetricStatus `protobuf:"bytes,2,opt,name=external,proto3" json:"external,omitempty"` + // object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). + Object *IoK8SApiAutoscalingV2ObjectMetricStatus `protobuf:"bytes,3,opt,name=object,proto3" json:"object,omitempty"` + // pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. + Pods *IoK8SApiAutoscalingV2PodsMetricStatus `protobuf:"bytes,4,opt,name=pods,proto3" json:"pods,omitempty"` + // resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + Resource *IoK8SApiAutoscalingV2ResourceMetricStatus `protobuf:"bytes,5,opt,name=resource,proto3" json:"resource,omitempty"` + // type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2MetricStatus) Reset() { + *x = IoK8SApiAutoscalingV2MetricStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[342] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2MetricStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2MetricStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2MetricStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[342] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2MetricStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2MetricStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{342} +} + +func (x *IoK8SApiAutoscalingV2MetricStatus) GetContainerResource() *IoK8SApiAutoscalingV2ContainerResourceMetricStatus { + if x != nil { + return x.ContainerResource + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricStatus) GetExternal() *IoK8SApiAutoscalingV2ExternalMetricStatus { + if x != nil { + return x.External + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricStatus) GetObject() *IoK8SApiAutoscalingV2ObjectMetricStatus { + if x != nil { + return x.Object + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricStatus) GetPods() *IoK8SApiAutoscalingV2PodsMetricStatus { + if x != nil { + return x.Pods + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricStatus) GetResource() *IoK8SApiAutoscalingV2ResourceMetricStatus { + if x != nil { + return x.Resource + } + return nil +} + +func (x *IoK8SApiAutoscalingV2MetricStatus) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// MetricTarget defines the target value, average value, or average utilization of a specific metric +type IoK8SApiAutoscalingV2MetricTarget struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type + AverageUtilization int32 `protobuf:"varint,1,opt,name=averageUtilization,proto3" json:"averageUtilization,omitempty"` + // averageValue is the target value of the average of the metric across all relevant pods (as a quantity) + AverageValue string `protobuf:"bytes,2,opt,name=averageValue,proto3" json:"averageValue,omitempty"` + // type represents whether the metric type is Utilization, Value, or AverageValue + Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` + // value is the target value of the metric (as a quantity). + Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2MetricTarget) Reset() { + *x = IoK8SApiAutoscalingV2MetricTarget{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[343] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2MetricTarget) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2MetricTarget) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2MetricTarget) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[343] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2MetricTarget.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2MetricTarget) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{343} +} + +func (x *IoK8SApiAutoscalingV2MetricTarget) GetAverageUtilization() int32 { + if x != nil { + return x.AverageUtilization + } + return 0 +} + +func (x *IoK8SApiAutoscalingV2MetricTarget) GetAverageValue() string { + if x != nil { + return x.AverageValue + } + return "" +} + +func (x *IoK8SApiAutoscalingV2MetricTarget) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +func (x *IoK8SApiAutoscalingV2MetricTarget) GetValue() string { + if x != nil { + return x.Value + } + return "" +} + +// MetricValueStatus holds the current value for a metric +type IoK8SApiAutoscalingV2MetricValueStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. + AverageUtilization int32 `protobuf:"varint,1,opt,name=averageUtilization,proto3" json:"averageUtilization,omitempty"` + // averageValue is the current value of the average of the metric across all relevant pods (as a quantity) + AverageValue string `protobuf:"bytes,2,opt,name=averageValue,proto3" json:"averageValue,omitempty"` + // value is the current value of the metric (as a quantity). + Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2MetricValueStatus) Reset() { + *x = IoK8SApiAutoscalingV2MetricValueStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[344] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2MetricValueStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2MetricValueStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2MetricValueStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[344] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2MetricValueStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2MetricValueStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{344} +} + +func (x *IoK8SApiAutoscalingV2MetricValueStatus) GetAverageUtilization() int32 { + if x != nil { + return x.AverageUtilization + } + return 0 +} + +func (x *IoK8SApiAutoscalingV2MetricValueStatus) GetAverageValue() string { + if x != nil { + return x.AverageValue + } + return "" +} + +func (x *IoK8SApiAutoscalingV2MetricValueStatus) GetValue() string { + if x != nil { + return x.Value + } + return "" +} + +// ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +type IoK8SApiAutoscalingV2ObjectMetricSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // describedObject specifies the descriptions of a object,such as kind,name apiVersion + DescribedObject *IoK8SApiAutoscalingV2CrossVersionObjectReference `protobuf:"bytes,1,opt,name=describedObject,proto3" json:"describedObject,omitempty"` + // metric identifies the target metric by name and selector + Metric *IoK8SApiAutoscalingV2MetricIdentifier `protobuf:"bytes,2,opt,name=metric,proto3" json:"metric,omitempty"` + // target specifies the target value for the given metric + Target *IoK8SApiAutoscalingV2MetricTarget `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricSource) Reset() { + *x = IoK8SApiAutoscalingV2ObjectMetricSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[345] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2ObjectMetricSource) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2ObjectMetricSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[345] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2ObjectMetricSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2ObjectMetricSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{345} +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricSource) GetDescribedObject() *IoK8SApiAutoscalingV2CrossVersionObjectReference { + if x != nil { + return x.DescribedObject + } + return nil +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricSource) GetMetric() *IoK8SApiAutoscalingV2MetricIdentifier { + if x != nil { + return x.Metric + } + return nil +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricSource) GetTarget() *IoK8SApiAutoscalingV2MetricTarget { + if x != nil { + return x.Target + } + return nil +} + +// ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +type IoK8SApiAutoscalingV2ObjectMetricStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // current contains the current value for the given metric + Current *IoK8SApiAutoscalingV2MetricValueStatus `protobuf:"bytes,1,opt,name=current,proto3" json:"current,omitempty"` + // DescribedObject specifies the descriptions of a object,such as kind,name apiVersion + DescribedObject *IoK8SApiAutoscalingV2CrossVersionObjectReference `protobuf:"bytes,2,opt,name=describedObject,proto3" json:"describedObject,omitempty"` + // metric identifies the target metric by name and selector + Metric *IoK8SApiAutoscalingV2MetricIdentifier `protobuf:"bytes,3,opt,name=metric,proto3" json:"metric,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricStatus) Reset() { + *x = IoK8SApiAutoscalingV2ObjectMetricStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[346] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2ObjectMetricStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2ObjectMetricStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[346] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2ObjectMetricStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2ObjectMetricStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{346} +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricStatus) GetCurrent() *IoK8SApiAutoscalingV2MetricValueStatus { + if x != nil { + return x.Current + } + return nil +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricStatus) GetDescribedObject() *IoK8SApiAutoscalingV2CrossVersionObjectReference { + if x != nil { + return x.DescribedObject + } + return nil +} + +func (x *IoK8SApiAutoscalingV2ObjectMetricStatus) GetMetric() *IoK8SApiAutoscalingV2MetricIdentifier { + if x != nil { + return x.Metric + } + return nil +} + +// PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +type IoK8SApiAutoscalingV2PodsMetricSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // metric identifies the target metric by name and selector + Metric *IoK8SApiAutoscalingV2MetricIdentifier `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric,omitempty"` + // target specifies the target value for the given metric + Target *IoK8SApiAutoscalingV2MetricTarget `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2PodsMetricSource) Reset() { + *x = IoK8SApiAutoscalingV2PodsMetricSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[347] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2PodsMetricSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2PodsMetricSource) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2PodsMetricSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[347] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2PodsMetricSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2PodsMetricSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{347} +} + +func (x *IoK8SApiAutoscalingV2PodsMetricSource) GetMetric() *IoK8SApiAutoscalingV2MetricIdentifier { + if x != nil { + return x.Metric + } + return nil +} + +func (x *IoK8SApiAutoscalingV2PodsMetricSource) GetTarget() *IoK8SApiAutoscalingV2MetricTarget { + if x != nil { + return x.Target + } + return nil +} + +// PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second). +type IoK8SApiAutoscalingV2PodsMetricStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // current contains the current value for the given metric + Current *IoK8SApiAutoscalingV2MetricValueStatus `protobuf:"bytes,1,opt,name=current,proto3" json:"current,omitempty"` + // metric identifies the target metric by name and selector + Metric *IoK8SApiAutoscalingV2MetricIdentifier `protobuf:"bytes,2,opt,name=metric,proto3" json:"metric,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2PodsMetricStatus) Reset() { + *x = IoK8SApiAutoscalingV2PodsMetricStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[348] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2PodsMetricStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2PodsMetricStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2PodsMetricStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[348] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2PodsMetricStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2PodsMetricStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{348} +} + +func (x *IoK8SApiAutoscalingV2PodsMetricStatus) GetCurrent() *IoK8SApiAutoscalingV2MetricValueStatus { + if x != nil { + return x.Current + } + return nil +} + +func (x *IoK8SApiAutoscalingV2PodsMetricStatus) GetMetric() *IoK8SApiAutoscalingV2MetricIdentifier { + if x != nil { + return x.Metric + } + return nil +} + +// ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set. +type IoK8SApiAutoscalingV2ResourceMetricSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name is the name of the resource in question. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // target specifies the target value for the given metric + Target *IoK8SApiAutoscalingV2MetricTarget `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2ResourceMetricSource) Reset() { + *x = IoK8SApiAutoscalingV2ResourceMetricSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[349] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2ResourceMetricSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2ResourceMetricSource) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2ResourceMetricSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[349] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2ResourceMetricSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2ResourceMetricSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{349} +} + +func (x *IoK8SApiAutoscalingV2ResourceMetricSource) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiAutoscalingV2ResourceMetricSource) GetTarget() *IoK8SApiAutoscalingV2MetricTarget { + if x != nil { + return x.Target + } + return nil +} + +// ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +type IoK8SApiAutoscalingV2ResourceMetricStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // current contains the current value for the given metric + Current *IoK8SApiAutoscalingV2MetricValueStatus `protobuf:"bytes,1,opt,name=current,proto3" json:"current,omitempty"` + // name is the name of the resource in question. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiAutoscalingV2ResourceMetricStatus) Reset() { + *x = IoK8SApiAutoscalingV2ResourceMetricStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[350] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiAutoscalingV2ResourceMetricStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiAutoscalingV2ResourceMetricStatus) ProtoMessage() {} + +func (x *IoK8SApiAutoscalingV2ResourceMetricStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[350] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiAutoscalingV2ResourceMetricStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiAutoscalingV2ResourceMetricStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{350} +} + +func (x *IoK8SApiAutoscalingV2ResourceMetricStatus) GetCurrent() *IoK8SApiAutoscalingV2MetricValueStatus { + if x != nil { + return x.Current + } + return nil +} + +func (x *IoK8SApiAutoscalingV2ResourceMetricStatus) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// CronJob represents the configuration of a single cron job. +type IoK8SApiBatchV1CronJob struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiBatchV1CronJobSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiBatchV1CronJobStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiBatchV1CronJob) Reset() { + *x = IoK8SApiBatchV1CronJob{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[351] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1CronJob) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1CronJob) ProtoMessage() {} + +func (x *IoK8SApiBatchV1CronJob) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[351] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1CronJob.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1CronJob) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{351} +} + +func (x *IoK8SApiBatchV1CronJob) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiBatchV1CronJob) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiBatchV1CronJob) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiBatchV1CronJob) GetSpec() *IoK8SApiBatchV1CronJobSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiBatchV1CronJob) GetStatus() *IoK8SApiBatchV1CronJobStatus { + if x != nil { + return x.Status + } + return nil +} + +// CronJobList is a collection of cron jobs. +type IoK8SApiBatchV1CronJobList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of CronJobs. + Items []*IoK8SApiBatchV1CronJob `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiBatchV1CronJobList) Reset() { + *x = IoK8SApiBatchV1CronJobList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[352] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1CronJobList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1CronJobList) ProtoMessage() {} + +func (x *IoK8SApiBatchV1CronJobList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[352] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1CronJobList.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1CronJobList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{352} +} + +func (x *IoK8SApiBatchV1CronJobList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiBatchV1CronJobList) GetItems() []*IoK8SApiBatchV1CronJob { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiBatchV1CronJobList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiBatchV1CronJobList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// CronJobSpec describes how the job execution will look like and when it will actually run. +type IoK8SApiBatchV1CronJobSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Specifies how to treat concurrent executions of a Job. Valid values are: + // + // - "Allow" (default): allows CronJobs to run concurrently; - "Forbid": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one + ConcurrencyPolicy string `protobuf:"bytes,1,opt,name=concurrencyPolicy,proto3" json:"concurrencyPolicy,omitempty"` + // The number of failed finished jobs to retain. Value must be non-negative integer. Defaults to 1. + FailedJobsHistoryLimit int32 `protobuf:"varint,2,opt,name=failedJobsHistoryLimit,proto3" json:"failedJobsHistoryLimit,omitempty"` + // Specifies the job that will be created when executing a CronJob. + JobTemplate *IoK8SApiBatchV1JobTemplateSpec `protobuf:"bytes,3,opt,name=jobTemplate,proto3" json:"jobTemplate,omitempty"` + // The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron. + Schedule string `protobuf:"bytes,4,opt,name=schedule,proto3" json:"schedule,omitempty"` + // Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones. + StartingDeadlineSeconds int64 `protobuf:"varint,5,opt,name=startingDeadlineSeconds,proto3" json:"startingDeadlineSeconds,omitempty"` + // The number of successful finished jobs to retain. Value must be non-negative integer. Defaults to 3. + SuccessfulJobsHistoryLimit int32 `protobuf:"varint,6,opt,name=successfulJobsHistoryLimit,proto3" json:"successfulJobsHistoryLimit,omitempty"` + // This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false. + Suspend bool `protobuf:"varint,7,opt,name=suspend,proto3" json:"suspend,omitempty"` + // The time zone name for the given schedule, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. If not specified, this will default to the time zone of the kube-controller-manager process. The set of valid time zone names and the time zone offset is loaded from the system-wide time zone database by the API server during CronJob validation and the controller manager during execution. If no system-wide time zone database can be found a bundled version of the database is used instead. If the time zone name becomes invalid during the lifetime of a CronJob or due to a change in host configuration, the controller will stop creating new new Jobs and will create a system event with the reason UnknownTimeZone. More information can be found in https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones + TimeZone string `protobuf:"bytes,8,opt,name=timeZone,proto3" json:"timeZone,omitempty"` +} + +func (x *IoK8SApiBatchV1CronJobSpec) Reset() { + *x = IoK8SApiBatchV1CronJobSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[353] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1CronJobSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1CronJobSpec) ProtoMessage() {} + +func (x *IoK8SApiBatchV1CronJobSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[353] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1CronJobSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1CronJobSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{353} +} + +func (x *IoK8SApiBatchV1CronJobSpec) GetConcurrencyPolicy() string { + if x != nil { + return x.ConcurrencyPolicy + } + return "" +} + +func (x *IoK8SApiBatchV1CronJobSpec) GetFailedJobsHistoryLimit() int32 { + if x != nil { + return x.FailedJobsHistoryLimit + } + return 0 +} + +func (x *IoK8SApiBatchV1CronJobSpec) GetJobTemplate() *IoK8SApiBatchV1JobTemplateSpec { + if x != nil { + return x.JobTemplate + } + return nil +} + +func (x *IoK8SApiBatchV1CronJobSpec) GetSchedule() string { + if x != nil { + return x.Schedule + } + return "" +} + +func (x *IoK8SApiBatchV1CronJobSpec) GetStartingDeadlineSeconds() int64 { + if x != nil { + return x.StartingDeadlineSeconds + } + return 0 +} + +func (x *IoK8SApiBatchV1CronJobSpec) GetSuccessfulJobsHistoryLimit() int32 { + if x != nil { + return x.SuccessfulJobsHistoryLimit + } + return 0 +} + +func (x *IoK8SApiBatchV1CronJobSpec) GetSuspend() bool { + if x != nil { + return x.Suspend + } + return false +} + +func (x *IoK8SApiBatchV1CronJobSpec) GetTimeZone() string { + if x != nil { + return x.TimeZone + } + return "" +} + +// CronJobStatus represents the current state of a cron job. +type IoK8SApiBatchV1CronJobStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // A list of pointers to currently running jobs. + Active []*IoK8SApiCoreV1ObjectReference `protobuf:"bytes,1,rep,name=active,proto3" json:"active,omitempty"` + // Information when was the last time the job was successfully scheduled. + LastScheduleTime string `protobuf:"bytes,2,opt,name=lastScheduleTime,proto3" json:"lastScheduleTime,omitempty"` + // Information when was the last time the job successfully completed. + LastSuccessfulTime string `protobuf:"bytes,3,opt,name=lastSuccessfulTime,proto3" json:"lastSuccessfulTime,omitempty"` +} + +func (x *IoK8SApiBatchV1CronJobStatus) Reset() { + *x = IoK8SApiBatchV1CronJobStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[354] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1CronJobStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1CronJobStatus) ProtoMessage() {} + +func (x *IoK8SApiBatchV1CronJobStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[354] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1CronJobStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1CronJobStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{354} +} + +func (x *IoK8SApiBatchV1CronJobStatus) GetActive() []*IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.Active + } + return nil +} + +func (x *IoK8SApiBatchV1CronJobStatus) GetLastScheduleTime() string { + if x != nil { + return x.LastScheduleTime + } + return "" +} + +func (x *IoK8SApiBatchV1CronJobStatus) GetLastSuccessfulTime() string { + if x != nil { + return x.LastSuccessfulTime + } + return "" +} + +// Job represents the configuration of a single job. +type IoK8SApiBatchV1Job struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiBatchV1JobSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiBatchV1JobStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiBatchV1Job) Reset() { + *x = IoK8SApiBatchV1Job{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[355] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1Job) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1Job) ProtoMessage() {} + +func (x *IoK8SApiBatchV1Job) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[355] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1Job.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1Job) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{355} +} + +func (x *IoK8SApiBatchV1Job) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiBatchV1Job) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiBatchV1Job) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiBatchV1Job) GetSpec() *IoK8SApiBatchV1JobSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiBatchV1Job) GetStatus() *IoK8SApiBatchV1JobStatus { + if x != nil { + return x.Status + } + return nil +} + +// JobCondition describes current state of a job. +type IoK8SApiBatchV1JobCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Last time the condition was checked. + LastProbeTime string `protobuf:"bytes,1,opt,name=lastProbeTime,proto3" json:"lastProbeTime,omitempty"` + // Last time the condition transit from one status to another. + LastTransitionTime string `protobuf:"bytes,2,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // Human readable message indicating details about last transition. + Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` + // (brief) reason for the condition's last transition. + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` + // Type of job condition, Complete or Failed. + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiBatchV1JobCondition) Reset() { + *x = IoK8SApiBatchV1JobCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[356] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1JobCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1JobCondition) ProtoMessage() {} + +func (x *IoK8SApiBatchV1JobCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[356] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1JobCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1JobCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{356} +} + +func (x *IoK8SApiBatchV1JobCondition) GetLastProbeTime() string { + if x != nil { + return x.LastProbeTime + } + return "" +} + +func (x *IoK8SApiBatchV1JobCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiBatchV1JobCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiBatchV1JobCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiBatchV1JobCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiBatchV1JobCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// JobList is a collection of jobs. +type IoK8SApiBatchV1JobList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of Jobs. + Items []*IoK8SApiBatchV1Job `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiBatchV1JobList) Reset() { + *x = IoK8SApiBatchV1JobList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[357] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1JobList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1JobList) ProtoMessage() {} + +func (x *IoK8SApiBatchV1JobList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[357] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1JobList.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1JobList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{357} +} + +func (x *IoK8SApiBatchV1JobList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiBatchV1JobList) GetItems() []*IoK8SApiBatchV1Job { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiBatchV1JobList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiBatchV1JobList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// JobSpec describes how the job execution will look like. +type IoK8SApiBatchV1JobSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Specifies the duration in seconds relative to the startTime that the job may be continuously active before the system tries to terminate it; value must be positive integer. If a Job is suspended (at creation or through an update), this timer will effectively be stopped and reset when the Job is resumed again. + ActiveDeadlineSeconds int64 `protobuf:"varint,1,opt,name=activeDeadlineSeconds,proto3" json:"activeDeadlineSeconds,omitempty"` + // Specifies the number of retries before marking this job failed. Defaults to 6 + BackoffLimit int32 `protobuf:"varint,2,opt,name=backoffLimit,proto3" json:"backoffLimit,omitempty"` + // completionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`. + // + // `NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other. + // + // `Indexed` means that the Pods of a Job get an associated completion index from 0 to (.spec.completions - 1), available in the annotation batch.kubernetes.io/job-completion-index. The Job is considered complete when there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. In addition, The Pod name takes the form `$(job-name)-$(index)-$(random-string)`, the Pod hostname takes the form `$(job-name)-$(index)`. + // + // More completion modes can be added in the future. If the Job controller observes a mode that it doesn't recognize, which is possible during upgrades due to version skew, the controller skips updates for the Job. + CompletionMode string `protobuf:"bytes,3,opt,name=completionMode,proto3" json:"completionMode,omitempty"` + // Specifies the desired number of successfully finished pods the job should be run with. Setting to null means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + Completions int32 `protobuf:"varint,4,opt,name=completions,proto3" json:"completions,omitempty"` + // manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector + ManualSelector bool `protobuf:"varint,5,opt,name=manualSelector,proto3" json:"manualSelector,omitempty"` + // Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + Parallelism int32 `protobuf:"varint,6,opt,name=parallelism,proto3" json:"parallelism,omitempty"` + // Specifies the policy of handling failed pods. In particular, it allows to specify the set of actions and conditions which need to be satisfied to take the associated action. If empty, the default behaviour applies - the counter of failed pods, represented by the jobs's .status.failed field, is incremented and it is checked against the backoffLimit. This field cannot be used in combination with restartPolicy=OnFailure. + // + // This field is beta-level. It can be used when the `JobPodFailurePolicy` feature gate is enabled (enabled by default). + PodFailurePolicy *IoK8SApiBatchV1PodFailurePolicy `protobuf:"bytes,7,opt,name=podFailurePolicy,proto3" json:"podFailurePolicy,omitempty"` + // A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + Selector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,8,opt,name=selector,proto3" json:"selector,omitempty"` + // suspend specifies whether the Job controller should create Pods or not. If a Job is created with suspend set to true, no Pods are created by the Job controller. If a Job is suspended after creation (i.e. the flag goes from false to true), the Job controller will delete all active Pods associated with this Job. Users must design their workload to gracefully handle this. Suspending a Job will reset the StartTime field of the Job, effectively resetting the ActiveDeadlineSeconds timer too. Defaults to false. + Suspend bool `protobuf:"varint,9,opt,name=suspend,proto3" json:"suspend,omitempty"` + // Describes the pod that will be created when executing a job. The only allowed template.spec.restartPolicy values are "Never" or "OnFailure". More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + Template *IoK8SApiCoreV1PodTemplateSpec `protobuf:"bytes,10,opt,name=template,proto3" json:"template,omitempty"` + // ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won't be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes. + TtlSecondsAfterFinished int32 `protobuf:"varint,11,opt,name=ttlSecondsAfterFinished,proto3" json:"ttlSecondsAfterFinished,omitempty"` +} + +func (x *IoK8SApiBatchV1JobSpec) Reset() { + *x = IoK8SApiBatchV1JobSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[358] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1JobSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1JobSpec) ProtoMessage() {} + +func (x *IoK8SApiBatchV1JobSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[358] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1JobSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1JobSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{358} +} + +func (x *IoK8SApiBatchV1JobSpec) GetActiveDeadlineSeconds() int64 { + if x != nil { + return x.ActiveDeadlineSeconds + } + return 0 +} + +func (x *IoK8SApiBatchV1JobSpec) GetBackoffLimit() int32 { + if x != nil { + return x.BackoffLimit + } + return 0 +} + +func (x *IoK8SApiBatchV1JobSpec) GetCompletionMode() string { + if x != nil { + return x.CompletionMode + } + return "" +} + +func (x *IoK8SApiBatchV1JobSpec) GetCompletions() int32 { + if x != nil { + return x.Completions + } + return 0 +} + +func (x *IoK8SApiBatchV1JobSpec) GetManualSelector() bool { + if x != nil { + return x.ManualSelector + } + return false +} + +func (x *IoK8SApiBatchV1JobSpec) GetParallelism() int32 { + if x != nil { + return x.Parallelism + } + return 0 +} + +func (x *IoK8SApiBatchV1JobSpec) GetPodFailurePolicy() *IoK8SApiBatchV1PodFailurePolicy { + if x != nil { + return x.PodFailurePolicy + } + return nil +} + +func (x *IoK8SApiBatchV1JobSpec) GetSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.Selector + } + return nil +} + +func (x *IoK8SApiBatchV1JobSpec) GetSuspend() bool { + if x != nil { + return x.Suspend + } + return false +} + +func (x *IoK8SApiBatchV1JobSpec) GetTemplate() *IoK8SApiCoreV1PodTemplateSpec { + if x != nil { + return x.Template + } + return nil +} + +func (x *IoK8SApiBatchV1JobSpec) GetTtlSecondsAfterFinished() int32 { + if x != nil { + return x.TtlSecondsAfterFinished + } + return 0 +} + +// JobStatus represents the current state of a Job. +type IoK8SApiBatchV1JobStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The number of pending and running pods. + Active int32 `protobuf:"varint,1,opt,name=active,proto3" json:"active,omitempty"` + // completedIndexes holds the completed indexes when .spec.completionMode = "Indexed" in a text format. The indexes are represented as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as "1,3-5,7". + CompletedIndexes string `protobuf:"bytes,2,opt,name=completedIndexes,proto3" json:"completedIndexes,omitempty"` + // Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. The completion time is only set when the job finishes successfully. + CompletionTime string `protobuf:"bytes,3,opt,name=completionTime,proto3" json:"completionTime,omitempty"` + // The latest available observations of an object's current state. When a Job fails, one of the conditions will have type "Failed" and status true. When a Job is suspended, one of the conditions will have type "Suspended" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type "Complete" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + Conditions []*IoK8SApiBatchV1JobCondition `protobuf:"bytes,4,rep,name=conditions,proto3" json:"conditions,omitempty"` + // The number of pods which reached phase Failed. + Failed int32 `protobuf:"varint,5,opt,name=failed,proto3" json:"failed,omitempty"` + // The number of pods which have a Ready condition. + // + // This field is beta-level. The job controller populates the field when the feature gate JobReadyPods is enabled (enabled by default). + Ready int32 `protobuf:"varint,6,opt,name=ready,proto3" json:"ready,omitempty"` + // Represents time when the job controller started processing a job. When a Job is created in the suspended state, this field is not set until the first time it is resumed. This field is reset every time a Job is resumed from suspension. It is represented in RFC3339 form and is in UTC. + StartTime string `protobuf:"bytes,7,opt,name=startTime,proto3" json:"startTime,omitempty"` + // The number of pods which reached phase Succeeded. + Succeeded int32 `protobuf:"varint,8,opt,name=succeeded,proto3" json:"succeeded,omitempty"` + // uncountedTerminatedPods holds the UIDs of Pods that have terminated but the job controller hasn't yet accounted for in the status counters. + // + // The job controller creates pods with a finalizer. When a pod terminates (succeeded or failed), the controller does three steps to account for it in the job status: + // + // 1. Add the pod UID to the arrays in this field. 2. Remove the pod finalizer. 3. Remove the pod UID from the arrays while increasing the corresponding + // counter. + // + // Old jobs might not be tracked using this field, in which case the field remains null. + UncountedTerminatedPods *IoK8SApiBatchV1UncountedTerminatedPods `protobuf:"bytes,9,opt,name=uncountedTerminatedPods,proto3" json:"uncountedTerminatedPods,omitempty"` +} + +func (x *IoK8SApiBatchV1JobStatus) Reset() { + *x = IoK8SApiBatchV1JobStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[359] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1JobStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1JobStatus) ProtoMessage() {} + +func (x *IoK8SApiBatchV1JobStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[359] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1JobStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1JobStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{359} +} + +func (x *IoK8SApiBatchV1JobStatus) GetActive() int32 { + if x != nil { + return x.Active + } + return 0 +} + +func (x *IoK8SApiBatchV1JobStatus) GetCompletedIndexes() string { + if x != nil { + return x.CompletedIndexes + } + return "" +} + +func (x *IoK8SApiBatchV1JobStatus) GetCompletionTime() string { + if x != nil { + return x.CompletionTime + } + return "" +} + +func (x *IoK8SApiBatchV1JobStatus) GetConditions() []*IoK8SApiBatchV1JobCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiBatchV1JobStatus) GetFailed() int32 { + if x != nil { + return x.Failed + } + return 0 +} + +func (x *IoK8SApiBatchV1JobStatus) GetReady() int32 { + if x != nil { + return x.Ready + } + return 0 +} + +func (x *IoK8SApiBatchV1JobStatus) GetStartTime() string { + if x != nil { + return x.StartTime + } + return "" +} + +func (x *IoK8SApiBatchV1JobStatus) GetSucceeded() int32 { + if x != nil { + return x.Succeeded + } + return 0 +} + +func (x *IoK8SApiBatchV1JobStatus) GetUncountedTerminatedPods() *IoK8SApiBatchV1UncountedTerminatedPods { + if x != nil { + return x.UncountedTerminatedPods + } + return nil +} + +// JobTemplateSpec describes the data a Job should have when created from a template +type IoK8SApiBatchV1JobTemplateSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiBatchV1JobSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiBatchV1JobTemplateSpec) Reset() { + *x = IoK8SApiBatchV1JobTemplateSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[360] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1JobTemplateSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1JobTemplateSpec) ProtoMessage() {} + +func (x *IoK8SApiBatchV1JobTemplateSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[360] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1JobTemplateSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1JobTemplateSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{360} +} + +func (x *IoK8SApiBatchV1JobTemplateSpec) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiBatchV1JobTemplateSpec) GetSpec() *IoK8SApiBatchV1JobSpec { + if x != nil { + return x.Spec + } + return nil +} + +// PodFailurePolicy describes how failed pods influence the backoffLimit. +type IoK8SApiBatchV1PodFailurePolicy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed. + Rules []*IoK8SApiBatchV1PodFailurePolicyRule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"` +} + +func (x *IoK8SApiBatchV1PodFailurePolicy) Reset() { + *x = IoK8SApiBatchV1PodFailurePolicy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[361] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1PodFailurePolicy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1PodFailurePolicy) ProtoMessage() {} + +func (x *IoK8SApiBatchV1PodFailurePolicy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[361] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1PodFailurePolicy.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1PodFailurePolicy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{361} +} + +func (x *IoK8SApiBatchV1PodFailurePolicy) GetRules() []*IoK8SApiBatchV1PodFailurePolicyRule { + if x != nil { + return x.Rules + } + return nil +} + +// PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes. In particular, it lookups the .state.terminated.exitCode for each app container and init container status, represented by the .status.containerStatuses and .status.initContainerStatuses fields in the Pod status, respectively. Containers completed with success (exit code 0) are excluded from the requirement check. +type IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Restricts the check for exit codes to the container with the specified name. When null, the rule applies to all containers. When specified, it should match one the container or initContainer names in the pod template. + ContainerName string `protobuf:"bytes,1,opt,name=containerName,proto3" json:"containerName,omitempty"` + // Represents the relationship between the container exit code(s) and the specified values. Containers completed with success (exit code 0) are excluded from the requirement check. Possible values are: + // + // - In: the requirement is satisfied if at least one container exit code + // (might be multiple if there are multiple containers not restricted + // by the 'containerName' field) is in the set of specified values. + // - NotIn: the requirement is satisfied if at least one container exit code + // (might be multiple if there are multiple containers not restricted + // by the 'containerName' field) is not in the set of specified values. + // + // Additional values are considered to be added in the future. Clients should react to an unknown operator by assuming the requirement is not satisfied. + Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"` + // Specifies the set of values. Each returned container exit code (might be multiple in case of multiple containers) is checked against this set of values with respect to the operator. The list of values must be ordered and must not contain duplicates. Value '0' cannot be used for the In operator. At least one element is required. At most 255 elements are allowed. + Values []int32 `protobuf:"varint,3,rep,packed,name=values,proto3" json:"values,omitempty"` +} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement) Reset() { + *x = IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[362] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement) ProtoMessage() {} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[362] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{362} +} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement) GetContainerName() string { + if x != nil { + return x.ContainerName + } + return "" +} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement) GetOperator() string { + if x != nil { + return x.Operator + } + return "" +} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement) GetValues() []int32 { + if x != nil { + return x.Values + } + return nil +} + +// PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type. +type IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Specifies the required Pod condition status. To match a pod condition it is required that the specified status equals the pod condition status. Defaults to True. + Status string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` + // Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern) Reset() { + *x = IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[363] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern) ProtoMessage() {} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[363] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{363} +} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule. +type IoK8SApiBatchV1PodFailurePolicyRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are: + // + // - FailJob: indicates that the pod's job is marked as Failed and all + // running pods are terminated. + // - Ignore: indicates that the counter towards the .backoffLimit is not + // incremented and a replacement pod is created. + // - Count: indicates that the pod is handled in the default way - the + // counter towards the .backoffLimit is incremented. + // + // Additional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule. + Action string `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"` + // Represents the requirement on the container exit codes. + OnExitCodes *IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement `protobuf:"bytes,2,opt,name=onExitCodes,proto3" json:"onExitCodes,omitempty"` + // Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed. + OnPodConditions []*IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern `protobuf:"bytes,3,rep,name=onPodConditions,proto3" json:"onPodConditions,omitempty"` +} + +func (x *IoK8SApiBatchV1PodFailurePolicyRule) Reset() { + *x = IoK8SApiBatchV1PodFailurePolicyRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[364] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1PodFailurePolicyRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1PodFailurePolicyRule) ProtoMessage() {} + +func (x *IoK8SApiBatchV1PodFailurePolicyRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[364] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1PodFailurePolicyRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1PodFailurePolicyRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{364} +} + +func (x *IoK8SApiBatchV1PodFailurePolicyRule) GetAction() string { + if x != nil { + return x.Action + } + return "" +} + +func (x *IoK8SApiBatchV1PodFailurePolicyRule) GetOnExitCodes() *IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement { + if x != nil { + return x.OnExitCodes + } + return nil +} + +func (x *IoK8SApiBatchV1PodFailurePolicyRule) GetOnPodConditions() []*IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern { + if x != nil { + return x.OnPodConditions + } + return nil +} + +// UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters. +type IoK8SApiBatchV1UncountedTerminatedPods struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // failed holds UIDs of failed Pods. + Failed []string `protobuf:"bytes,1,rep,name=failed,proto3" json:"failed,omitempty"` + // succeeded holds UIDs of succeeded Pods. + Succeeded []string `protobuf:"bytes,2,rep,name=succeeded,proto3" json:"succeeded,omitempty"` +} + +func (x *IoK8SApiBatchV1UncountedTerminatedPods) Reset() { + *x = IoK8SApiBatchV1UncountedTerminatedPods{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[365] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiBatchV1UncountedTerminatedPods) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiBatchV1UncountedTerminatedPods) ProtoMessage() {} + +func (x *IoK8SApiBatchV1UncountedTerminatedPods) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[365] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiBatchV1UncountedTerminatedPods.ProtoReflect.Descriptor instead. +func (*IoK8SApiBatchV1UncountedTerminatedPods) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{365} +} + +func (x *IoK8SApiBatchV1UncountedTerminatedPods) GetFailed() []string { + if x != nil { + return x.Failed + } + return nil +} + +func (x *IoK8SApiBatchV1UncountedTerminatedPods) GetSucceeded() []string { + if x != nil { + return x.Succeeded + } + return nil +} + +// CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued. +// +// Kubelets use this API to obtain: +// 1. client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client-kubelet" signerName). +// 2. serving certificates for TLS endpoints kube-apiserver can connect to securely (with the "kubernetes.io/kubelet-serving" signerName). +// +// This API can be used to request client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client" signerName), or to obtain certificates from custom non-Kubernetes signers. +type IoK8SApiCertificatesV1CertificateSigningRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec contains the certificate request, and is immutable after creation. Only the request, signerName, expirationSeconds, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users. + Spec *IoK8SApiCertificatesV1CertificateSigningRequestSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure. + Status *IoK8SApiCertificatesV1CertificateSigningRequestStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequest) Reset() { + *x = IoK8SApiCertificatesV1CertificateSigningRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[366] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCertificatesV1CertificateSigningRequest) ProtoMessage() {} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[366] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCertificatesV1CertificateSigningRequest.ProtoReflect.Descriptor instead. +func (*IoK8SApiCertificatesV1CertificateSigningRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{366} +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequest) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequest) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequest) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequest) GetSpec() *IoK8SApiCertificatesV1CertificateSigningRequestSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequest) GetStatus() *IoK8SApiCertificatesV1CertificateSigningRequestStatus { + if x != nil { + return x.Status + } + return nil +} + +// CertificateSigningRequestCondition describes a condition of a CertificateSigningRequest object +type IoK8SApiCertificatesV1CertificateSigningRequestCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // lastUpdateTime is the time of the last update to this condition + LastUpdateTime string `protobuf:"bytes,2,opt,name=lastUpdateTime,proto3" json:"lastUpdateTime,omitempty"` + // message contains a human readable message with details about the request state + Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` + // reason indicates a brief reason for the request state + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` + // status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". + Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` + // type of the condition. Known conditions are "Approved", "Denied", and "Failed". + // + // An "Approved" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer. + // + // A "Denied" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer. + // + // A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate. + // + // Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added. + // + // Only one condition of a given type is allowed. + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestCondition) Reset() { + *x = IoK8SApiCertificatesV1CertificateSigningRequestCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[367] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCertificatesV1CertificateSigningRequestCondition) ProtoMessage() {} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[367] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCertificatesV1CertificateSigningRequestCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiCertificatesV1CertificateSigningRequestCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{367} +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestCondition) GetLastUpdateTime() string { + if x != nil { + return x.LastUpdateTime + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// CertificateSigningRequestList is a collection of CertificateSigningRequest objects +type IoK8SApiCertificatesV1CertificateSigningRequestList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is a collection of CertificateSigningRequest objects + Items []*IoK8SApiCertificatesV1CertificateSigningRequest `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestList) Reset() { + *x = IoK8SApiCertificatesV1CertificateSigningRequestList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[368] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCertificatesV1CertificateSigningRequestList) ProtoMessage() {} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[368] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCertificatesV1CertificateSigningRequestList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCertificatesV1CertificateSigningRequestList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{368} +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestList) GetItems() []*IoK8SApiCertificatesV1CertificateSigningRequest { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// CertificateSigningRequestSpec contains the certificate request. +type IoK8SApiCertificatesV1CertificateSigningRequestSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // expirationSeconds is the requested duration of validity of the issued certificate. The certificate signer may issue a certificate with a different validity duration so a client must check the delta between the notBefore and and notAfter fields in the issued certificate to determine the actual duration. + // + // The v1.22+ in-tree implementations of the well-known Kubernetes signers will honor this field as long as the requested duration is not greater than the maximum duration they will honor per the --cluster-signing-duration CLI flag to the Kubernetes controller manager. + // + // Certificate signers may not honor this field for various reasons: + // + // 1. Old signer that is unaware of the field (such as the in-tree + // implementations prior to v1.22) + // 2. Signer whose configured maximum is shorter than the requested duration + // 3. Signer whose configured minimum is longer than the requested duration + // + // The minimum valid value for expirationSeconds is 600, i.e. 10 minutes. + ExpirationSeconds int32 `protobuf:"varint,1,opt,name=expirationSeconds,proto3" json:"expirationSeconds,omitempty"` + // extra contains extra attributes of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. + Extra map[string]*structpb.ListValue `protobuf:"bytes,2,rep,name=extra,proto3" json:"extra,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // groups contains group membership of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. + Groups []string `protobuf:"bytes,3,rep,name=groups,proto3" json:"groups,omitempty"` + // request contains an x509 certificate signing request encoded in a "CERTIFICATE REQUEST" PEM block. When serialized as JSON or YAML, the data is additionally base64-encoded. + Request []byte `protobuf:"bytes,4,opt,name=request,proto3" json:"request,omitempty"` + // signerName indicates the requested signer, and is a qualified name. + // + // List/watch requests for CertificateSigningRequests can filter on this field using a "spec.signerName=NAME" fieldSelector. + // + // Well-known Kubernetes signers are: + // 1. "kubernetes.io/kube-apiserver-client": issues client certificates that can be used to authenticate to kube-apiserver. + // Requests for this signer are never auto-approved by kube-controller-manager, can be issued by the "csrsigning" controller in kube-controller-manager. + // 2. "kubernetes.io/kube-apiserver-client-kubelet": issues client certificates that kubelets use to authenticate to kube-apiserver. + // Requests for this signer can be auto-approved by the "csrapproving" controller in kube-controller-manager, and can be issued by the "csrsigning" controller in kube-controller-manager. + // 3. "kubernetes.io/kubelet-serving" issues serving certificates that kubelets use to serve TLS endpoints, which kube-apiserver can connect to securely. + // Requests for this signer are never auto-approved by kube-controller-manager, and can be issued by the "csrsigning" controller in kube-controller-manager. + // + // More details are available at https://k8s.io/docs/reference/access-authn-authz/certificate-signing-requests/#kubernetes-signers + // + // Custom signerNames can also be specified. The signer defines: + // 1. Trust distribution: how trust (CA bundles) are distributed. + // 2. Permitted subjects: and behavior when a disallowed subject is requested. + // 3. Required, permitted, or forbidden x509 extensions in the request (including whether subjectAltNames are allowed, which types, restrictions on allowed values) and behavior when a disallowed extension is requested. + // 4. Required, permitted, or forbidden key usages / extended key usages. + // 5. Expiration/certificate lifetime: whether it is fixed by the signer, configurable by the admin. + // 6. Whether or not requests for CA certificates are allowed. + SignerName string `protobuf:"bytes,5,opt,name=signerName,proto3" json:"signerName,omitempty"` + // uid contains the uid of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. + Uid string `protobuf:"bytes,6,opt,name=uid,proto3" json:"uid,omitempty"` + // usages specifies a set of key usages requested in the issued certificate. + // + // Requests for TLS client certificates typically request: "digital signature", "key encipherment", "client auth". + // + // Requests for TLS serving certificates typically request: "key encipherment", "digital signature", "server auth". + // + // Valid values are: + // + // "signing", "digital signature", "content commitment", + // "key encipherment", "key agreement", "data encipherment", + // "cert sign", "crl sign", "encipher only", "decipher only", "any", + // "server auth", "client auth", + // "code signing", "email protection", "s/mime", + // "ipsec end system", "ipsec tunnel", "ipsec user", + // "timestamping", "ocsp signing", "microsoft sgc", "netscape sgc" + Usages []string `protobuf:"bytes,7,rep,name=usages,proto3" json:"usages,omitempty"` + // username contains the name of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. + Username string `protobuf:"bytes,8,opt,name=username,proto3" json:"username,omitempty"` +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) Reset() { + *x = IoK8SApiCertificatesV1CertificateSigningRequestSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[369] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCertificatesV1CertificateSigningRequestSpec) ProtoMessage() {} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[369] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCertificatesV1CertificateSigningRequestSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCertificatesV1CertificateSigningRequestSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{369} +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) GetExpirationSeconds() int32 { + if x != nil { + return x.ExpirationSeconds + } + return 0 +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) GetExtra() map[string]*structpb.ListValue { + if x != nil { + return x.Extra + } + return nil +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) GetGroups() []string { + if x != nil { + return x.Groups + } + return nil +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) GetRequest() []byte { + if x != nil { + return x.Request + } + return nil +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) GetSignerName() string { + if x != nil { + return x.SignerName + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) GetUsages() []string { + if x != nil { + return x.Usages + } + return nil +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestSpec) GetUsername() string { + if x != nil { + return x.Username + } + return "" +} + +// CertificateSigningRequestStatus contains conditions used to indicate approved/denied/failed status of the request, and the issued certificate. +type IoK8SApiCertificatesV1CertificateSigningRequestStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // certificate is populated with an issued certificate by the signer after an Approved condition is present. This field is set via the /status subresource. Once populated, this field is immutable. + // + // If the certificate signing request is denied, a condition of type "Denied" is added and this field remains empty. If the signer cannot issue the certificate, a condition of type "Failed" is added and this field remains empty. + // + // Validation requirements: + // 1. certificate must contain one or more PEM blocks. + // 2. All PEM blocks must have the "CERTIFICATE" label, contain no headers, and the encoded data + // must be a BER-encoded ASN.1 Certificate structure as described in section 4 of RFC5280. + // 3. Non-PEM content may appear before or after the "CERTIFICATE" PEM blocks and is unvalidated, + // to allow for explanatory text as described in section 5.2 of RFC7468. + // + // If more than one PEM block is present, and the definition of the requested spec.signerName does not indicate otherwise, the first block is the issued certificate, and subsequent blocks should be treated as intermediate certificates and presented in TLS handshakes. + // + // The certificate is encoded in PEM format. + // + // When serialized as JSON or YAML, the data is additionally base64-encoded, so it consists of: + // + // base64( + // -----BEGIN CERTIFICATE----- + // ... + // -----END CERTIFICATE----- + // ) + Certificate []byte `protobuf:"bytes,1,opt,name=certificate,proto3" json:"certificate,omitempty"` + // conditions applied to the request. Known conditions are "Approved", "Denied", and "Failed". + Conditions []*IoK8SApiCertificatesV1CertificateSigningRequestCondition `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"` +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestStatus) Reset() { + *x = IoK8SApiCertificatesV1CertificateSigningRequestStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[370] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCertificatesV1CertificateSigningRequestStatus) ProtoMessage() {} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[370] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCertificatesV1CertificateSigningRequestStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCertificatesV1CertificateSigningRequestStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{370} +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestStatus) GetCertificate() []byte { + if x != nil { + return x.Certificate + } + return nil +} + +func (x *IoK8SApiCertificatesV1CertificateSigningRequestStatus) GetConditions() []*IoK8SApiCertificatesV1CertificateSigningRequestCondition { + if x != nil { + return x.Conditions + } + return nil +} + +// ClusterTrustBundle is a cluster-scoped container for X.509 trust anchors (root certificates). +// +// ClusterTrustBundle objects are considered to be readable by any authenticated user in the cluster, because they can be mounted by pods using the `clusterTrustBundle` projection. All service accounts have read access to ClusterTrustBundles by default. Users who only have namespace-level access to a cluster can read ClusterTrustBundles by impersonating a serviceaccount that they have access to. +// +// It can be optionally associated with a particular assigner, in which case it contains one valid set of trust anchors for that signer. Signers may have multiple associated ClusterTrustBundles; each is an independent set of trust anchors for that signer. Admission control is used to enforce that only users with permissions on the signer can create or modify the corresponding bundle. +type IoK8SApiCertificatesV1Alpha1ClusterTrustBundle struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // metadata contains the object metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec contains the signer (if any) and trust anchors. + Spec *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle) Reset() { + *x = IoK8SApiCertificatesV1Alpha1ClusterTrustBundle{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[371] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCertificatesV1Alpha1ClusterTrustBundle) ProtoMessage() {} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[371] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCertificatesV1Alpha1ClusterTrustBundle.ProtoReflect.Descriptor instead. +func (*IoK8SApiCertificatesV1Alpha1ClusterTrustBundle) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{371} +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle) GetSpec() *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec { + if x != nil { + return x.Spec + } + return nil +} + +// ClusterTrustBundleList is a collection of ClusterTrustBundle objects +type IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is a collection of ClusterTrustBundle objects + Items []*IoK8SApiCertificatesV1Alpha1ClusterTrustBundle `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // metadata contains the list metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList) Reset() { + *x = IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[372] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList) ProtoMessage() {} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[372] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{372} +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList) GetItems() []*IoK8SApiCertificatesV1Alpha1ClusterTrustBundle { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ClusterTrustBundleSpec contains the signer and trust anchors. +type IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // signerName indicates the associated signer, if any. + // + // In order to create or update a ClusterTrustBundle that sets signerName, you must have the following cluster-scoped permission: group=certificates.k8s.io resource=signers resourceName= verb=attest. + // + // If signerName is not empty, then the ClusterTrustBundle object must be named with the signer name as a prefix (translating slashes to colons). For example, for the signer name `example.com/foo`, valid ClusterTrustBundle object names include `example.com:foo:abc` and `example.com:foo:v1`. + // + // If signerName is empty, then the ClusterTrustBundle object's name must not have such a prefix. + // + // List/watch requests for ClusterTrustBundles can filter on this field using a `spec.signerName=NAME` field selector. + SignerName string `protobuf:"bytes,1,opt,name=signerName,proto3" json:"signerName,omitempty"` + // trustBundle contains the individual X.509 trust anchors for this bundle, as PEM bundle of PEM-wrapped, DER-formatted X.509 certificates. + // + // The data must consist only of PEM certificate blocks that parse as valid X.509 certificates. Each certificate must include a basic constraints extension with the CA bit set. The API server will reject objects that contain duplicate certificates, or that use PEM block headers. + // + // Users of ClusterTrustBundles, including Kubelet, are free to reorder and deduplicate certificate blocks in this file according to their own logic, as well as to drop PEM block headers and inter-block data. + TrustBundle string `protobuf:"bytes,2,opt,name=trustBundle,proto3" json:"trustBundle,omitempty"` +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec) Reset() { + *x = IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[373] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec) ProtoMessage() {} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[373] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{373} +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec) GetSignerName() string { + if x != nil { + return x.SignerName + } + return "" +} + +func (x *IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec) GetTrustBundle() string { + if x != nil { + return x.TrustBundle + } + return "" +} + +// Lease defines a lease concept. +type IoK8SApiCoordinationV1Lease struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec contains the specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiCoordinationV1LeaseSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiCoordinationV1Lease) Reset() { + *x = IoK8SApiCoordinationV1Lease{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[374] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoordinationV1Lease) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoordinationV1Lease) ProtoMessage() {} + +func (x *IoK8SApiCoordinationV1Lease) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[374] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoordinationV1Lease.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoordinationV1Lease) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{374} +} + +func (x *IoK8SApiCoordinationV1Lease) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoordinationV1Lease) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoordinationV1Lease) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoordinationV1Lease) GetSpec() *IoK8SApiCoordinationV1LeaseSpec { + if x != nil { + return x.Spec + } + return nil +} + +// LeaseList is a list of Lease objects. +type IoK8SApiCoordinationV1LeaseList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is a list of schema objects. + Items []*IoK8SApiCoordinationV1Lease `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoordinationV1LeaseList) Reset() { + *x = IoK8SApiCoordinationV1LeaseList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[375] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoordinationV1LeaseList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoordinationV1LeaseList) ProtoMessage() {} + +func (x *IoK8SApiCoordinationV1LeaseList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[375] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoordinationV1LeaseList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoordinationV1LeaseList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{375} +} + +func (x *IoK8SApiCoordinationV1LeaseList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoordinationV1LeaseList) GetItems() []*IoK8SApiCoordinationV1Lease { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoordinationV1LeaseList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoordinationV1LeaseList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// LeaseSpec is a specification of a Lease. +type IoK8SApiCoordinationV1LeaseSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // acquireTime is a time when the current lease was acquired. + AcquireTime string `protobuf:"bytes,1,opt,name=acquireTime,proto3" json:"acquireTime,omitempty"` + // holderIdentity contains the identity of the holder of a current lease. + HolderIdentity string `protobuf:"bytes,2,opt,name=holderIdentity,proto3" json:"holderIdentity,omitempty"` + // leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed renewTime. + LeaseDurationSeconds int32 `protobuf:"varint,3,opt,name=leaseDurationSeconds,proto3" json:"leaseDurationSeconds,omitempty"` + // leaseTransitions is the number of transitions of a lease between holders. + LeaseTransitions int32 `protobuf:"varint,4,opt,name=leaseTransitions,proto3" json:"leaseTransitions,omitempty"` + // renewTime is a time when the current holder of a lease has last updated the lease. + RenewTime string `protobuf:"bytes,5,opt,name=renewTime,proto3" json:"renewTime,omitempty"` +} + +func (x *IoK8SApiCoordinationV1LeaseSpec) Reset() { + *x = IoK8SApiCoordinationV1LeaseSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[376] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoordinationV1LeaseSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoordinationV1LeaseSpec) ProtoMessage() {} + +func (x *IoK8SApiCoordinationV1LeaseSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[376] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoordinationV1LeaseSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoordinationV1LeaseSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{376} +} + +func (x *IoK8SApiCoordinationV1LeaseSpec) GetAcquireTime() string { + if x != nil { + return x.AcquireTime + } + return "" +} + +func (x *IoK8SApiCoordinationV1LeaseSpec) GetHolderIdentity() string { + if x != nil { + return x.HolderIdentity + } + return "" +} + +func (x *IoK8SApiCoordinationV1LeaseSpec) GetLeaseDurationSeconds() int32 { + if x != nil { + return x.LeaseDurationSeconds + } + return 0 +} + +func (x *IoK8SApiCoordinationV1LeaseSpec) GetLeaseTransitions() int32 { + if x != nil { + return x.LeaseTransitions + } + return 0 +} + +func (x *IoK8SApiCoordinationV1LeaseSpec) GetRenewTime() string { + if x != nil { + return x.RenewTime + } + return "" +} + +// Represents a Persistent Disk resource in AWS. +// +// An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). + Partition int32 `protobuf:"varint,2,opt,name=partition,proto3" json:"partition,omitempty"` + // readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + ReadOnly bool `protobuf:"varint,3,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + VolumeID string `protobuf:"bytes,4,opt,name=volumeID,proto3" json:"volumeID,omitempty"` +} + +func (x *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource) Reset() { + *x = IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[377] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[377] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{377} +} + +func (x *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource) GetPartition() int32 { + if x != nil { + return x.Partition + } + return 0 +} + +func (x *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource) GetVolumeID() string { + if x != nil { + return x.VolumeID + } + return "" +} + +// Affinity is a group of affinity scheduling rules. +type IoK8SApiCoreV1Affinity struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Describes node affinity scheduling rules for the pod. + NodeAffinity *IoK8SApiCoreV1NodeAffinity `protobuf:"bytes,1,opt,name=nodeAffinity,proto3" json:"nodeAffinity,omitempty"` + // Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). + PodAffinity *IoK8SApiCoreV1PodAffinity `protobuf:"bytes,2,opt,name=podAffinity,proto3" json:"podAffinity,omitempty"` + // Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). + PodAntiAffinity *IoK8SApiCoreV1PodAntiAffinity `protobuf:"bytes,3,opt,name=podAntiAffinity,proto3" json:"podAntiAffinity,omitempty"` +} + +func (x *IoK8SApiCoreV1Affinity) Reset() { + *x = IoK8SApiCoreV1Affinity{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[378] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Affinity) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Affinity) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Affinity) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[378] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Affinity.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Affinity) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{378} +} + +func (x *IoK8SApiCoreV1Affinity) GetNodeAffinity() *IoK8SApiCoreV1NodeAffinity { + if x != nil { + return x.NodeAffinity + } + return nil +} + +func (x *IoK8SApiCoreV1Affinity) GetPodAffinity() *IoK8SApiCoreV1PodAffinity { + if x != nil { + return x.PodAffinity + } + return nil +} + +func (x *IoK8SApiCoreV1Affinity) GetPodAntiAffinity() *IoK8SApiCoreV1PodAntiAffinity { + if x != nil { + return x.PodAntiAffinity + } + return nil +} + +// AttachedVolume describes a volume attached to a node +type IoK8SApiCoreV1AttachedVolume struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // DevicePath represents the device path where the volume should be available + DevicePath string `protobuf:"bytes,1,opt,name=devicePath,proto3" json:"devicePath,omitempty"` + // Name of the attached volume + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiCoreV1AttachedVolume) Reset() { + *x = IoK8SApiCoreV1AttachedVolume{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[379] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1AttachedVolume) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1AttachedVolume) ProtoMessage() {} + +func (x *IoK8SApiCoreV1AttachedVolume) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[379] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1AttachedVolume.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1AttachedVolume) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{379} +} + +func (x *IoK8SApiCoreV1AttachedVolume) GetDevicePath() string { + if x != nil { + return x.DevicePath + } + return "" +} + +func (x *IoK8SApiCoreV1AttachedVolume) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +type IoK8SApiCoreV1AzureDiskVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // cachingMode is the Host Caching mode: None, Read Only, Read Write. + CachingMode string `protobuf:"bytes,1,opt,name=cachingMode,proto3" json:"cachingMode,omitempty"` + // diskName is the Name of the data disk in the blob storage + DiskName string `protobuf:"bytes,2,opt,name=diskName,proto3" json:"diskName,omitempty"` + // diskURI is the URI of data disk in the blob storage + DiskURI string `protobuf:"bytes,3,opt,name=diskURI,proto3" json:"diskURI,omitempty"` + // fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + FsType string `protobuf:"bytes,4,opt,name=fsType,proto3" json:"fsType,omitempty"` + // kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared + Kind string `protobuf:"bytes,5,opt,name=kind,proto3" json:"kind,omitempty"` + // readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,6,opt,name=readOnly,proto3" json:"readOnly,omitempty"` +} + +func (x *IoK8SApiCoreV1AzureDiskVolumeSource) Reset() { + *x = IoK8SApiCoreV1AzureDiskVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[380] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1AzureDiskVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1AzureDiskVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1AzureDiskVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[380] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1AzureDiskVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1AzureDiskVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{380} +} + +func (x *IoK8SApiCoreV1AzureDiskVolumeSource) GetCachingMode() string { + if x != nil { + return x.CachingMode + } + return "" +} + +func (x *IoK8SApiCoreV1AzureDiskVolumeSource) GetDiskName() string { + if x != nil { + return x.DiskName + } + return "" +} + +func (x *IoK8SApiCoreV1AzureDiskVolumeSource) GetDiskURI() string { + if x != nil { + return x.DiskURI + } + return "" +} + +func (x *IoK8SApiCoreV1AzureDiskVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1AzureDiskVolumeSource) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1AzureDiskVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +// AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +type IoK8SApiCoreV1AzureFilePersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,1,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretName is the name of secret that contains Azure Storage Account Name and Key + SecretName string `protobuf:"bytes,2,opt,name=secretName,proto3" json:"secretName,omitempty"` + // secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod + SecretNamespace string `protobuf:"bytes,3,opt,name=secretNamespace,proto3" json:"secretNamespace,omitempty"` + // shareName is the azure Share Name + ShareName string `protobuf:"bytes,4,opt,name=shareName,proto3" json:"shareName,omitempty"` +} + +func (x *IoK8SApiCoreV1AzureFilePersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1AzureFilePersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[381] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1AzureFilePersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1AzureFilePersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1AzureFilePersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[381] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1AzureFilePersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1AzureFilePersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{381} +} + +func (x *IoK8SApiCoreV1AzureFilePersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1AzureFilePersistentVolumeSource) GetSecretName() string { + if x != nil { + return x.SecretName + } + return "" +} + +func (x *IoK8SApiCoreV1AzureFilePersistentVolumeSource) GetSecretNamespace() string { + if x != nil { + return x.SecretNamespace + } + return "" +} + +func (x *IoK8SApiCoreV1AzureFilePersistentVolumeSource) GetShareName() string { + if x != nil { + return x.ShareName + } + return "" +} + +// AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +type IoK8SApiCoreV1AzureFileVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,1,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretName is the name of secret that contains Azure Storage Account Name and Key + SecretName string `protobuf:"bytes,2,opt,name=secretName,proto3" json:"secretName,omitempty"` + // shareName is the azure share Name + ShareName string `protobuf:"bytes,3,opt,name=shareName,proto3" json:"shareName,omitempty"` +} + +func (x *IoK8SApiCoreV1AzureFileVolumeSource) Reset() { + *x = IoK8SApiCoreV1AzureFileVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[382] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1AzureFileVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1AzureFileVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1AzureFileVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[382] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1AzureFileVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1AzureFileVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{382} +} + +func (x *IoK8SApiCoreV1AzureFileVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1AzureFileVolumeSource) GetSecretName() string { + if x != nil { + return x.SecretName + } + return "" +} + +func (x *IoK8SApiCoreV1AzureFileVolumeSource) GetShareName() string { + if x != nil { + return x.ShareName + } + return "" +} + +// Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead. +type IoK8SApiCoreV1Binding struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // The target object that you want to bind to the standard object. + Target *IoK8SApiCoreV1ObjectReference `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"` +} + +func (x *IoK8SApiCoreV1Binding) Reset() { + *x = IoK8SApiCoreV1Binding{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[383] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Binding) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Binding) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Binding) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[383] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Binding.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Binding) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{383} +} + +func (x *IoK8SApiCoreV1Binding) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1Binding) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1Binding) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1Binding) GetTarget() *IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.Target + } + return nil +} + +// Represents storage that is managed by an external CSI volume driver (Beta feature) +type IoK8SApiCoreV1CSIPersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // controllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed. + ControllerExpandSecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,1,opt,name=controllerExpandSecretRef,proto3" json:"controllerExpandSecretRef,omitempty"` + // controllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed. + ControllerPublishSecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,2,opt,name=controllerPublishSecretRef,proto3" json:"controllerPublishSecretRef,omitempty"` + // driver is the name of the driver to use for this volume. Required. + Driver string `protobuf:"bytes,3,opt,name=driver,proto3" json:"driver,omitempty"` + // fsType to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". + FsType string `protobuf:"bytes,4,opt,name=fsType,proto3" json:"fsType,omitempty"` + // nodeExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeExpandVolume call. This is a beta field which is enabled default by CSINodeExpandSecret feature gate. This field is optional, may be omitted if no secret is required. If the secret object contains more than one secret, all secrets are passed. + NodeExpandSecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,5,opt,name=nodeExpandSecretRef,proto3" json:"nodeExpandSecretRef,omitempty"` + // nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed. + NodePublishSecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,6,opt,name=nodePublishSecretRef,proto3" json:"nodePublishSecretRef,omitempty"` + // nodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed. + NodeStageSecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,7,opt,name=nodeStageSecretRef,proto3" json:"nodeStageSecretRef,omitempty"` + // readOnly value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). + ReadOnly bool `protobuf:"varint,8,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // volumeAttributes of the volume to publish. + VolumeAttributes map[string]string `protobuf:"bytes,9,rep,name=volumeAttributes,proto3" json:"volumeAttributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // volumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required. + VolumeHandle string `protobuf:"bytes,10,opt,name=volumeHandle,proto3" json:"volumeHandle,omitempty"` +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1CSIPersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[384] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1CSIPersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[384] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1CSIPersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1CSIPersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{384} +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetControllerExpandSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.ControllerExpandSecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetControllerPublishSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.ControllerPublishSecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetDriver() string { + if x != nil { + return x.Driver + } + return "" +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetNodeExpandSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.NodeExpandSecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetNodePublishSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.NodePublishSecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetNodeStageSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.NodeStageSecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetVolumeAttributes() map[string]string { + if x != nil { + return x.VolumeAttributes + } + return nil +} + +func (x *IoK8SApiCoreV1CSIPersistentVolumeSource) GetVolumeHandle() string { + if x != nil { + return x.VolumeHandle + } + return "" +} + +// Represents a source location of a volume to mount, managed by an external CSI driver +type IoK8SApiCoreV1CSIVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster. + Driver string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"` + // fsType to mount. Ex. "ext4", "xfs", "ntfs". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply. + FsType string `protobuf:"bytes,2,opt,name=fsType,proto3" json:"fsType,omitempty"` + // nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed. + NodePublishSecretRef *IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,3,opt,name=nodePublishSecretRef,proto3" json:"nodePublishSecretRef,omitempty"` + // readOnly specifies a read-only configuration for the volume. Defaults to false (read/write). + ReadOnly bool `protobuf:"varint,4,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values. + VolumeAttributes map[string]string `protobuf:"bytes,5,rep,name=volumeAttributes,proto3" json:"volumeAttributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` +} + +func (x *IoK8SApiCoreV1CSIVolumeSource) Reset() { + *x = IoK8SApiCoreV1CSIVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[385] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1CSIVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1CSIVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1CSIVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[385] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1CSIVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1CSIVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{385} +} + +func (x *IoK8SApiCoreV1CSIVolumeSource) GetDriver() string { + if x != nil { + return x.Driver + } + return "" +} + +func (x *IoK8SApiCoreV1CSIVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1CSIVolumeSource) GetNodePublishSecretRef() *IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.NodePublishSecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CSIVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1CSIVolumeSource) GetVolumeAttributes() map[string]string { + if x != nil { + return x.VolumeAttributes + } + return nil +} + +// Adds and removes POSIX capabilities from running containers. +type IoK8SApiCoreV1Capabilities struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Added capabilities + Add []string `protobuf:"bytes,1,rep,name=add,proto3" json:"add,omitempty"` + // Removed capabilities + Drop []string `protobuf:"bytes,2,rep,name=drop,proto3" json:"drop,omitempty"` +} + +func (x *IoK8SApiCoreV1Capabilities) Reset() { + *x = IoK8SApiCoreV1Capabilities{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[386] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Capabilities) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Capabilities) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Capabilities) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[386] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Capabilities.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Capabilities) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{386} +} + +func (x *IoK8SApiCoreV1Capabilities) GetAdd() []string { + if x != nil { + return x.Add + } + return nil +} + +func (x *IoK8SApiCoreV1Capabilities) GetDrop() []string { + if x != nil { + return x.Drop + } + return nil +} + +// Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. +type IoK8SApiCoreV1CephFSPersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + Monitors []string `protobuf:"bytes,1,rep,name=monitors,proto3" json:"monitors,omitempty"` + // path is Optional: Used as the mounted root, rather than the full Ceph tree, default is / + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` + // readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + ReadOnly bool `protobuf:"varint,3,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + SecretFile string `protobuf:"bytes,4,opt,name=secretFile,proto3" json:"secretFile,omitempty"` + // secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + SecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,5,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // user is Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + User string `protobuf:"bytes,6,opt,name=user,proto3" json:"user,omitempty"` +} + +func (x *IoK8SApiCoreV1CephFSPersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1CephFSPersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[387] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1CephFSPersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1CephFSPersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1CephFSPersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[387] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1CephFSPersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1CephFSPersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{387} +} + +func (x *IoK8SApiCoreV1CephFSPersistentVolumeSource) GetMonitors() []string { + if x != nil { + return x.Monitors + } + return nil +} + +func (x *IoK8SApiCoreV1CephFSPersistentVolumeSource) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiCoreV1CephFSPersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1CephFSPersistentVolumeSource) GetSecretFile() string { + if x != nil { + return x.SecretFile + } + return "" +} + +func (x *IoK8SApiCoreV1CephFSPersistentVolumeSource) GetSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CephFSPersistentVolumeSource) GetUser() string { + if x != nil { + return x.User + } + return "" +} + +// Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. +type IoK8SApiCoreV1CephFSVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + Monitors []string `protobuf:"bytes,1,rep,name=monitors,proto3" json:"monitors,omitempty"` + // path is Optional: Used as the mounted root, rather than the full Ceph tree, default is / + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` + // readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + ReadOnly bool `protobuf:"varint,3,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + SecretFile string `protobuf:"bytes,4,opt,name=secretFile,proto3" json:"secretFile,omitempty"` + // secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + SecretRef *IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,5,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + User string `protobuf:"bytes,6,opt,name=user,proto3" json:"user,omitempty"` +} + +func (x *IoK8SApiCoreV1CephFSVolumeSource) Reset() { + *x = IoK8SApiCoreV1CephFSVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[388] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1CephFSVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1CephFSVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1CephFSVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[388] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1CephFSVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1CephFSVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{388} +} + +func (x *IoK8SApiCoreV1CephFSVolumeSource) GetMonitors() []string { + if x != nil { + return x.Monitors + } + return nil +} + +func (x *IoK8SApiCoreV1CephFSVolumeSource) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiCoreV1CephFSVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1CephFSVolumeSource) GetSecretFile() string { + if x != nil { + return x.SecretFile + } + return "" +} + +func (x *IoK8SApiCoreV1CephFSVolumeSource) GetSecretRef() *IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CephFSVolumeSource) GetUser() string { + if x != nil { + return x.User + } + return "" +} + +// Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1CinderPersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + ReadOnly bool `protobuf:"varint,2,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack. + SecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,3,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + VolumeID string `protobuf:"bytes,4,opt,name=volumeID,proto3" json:"volumeID,omitempty"` +} + +func (x *IoK8SApiCoreV1CinderPersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1CinderPersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[389] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1CinderPersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1CinderPersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1CinderPersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[389] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1CinderPersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1CinderPersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{389} +} + +func (x *IoK8SApiCoreV1CinderPersistentVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1CinderPersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1CinderPersistentVolumeSource) GetSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CinderPersistentVolumeSource) GetVolumeID() string { + if x != nil { + return x.VolumeID + } + return "" +} + +// Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1CinderVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + ReadOnly bool `protobuf:"varint,2,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef is optional: points to a secret object containing parameters used to connect to OpenStack. + SecretRef *IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,3,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + VolumeID string `protobuf:"bytes,4,opt,name=volumeID,proto3" json:"volumeID,omitempty"` +} + +func (x *IoK8SApiCoreV1CinderVolumeSource) Reset() { + *x = IoK8SApiCoreV1CinderVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[390] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1CinderVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1CinderVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1CinderVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[390] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1CinderVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1CinderVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{390} +} + +func (x *IoK8SApiCoreV1CinderVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1CinderVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1CinderVolumeSource) GetSecretRef() *IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1CinderVolumeSource) GetVolumeID() string { + if x != nil { + return x.VolumeID + } + return "" +} + +// ClaimSource describes a reference to a ResourceClaim. +// +// Exactly one of these fields should be set. Consumers of this type must treat an empty object as if it has an unknown value. +type IoK8SApiCoreV1ClaimSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod. + ResourceClaimName string `protobuf:"bytes,1,opt,name=resourceClaimName,proto3" json:"resourceClaimName,omitempty"` + // ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod. + // + // The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be -, where is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long). + // + // An existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed. + // + // This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim. + ResourceClaimTemplateName string `protobuf:"bytes,2,opt,name=resourceClaimTemplateName,proto3" json:"resourceClaimTemplateName,omitempty"` +} + +func (x *IoK8SApiCoreV1ClaimSource) Reset() { + *x = IoK8SApiCoreV1ClaimSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[391] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ClaimSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ClaimSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ClaimSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[391] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ClaimSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ClaimSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{391} +} + +func (x *IoK8SApiCoreV1ClaimSource) GetResourceClaimName() string { + if x != nil { + return x.ResourceClaimName + } + return "" +} + +func (x *IoK8SApiCoreV1ClaimSource) GetResourceClaimTemplateName() string { + if x != nil { + return x.ResourceClaimTemplateName + } + return "" +} + +// ClientIPConfig represents the configurations of Client IP based session affinity. +type IoK8SApiCoreV1ClientIPConfig struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours). + TimeoutSeconds int32 `protobuf:"varint,1,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *IoK8SApiCoreV1ClientIPConfig) Reset() { + *x = IoK8SApiCoreV1ClientIPConfig{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[392] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ClientIPConfig) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ClientIPConfig) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ClientIPConfig) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[392] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ClientIPConfig.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ClientIPConfig) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{392} +} + +func (x *IoK8SApiCoreV1ClientIPConfig) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +// Information about the condition of a component. +type IoK8SApiCoreV1ComponentCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Condition error code for a component. For example, a health check error code. + Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` + // Message about the condition for a component. For example, information about a health check. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown". + Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` + // Type of condition for a component. Valid value: "Healthy" + Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1ComponentCondition) Reset() { + *x = IoK8SApiCoreV1ComponentCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[393] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ComponentCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ComponentCondition) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ComponentCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[393] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ComponentCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ComponentCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{393} +} + +func (x *IoK8SApiCoreV1ComponentCondition) GetError() string { + if x != nil { + return x.Error + } + return "" +} + +func (x *IoK8SApiCoreV1ComponentCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1ComponentCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiCoreV1ComponentCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+ +type IoK8SApiCoreV1ComponentStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of component conditions observed + Conditions []*IoK8SApiCoreV1ComponentCondition `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1ComponentStatus) Reset() { + *x = IoK8SApiCoreV1ComponentStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[394] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ComponentStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ComponentStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ComponentStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[394] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ComponentStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ComponentStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{394} +} + +func (x *IoK8SApiCoreV1ComponentStatus) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ComponentStatus) GetConditions() []*IoK8SApiCoreV1ComponentCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiCoreV1ComponentStatus) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ComponentStatus) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+ +type IoK8SApiCoreV1ComponentStatusList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of ComponentStatus objects. + Items []*IoK8SApiCoreV1ComponentStatus `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1ComponentStatusList) Reset() { + *x = IoK8SApiCoreV1ComponentStatusList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[395] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ComponentStatusList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ComponentStatusList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ComponentStatusList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[395] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ComponentStatusList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ComponentStatusList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{395} +} + +func (x *IoK8SApiCoreV1ComponentStatusList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ComponentStatusList) GetItems() []*IoK8SApiCoreV1ComponentStatus { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1ComponentStatusList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ComponentStatusList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ConfigMap holds configuration data for pods to consume. +type IoK8SApiCoreV1ConfigMap struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet. + BinaryData map[string]string `protobuf:"bytes,2,rep,name=binaryData,proto3" json:"binaryData,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Data contains the configuration data. Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process. + Data map[string]string `protobuf:"bytes,3,rep,name=data,proto3" json:"data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Immutable, if set to true, ensures that data stored in the ConfigMap cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil. + Immutable bool `protobuf:"varint,4,opt,name=immutable,proto3" json:"immutable,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,5,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1ConfigMap) Reset() { + *x = IoK8SApiCoreV1ConfigMap{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[396] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ConfigMap) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ConfigMap) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ConfigMap) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[396] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ConfigMap.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ConfigMap) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{396} +} + +func (x *IoK8SApiCoreV1ConfigMap) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMap) GetBinaryData() map[string]string { + if x != nil { + return x.BinaryData + } + return nil +} + +func (x *IoK8SApiCoreV1ConfigMap) GetData() map[string]string { + if x != nil { + return x.Data + } + return nil +} + +func (x *IoK8SApiCoreV1ConfigMap) GetImmutable() bool { + if x != nil { + return x.Immutable + } + return false +} + +func (x *IoK8SApiCoreV1ConfigMap) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMap) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. +// +// The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables. +type IoK8SApiCoreV1ConfigMapEnvSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Specify whether the ConfigMap must be defined + Optional bool `protobuf:"varint,2,opt,name=optional,proto3" json:"optional,omitempty"` +} + +func (x *IoK8SApiCoreV1ConfigMapEnvSource) Reset() { + *x = IoK8SApiCoreV1ConfigMapEnvSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[397] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ConfigMapEnvSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ConfigMapEnvSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ConfigMapEnvSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[397] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ConfigMapEnvSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ConfigMapEnvSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{397} +} + +func (x *IoK8SApiCoreV1ConfigMapEnvSource) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapEnvSource) GetOptional() bool { + if x != nil { + return x.Optional + } + return false +} + +// Selects a key from a ConfigMap. +type IoK8SApiCoreV1ConfigMapKeySelector struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The key to select. + Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // Specify whether the ConfigMap or its key must be defined + Optional bool `protobuf:"varint,3,opt,name=optional,proto3" json:"optional,omitempty"` +} + +func (x *IoK8SApiCoreV1ConfigMapKeySelector) Reset() { + *x = IoK8SApiCoreV1ConfigMapKeySelector{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[398] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ConfigMapKeySelector) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ConfigMapKeySelector) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ConfigMapKeySelector) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[398] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ConfigMapKeySelector.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ConfigMapKeySelector) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{398} +} + +func (x *IoK8SApiCoreV1ConfigMapKeySelector) GetKey() string { + if x != nil { + return x.Key + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapKeySelector) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapKeySelector) GetOptional() bool { + if x != nil { + return x.Optional + } + return false +} + +// ConfigMapList is a resource containing a list of ConfigMap objects. +type IoK8SApiCoreV1ConfigMapList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of ConfigMaps. + Items []*IoK8SApiCoreV1ConfigMap `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1ConfigMapList) Reset() { + *x = IoK8SApiCoreV1ConfigMapList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[399] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ConfigMapList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ConfigMapList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ConfigMapList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[399] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ConfigMapList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ConfigMapList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{399} +} + +func (x *IoK8SApiCoreV1ConfigMapList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapList) GetItems() []*IoK8SApiCoreV1ConfigMap { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1ConfigMapList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration +type IoK8SApiCoreV1ConfigMapNodeConfigSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases. + KubeletConfigKey string `protobuf:"bytes,1,opt,name=kubeletConfigKey,proto3" json:"kubeletConfigKey,omitempty"` + // Name is the metadata.name of the referenced ConfigMap. This field is required in all cases. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases. + Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` + // ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. + ResourceVersion string `protobuf:"bytes,4,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. + Uid string `protobuf:"bytes,5,opt,name=uid,proto3" json:"uid,omitempty"` +} + +func (x *IoK8SApiCoreV1ConfigMapNodeConfigSource) Reset() { + *x = IoK8SApiCoreV1ConfigMapNodeConfigSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[400] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ConfigMapNodeConfigSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ConfigMapNodeConfigSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ConfigMapNodeConfigSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[400] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ConfigMapNodeConfigSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ConfigMapNodeConfigSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{400} +} + +func (x *IoK8SApiCoreV1ConfigMapNodeConfigSource) GetKubeletConfigKey() string { + if x != nil { + return x.KubeletConfigKey + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapNodeConfigSource) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapNodeConfigSource) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapNodeConfigSource) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapNodeConfigSource) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +// Adapts a ConfigMap into a projected volume. +// +// The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode. +type IoK8SApiCoreV1ConfigMapProjection struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. + Items []*IoK8SApiCoreV1KeyToPath `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // optional specify whether the ConfigMap or its keys must be defined + Optional bool `protobuf:"varint,3,opt,name=optional,proto3" json:"optional,omitempty"` +} + +func (x *IoK8SApiCoreV1ConfigMapProjection) Reset() { + *x = IoK8SApiCoreV1ConfigMapProjection{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[401] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ConfigMapProjection) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ConfigMapProjection) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ConfigMapProjection) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[401] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ConfigMapProjection.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ConfigMapProjection) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{401} +} + +func (x *IoK8SApiCoreV1ConfigMapProjection) GetItems() []*IoK8SApiCoreV1KeyToPath { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1ConfigMapProjection) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapProjection) GetOptional() bool { + if x != nil { + return x.Optional + } + return false +} + +// Adapts a ConfigMap into a volume. +// +// The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1ConfigMapVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + DefaultMode int32 `protobuf:"varint,1,opt,name=defaultMode,proto3" json:"defaultMode,omitempty"` + // items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. + Items []*IoK8SApiCoreV1KeyToPath `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // optional specify whether the ConfigMap or its keys must be defined + Optional bool `protobuf:"varint,4,opt,name=optional,proto3" json:"optional,omitempty"` +} + +func (x *IoK8SApiCoreV1ConfigMapVolumeSource) Reset() { + *x = IoK8SApiCoreV1ConfigMapVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[402] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ConfigMapVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ConfigMapVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ConfigMapVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[402] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ConfigMapVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ConfigMapVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{402} +} + +func (x *IoK8SApiCoreV1ConfigMapVolumeSource) GetDefaultMode() int32 { + if x != nil { + return x.DefaultMode + } + return 0 +} + +func (x *IoK8SApiCoreV1ConfigMapVolumeSource) GetItems() []*IoK8SApiCoreV1KeyToPath { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1ConfigMapVolumeSource) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1ConfigMapVolumeSource) GetOptional() bool { + if x != nil { + return x.Optional + } + return false +} + +// A single application container that you want to run within a pod. +type IoK8SApiCoreV1Container struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` + // Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + Command []string `protobuf:"bytes,2,rep,name=command,proto3" json:"command,omitempty"` + // List of environment variables to set in the container. Cannot be updated. + Env []*IoK8SApiCoreV1EnvVar `protobuf:"bytes,3,rep,name=env,proto3" json:"env,omitempty"` + // List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. + EnvFrom []*IoK8SApiCoreV1EnvFromSource `protobuf:"bytes,4,rep,name=envFrom,proto3" json:"envFrom,omitempty"` + // Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. + Image string `protobuf:"bytes,5,opt,name=image,proto3" json:"image,omitempty"` + // Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + ImagePullPolicy string `protobuf:"bytes,6,opt,name=imagePullPolicy,proto3" json:"imagePullPolicy,omitempty"` + // Actions that the management system should take in response to container lifecycle events. Cannot be updated. + Lifecycle *IoK8SApiCoreV1Lifecycle `protobuf:"bytes,7,opt,name=lifecycle,proto3" json:"lifecycle,omitempty"` + // Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + LivenessProbe *IoK8SApiCoreV1Probe `protobuf:"bytes,8,opt,name=livenessProbe,proto3" json:"livenessProbe,omitempty"` + // Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. + Name string `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"` + // List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated. + Ports []*IoK8SApiCoreV1ContainerPort `protobuf:"bytes,10,rep,name=ports,proto3" json:"ports,omitempty"` + // Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + ReadinessProbe *IoK8SApiCoreV1Probe `protobuf:"bytes,11,opt,name=readinessProbe,proto3" json:"readinessProbe,omitempty"` + // Resources resize policy for the container. + ResizePolicy []*IoK8SApiCoreV1ContainerResizePolicy `protobuf:"bytes,12,rep,name=resizePolicy,proto3" json:"resizePolicy,omitempty"` + // Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + Resources *IoK8SApiCoreV1ResourceRequirements `protobuf:"bytes,13,opt,name=resources,proto3" json:"resources,omitempty"` + // SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ + SecurityContext *IoK8SApiCoreV1SecurityContext `protobuf:"bytes,14,opt,name=securityContext,proto3" json:"securityContext,omitempty"` + // StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + StartupProbe *IoK8SApiCoreV1Probe `protobuf:"bytes,15,opt,name=startupProbe,proto3" json:"startupProbe,omitempty"` + // Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. + Stdin bool `protobuf:"varint,16,opt,name=stdin,proto3" json:"stdin,omitempty"` + // Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false + StdinOnce bool `protobuf:"varint,17,opt,name=stdinOnce,proto3" json:"stdinOnce,omitempty"` + // Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. + TerminationMessagePath string `protobuf:"bytes,18,opt,name=terminationMessagePath,proto3" json:"terminationMessagePath,omitempty"` + // Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. + TerminationMessagePolicy string `protobuf:"bytes,19,opt,name=terminationMessagePolicy,proto3" json:"terminationMessagePolicy,omitempty"` + // Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. + Tty bool `protobuf:"varint,20,opt,name=tty,proto3" json:"tty,omitempty"` + // volumeDevices is the list of block devices to be used by the container. + VolumeDevices []*IoK8SApiCoreV1VolumeDevice `protobuf:"bytes,21,rep,name=volumeDevices,proto3" json:"volumeDevices,omitempty"` + // Pod volumes to mount into the container's filesystem. Cannot be updated. + VolumeMounts []*IoK8SApiCoreV1VolumeMount `protobuf:"bytes,22,rep,name=volumeMounts,proto3" json:"volumeMounts,omitempty"` + // Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. + WorkingDir string `protobuf:"bytes,23,opt,name=workingDir,proto3" json:"workingDir,omitempty"` +} + +func (x *IoK8SApiCoreV1Container) Reset() { + *x = IoK8SApiCoreV1Container{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[403] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Container) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Container) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Container) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[403] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Container.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Container) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{403} +} + +func (x *IoK8SApiCoreV1Container) GetArgs() []string { + if x != nil { + return x.Args + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetCommand() []string { + if x != nil { + return x.Command + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetEnv() []*IoK8SApiCoreV1EnvVar { + if x != nil { + return x.Env + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetEnvFrom() []*IoK8SApiCoreV1EnvFromSource { + if x != nil { + return x.EnvFrom + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetImage() string { + if x != nil { + return x.Image + } + return "" +} + +func (x *IoK8SApiCoreV1Container) GetImagePullPolicy() string { + if x != nil { + return x.ImagePullPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1Container) GetLifecycle() *IoK8SApiCoreV1Lifecycle { + if x != nil { + return x.Lifecycle + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetLivenessProbe() *IoK8SApiCoreV1Probe { + if x != nil { + return x.LivenessProbe + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1Container) GetPorts() []*IoK8SApiCoreV1ContainerPort { + if x != nil { + return x.Ports + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetReadinessProbe() *IoK8SApiCoreV1Probe { + if x != nil { + return x.ReadinessProbe + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetResizePolicy() []*IoK8SApiCoreV1ContainerResizePolicy { + if x != nil { + return x.ResizePolicy + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetResources() *IoK8SApiCoreV1ResourceRequirements { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetSecurityContext() *IoK8SApiCoreV1SecurityContext { + if x != nil { + return x.SecurityContext + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetStartupProbe() *IoK8SApiCoreV1Probe { + if x != nil { + return x.StartupProbe + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetStdin() bool { + if x != nil { + return x.Stdin + } + return false +} + +func (x *IoK8SApiCoreV1Container) GetStdinOnce() bool { + if x != nil { + return x.StdinOnce + } + return false +} + +func (x *IoK8SApiCoreV1Container) GetTerminationMessagePath() string { + if x != nil { + return x.TerminationMessagePath + } + return "" +} + +func (x *IoK8SApiCoreV1Container) GetTerminationMessagePolicy() string { + if x != nil { + return x.TerminationMessagePolicy + } + return "" +} + +func (x *IoK8SApiCoreV1Container) GetTty() bool { + if x != nil { + return x.Tty + } + return false +} + +func (x *IoK8SApiCoreV1Container) GetVolumeDevices() []*IoK8SApiCoreV1VolumeDevice { + if x != nil { + return x.VolumeDevices + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetVolumeMounts() []*IoK8SApiCoreV1VolumeMount { + if x != nil { + return x.VolumeMounts + } + return nil +} + +func (x *IoK8SApiCoreV1Container) GetWorkingDir() string { + if x != nil { + return x.WorkingDir + } + return "" +} + +// Describe a container image +type IoK8SApiCoreV1ContainerImage struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Names by which this image is known. e.g. ["kubernetes.example/hyperkube:v1.0.7", "cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7"] + Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"` + // The size of the image in bytes. + SizeBytes int64 `protobuf:"varint,2,opt,name=sizeBytes,proto3" json:"sizeBytes,omitempty"` +} + +func (x *IoK8SApiCoreV1ContainerImage) Reset() { + *x = IoK8SApiCoreV1ContainerImage{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[404] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ContainerImage) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ContainerImage) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ContainerImage) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[404] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ContainerImage.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ContainerImage) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{404} +} + +func (x *IoK8SApiCoreV1ContainerImage) GetNames() []string { + if x != nil { + return x.Names + } + return nil +} + +func (x *IoK8SApiCoreV1ContainerImage) GetSizeBytes() int64 { + if x != nil { + return x.SizeBytes + } + return 0 +} + +// ContainerPort represents a network port in a single container. +type IoK8SApiCoreV1ContainerPort struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. + ContainerPort int32 `protobuf:"varint,1,opt,name=containerPort,proto3" json:"containerPort,omitempty"` + // What host IP to bind the external port to. + HostIP string `protobuf:"bytes,2,opt,name=hostIP,proto3" json:"hostIP,omitempty"` + // Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. + HostPort int32 `protobuf:"varint,3,opt,name=hostPort,proto3" json:"hostPort,omitempty"` + // If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP". + Protocol string `protobuf:"bytes,5,opt,name=protocol,proto3" json:"protocol,omitempty"` +} + +func (x *IoK8SApiCoreV1ContainerPort) Reset() { + *x = IoK8SApiCoreV1ContainerPort{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[405] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ContainerPort) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ContainerPort) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ContainerPort) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[405] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ContainerPort.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ContainerPort) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{405} +} + +func (x *IoK8SApiCoreV1ContainerPort) GetContainerPort() int32 { + if x != nil { + return x.ContainerPort + } + return 0 +} + +func (x *IoK8SApiCoreV1ContainerPort) GetHostIP() string { + if x != nil { + return x.HostIP + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerPort) GetHostPort() int32 { + if x != nil { + return x.HostPort + } + return 0 +} + +func (x *IoK8SApiCoreV1ContainerPort) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerPort) GetProtocol() string { + if x != nil { + return x.Protocol + } + return "" +} + +// ContainerResizePolicy represents resource resize policy for the container. +type IoK8SApiCoreV1ContainerResizePolicy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name of the resource to which this resource resize policy applies. Supported values: cpu, memory. + ResourceName string `protobuf:"bytes,1,opt,name=resourceName,proto3" json:"resourceName,omitempty"` + // Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired. + RestartPolicy string `protobuf:"bytes,2,opt,name=restartPolicy,proto3" json:"restartPolicy,omitempty"` +} + +func (x *IoK8SApiCoreV1ContainerResizePolicy) Reset() { + *x = IoK8SApiCoreV1ContainerResizePolicy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[406] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ContainerResizePolicy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ContainerResizePolicy) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ContainerResizePolicy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[406] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ContainerResizePolicy.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ContainerResizePolicy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{406} +} + +func (x *IoK8SApiCoreV1ContainerResizePolicy) GetResourceName() string { + if x != nil { + return x.ResourceName + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerResizePolicy) GetRestartPolicy() string { + if x != nil { + return x.RestartPolicy + } + return "" +} + +// ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting. +type IoK8SApiCoreV1ContainerState struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Details about a running container + Running *IoK8SApiCoreV1ContainerStateRunning `protobuf:"bytes,1,opt,name=running,proto3" json:"running,omitempty"` + // Details about a terminated container + Terminated *IoK8SApiCoreV1ContainerStateTerminated `protobuf:"bytes,2,opt,name=terminated,proto3" json:"terminated,omitempty"` + // Details about a waiting container + Waiting *IoK8SApiCoreV1ContainerStateWaiting `protobuf:"bytes,3,opt,name=waiting,proto3" json:"waiting,omitempty"` +} + +func (x *IoK8SApiCoreV1ContainerState) Reset() { + *x = IoK8SApiCoreV1ContainerState{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[407] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ContainerState) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ContainerState) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ContainerState) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[407] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ContainerState.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ContainerState) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{407} +} + +func (x *IoK8SApiCoreV1ContainerState) GetRunning() *IoK8SApiCoreV1ContainerStateRunning { + if x != nil { + return x.Running + } + return nil +} + +func (x *IoK8SApiCoreV1ContainerState) GetTerminated() *IoK8SApiCoreV1ContainerStateTerminated { + if x != nil { + return x.Terminated + } + return nil +} + +func (x *IoK8SApiCoreV1ContainerState) GetWaiting() *IoK8SApiCoreV1ContainerStateWaiting { + if x != nil { + return x.Waiting + } + return nil +} + +// ContainerStateRunning is a running state of a container. +type IoK8SApiCoreV1ContainerStateRunning struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Time at which the container was last (re-)started + StartedAt string `protobuf:"bytes,1,opt,name=startedAt,proto3" json:"startedAt,omitempty"` +} + +func (x *IoK8SApiCoreV1ContainerStateRunning) Reset() { + *x = IoK8SApiCoreV1ContainerStateRunning{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[408] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ContainerStateRunning) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ContainerStateRunning) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ContainerStateRunning) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[408] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ContainerStateRunning.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ContainerStateRunning) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{408} +} + +func (x *IoK8SApiCoreV1ContainerStateRunning) GetStartedAt() string { + if x != nil { + return x.StartedAt + } + return "" +} + +// ContainerStateTerminated is a terminated state of a container. +type IoK8SApiCoreV1ContainerStateTerminated struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Container's ID in the format '://' + ContainerID string `protobuf:"bytes,1,opt,name=containerID,proto3" json:"containerID,omitempty"` + // Exit status from the last termination of the container + ExitCode int32 `protobuf:"varint,2,opt,name=exitCode,proto3" json:"exitCode,omitempty"` + // Time at which the container last terminated + FinishedAt string `protobuf:"bytes,3,opt,name=finishedAt,proto3" json:"finishedAt,omitempty"` + // Message regarding the last termination of the container + Message string `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"` + // (brief) reason from the last termination of the container + Reason string `protobuf:"bytes,5,opt,name=reason,proto3" json:"reason,omitempty"` + // Signal from the last termination of the container + Signal int32 `protobuf:"varint,6,opt,name=signal,proto3" json:"signal,omitempty"` + // Time at which previous execution of the container started + StartedAt string `protobuf:"bytes,7,opt,name=startedAt,proto3" json:"startedAt,omitempty"` +} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) Reset() { + *x = IoK8SApiCoreV1ContainerStateTerminated{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[409] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ContainerStateTerminated) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[409] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ContainerStateTerminated.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ContainerStateTerminated) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{409} +} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) GetContainerID() string { + if x != nil { + return x.ContainerID + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) GetExitCode() int32 { + if x != nil { + return x.ExitCode + } + return 0 +} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) GetFinishedAt() string { + if x != nil { + return x.FinishedAt + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) GetSignal() int32 { + if x != nil { + return x.Signal + } + return 0 +} + +func (x *IoK8SApiCoreV1ContainerStateTerminated) GetStartedAt() string { + if x != nil { + return x.StartedAt + } + return "" +} + +// ContainerStateWaiting is a waiting state of a container. +type IoK8SApiCoreV1ContainerStateWaiting struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Message regarding why the container is not yet running. + Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` + // (brief) reason the container is not yet running. + Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"` +} + +func (x *IoK8SApiCoreV1ContainerStateWaiting) Reset() { + *x = IoK8SApiCoreV1ContainerStateWaiting{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[410] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ContainerStateWaiting) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ContainerStateWaiting) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ContainerStateWaiting) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[410] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ContainerStateWaiting.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ContainerStateWaiting) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{410} +} + +func (x *IoK8SApiCoreV1ContainerStateWaiting) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerStateWaiting) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +// ContainerStatus contains details for the current status of this container. +type IoK8SApiCoreV1ContainerStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize. + AllocatedResources map[string]string `protobuf:"bytes,1,rep,name=allocatedResources,proto3" json:"allocatedResources,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // ContainerID is the ID of the container in the format '://'. Where type is a container runtime identifier, returned from Version call of CRI API (for example "containerd"). + ContainerID string `protobuf:"bytes,2,opt,name=containerID,proto3" json:"containerID,omitempty"` + // Image is the name of container image that the container is running. The container image may not match the image used in the PodSpec, as it may have been resolved by the runtime. More info: https://kubernetes.io/docs/concepts/containers/images. + Image string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"` + // ImageID is the image ID of the container's image. The image ID may not match the image ID of the image used in the PodSpec, as it may have been resolved by the runtime. + ImageID string `protobuf:"bytes,4,opt,name=imageID,proto3" json:"imageID,omitempty"` + // LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0. + LastState *IoK8SApiCoreV1ContainerState `protobuf:"bytes,5,opt,name=lastState,proto3" json:"lastState,omitempty"` + // Name is a DNS_LABEL representing the unique name of the container. Each container in a pod must have a unique name across all container types. Cannot be updated. + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // Ready specifies whether the container is currently passing its readiness check. The value will change as readiness probes keep executing. If no readiness probes are specified, this field defaults to true once the container is fully started (see Started field). + // + // The value is typically used to determine whether a container is ready to accept traffic. + Ready bool `protobuf:"varint,7,opt,name=ready,proto3" json:"ready,omitempty"` + // Resources represents the compute resource requests and limits that have been successfully enacted on the running container after it has been started or has been successfully resized. + Resources *IoK8SApiCoreV1ResourceRequirements `protobuf:"bytes,8,opt,name=resources,proto3" json:"resources,omitempty"` + // RestartCount holds the number of times the container has been restarted. Kubelet makes an effort to always increment the value, but there are cases when the state may be lost due to node restarts and then the value may be reset to 0. The value is never negative. + RestartCount int32 `protobuf:"varint,9,opt,name=restartCount,proto3" json:"restartCount,omitempty"` + // Started indicates whether the container has finished its postStart lifecycle hook and passed its startup probe. Initialized as false, becomes true after startupProbe is considered successful. Resets to false when the container is restarted, or if kubelet loses state temporarily. In both cases, startup probes will run again. Is always true when no startupProbe is defined and container is running and has passed the postStart lifecycle hook. The null value must be treated the same as false. + Started bool `protobuf:"varint,10,opt,name=started,proto3" json:"started,omitempty"` + // State holds details about the container's current condition. + State *IoK8SApiCoreV1ContainerState `protobuf:"bytes,11,opt,name=state,proto3" json:"state,omitempty"` +} + +func (x *IoK8SApiCoreV1ContainerStatus) Reset() { + *x = IoK8SApiCoreV1ContainerStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[411] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ContainerStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ContainerStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ContainerStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[411] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ContainerStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ContainerStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{411} +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetAllocatedResources() map[string]string { + if x != nil { + return x.AllocatedResources + } + return nil +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetContainerID() string { + if x != nil { + return x.ContainerID + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetImage() string { + if x != nil { + return x.Image + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetImageID() string { + if x != nil { + return x.ImageID + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetLastState() *IoK8SApiCoreV1ContainerState { + if x != nil { + return x.LastState + } + return nil +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetReady() bool { + if x != nil { + return x.Ready + } + return false +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetResources() *IoK8SApiCoreV1ResourceRequirements { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetRestartCount() int32 { + if x != nil { + return x.RestartCount + } + return 0 +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetStarted() bool { + if x != nil { + return x.Started + } + return false +} + +func (x *IoK8SApiCoreV1ContainerStatus) GetState() *IoK8SApiCoreV1ContainerState { + if x != nil { + return x.State + } + return nil +} + +// DaemonEndpoint contains information about a single Daemon endpoint. +type IoK8SApiCoreV1DaemonEndpoint struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Port number of the given endpoint. + Port int32 `protobuf:"varint,1,opt,name=Port,proto3" json:"Port,omitempty"` +} + +func (x *IoK8SApiCoreV1DaemonEndpoint) Reset() { + *x = IoK8SApiCoreV1DaemonEndpoint{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[412] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1DaemonEndpoint) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1DaemonEndpoint) ProtoMessage() {} + +func (x *IoK8SApiCoreV1DaemonEndpoint) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[412] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1DaemonEndpoint.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1DaemonEndpoint) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{412} +} + +func (x *IoK8SApiCoreV1DaemonEndpoint) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +// Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode. +type IoK8SApiCoreV1DownwardAPIProjection struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Items is a list of DownwardAPIVolume file + Items []*IoK8SApiCoreV1DownwardAPIVolumeFile `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` +} + +func (x *IoK8SApiCoreV1DownwardAPIProjection) Reset() { + *x = IoK8SApiCoreV1DownwardAPIProjection{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[413] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1DownwardAPIProjection) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1DownwardAPIProjection) ProtoMessage() {} + +func (x *IoK8SApiCoreV1DownwardAPIProjection) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[413] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1DownwardAPIProjection.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1DownwardAPIProjection) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{413} +} + +func (x *IoK8SApiCoreV1DownwardAPIProjection) GetItems() []*IoK8SApiCoreV1DownwardAPIVolumeFile { + if x != nil { + return x.Items + } + return nil +} + +// DownwardAPIVolumeFile represents information to create the file containing the pod field +type IoK8SApiCoreV1DownwardAPIVolumeFile struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. + FieldRef *IoK8SApiCoreV1ObjectFieldSelector `protobuf:"bytes,1,opt,name=fieldRef,proto3" json:"fieldRef,omitempty"` + // Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + Mode int32 `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"` + // Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` + // Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + ResourceFieldRef *IoK8SApiCoreV1ResourceFieldSelector `protobuf:"bytes,4,opt,name=resourceFieldRef,proto3" json:"resourceFieldRef,omitempty"` +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeFile) Reset() { + *x = IoK8SApiCoreV1DownwardAPIVolumeFile{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[414] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeFile) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1DownwardAPIVolumeFile) ProtoMessage() {} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeFile) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[414] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1DownwardAPIVolumeFile.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1DownwardAPIVolumeFile) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{414} +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeFile) GetFieldRef() *IoK8SApiCoreV1ObjectFieldSelector { + if x != nil { + return x.FieldRef + } + return nil +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeFile) GetMode() int32 { + if x != nil { + return x.Mode + } + return 0 +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeFile) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeFile) GetResourceFieldRef() *IoK8SApiCoreV1ResourceFieldSelector { + if x != nil { + return x.ResourceFieldRef + } + return nil +} + +// DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1DownwardAPIVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + DefaultMode int32 `protobuf:"varint,1,opt,name=defaultMode,proto3" json:"defaultMode,omitempty"` + // Items is a list of downward API volume file + Items []*IoK8SApiCoreV1DownwardAPIVolumeFile `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeSource) Reset() { + *x = IoK8SApiCoreV1DownwardAPIVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[415] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1DownwardAPIVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[415] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1DownwardAPIVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1DownwardAPIVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{415} +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeSource) GetDefaultMode() int32 { + if x != nil { + return x.DefaultMode + } + return 0 +} + +func (x *IoK8SApiCoreV1DownwardAPIVolumeSource) GetItems() []*IoK8SApiCoreV1DownwardAPIVolumeFile { + if x != nil { + return x.Items + } + return nil +} + +// Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1EmptyDirVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // medium represents what type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + Medium string `protobuf:"bytes,1,opt,name=medium,proto3" json:"medium,omitempty"` + // sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + SizeLimit string `protobuf:"bytes,2,opt,name=sizeLimit,proto3" json:"sizeLimit,omitempty"` +} + +func (x *IoK8SApiCoreV1EmptyDirVolumeSource) Reset() { + *x = IoK8SApiCoreV1EmptyDirVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[416] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EmptyDirVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EmptyDirVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EmptyDirVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[416] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EmptyDirVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EmptyDirVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{416} +} + +func (x *IoK8SApiCoreV1EmptyDirVolumeSource) GetMedium() string { + if x != nil { + return x.Medium + } + return "" +} + +func (x *IoK8SApiCoreV1EmptyDirVolumeSource) GetSizeLimit() string { + if x != nil { + return x.SizeLimit + } + return "" +} + +// EndpointAddress is a tuple that describes single IP address. +type IoK8SApiCoreV1EndpointAddress struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The Hostname of this endpoint + Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` + // The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16). + Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` + // Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node. + NodeName string `protobuf:"bytes,3,opt,name=nodeName,proto3" json:"nodeName,omitempty"` + // Reference to object providing the endpoint. + TargetRef *IoK8SApiCoreV1ObjectReference `protobuf:"bytes,4,opt,name=targetRef,proto3" json:"targetRef,omitempty"` +} + +func (x *IoK8SApiCoreV1EndpointAddress) Reset() { + *x = IoK8SApiCoreV1EndpointAddress{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[417] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EndpointAddress) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EndpointAddress) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EndpointAddress) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[417] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EndpointAddress.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EndpointAddress) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{417} +} + +func (x *IoK8SApiCoreV1EndpointAddress) GetHostname() string { + if x != nil { + return x.Hostname + } + return "" +} + +func (x *IoK8SApiCoreV1EndpointAddress) GetIp() string { + if x != nil { + return x.Ip + } + return "" +} + +func (x *IoK8SApiCoreV1EndpointAddress) GetNodeName() string { + if x != nil { + return x.NodeName + } + return "" +} + +func (x *IoK8SApiCoreV1EndpointAddress) GetTargetRef() *IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.TargetRef + } + return nil +} + +// EndpointPort is a tuple that describes a single port. +type IoK8SApiCoreV1EndpointPort struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either: + // + // * Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). + // + // * Kubernetes-defined prefixed names: + // - 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540 + // + // * Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol. + AppProtocol string `protobuf:"bytes,1,opt,name=appProtocol,proto3" json:"appProtocol,omitempty"` + // The name of this port. This must match the 'name' field in the corresponding ServicePort. Must be a DNS_LABEL. Optional only if one port is defined. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // The port number of the endpoint. + Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` + // The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP. + Protocol string `protobuf:"bytes,4,opt,name=protocol,proto3" json:"protocol,omitempty"` +} + +func (x *IoK8SApiCoreV1EndpointPort) Reset() { + *x = IoK8SApiCoreV1EndpointPort{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[418] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EndpointPort) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EndpointPort) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EndpointPort) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[418] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EndpointPort.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EndpointPort) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{418} +} + +func (x *IoK8SApiCoreV1EndpointPort) GetAppProtocol() string { + if x != nil { + return x.AppProtocol + } + return "" +} + +func (x *IoK8SApiCoreV1EndpointPort) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1EndpointPort) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +func (x *IoK8SApiCoreV1EndpointPort) GetProtocol() string { + if x != nil { + return x.Protocol + } + return "" +} + +// EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: +// +// { +// Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], +// Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] +// } +// +// The resulting set of endpoints can be viewed as: +// +// a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], +// b: [ 10.10.1.1:309, 10.10.2.2:309 ] +type IoK8SApiCoreV1EndpointSubset struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize. + Addresses []*IoK8SApiCoreV1EndpointAddress `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` + // IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check. + NotReadyAddresses []*IoK8SApiCoreV1EndpointAddress `protobuf:"bytes,2,rep,name=notReadyAddresses,proto3" json:"notReadyAddresses,omitempty"` + // Port numbers available on the related IP addresses. + Ports []*IoK8SApiCoreV1EndpointPort `protobuf:"bytes,3,rep,name=ports,proto3" json:"ports,omitempty"` +} + +func (x *IoK8SApiCoreV1EndpointSubset) Reset() { + *x = IoK8SApiCoreV1EndpointSubset{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[419] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EndpointSubset) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EndpointSubset) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EndpointSubset) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[419] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EndpointSubset.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EndpointSubset) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{419} +} + +func (x *IoK8SApiCoreV1EndpointSubset) GetAddresses() []*IoK8SApiCoreV1EndpointAddress { + if x != nil { + return x.Addresses + } + return nil +} + +func (x *IoK8SApiCoreV1EndpointSubset) GetNotReadyAddresses() []*IoK8SApiCoreV1EndpointAddress { + if x != nil { + return x.NotReadyAddresses + } + return nil +} + +func (x *IoK8SApiCoreV1EndpointSubset) GetPorts() []*IoK8SApiCoreV1EndpointPort { + if x != nil { + return x.Ports + } + return nil +} + +// Endpoints is a collection of endpoints that implement the actual service. Example: +// +// Name: "mysvc", +// Subsets: [ +// { +// Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], +// Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] +// }, +// { +// Addresses: [{"ip": "10.10.3.3"}], +// Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] +// }, +// ] +type IoK8SApiCoreV1Endpoints struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. + Subsets []*IoK8SApiCoreV1EndpointSubset `protobuf:"bytes,4,rep,name=subsets,proto3" json:"subsets,omitempty"` +} + +func (x *IoK8SApiCoreV1Endpoints) Reset() { + *x = IoK8SApiCoreV1Endpoints{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[420] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Endpoints) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Endpoints) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Endpoints) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[420] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Endpoints.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Endpoints) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{420} +} + +func (x *IoK8SApiCoreV1Endpoints) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1Endpoints) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1Endpoints) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1Endpoints) GetSubsets() []*IoK8SApiCoreV1EndpointSubset { + if x != nil { + return x.Subsets + } + return nil +} + +// EndpointsList is a list of endpoints. +type IoK8SApiCoreV1EndpointsList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of endpoints. + Items []*IoK8SApiCoreV1Endpoints `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1EndpointsList) Reset() { + *x = IoK8SApiCoreV1EndpointsList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[421] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EndpointsList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EndpointsList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EndpointsList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[421] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EndpointsList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EndpointsList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{421} +} + +func (x *IoK8SApiCoreV1EndpointsList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1EndpointsList) GetItems() []*IoK8SApiCoreV1Endpoints { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1EndpointsList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1EndpointsList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// EnvFromSource represents the source of a set of ConfigMaps +type IoK8SApiCoreV1EnvFromSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The ConfigMap to select from + ConfigMapRef *IoK8SApiCoreV1ConfigMapEnvSource `protobuf:"bytes,1,opt,name=configMapRef,proto3" json:"configMapRef,omitempty"` + // An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. + Prefix string `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"` + // The Secret to select from + SecretRef *IoK8SApiCoreV1SecretEnvSource `protobuf:"bytes,3,opt,name=secretRef,proto3" json:"secretRef,omitempty"` +} + +func (x *IoK8SApiCoreV1EnvFromSource) Reset() { + *x = IoK8SApiCoreV1EnvFromSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[422] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EnvFromSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EnvFromSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EnvFromSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[422] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EnvFromSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EnvFromSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{422} +} + +func (x *IoK8SApiCoreV1EnvFromSource) GetConfigMapRef() *IoK8SApiCoreV1ConfigMapEnvSource { + if x != nil { + return x.ConfigMapRef + } + return nil +} + +func (x *IoK8SApiCoreV1EnvFromSource) GetPrefix() string { + if x != nil { + return x.Prefix + } + return "" +} + +func (x *IoK8SApiCoreV1EnvFromSource) GetSecretRef() *IoK8SApiCoreV1SecretEnvSource { + if x != nil { + return x.SecretRef + } + return nil +} + +// EnvVar represents an environment variable present in a Container. +type IoK8SApiCoreV1EnvVar struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name of the environment variable. Must be a C_IDENTIFIER. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". + Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` + // Source for the environment variable's value. Cannot be used if value is not empty. + ValueFrom *IoK8SApiCoreV1EnvVarSource `protobuf:"bytes,3,opt,name=valueFrom,proto3" json:"valueFrom,omitempty"` +} + +func (x *IoK8SApiCoreV1EnvVar) Reset() { + *x = IoK8SApiCoreV1EnvVar{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[423] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EnvVar) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EnvVar) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EnvVar) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[423] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EnvVar.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EnvVar) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{423} +} + +func (x *IoK8SApiCoreV1EnvVar) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1EnvVar) GetValue() string { + if x != nil { + return x.Value + } + return "" +} + +func (x *IoK8SApiCoreV1EnvVar) GetValueFrom() *IoK8SApiCoreV1EnvVarSource { + if x != nil { + return x.ValueFrom + } + return nil +} + +// EnvVarSource represents a source for the value of an EnvVar. +type IoK8SApiCoreV1EnvVarSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Selects a key of a ConfigMap. + ConfigMapKeyRef *IoK8SApiCoreV1ConfigMapKeySelector `protobuf:"bytes,1,opt,name=configMapKeyRef,proto3" json:"configMapKeyRef,omitempty"` + // Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + FieldRef *IoK8SApiCoreV1ObjectFieldSelector `protobuf:"bytes,2,opt,name=fieldRef,proto3" json:"fieldRef,omitempty"` + // Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + ResourceFieldRef *IoK8SApiCoreV1ResourceFieldSelector `protobuf:"bytes,3,opt,name=resourceFieldRef,proto3" json:"resourceFieldRef,omitempty"` + // Selects a key of a secret in the pod's namespace + SecretKeyRef *IoK8SApiCoreV1SecretKeySelector `protobuf:"bytes,4,opt,name=secretKeyRef,proto3" json:"secretKeyRef,omitempty"` +} + +func (x *IoK8SApiCoreV1EnvVarSource) Reset() { + *x = IoK8SApiCoreV1EnvVarSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[424] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EnvVarSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EnvVarSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EnvVarSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[424] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EnvVarSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EnvVarSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{424} +} + +func (x *IoK8SApiCoreV1EnvVarSource) GetConfigMapKeyRef() *IoK8SApiCoreV1ConfigMapKeySelector { + if x != nil { + return x.ConfigMapKeyRef + } + return nil +} + +func (x *IoK8SApiCoreV1EnvVarSource) GetFieldRef() *IoK8SApiCoreV1ObjectFieldSelector { + if x != nil { + return x.FieldRef + } + return nil +} + +func (x *IoK8SApiCoreV1EnvVarSource) GetResourceFieldRef() *IoK8SApiCoreV1ResourceFieldSelector { + if x != nil { + return x.ResourceFieldRef + } + return nil +} + +func (x *IoK8SApiCoreV1EnvVarSource) GetSecretKeyRef() *IoK8SApiCoreV1SecretKeySelector { + if x != nil { + return x.SecretKeyRef + } + return nil +} + +// An EphemeralContainer is a temporary container that you may add to an existing Pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a Pod is removed or restarted. The kubelet may evict a Pod if an ephemeral container causes the Pod to exceed its resource allocation. +// +// To add an ephemeral container, use the ephemeralcontainers subresource of an existing Pod. Ephemeral containers may not be removed or restarted. +type IoK8SApiCoreV1EphemeralContainer struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Arguments to the entrypoint. The image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"` + // Entrypoint array. Not executed within a shell. The image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + Command []string `protobuf:"bytes,2,rep,name=command,proto3" json:"command,omitempty"` + // List of environment variables to set in the container. Cannot be updated. + Env []*IoK8SApiCoreV1EnvVar `protobuf:"bytes,3,rep,name=env,proto3" json:"env,omitempty"` + // List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. + EnvFrom []*IoK8SApiCoreV1EnvFromSource `protobuf:"bytes,4,rep,name=envFrom,proto3" json:"envFrom,omitempty"` + // Container image name. More info: https://kubernetes.io/docs/concepts/containers/images + Image string `protobuf:"bytes,5,opt,name=image,proto3" json:"image,omitempty"` + // Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + ImagePullPolicy string `protobuf:"bytes,6,opt,name=imagePullPolicy,proto3" json:"imagePullPolicy,omitempty"` + // Lifecycle is not allowed for ephemeral containers. + Lifecycle *IoK8SApiCoreV1Lifecycle `protobuf:"bytes,7,opt,name=lifecycle,proto3" json:"lifecycle,omitempty"` + // Probes are not allowed for ephemeral containers. + LivenessProbe *IoK8SApiCoreV1Probe `protobuf:"bytes,8,opt,name=livenessProbe,proto3" json:"livenessProbe,omitempty"` + // Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers. + Name string `protobuf:"bytes,9,opt,name=name,proto3" json:"name,omitempty"` + // Ports are not allowed for ephemeral containers. + Ports []*IoK8SApiCoreV1ContainerPort `protobuf:"bytes,10,rep,name=ports,proto3" json:"ports,omitempty"` + // Probes are not allowed for ephemeral containers. + ReadinessProbe *IoK8SApiCoreV1Probe `protobuf:"bytes,11,opt,name=readinessProbe,proto3" json:"readinessProbe,omitempty"` + // Resources resize policy for the container. + ResizePolicy []*IoK8SApiCoreV1ContainerResizePolicy `protobuf:"bytes,12,rep,name=resizePolicy,proto3" json:"resizePolicy,omitempty"` + // Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod. + Resources *IoK8SApiCoreV1ResourceRequirements `protobuf:"bytes,13,opt,name=resources,proto3" json:"resources,omitempty"` + // Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. + SecurityContext *IoK8SApiCoreV1SecurityContext `protobuf:"bytes,14,opt,name=securityContext,proto3" json:"securityContext,omitempty"` + // Probes are not allowed for ephemeral containers. + StartupProbe *IoK8SApiCoreV1Probe `protobuf:"bytes,15,opt,name=startupProbe,proto3" json:"startupProbe,omitempty"` + // Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. + Stdin bool `protobuf:"varint,16,opt,name=stdin,proto3" json:"stdin,omitempty"` + // Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false + StdinOnce bool `protobuf:"varint,17,opt,name=stdinOnce,proto3" json:"stdinOnce,omitempty"` + // If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. + // + // The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. + TargetContainerName string `protobuf:"bytes,18,opt,name=targetContainerName,proto3" json:"targetContainerName,omitempty"` + // Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. + TerminationMessagePath string `protobuf:"bytes,19,opt,name=terminationMessagePath,proto3" json:"terminationMessagePath,omitempty"` + // Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. + TerminationMessagePolicy string `protobuf:"bytes,20,opt,name=terminationMessagePolicy,proto3" json:"terminationMessagePolicy,omitempty"` + // Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. + Tty bool `protobuf:"varint,21,opt,name=tty,proto3" json:"tty,omitempty"` + // volumeDevices is the list of block devices to be used by the container. + VolumeDevices []*IoK8SApiCoreV1VolumeDevice `protobuf:"bytes,22,rep,name=volumeDevices,proto3" json:"volumeDevices,omitempty"` + // Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated. + VolumeMounts []*IoK8SApiCoreV1VolumeMount `protobuf:"bytes,23,rep,name=volumeMounts,proto3" json:"volumeMounts,omitempty"` + // Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. + WorkingDir string `protobuf:"bytes,24,opt,name=workingDir,proto3" json:"workingDir,omitempty"` +} + +func (x *IoK8SApiCoreV1EphemeralContainer) Reset() { + *x = IoK8SApiCoreV1EphemeralContainer{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[425] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EphemeralContainer) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EphemeralContainer) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EphemeralContainer) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[425] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EphemeralContainer.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EphemeralContainer) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{425} +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetArgs() []string { + if x != nil { + return x.Args + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetCommand() []string { + if x != nil { + return x.Command + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetEnv() []*IoK8SApiCoreV1EnvVar { + if x != nil { + return x.Env + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetEnvFrom() []*IoK8SApiCoreV1EnvFromSource { + if x != nil { + return x.EnvFrom + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetImage() string { + if x != nil { + return x.Image + } + return "" +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetImagePullPolicy() string { + if x != nil { + return x.ImagePullPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetLifecycle() *IoK8SApiCoreV1Lifecycle { + if x != nil { + return x.Lifecycle + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetLivenessProbe() *IoK8SApiCoreV1Probe { + if x != nil { + return x.LivenessProbe + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetPorts() []*IoK8SApiCoreV1ContainerPort { + if x != nil { + return x.Ports + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetReadinessProbe() *IoK8SApiCoreV1Probe { + if x != nil { + return x.ReadinessProbe + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetResizePolicy() []*IoK8SApiCoreV1ContainerResizePolicy { + if x != nil { + return x.ResizePolicy + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetResources() *IoK8SApiCoreV1ResourceRequirements { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetSecurityContext() *IoK8SApiCoreV1SecurityContext { + if x != nil { + return x.SecurityContext + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetStartupProbe() *IoK8SApiCoreV1Probe { + if x != nil { + return x.StartupProbe + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetStdin() bool { + if x != nil { + return x.Stdin + } + return false +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetStdinOnce() bool { + if x != nil { + return x.StdinOnce + } + return false +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetTargetContainerName() string { + if x != nil { + return x.TargetContainerName + } + return "" +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetTerminationMessagePath() string { + if x != nil { + return x.TerminationMessagePath + } + return "" +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetTerminationMessagePolicy() string { + if x != nil { + return x.TerminationMessagePolicy + } + return "" +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetTty() bool { + if x != nil { + return x.Tty + } + return false +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetVolumeDevices() []*IoK8SApiCoreV1VolumeDevice { + if x != nil { + return x.VolumeDevices + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetVolumeMounts() []*IoK8SApiCoreV1VolumeMount { + if x != nil { + return x.VolumeMounts + } + return nil +} + +func (x *IoK8SApiCoreV1EphemeralContainer) GetWorkingDir() string { + if x != nil { + return x.WorkingDir + } + return "" +} + +// Represents an ephemeral volume that is handled by a normal storage driver. +type IoK8SApiCoreV1EphemeralVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `-` where `` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long). + // + // An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster. + // + // This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. + // + // Required, must not be nil. + VolumeClaimTemplate *IoK8SApiCoreV1PersistentVolumeClaimTemplate `protobuf:"bytes,1,opt,name=volumeClaimTemplate,proto3" json:"volumeClaimTemplate,omitempty"` +} + +func (x *IoK8SApiCoreV1EphemeralVolumeSource) Reset() { + *x = IoK8SApiCoreV1EphemeralVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[426] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EphemeralVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EphemeralVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EphemeralVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[426] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EphemeralVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EphemeralVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{426} +} + +func (x *IoK8SApiCoreV1EphemeralVolumeSource) GetVolumeClaimTemplate() *IoK8SApiCoreV1PersistentVolumeClaimTemplate { + if x != nil { + return x.VolumeClaimTemplate + } + return nil +} + +// Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. +type IoK8SApiCoreV1Event struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // What action was taken/failed regarding to the Regarding object. + Action string `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"` + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,2,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // The number of times this event has occurred. + Count int32 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"` + // Time when this Event was first observed. + EventTime string `protobuf:"bytes,4,opt,name=eventTime,proto3" json:"eventTime,omitempty"` + // The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) + FirstTimestamp string `protobuf:"bytes,5,opt,name=firstTimestamp,proto3" json:"firstTimestamp,omitempty"` + // The object that this event is about. + InvolvedObject *IoK8SApiCoreV1ObjectReference `protobuf:"bytes,6,opt,name=involvedObject,proto3" json:"involvedObject,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,7,opt,name=kind,proto3" json:"kind,omitempty"` + // The time at which the most recent occurrence of this event was recorded. + LastTimestamp string `protobuf:"bytes,8,opt,name=lastTimestamp,proto3" json:"lastTimestamp,omitempty"` + // A human-readable description of the status of this operation. + Message string `protobuf:"bytes,9,opt,name=message,proto3" json:"message,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"` + // This should be a short, machine understandable string that gives the reason for the transition into the object's current status. + Reason string `protobuf:"bytes,11,opt,name=reason,proto3" json:"reason,omitempty"` + // Optional secondary object for more complex actions. + Related *IoK8SApiCoreV1ObjectReference `protobuf:"bytes,12,opt,name=related,proto3" json:"related,omitempty"` + // Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. + ReportingComponent string `protobuf:"bytes,13,opt,name=reportingComponent,proto3" json:"reportingComponent,omitempty"` + // ID of the controller instance, e.g. `kubelet-xyzf`. + ReportingInstance string `protobuf:"bytes,14,opt,name=reportingInstance,proto3" json:"reportingInstance,omitempty"` + // Data about the Event series this event represents or nil if it's a singleton Event. + Series *IoK8SApiCoreV1EventSeries `protobuf:"bytes,15,opt,name=series,proto3" json:"series,omitempty"` + // The component reporting this event. Should be a short machine understandable string. + Source *IoK8SApiCoreV1EventSource `protobuf:"bytes,16,opt,name=source,proto3" json:"source,omitempty"` + // Type of this event (Normal, Warning), new types could be added in the future + Type string `protobuf:"bytes,17,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1Event) Reset() { + *x = IoK8SApiCoreV1Event{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[427] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Event) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Event) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Event) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[427] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Event.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Event) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{427} +} + +func (x *IoK8SApiCoreV1Event) GetAction() string { + if x != nil { + return x.Action + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetCount() int32 { + if x != nil { + return x.Count + } + return 0 +} + +func (x *IoK8SApiCoreV1Event) GetEventTime() string { + if x != nil { + return x.EventTime + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetFirstTimestamp() string { + if x != nil { + return x.FirstTimestamp + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetInvolvedObject() *IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.InvolvedObject + } + return nil +} + +func (x *IoK8SApiCoreV1Event) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetLastTimestamp() string { + if x != nil { + return x.LastTimestamp + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1Event) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetRelated() *IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.Related + } + return nil +} + +func (x *IoK8SApiCoreV1Event) GetReportingComponent() string { + if x != nil { + return x.ReportingComponent + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetReportingInstance() string { + if x != nil { + return x.ReportingInstance + } + return "" +} + +func (x *IoK8SApiCoreV1Event) GetSeries() *IoK8SApiCoreV1EventSeries { + if x != nil { + return x.Series + } + return nil +} + +func (x *IoK8SApiCoreV1Event) GetSource() *IoK8SApiCoreV1EventSource { + if x != nil { + return x.Source + } + return nil +} + +func (x *IoK8SApiCoreV1Event) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// EventList is a list of events. +type IoK8SApiCoreV1EventList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of events + Items []*IoK8SApiCoreV1Event `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1EventList) Reset() { + *x = IoK8SApiCoreV1EventList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[428] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EventList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EventList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EventList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[428] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EventList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EventList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{428} +} + +func (x *IoK8SApiCoreV1EventList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1EventList) GetItems() []*IoK8SApiCoreV1Event { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1EventList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1EventList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. +type IoK8SApiCoreV1EventSeries struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Number of occurrences in this series up to the last heartbeat time + Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` + // Time of the last occurrence observed + LastObservedTime string `protobuf:"bytes,2,opt,name=lastObservedTime,proto3" json:"lastObservedTime,omitempty"` +} + +func (x *IoK8SApiCoreV1EventSeries) Reset() { + *x = IoK8SApiCoreV1EventSeries{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[429] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EventSeries) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EventSeries) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EventSeries) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[429] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EventSeries.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EventSeries) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{429} +} + +func (x *IoK8SApiCoreV1EventSeries) GetCount() int32 { + if x != nil { + return x.Count + } + return 0 +} + +func (x *IoK8SApiCoreV1EventSeries) GetLastObservedTime() string { + if x != nil { + return x.LastObservedTime + } + return "" +} + +// EventSource contains information for an event. +type IoK8SApiCoreV1EventSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Component from which the event is generated. + Component string `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"` + // Node name on which the event is generated. + Host string `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"` +} + +func (x *IoK8SApiCoreV1EventSource) Reset() { + *x = IoK8SApiCoreV1EventSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[430] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1EventSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1EventSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1EventSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[430] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1EventSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1EventSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{430} +} + +func (x *IoK8SApiCoreV1EventSource) GetComponent() string { + if x != nil { + return x.Component + } + return "" +} + +func (x *IoK8SApiCoreV1EventSource) GetHost() string { + if x != nil { + return x.Host + } + return "" +} + +// ExecAction describes a "run in container" action. +type IoK8SApiCoreV1ExecAction struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + Command []string `protobuf:"bytes,1,rep,name=command,proto3" json:"command,omitempty"` +} + +func (x *IoK8SApiCoreV1ExecAction) Reset() { + *x = IoK8SApiCoreV1ExecAction{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[431] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ExecAction) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ExecAction) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ExecAction) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[431] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ExecAction.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ExecAction) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{431} +} + +func (x *IoK8SApiCoreV1ExecAction) GetCommand() []string { + if x != nil { + return x.Command + } + return nil +} + +// Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1FCVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // lun is Optional: FC target lun number + Lun int32 `protobuf:"varint,2,opt,name=lun,proto3" json:"lun,omitempty"` + // readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,3,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // targetWWNs is Optional: FC target worldwide names (WWNs) + TargetWWNs []string `protobuf:"bytes,4,rep,name=targetWWNs,proto3" json:"targetWWNs,omitempty"` + // wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. + Wwids []string `protobuf:"bytes,5,rep,name=wwids,proto3" json:"wwids,omitempty"` +} + +func (x *IoK8SApiCoreV1FCVolumeSource) Reset() { + *x = IoK8SApiCoreV1FCVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[432] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1FCVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1FCVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1FCVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[432] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1FCVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1FCVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{432} +} + +func (x *IoK8SApiCoreV1FCVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1FCVolumeSource) GetLun() int32 { + if x != nil { + return x.Lun + } + return 0 +} + +func (x *IoK8SApiCoreV1FCVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1FCVolumeSource) GetTargetWWNs() []string { + if x != nil { + return x.TargetWWNs + } + return nil +} + +func (x *IoK8SApiCoreV1FCVolumeSource) GetWwids() []string { + if x != nil { + return x.Wwids + } + return nil +} + +// FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin. +type IoK8SApiCoreV1FlexPersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // driver is the name of the driver to use for this volume. + Driver string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"` + // fsType is the Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. + FsType string `protobuf:"bytes,2,opt,name=fsType,proto3" json:"fsType,omitempty"` + // options is Optional: this field holds extra command options if any. + Options map[string]string `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,4,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef is Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts. + SecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,5,opt,name=secretRef,proto3" json:"secretRef,omitempty"` +} + +func (x *IoK8SApiCoreV1FlexPersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1FlexPersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[433] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1FlexPersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1FlexPersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1FlexPersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[433] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1FlexPersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1FlexPersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{433} +} + +func (x *IoK8SApiCoreV1FlexPersistentVolumeSource) GetDriver() string { + if x != nil { + return x.Driver + } + return "" +} + +func (x *IoK8SApiCoreV1FlexPersistentVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1FlexPersistentVolumeSource) GetOptions() map[string]string { + if x != nil { + return x.Options + } + return nil +} + +func (x *IoK8SApiCoreV1FlexPersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1FlexPersistentVolumeSource) GetSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.SecretRef + } + return nil +} + +// FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. +type IoK8SApiCoreV1FlexVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // driver is the name of the driver to use for this volume. + Driver string `protobuf:"bytes,1,opt,name=driver,proto3" json:"driver,omitempty"` + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. + FsType string `protobuf:"bytes,2,opt,name=fsType,proto3" json:"fsType,omitempty"` + // options is Optional: this field holds extra command options if any. + Options map[string]string `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,4,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts. + SecretRef *IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,5,opt,name=secretRef,proto3" json:"secretRef,omitempty"` +} + +func (x *IoK8SApiCoreV1FlexVolumeSource) Reset() { + *x = IoK8SApiCoreV1FlexVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[434] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1FlexVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1FlexVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1FlexVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[434] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1FlexVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1FlexVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{434} +} + +func (x *IoK8SApiCoreV1FlexVolumeSource) GetDriver() string { + if x != nil { + return x.Driver + } + return "" +} + +func (x *IoK8SApiCoreV1FlexVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1FlexVolumeSource) GetOptions() map[string]string { + if x != nil { + return x.Options + } + return nil +} + +func (x *IoK8SApiCoreV1FlexVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1FlexVolumeSource) GetSecretRef() *IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.SecretRef + } + return nil +} + +// Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling. +type IoK8SApiCoreV1FlockerVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated + DatasetName string `protobuf:"bytes,1,opt,name=datasetName,proto3" json:"datasetName,omitempty"` + // datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset + DatasetUUID string `protobuf:"bytes,2,opt,name=datasetUUID,proto3" json:"datasetUUID,omitempty"` +} + +func (x *IoK8SApiCoreV1FlockerVolumeSource) Reset() { + *x = IoK8SApiCoreV1FlockerVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[435] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1FlockerVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1FlockerVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1FlockerVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[435] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1FlockerVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1FlockerVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{435} +} + +func (x *IoK8SApiCoreV1FlockerVolumeSource) GetDatasetName() string { + if x != nil { + return x.DatasetName + } + return "" +} + +func (x *IoK8SApiCoreV1FlockerVolumeSource) GetDatasetUUID() string { + if x != nil { + return x.DatasetUUID + } + return "" +} + +// Represents a Persistent Disk resource in Google Compute Engine. +// +// A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling. +type IoK8SApiCoreV1GCEPersistentDiskVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + Partition int32 `protobuf:"varint,2,opt,name=partition,proto3" json:"partition,omitempty"` + // pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + PdName string `protobuf:"bytes,3,opt,name=pdName,proto3" json:"pdName,omitempty"` + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + ReadOnly bool `protobuf:"varint,4,opt,name=readOnly,proto3" json:"readOnly,omitempty"` +} + +func (x *IoK8SApiCoreV1GCEPersistentDiskVolumeSource) Reset() { + *x = IoK8SApiCoreV1GCEPersistentDiskVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[436] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1GCEPersistentDiskVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1GCEPersistentDiskVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1GCEPersistentDiskVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[436] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1GCEPersistentDiskVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1GCEPersistentDiskVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{436} +} + +func (x *IoK8SApiCoreV1GCEPersistentDiskVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1GCEPersistentDiskVolumeSource) GetPartition() int32 { + if x != nil { + return x.Partition + } + return 0 +} + +func (x *IoK8SApiCoreV1GCEPersistentDiskVolumeSource) GetPdName() string { + if x != nil { + return x.PdName + } + return "" +} + +func (x *IoK8SApiCoreV1GCEPersistentDiskVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +type IoK8SApiCoreV1GRPCAction struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Port number of the gRPC service. Number must be in the range 1 to 65535. + Port int32 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"` + // Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + // + // If this is not specified, the default behavior is defined by gRPC. + Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` +} + +func (x *IoK8SApiCoreV1GRPCAction) Reset() { + *x = IoK8SApiCoreV1GRPCAction{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[437] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1GRPCAction) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1GRPCAction) ProtoMessage() {} + +func (x *IoK8SApiCoreV1GRPCAction) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[437] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1GRPCAction.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1GRPCAction) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{437} +} + +func (x *IoK8SApiCoreV1GRPCAction) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +func (x *IoK8SApiCoreV1GRPCAction) GetService() string { + if x != nil { + return x.Service + } + return "" +} + +// Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. +// +// DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. +type IoK8SApiCoreV1GitRepoVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. + Directory string `protobuf:"bytes,1,opt,name=directory,proto3" json:"directory,omitempty"` + // repository is the URL + Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"` + // revision is the commit hash for the specified revision. + Revision string `protobuf:"bytes,3,opt,name=revision,proto3" json:"revision,omitempty"` +} + +func (x *IoK8SApiCoreV1GitRepoVolumeSource) Reset() { + *x = IoK8SApiCoreV1GitRepoVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[438] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1GitRepoVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1GitRepoVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1GitRepoVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[438] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1GitRepoVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1GitRepoVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{438} +} + +func (x *IoK8SApiCoreV1GitRepoVolumeSource) GetDirectory() string { + if x != nil { + return x.Directory + } + return "" +} + +func (x *IoK8SApiCoreV1GitRepoVolumeSource) GetRepository() string { + if x != nil { + return x.Repository + } + return "" +} + +func (x *IoK8SApiCoreV1GitRepoVolumeSource) GetRevision() string { + if x != nil { + return x.Revision + } + return "" +} + +// Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. +type IoK8SApiCoreV1GlusterfsPersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + Endpoints string `protobuf:"bytes,1,opt,name=endpoints,proto3" json:"endpoints,omitempty"` + // endpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + EndpointsNamespace string `protobuf:"bytes,2,opt,name=endpointsNamespace,proto3" json:"endpointsNamespace,omitempty"` + // path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` + // readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + ReadOnly bool `protobuf:"varint,4,opt,name=readOnly,proto3" json:"readOnly,omitempty"` +} + +func (x *IoK8SApiCoreV1GlusterfsPersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1GlusterfsPersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[439] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1GlusterfsPersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1GlusterfsPersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1GlusterfsPersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[439] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1GlusterfsPersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1GlusterfsPersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{439} +} + +func (x *IoK8SApiCoreV1GlusterfsPersistentVolumeSource) GetEndpoints() string { + if x != nil { + return x.Endpoints + } + return "" +} + +func (x *IoK8SApiCoreV1GlusterfsPersistentVolumeSource) GetEndpointsNamespace() string { + if x != nil { + return x.EndpointsNamespace + } + return "" +} + +func (x *IoK8SApiCoreV1GlusterfsPersistentVolumeSource) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiCoreV1GlusterfsPersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +// Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. +type IoK8SApiCoreV1GlusterfsVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + Endpoints string `protobuf:"bytes,1,opt,name=endpoints,proto3" json:"endpoints,omitempty"` + // path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` + // readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + ReadOnly bool `protobuf:"varint,3,opt,name=readOnly,proto3" json:"readOnly,omitempty"` +} + +func (x *IoK8SApiCoreV1GlusterfsVolumeSource) Reset() { + *x = IoK8SApiCoreV1GlusterfsVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[440] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1GlusterfsVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1GlusterfsVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1GlusterfsVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[440] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1GlusterfsVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1GlusterfsVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{440} +} + +func (x *IoK8SApiCoreV1GlusterfsVolumeSource) GetEndpoints() string { + if x != nil { + return x.Endpoints + } + return "" +} + +func (x *IoK8SApiCoreV1GlusterfsVolumeSource) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiCoreV1GlusterfsVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +// HTTPGetAction describes an action based on HTTP Get requests. +type IoK8SApiCoreV1HTTPGetAction struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. + Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` + // Custom headers to set in the request. HTTP allows repeated headers. + HttpHeaders []*IoK8SApiCoreV1HTTPHeader `protobuf:"bytes,2,rep,name=httpHeaders,proto3" json:"httpHeaders,omitempty"` + // Path to access on the HTTP server. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` + // Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. + Port string `protobuf:"bytes,4,opt,name=port,proto3" json:"port,omitempty"` + // Scheme to use for connecting to the host. Defaults to HTTP. + Scheme string `protobuf:"bytes,5,opt,name=scheme,proto3" json:"scheme,omitempty"` +} + +func (x *IoK8SApiCoreV1HTTPGetAction) Reset() { + *x = IoK8SApiCoreV1HTTPGetAction{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[441] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1HTTPGetAction) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1HTTPGetAction) ProtoMessage() {} + +func (x *IoK8SApiCoreV1HTTPGetAction) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[441] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1HTTPGetAction.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1HTTPGetAction) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{441} +} + +func (x *IoK8SApiCoreV1HTTPGetAction) GetHost() string { + if x != nil { + return x.Host + } + return "" +} + +func (x *IoK8SApiCoreV1HTTPGetAction) GetHttpHeaders() []*IoK8SApiCoreV1HTTPHeader { + if x != nil { + return x.HttpHeaders + } + return nil +} + +func (x *IoK8SApiCoreV1HTTPGetAction) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiCoreV1HTTPGetAction) GetPort() string { + if x != nil { + return x.Port + } + return "" +} + +func (x *IoK8SApiCoreV1HTTPGetAction) GetScheme() string { + if x != nil { + return x.Scheme + } + return "" +} + +// HTTPHeader describes a custom header to be used in HTTP probes +type IoK8SApiCoreV1HTTPHeader struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // The header field value + Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` +} + +func (x *IoK8SApiCoreV1HTTPHeader) Reset() { + *x = IoK8SApiCoreV1HTTPHeader{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[442] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1HTTPHeader) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1HTTPHeader) ProtoMessage() {} + +func (x *IoK8SApiCoreV1HTTPHeader) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[442] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1HTTPHeader.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1HTTPHeader) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{442} +} + +func (x *IoK8SApiCoreV1HTTPHeader) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1HTTPHeader) GetValue() string { + if x != nil { + return x.Value + } + return "" +} + +// HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file. +type IoK8SApiCoreV1HostAlias struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Hostnames for the above IP address. + Hostnames []string `protobuf:"bytes,1,rep,name=hostnames,proto3" json:"hostnames,omitempty"` + // IP address of the host file entry. + Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` +} + +func (x *IoK8SApiCoreV1HostAlias) Reset() { + *x = IoK8SApiCoreV1HostAlias{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[443] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1HostAlias) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1HostAlias) ProtoMessage() {} + +func (x *IoK8SApiCoreV1HostAlias) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[443] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1HostAlias.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1HostAlias) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{443} +} + +func (x *IoK8SApiCoreV1HostAlias) GetHostnames() []string { + if x != nil { + return x.Hostnames + } + return nil +} + +func (x *IoK8SApiCoreV1HostAlias) GetIp() string { + if x != nil { + return x.Ip + } + return "" +} + +// Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling. +type IoK8SApiCoreV1HostPathVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` + // type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1HostPathVolumeSource) Reset() { + *x = IoK8SApiCoreV1HostPathVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[444] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1HostPathVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1HostPathVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1HostPathVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[444] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1HostPathVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1HostPathVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{444} +} + +func (x *IoK8SApiCoreV1HostPathVolumeSource) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiCoreV1HostPathVolumeSource) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1ISCSIPersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication + ChapAuthDiscovery bool `protobuf:"varint,1,opt,name=chapAuthDiscovery,proto3" json:"chapAuthDiscovery,omitempty"` + // chapAuthSession defines whether support iSCSI Session CHAP authentication + ChapAuthSession bool `protobuf:"varint,2,opt,name=chapAuthSession,proto3" json:"chapAuthSession,omitempty"` + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi + FsType string `protobuf:"bytes,3,opt,name=fsType,proto3" json:"fsType,omitempty"` + // initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection. + InitiatorName string `protobuf:"bytes,4,opt,name=initiatorName,proto3" json:"initiatorName,omitempty"` + // iqn is Target iSCSI Qualified Name. + Iqn string `protobuf:"bytes,5,opt,name=iqn,proto3" json:"iqn,omitempty"` + // iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). + IscsiInterface string `protobuf:"bytes,6,opt,name=iscsiInterface,proto3" json:"iscsiInterface,omitempty"` + // lun is iSCSI Target Lun number. + Lun int32 `protobuf:"varint,7,opt,name=lun,proto3" json:"lun,omitempty"` + // portals is the iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + Portals []string `protobuf:"bytes,8,rep,name=portals,proto3" json:"portals,omitempty"` + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. + ReadOnly bool `protobuf:"varint,9,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef is the CHAP Secret for iSCSI target and initiator authentication + SecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,10,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + TargetPortal string `protobuf:"bytes,11,opt,name=targetPortal,proto3" json:"targetPortal,omitempty"` +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1ISCSIPersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[445] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ISCSIPersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[445] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ISCSIPersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ISCSIPersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{445} +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetChapAuthDiscovery() bool { + if x != nil { + return x.ChapAuthDiscovery + } + return false +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetChapAuthSession() bool { + if x != nil { + return x.ChapAuthSession + } + return false +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetInitiatorName() string { + if x != nil { + return x.InitiatorName + } + return "" +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetIqn() string { + if x != nil { + return x.Iqn + } + return "" +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetIscsiInterface() string { + if x != nil { + return x.IscsiInterface + } + return "" +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetLun() int32 { + if x != nil { + return x.Lun + } + return 0 +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetPortals() []string { + if x != nil { + return x.Portals + } + return nil +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1ISCSIPersistentVolumeSource) GetTargetPortal() string { + if x != nil { + return x.TargetPortal + } + return "" +} + +// Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1ISCSIVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication + ChapAuthDiscovery bool `protobuf:"varint,1,opt,name=chapAuthDiscovery,proto3" json:"chapAuthDiscovery,omitempty"` + // chapAuthSession defines whether support iSCSI Session CHAP authentication + ChapAuthSession bool `protobuf:"varint,2,opt,name=chapAuthSession,proto3" json:"chapAuthSession,omitempty"` + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi + FsType string `protobuf:"bytes,3,opt,name=fsType,proto3" json:"fsType,omitempty"` + // initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection. + InitiatorName string `protobuf:"bytes,4,opt,name=initiatorName,proto3" json:"initiatorName,omitempty"` + // iqn is the target iSCSI Qualified Name. + Iqn string `protobuf:"bytes,5,opt,name=iqn,proto3" json:"iqn,omitempty"` + // iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). + IscsiInterface string `protobuf:"bytes,6,opt,name=iscsiInterface,proto3" json:"iscsiInterface,omitempty"` + // lun represents iSCSI Target Lun number. + Lun int32 `protobuf:"varint,7,opt,name=lun,proto3" json:"lun,omitempty"` + // portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + Portals []string `protobuf:"bytes,8,rep,name=portals,proto3" json:"portals,omitempty"` + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. + ReadOnly bool `protobuf:"varint,9,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef is the CHAP Secret for iSCSI target and initiator authentication + SecretRef *IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,10,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + TargetPortal string `protobuf:"bytes,11,opt,name=targetPortal,proto3" json:"targetPortal,omitempty"` +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) Reset() { + *x = IoK8SApiCoreV1ISCSIVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[446] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ISCSIVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[446] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ISCSIVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ISCSIVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{446} +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetChapAuthDiscovery() bool { + if x != nil { + return x.ChapAuthDiscovery + } + return false +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetChapAuthSession() bool { + if x != nil { + return x.ChapAuthSession + } + return false +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetInitiatorName() string { + if x != nil { + return x.InitiatorName + } + return "" +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetIqn() string { + if x != nil { + return x.Iqn + } + return "" +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetIscsiInterface() string { + if x != nil { + return x.IscsiInterface + } + return "" +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetLun() int32 { + if x != nil { + return x.Lun + } + return 0 +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetPortals() []string { + if x != nil { + return x.Portals + } + return nil +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetSecretRef() *IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1ISCSIVolumeSource) GetTargetPortal() string { + if x != nil { + return x.TargetPortal + } + return "" +} + +// Maps a string key to a path within a volume. +type IoK8SApiCoreV1KeyToPath struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // key is the key to project. + Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` + // mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + Mode int32 `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"` + // path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *IoK8SApiCoreV1KeyToPath) Reset() { + *x = IoK8SApiCoreV1KeyToPath{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[447] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1KeyToPath) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1KeyToPath) ProtoMessage() {} + +func (x *IoK8SApiCoreV1KeyToPath) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[447] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1KeyToPath.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1KeyToPath) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{447} +} + +func (x *IoK8SApiCoreV1KeyToPath) GetKey() string { + if x != nil { + return x.Key + } + return "" +} + +func (x *IoK8SApiCoreV1KeyToPath) GetMode() int32 { + if x != nil { + return x.Mode + } + return 0 +} + +func (x *IoK8SApiCoreV1KeyToPath) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +// Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted. +type IoK8SApiCoreV1Lifecycle struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + PostStart *IoK8SApiCoreV1LifecycleHandler `protobuf:"bytes,1,opt,name=postStart,proto3" json:"postStart,omitempty"` + // PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + PreStop *IoK8SApiCoreV1LifecycleHandler `protobuf:"bytes,2,opt,name=preStop,proto3" json:"preStop,omitempty"` +} + +func (x *IoK8SApiCoreV1Lifecycle) Reset() { + *x = IoK8SApiCoreV1Lifecycle{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[448] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Lifecycle) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Lifecycle) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Lifecycle) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[448] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Lifecycle.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Lifecycle) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{448} +} + +func (x *IoK8SApiCoreV1Lifecycle) GetPostStart() *IoK8SApiCoreV1LifecycleHandler { + if x != nil { + return x.PostStart + } + return nil +} + +func (x *IoK8SApiCoreV1Lifecycle) GetPreStop() *IoK8SApiCoreV1LifecycleHandler { + if x != nil { + return x.PreStop + } + return nil +} + +// LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified. +type IoK8SApiCoreV1LifecycleHandler struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Exec specifies the action to take. + Exec *IoK8SApiCoreV1ExecAction `protobuf:"bytes,1,opt,name=exec,proto3" json:"exec,omitempty"` + // HTTPGet specifies the http request to perform. + HttpGet *IoK8SApiCoreV1HTTPGetAction `protobuf:"bytes,2,opt,name=httpGet,proto3" json:"httpGet,omitempty"` + // Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified. + TcpSocket *IoK8SApiCoreV1TCPSocketAction `protobuf:"bytes,3,opt,name=tcpSocket,proto3" json:"tcpSocket,omitempty"` +} + +func (x *IoK8SApiCoreV1LifecycleHandler) Reset() { + *x = IoK8SApiCoreV1LifecycleHandler{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[449] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1LifecycleHandler) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1LifecycleHandler) ProtoMessage() {} + +func (x *IoK8SApiCoreV1LifecycleHandler) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[449] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1LifecycleHandler.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1LifecycleHandler) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{449} +} + +func (x *IoK8SApiCoreV1LifecycleHandler) GetExec() *IoK8SApiCoreV1ExecAction { + if x != nil { + return x.Exec + } + return nil +} + +func (x *IoK8SApiCoreV1LifecycleHandler) GetHttpGet() *IoK8SApiCoreV1HTTPGetAction { + if x != nil { + return x.HttpGet + } + return nil +} + +func (x *IoK8SApiCoreV1LifecycleHandler) GetTcpSocket() *IoK8SApiCoreV1TCPSocketAction { + if x != nil { + return x.TcpSocket + } + return nil +} + +// LimitRange sets resource usage limits for each kind of resource in a Namespace. +type IoK8SApiCoreV1LimitRange struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec defines the limits enforced. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiCoreV1LimitRangeSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiCoreV1LimitRange) Reset() { + *x = IoK8SApiCoreV1LimitRange{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[450] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1LimitRange) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1LimitRange) ProtoMessage() {} + +func (x *IoK8SApiCoreV1LimitRange) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[450] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1LimitRange.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1LimitRange) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{450} +} + +func (x *IoK8SApiCoreV1LimitRange) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1LimitRange) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1LimitRange) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1LimitRange) GetSpec() *IoK8SApiCoreV1LimitRangeSpec { + if x != nil { + return x.Spec + } + return nil +} + +// LimitRangeItem defines a min/max usage limit for any resource that matches on kind. +type IoK8SApiCoreV1LimitRangeItem struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Default resource requirement limit value by resource name if resource limit is omitted. + Default map[string]string `protobuf:"bytes,1,rep,name=default,proto3" json:"default,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // DefaultRequest is the default resource requirement request value by resource name if resource request is omitted. + DefaultRequest map[string]string `protobuf:"bytes,2,rep,name=defaultRequest,proto3" json:"defaultRequest,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Max usage constraints on this kind by resource name. + Max map[string]string `protobuf:"bytes,3,rep,name=max,proto3" json:"max,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource. + MaxLimitRequestRatio map[string]string `protobuf:"bytes,4,rep,name=maxLimitRequestRatio,proto3" json:"maxLimitRequestRatio,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Min usage constraints on this kind by resource name. + Min map[string]string `protobuf:"bytes,5,rep,name=min,proto3" json:"min,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Type of resource that this limit applies to. + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1LimitRangeItem) Reset() { + *x = IoK8SApiCoreV1LimitRangeItem{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[451] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1LimitRangeItem) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1LimitRangeItem) ProtoMessage() {} + +func (x *IoK8SApiCoreV1LimitRangeItem) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[451] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1LimitRangeItem.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1LimitRangeItem) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{451} +} + +func (x *IoK8SApiCoreV1LimitRangeItem) GetDefault() map[string]string { + if x != nil { + return x.Default + } + return nil +} + +func (x *IoK8SApiCoreV1LimitRangeItem) GetDefaultRequest() map[string]string { + if x != nil { + return x.DefaultRequest + } + return nil +} + +func (x *IoK8SApiCoreV1LimitRangeItem) GetMax() map[string]string { + if x != nil { + return x.Max + } + return nil +} + +func (x *IoK8SApiCoreV1LimitRangeItem) GetMaxLimitRequestRatio() map[string]string { + if x != nil { + return x.MaxLimitRequestRatio + } + return nil +} + +func (x *IoK8SApiCoreV1LimitRangeItem) GetMin() map[string]string { + if x != nil { + return x.Min + } + return nil +} + +func (x *IoK8SApiCoreV1LimitRangeItem) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// LimitRangeList is a list of LimitRange items. +type IoK8SApiCoreV1LimitRangeList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + Items []*IoK8SApiCoreV1LimitRange `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1LimitRangeList) Reset() { + *x = IoK8SApiCoreV1LimitRangeList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[452] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1LimitRangeList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1LimitRangeList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1LimitRangeList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[452] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1LimitRangeList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1LimitRangeList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{452} +} + +func (x *IoK8SApiCoreV1LimitRangeList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1LimitRangeList) GetItems() []*IoK8SApiCoreV1LimitRange { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1LimitRangeList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1LimitRangeList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// LimitRangeSpec defines a min/max usage limit for resources that match on kind. +type IoK8SApiCoreV1LimitRangeSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Limits is the list of LimitRangeItem objects that are enforced. + Limits []*IoK8SApiCoreV1LimitRangeItem `protobuf:"bytes,1,rep,name=limits,proto3" json:"limits,omitempty"` +} + +func (x *IoK8SApiCoreV1LimitRangeSpec) Reset() { + *x = IoK8SApiCoreV1LimitRangeSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[453] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1LimitRangeSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1LimitRangeSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1LimitRangeSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[453] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1LimitRangeSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1LimitRangeSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{453} +} + +func (x *IoK8SApiCoreV1LimitRangeSpec) GetLimits() []*IoK8SApiCoreV1LimitRangeItem { + if x != nil { + return x.Limits + } + return nil +} + +// LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point. +type IoK8SApiCoreV1LoadBalancerIngress struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) + Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` + // IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) + Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` + // Ports is a list of records of service ports If used, every port defined in the service should have an entry in it + Ports []*IoK8SApiCoreV1PortStatus `protobuf:"bytes,3,rep,name=ports,proto3" json:"ports,omitempty"` +} + +func (x *IoK8SApiCoreV1LoadBalancerIngress) Reset() { + *x = IoK8SApiCoreV1LoadBalancerIngress{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[454] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1LoadBalancerIngress) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1LoadBalancerIngress) ProtoMessage() {} + +func (x *IoK8SApiCoreV1LoadBalancerIngress) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[454] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1LoadBalancerIngress.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1LoadBalancerIngress) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{454} +} + +func (x *IoK8SApiCoreV1LoadBalancerIngress) GetHostname() string { + if x != nil { + return x.Hostname + } + return "" +} + +func (x *IoK8SApiCoreV1LoadBalancerIngress) GetIp() string { + if x != nil { + return x.Ip + } + return "" +} + +func (x *IoK8SApiCoreV1LoadBalancerIngress) GetPorts() []*IoK8SApiCoreV1PortStatus { + if x != nil { + return x.Ports + } + return nil +} + +// LoadBalancerStatus represents the status of a load-balancer. +type IoK8SApiCoreV1LoadBalancerStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points. + Ingress []*IoK8SApiCoreV1LoadBalancerIngress `protobuf:"bytes,1,rep,name=ingress,proto3" json:"ingress,omitempty"` +} + +func (x *IoK8SApiCoreV1LoadBalancerStatus) Reset() { + *x = IoK8SApiCoreV1LoadBalancerStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[455] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1LoadBalancerStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1LoadBalancerStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1LoadBalancerStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[455] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1LoadBalancerStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1LoadBalancerStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{455} +} + +func (x *IoK8SApiCoreV1LoadBalancerStatus) GetIngress() []*IoK8SApiCoreV1LoadBalancerIngress { + if x != nil { + return x.Ingress + } + return nil +} + +// LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. +type IoK8SApiCoreV1LocalObjectReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiCoreV1LocalObjectReference) Reset() { + *x = IoK8SApiCoreV1LocalObjectReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[456] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1LocalObjectReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1LocalObjectReference) ProtoMessage() {} + +func (x *IoK8SApiCoreV1LocalObjectReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[456] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1LocalObjectReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1LocalObjectReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{456} +} + +func (x *IoK8SApiCoreV1LocalObjectReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// Local represents directly-attached storage with node affinity (Beta feature) +type IoK8SApiCoreV1LocalVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified. + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *IoK8SApiCoreV1LocalVolumeSource) Reset() { + *x = IoK8SApiCoreV1LocalVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[457] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1LocalVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1LocalVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1LocalVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[457] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1LocalVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1LocalVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{457} +} + +func (x *IoK8SApiCoreV1LocalVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1LocalVolumeSource) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +// Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling. +type IoK8SApiCoreV1NFSVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` + // readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + ReadOnly bool `protobuf:"varint,2,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + Server string `protobuf:"bytes,3,opt,name=server,proto3" json:"server,omitempty"` +} + +func (x *IoK8SApiCoreV1NFSVolumeSource) Reset() { + *x = IoK8SApiCoreV1NFSVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[458] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NFSVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NFSVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NFSVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[458] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NFSVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NFSVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{458} +} + +func (x *IoK8SApiCoreV1NFSVolumeSource) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiCoreV1NFSVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1NFSVolumeSource) GetServer() string { + if x != nil { + return x.Server + } + return "" +} + +// Namespace provides a scope for Names. Use of multiple namespaces is optional. +type IoK8SApiCoreV1Namespace struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiCoreV1NamespaceSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiCoreV1NamespaceStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiCoreV1Namespace) Reset() { + *x = IoK8SApiCoreV1Namespace{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[459] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Namespace) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Namespace) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Namespace) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[459] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Namespace.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Namespace) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{459} +} + +func (x *IoK8SApiCoreV1Namespace) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1Namespace) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1Namespace) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1Namespace) GetSpec() *IoK8SApiCoreV1NamespaceSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiCoreV1Namespace) GetStatus() *IoK8SApiCoreV1NamespaceStatus { + if x != nil { + return x.Status + } + return nil +} + +// NamespaceCondition contains details about state of namespace. +type IoK8SApiCoreV1NamespaceCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // Type of namespace controller condition. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1NamespaceCondition) Reset() { + *x = IoK8SApiCoreV1NamespaceCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[460] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NamespaceCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NamespaceCondition) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NamespaceCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[460] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NamespaceCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NamespaceCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{460} +} + +func (x *IoK8SApiCoreV1NamespaceCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiCoreV1NamespaceCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1NamespaceCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiCoreV1NamespaceCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiCoreV1NamespaceCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// NamespaceList is a list of Namespaces. +type IoK8SApiCoreV1NamespaceList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + Items []*IoK8SApiCoreV1Namespace `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1NamespaceList) Reset() { + *x = IoK8SApiCoreV1NamespaceList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[461] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NamespaceList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NamespaceList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NamespaceList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[461] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NamespaceList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NamespaceList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{461} +} + +func (x *IoK8SApiCoreV1NamespaceList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1NamespaceList) GetItems() []*IoK8SApiCoreV1Namespace { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1NamespaceList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1NamespaceList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// NamespaceSpec describes the attributes on a Namespace. +type IoK8SApiCoreV1NamespaceSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ + Finalizers []string `protobuf:"bytes,1,rep,name=finalizers,proto3" json:"finalizers,omitempty"` +} + +func (x *IoK8SApiCoreV1NamespaceSpec) Reset() { + *x = IoK8SApiCoreV1NamespaceSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[462] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NamespaceSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NamespaceSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NamespaceSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[462] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NamespaceSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NamespaceSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{462} +} + +func (x *IoK8SApiCoreV1NamespaceSpec) GetFinalizers() []string { + if x != nil { + return x.Finalizers + } + return nil +} + +// NamespaceStatus is information about the current status of a Namespace. +type IoK8SApiCoreV1NamespaceStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Represents the latest available observations of a namespace's current state. + Conditions []*IoK8SApiCoreV1NamespaceCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` + // Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ + Phase string `protobuf:"bytes,2,opt,name=phase,proto3" json:"phase,omitempty"` +} + +func (x *IoK8SApiCoreV1NamespaceStatus) Reset() { + *x = IoK8SApiCoreV1NamespaceStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[463] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NamespaceStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NamespaceStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NamespaceStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[463] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NamespaceStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NamespaceStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{463} +} + +func (x *IoK8SApiCoreV1NamespaceStatus) GetConditions() []*IoK8SApiCoreV1NamespaceCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiCoreV1NamespaceStatus) GetPhase() string { + if x != nil { + return x.Phase + } + return "" +} + +// Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd). +type IoK8SApiCoreV1Node struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiCoreV1NodeSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiCoreV1NodeStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiCoreV1Node) Reset() { + *x = IoK8SApiCoreV1Node{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[464] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Node) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Node) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Node) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[464] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Node.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Node) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{464} +} + +func (x *IoK8SApiCoreV1Node) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1Node) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1Node) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1Node) GetSpec() *IoK8SApiCoreV1NodeSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiCoreV1Node) GetStatus() *IoK8SApiCoreV1NodeStatus { + if x != nil { + return x.Status + } + return nil +} + +// NodeAddress contains information for the node's address. +type IoK8SApiCoreV1NodeAddress struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The node address. + Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` + // Node address type, one of Hostname, ExternalIP or InternalIP. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeAddress) Reset() { + *x = IoK8SApiCoreV1NodeAddress{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[465] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeAddress) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeAddress) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeAddress) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[465] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeAddress.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeAddress) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{465} +} + +func (x *IoK8SApiCoreV1NodeAddress) GetAddress() string { + if x != nil { + return x.Address + } + return "" +} + +func (x *IoK8SApiCoreV1NodeAddress) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// Node affinity is a group of node affinity scheduling rules. +type IoK8SApiCoreV1NodeAffinity struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. + PreferredDuringSchedulingIgnoredDuringExecution []*IoK8SApiCoreV1PreferredSchedulingTerm `protobuf:"bytes,1,rep,name=preferredDuringSchedulingIgnoredDuringExecution,proto3" json:"preferredDuringSchedulingIgnoredDuringExecution,omitempty"` + // If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node. + RequiredDuringSchedulingIgnoredDuringExecution *IoK8SApiCoreV1NodeSelector `protobuf:"bytes,2,opt,name=requiredDuringSchedulingIgnoredDuringExecution,proto3" json:"requiredDuringSchedulingIgnoredDuringExecution,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeAffinity) Reset() { + *x = IoK8SApiCoreV1NodeAffinity{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[466] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeAffinity) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeAffinity) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeAffinity) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[466] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeAffinity.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeAffinity) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{466} +} + +func (x *IoK8SApiCoreV1NodeAffinity) GetPreferredDuringSchedulingIgnoredDuringExecution() []*IoK8SApiCoreV1PreferredSchedulingTerm { + if x != nil { + return x.PreferredDuringSchedulingIgnoredDuringExecution + } + return nil +} + +func (x *IoK8SApiCoreV1NodeAffinity) GetRequiredDuringSchedulingIgnoredDuringExecution() *IoK8SApiCoreV1NodeSelector { + if x != nil { + return x.RequiredDuringSchedulingIgnoredDuringExecution + } + return nil +} + +// NodeCondition contains condition information for a node. +type IoK8SApiCoreV1NodeCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Last time we got an update on a given condition. + LastHeartbeatTime string `protobuf:"bytes,1,opt,name=lastHeartbeatTime,proto3" json:"lastHeartbeatTime,omitempty"` + // Last time the condition transit from one status to another. + LastTransitionTime string `protobuf:"bytes,2,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // Human readable message indicating details about last transition. + Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` + // (brief) reason for the condition's last transition. + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` + // Type of node condition. + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeCondition) Reset() { + *x = IoK8SApiCoreV1NodeCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[467] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeCondition) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[467] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{467} +} + +func (x *IoK8SApiCoreV1NodeCondition) GetLastHeartbeatTime() string { + if x != nil { + return x.LastHeartbeatTime + } + return "" +} + +func (x *IoK8SApiCoreV1NodeCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiCoreV1NodeCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1NodeCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiCoreV1NodeCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiCoreV1NodeCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22 +type IoK8SApiCoreV1NodeConfigSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ConfigMap is a reference to a Node's ConfigMap + ConfigMap *IoK8SApiCoreV1ConfigMapNodeConfigSource `protobuf:"bytes,1,opt,name=configMap,proto3" json:"configMap,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeConfigSource) Reset() { + *x = IoK8SApiCoreV1NodeConfigSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[468] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeConfigSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeConfigSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeConfigSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[468] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeConfigSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeConfigSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{468} +} + +func (x *IoK8SApiCoreV1NodeConfigSource) GetConfigMap() *IoK8SApiCoreV1ConfigMapNodeConfigSource { + if x != nil { + return x.ConfigMap + } + return nil +} + +// NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource. +type IoK8SApiCoreV1NodeConfigStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error. + Active *IoK8SApiCoreV1NodeConfigSource `protobuf:"bytes,1,opt,name=active,proto3" json:"active,omitempty"` + // Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned. + Assigned *IoK8SApiCoreV1NodeConfigSource `protobuf:"bytes,2,opt,name=assigned,proto3" json:"assigned,omitempty"` + // Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions. + Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` + // LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future. + LastKnownGood *IoK8SApiCoreV1NodeConfigSource `protobuf:"bytes,4,opt,name=lastKnownGood,proto3" json:"lastKnownGood,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeConfigStatus) Reset() { + *x = IoK8SApiCoreV1NodeConfigStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[469] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeConfigStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeConfigStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeConfigStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[469] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeConfigStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeConfigStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{469} +} + +func (x *IoK8SApiCoreV1NodeConfigStatus) GetActive() *IoK8SApiCoreV1NodeConfigSource { + if x != nil { + return x.Active + } + return nil +} + +func (x *IoK8SApiCoreV1NodeConfigStatus) GetAssigned() *IoK8SApiCoreV1NodeConfigSource { + if x != nil { + return x.Assigned + } + return nil +} + +func (x *IoK8SApiCoreV1NodeConfigStatus) GetError() string { + if x != nil { + return x.Error + } + return "" +} + +func (x *IoK8SApiCoreV1NodeConfigStatus) GetLastKnownGood() *IoK8SApiCoreV1NodeConfigSource { + if x != nil { + return x.LastKnownGood + } + return nil +} + +// NodeDaemonEndpoints lists ports opened by daemons running on the Node. +type IoK8SApiCoreV1NodeDaemonEndpoints struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Endpoint on which Kubelet is listening. + KubeletEndpoint *IoK8SApiCoreV1DaemonEndpoint `protobuf:"bytes,1,opt,name=kubeletEndpoint,proto3" json:"kubeletEndpoint,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeDaemonEndpoints) Reset() { + *x = IoK8SApiCoreV1NodeDaemonEndpoints{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[470] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeDaemonEndpoints) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeDaemonEndpoints) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeDaemonEndpoints) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[470] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeDaemonEndpoints.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeDaemonEndpoints) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{470} +} + +func (x *IoK8SApiCoreV1NodeDaemonEndpoints) GetKubeletEndpoint() *IoK8SApiCoreV1DaemonEndpoint { + if x != nil { + return x.KubeletEndpoint + } + return nil +} + +// NodeList is the whole list of all Nodes which have been registered with master. +type IoK8SApiCoreV1NodeList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of nodes + Items []*IoK8SApiCoreV1Node `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeList) Reset() { + *x = IoK8SApiCoreV1NodeList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[471] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[471] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{471} +} + +func (x *IoK8SApiCoreV1NodeList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1NodeList) GetItems() []*IoK8SApiCoreV1Node { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1NodeList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1NodeList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms. +type IoK8SApiCoreV1NodeSelector struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Required. A list of node selector terms. The terms are ORed. + NodeSelectorTerms []*IoK8SApiCoreV1NodeSelectorTerm `protobuf:"bytes,1,rep,name=nodeSelectorTerms,proto3" json:"nodeSelectorTerms,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeSelector) Reset() { + *x = IoK8SApiCoreV1NodeSelector{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[472] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeSelector) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeSelector) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeSelector) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[472] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeSelector.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeSelector) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{472} +} + +func (x *IoK8SApiCoreV1NodeSelector) GetNodeSelectorTerms() []*IoK8SApiCoreV1NodeSelectorTerm { + if x != nil { + return x.NodeSelectorTerms + } + return nil +} + +// A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. +type IoK8SApiCoreV1NodeSelectorRequirement struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The label key that the selector applies to. + Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` + // Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"` + // An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + Values []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeSelectorRequirement) Reset() { + *x = IoK8SApiCoreV1NodeSelectorRequirement{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[473] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeSelectorRequirement) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeSelectorRequirement) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeSelectorRequirement) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[473] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeSelectorRequirement.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeSelectorRequirement) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{473} +} + +func (x *IoK8SApiCoreV1NodeSelectorRequirement) GetKey() string { + if x != nil { + return x.Key + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSelectorRequirement) GetOperator() string { + if x != nil { + return x.Operator + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSelectorRequirement) GetValues() []string { + if x != nil { + return x.Values + } + return nil +} + +// A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. +type IoK8SApiCoreV1NodeSelectorTerm struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // A list of node selector requirements by node's labels. + MatchExpressions []*IoK8SApiCoreV1NodeSelectorRequirement `protobuf:"bytes,1,rep,name=matchExpressions,proto3" json:"matchExpressions,omitempty"` + // A list of node selector requirements by node's fields. + MatchFields []*IoK8SApiCoreV1NodeSelectorRequirement `protobuf:"bytes,2,rep,name=matchFields,proto3" json:"matchFields,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeSelectorTerm) Reset() { + *x = IoK8SApiCoreV1NodeSelectorTerm{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[474] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeSelectorTerm) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeSelectorTerm) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeSelectorTerm) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[474] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeSelectorTerm.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeSelectorTerm) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{474} +} + +func (x *IoK8SApiCoreV1NodeSelectorTerm) GetMatchExpressions() []*IoK8SApiCoreV1NodeSelectorRequirement { + if x != nil { + return x.MatchExpressions + } + return nil +} + +func (x *IoK8SApiCoreV1NodeSelectorTerm) GetMatchFields() []*IoK8SApiCoreV1NodeSelectorRequirement { + if x != nil { + return x.MatchFields + } + return nil +} + +// NodeSpec describes the attributes that a node is created with. +type IoK8SApiCoreV1NodeSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed. + ConfigSource *IoK8SApiCoreV1NodeConfigSource `protobuf:"bytes,1,opt,name=configSource,proto3" json:"configSource,omitempty"` + // Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966 + ExternalID string `protobuf:"bytes,2,opt,name=externalID,proto3" json:"externalID,omitempty"` + // PodCIDR represents the pod IP range assigned to the node. + PodCIDR string `protobuf:"bytes,3,opt,name=podCIDR,proto3" json:"podCIDR,omitempty"` + // podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6. + PodCIDRs []string `protobuf:"bytes,4,rep,name=podCIDRs,proto3" json:"podCIDRs,omitempty"` + // ID of the node assigned by the cloud provider in the format: :// + ProviderID string `protobuf:"bytes,5,opt,name=providerID,proto3" json:"providerID,omitempty"` + // If specified, the node's taints. + Taints []*IoK8SApiCoreV1Taint `protobuf:"bytes,6,rep,name=taints,proto3" json:"taints,omitempty"` + // Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration + Unschedulable bool `protobuf:"varint,7,opt,name=unschedulable,proto3" json:"unschedulable,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeSpec) Reset() { + *x = IoK8SApiCoreV1NodeSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[475] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[475] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{475} +} + +func (x *IoK8SApiCoreV1NodeSpec) GetConfigSource() *IoK8SApiCoreV1NodeConfigSource { + if x != nil { + return x.ConfigSource + } + return nil +} + +func (x *IoK8SApiCoreV1NodeSpec) GetExternalID() string { + if x != nil { + return x.ExternalID + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSpec) GetPodCIDR() string { + if x != nil { + return x.PodCIDR + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSpec) GetPodCIDRs() []string { + if x != nil { + return x.PodCIDRs + } + return nil +} + +func (x *IoK8SApiCoreV1NodeSpec) GetProviderID() string { + if x != nil { + return x.ProviderID + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSpec) GetTaints() []*IoK8SApiCoreV1Taint { + if x != nil { + return x.Taints + } + return nil +} + +func (x *IoK8SApiCoreV1NodeSpec) GetUnschedulable() bool { + if x != nil { + return x.Unschedulable + } + return false +} + +// NodeStatus is information about the current status of a node. +type IoK8SApiCoreV1NodeStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP). + Addresses []*IoK8SApiCoreV1NodeAddress `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` + // Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. + Allocatable map[string]string `protobuf:"bytes,2,rep,name=allocatable,proto3" json:"allocatable,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity + Capacity map[string]string `protobuf:"bytes,3,rep,name=capacity,proto3" json:"capacity,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition + Conditions []*IoK8SApiCoreV1NodeCondition `protobuf:"bytes,4,rep,name=conditions,proto3" json:"conditions,omitempty"` + // Status of the config assigned to the node via the dynamic Kubelet config feature. + Config *IoK8SApiCoreV1NodeConfigStatus `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"` + // Endpoints of daemons running on the Node. + DaemonEndpoints *IoK8SApiCoreV1NodeDaemonEndpoints `protobuf:"bytes,6,opt,name=daemonEndpoints,proto3" json:"daemonEndpoints,omitempty"` + // List of container images on this node + Images []*IoK8SApiCoreV1ContainerImage `protobuf:"bytes,7,rep,name=images,proto3" json:"images,omitempty"` + // Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info + NodeInfo *IoK8SApiCoreV1NodeSystemInfo `protobuf:"bytes,8,opt,name=nodeInfo,proto3" json:"nodeInfo,omitempty"` + // NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. + Phase string `protobuf:"bytes,9,opt,name=phase,proto3" json:"phase,omitempty"` + // List of volumes that are attached to the node. + VolumesAttached []*IoK8SApiCoreV1AttachedVolume `protobuf:"bytes,10,rep,name=volumesAttached,proto3" json:"volumesAttached,omitempty"` + // List of attachable volumes in use (mounted) by the node. + VolumesInUse []string `protobuf:"bytes,11,rep,name=volumesInUse,proto3" json:"volumesInUse,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeStatus) Reset() { + *x = IoK8SApiCoreV1NodeStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[476] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[476] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{476} +} + +func (x *IoK8SApiCoreV1NodeStatus) GetAddresses() []*IoK8SApiCoreV1NodeAddress { + if x != nil { + return x.Addresses + } + return nil +} + +func (x *IoK8SApiCoreV1NodeStatus) GetAllocatable() map[string]string { + if x != nil { + return x.Allocatable + } + return nil +} + +func (x *IoK8SApiCoreV1NodeStatus) GetCapacity() map[string]string { + if x != nil { + return x.Capacity + } + return nil +} + +func (x *IoK8SApiCoreV1NodeStatus) GetConditions() []*IoK8SApiCoreV1NodeCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiCoreV1NodeStatus) GetConfig() *IoK8SApiCoreV1NodeConfigStatus { + if x != nil { + return x.Config + } + return nil +} + +func (x *IoK8SApiCoreV1NodeStatus) GetDaemonEndpoints() *IoK8SApiCoreV1NodeDaemonEndpoints { + if x != nil { + return x.DaemonEndpoints + } + return nil +} + +func (x *IoK8SApiCoreV1NodeStatus) GetImages() []*IoK8SApiCoreV1ContainerImage { + if x != nil { + return x.Images + } + return nil +} + +func (x *IoK8SApiCoreV1NodeStatus) GetNodeInfo() *IoK8SApiCoreV1NodeSystemInfo { + if x != nil { + return x.NodeInfo + } + return nil +} + +func (x *IoK8SApiCoreV1NodeStatus) GetPhase() string { + if x != nil { + return x.Phase + } + return "" +} + +func (x *IoK8SApiCoreV1NodeStatus) GetVolumesAttached() []*IoK8SApiCoreV1AttachedVolume { + if x != nil { + return x.VolumesAttached + } + return nil +} + +func (x *IoK8SApiCoreV1NodeStatus) GetVolumesInUse() []string { + if x != nil { + return x.VolumesInUse + } + return nil +} + +// NodeSystemInfo is a set of ids/uuids to uniquely identify the node. +type IoK8SApiCoreV1NodeSystemInfo struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The Architecture reported by the node + Architecture string `protobuf:"bytes,1,opt,name=architecture,proto3" json:"architecture,omitempty"` + // Boot ID reported by the node. + BootID string `protobuf:"bytes,2,opt,name=bootID,proto3" json:"bootID,omitempty"` + // ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2). + ContainerRuntimeVersion string `protobuf:"bytes,3,opt,name=containerRuntimeVersion,proto3" json:"containerRuntimeVersion,omitempty"` + // Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64). + KernelVersion string `protobuf:"bytes,4,opt,name=kernelVersion,proto3" json:"kernelVersion,omitempty"` + // KubeProxy Version reported by the node. + KubeProxyVersion string `protobuf:"bytes,5,opt,name=kubeProxyVersion,proto3" json:"kubeProxyVersion,omitempty"` + // Kubelet Version reported by the node. + KubeletVersion string `protobuf:"bytes,6,opt,name=kubeletVersion,proto3" json:"kubeletVersion,omitempty"` + // MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html + MachineID string `protobuf:"bytes,7,opt,name=machineID,proto3" json:"machineID,omitempty"` + // The Operating System reported by the node + OperatingSystem string `protobuf:"bytes,8,opt,name=operatingSystem,proto3" json:"operatingSystem,omitempty"` + // OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)). + OsImage string `protobuf:"bytes,9,opt,name=osImage,proto3" json:"osImage,omitempty"` + // SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid + SystemUUID string `protobuf:"bytes,10,opt,name=systemUUID,proto3" json:"systemUUID,omitempty"` +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) Reset() { + *x = IoK8SApiCoreV1NodeSystemInfo{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[477] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1NodeSystemInfo) ProtoMessage() {} + +func (x *IoK8SApiCoreV1NodeSystemInfo) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[477] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1NodeSystemInfo.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1NodeSystemInfo) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{477} +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetArchitecture() string { + if x != nil { + return x.Architecture + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetBootID() string { + if x != nil { + return x.BootID + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetContainerRuntimeVersion() string { + if x != nil { + return x.ContainerRuntimeVersion + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetKernelVersion() string { + if x != nil { + return x.KernelVersion + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetKubeProxyVersion() string { + if x != nil { + return x.KubeProxyVersion + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetKubeletVersion() string { + if x != nil { + return x.KubeletVersion + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetMachineID() string { + if x != nil { + return x.MachineID + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetOperatingSystem() string { + if x != nil { + return x.OperatingSystem + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetOsImage() string { + if x != nil { + return x.OsImage + } + return "" +} + +func (x *IoK8SApiCoreV1NodeSystemInfo) GetSystemUUID() string { + if x != nil { + return x.SystemUUID + } + return "" +} + +// ObjectFieldSelector selects an APIVersioned field of an object. +type IoK8SApiCoreV1ObjectFieldSelector struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Version of the schema the FieldPath is written in terms of, defaults to "v1". + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Path of the field to select in the specified API version. + FieldPath string `protobuf:"bytes,2,opt,name=fieldPath,proto3" json:"fieldPath,omitempty"` +} + +func (x *IoK8SApiCoreV1ObjectFieldSelector) Reset() { + *x = IoK8SApiCoreV1ObjectFieldSelector{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[478] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ObjectFieldSelector) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ObjectFieldSelector) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ObjectFieldSelector) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[478] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ObjectFieldSelector.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ObjectFieldSelector) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{478} +} + +func (x *IoK8SApiCoreV1ObjectFieldSelector) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ObjectFieldSelector) GetFieldPath() string { + if x != nil { + return x.FieldPath + } + return "" +} + +// ObjectReference contains enough information to let you inspect or modify the referred object. +type IoK8SApiCoreV1ObjectReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // API version of the referent. + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. + FieldPath string `protobuf:"bytes,2,opt,name=fieldPath,proto3" json:"fieldPath,omitempty"` + // Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + ResourceVersion string `protobuf:"bytes,6,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + Uid string `protobuf:"bytes,7,opt,name=uid,proto3" json:"uid,omitempty"` +} + +func (x *IoK8SApiCoreV1ObjectReference) Reset() { + *x = IoK8SApiCoreV1ObjectReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[479] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ObjectReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ObjectReference) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ObjectReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[479] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ObjectReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ObjectReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{479} +} + +func (x *IoK8SApiCoreV1ObjectReference) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ObjectReference) GetFieldPath() string { + if x != nil { + return x.FieldPath + } + return "" +} + +func (x *IoK8SApiCoreV1ObjectReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ObjectReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1ObjectReference) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *IoK8SApiCoreV1ObjectReference) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ObjectReference) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +// PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes +type IoK8SApiCoreV1PersistentVolume struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes + Spec *IoK8SApiCoreV1PersistentVolumeSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes + Status *IoK8SApiCoreV1PersistentVolumeStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolume) Reset() { + *x = IoK8SApiCoreV1PersistentVolume{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[480] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolume) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolume) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolume) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[480] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolume.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolume) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{480} +} + +func (x *IoK8SApiCoreV1PersistentVolume) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolume) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolume) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolume) GetSpec() *IoK8SApiCoreV1PersistentVolumeSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolume) GetStatus() *IoK8SApiCoreV1PersistentVolumeStatus { + if x != nil { + return x.Status + } + return nil +} + +// PersistentVolumeClaim is a user's request for and claim to a persistent volume +type IoK8SApiCoreV1PersistentVolumeClaim struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + Spec *IoK8SApiCoreV1PersistentVolumeClaimSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + Status *IoK8SApiCoreV1PersistentVolumeClaimStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaim) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeClaim{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[481] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaim) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeClaim) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeClaim) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[481] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeClaim.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeClaim) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{481} +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaim) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaim) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaim) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaim) GetSpec() *IoK8SApiCoreV1PersistentVolumeClaimSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaim) GetStatus() *IoK8SApiCoreV1PersistentVolumeClaimStatus { + if x != nil { + return x.Status + } + return nil +} + +// PersistentVolumeClaimCondition contains details about state of pvc +type IoK8SApiCoreV1PersistentVolumeClaimCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // lastProbeTime is the time we probed the condition. + LastProbeTime string `protobuf:"bytes,1,opt,name=lastProbeTime,proto3" json:"lastProbeTime,omitempty"` + // lastTransitionTime is the time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,2,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // message is the human-readable message indicating details about last transition. + Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` + // reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized. + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` + Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimCondition) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeClaimCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[482] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeClaimCondition) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[482] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeClaimCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeClaimCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{482} +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimCondition) GetLastProbeTime() string { + if x != nil { + return x.LastProbeTime + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// PersistentVolumeClaimList is a list of PersistentVolumeClaim items. +type IoK8SApiCoreV1PersistentVolumeClaimList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is a list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + Items []*IoK8SApiCoreV1PersistentVolumeClaim `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimList) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeClaimList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[483] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeClaimList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[483] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeClaimList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeClaimList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{483} +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimList) GetItems() []*IoK8SApiCoreV1PersistentVolumeClaim { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes +type IoK8SApiCoreV1PersistentVolumeClaimSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + AccessModes []string `protobuf:"bytes,1,rep,name=accessModes,proto3" json:"accessModes,omitempty"` + // dataSource field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef, and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified. If the namespace is specified, then dataSourceRef will not be copied to dataSource. + DataSource *IoK8SApiCoreV1TypedLocalObjectReference `protobuf:"bytes,2,opt,name=dataSource,proto3" json:"dataSource,omitempty"` + // dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the dataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, when namespace isn't specified in dataSourceRef, both fields (dataSource and dataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. When namespace is specified in dataSourceRef, dataSource isn't set to the same value and must be empty. There are three important differences between dataSource and dataSourceRef: * While dataSource only allows two specific types of objects, dataSourceRef + // + // allows any non-core object, as well as PersistentVolumeClaim objects. + // - While dataSource ignores disallowed values (dropping them), dataSourceRef + // preserves all values, and generates an error if a disallowed value is + // specified. + // - While dataSource only allows local objects, dataSourceRef allows objects + // in any namespaces. + // + // (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. (Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + DataSourceRef *IoK8SApiCoreV1TypedObjectReference `protobuf:"bytes,3,opt,name=dataSourceRef,proto3" json:"dataSourceRef,omitempty"` + // resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources + Resources *IoK8SApiCoreV1ResourceRequirements `protobuf:"bytes,4,opt,name=resources,proto3" json:"resources,omitempty"` + // selector is a label query over volumes to consider for binding. + Selector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,5,opt,name=selector,proto3" json:"selector,omitempty"` + // storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 + StorageClassName string `protobuf:"bytes,6,opt,name=storageClassName,proto3" json:"storageClassName,omitempty"` + // volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. + VolumeMode string `protobuf:"bytes,7,opt,name=volumeMode,proto3" json:"volumeMode,omitempty"` + // volumeName is the binding reference to the PersistentVolume backing this claim. + VolumeName string `protobuf:"bytes,8,opt,name=volumeName,proto3" json:"volumeName,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeClaimSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[484] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeClaimSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[484] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeClaimSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeClaimSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{484} +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) GetAccessModes() []string { + if x != nil { + return x.AccessModes + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) GetDataSource() *IoK8SApiCoreV1TypedLocalObjectReference { + if x != nil { + return x.DataSource + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) GetDataSourceRef() *IoK8SApiCoreV1TypedObjectReference { + if x != nil { + return x.DataSourceRef + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) GetResources() *IoK8SApiCoreV1ResourceRequirements { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) GetSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.Selector + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) GetStorageClassName() string { + if x != nil { + return x.StorageClassName + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) GetVolumeMode() string { + if x != nil { + return x.VolumeMode + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimSpec) GetVolumeName() string { + if x != nil { + return x.VolumeName + } + return "" +} + +// PersistentVolumeClaimStatus is the current status of a persistent volume claim. +type IoK8SApiCoreV1PersistentVolumeClaimStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + AccessModes []string `protobuf:"bytes,1,rep,name=accessModes,proto3" json:"accessModes,omitempty"` + // allocatedResources is the storage resource within AllocatedResources tracks the capacity allocated to a PVC. It may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature. + AllocatedResources map[string]string `protobuf:"bytes,2,rep,name=allocatedResources,proto3" json:"allocatedResources,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // capacity represents the actual resources of the underlying volume. + Capacity map[string]string `protobuf:"bytes,3,rep,name=capacity,proto3" json:"capacity,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. + Conditions []*IoK8SApiCoreV1PersistentVolumeClaimCondition `protobuf:"bytes,4,rep,name=conditions,proto3" json:"conditions,omitempty"` + // phase represents the current phase of PersistentVolumeClaim. + Phase string `protobuf:"bytes,5,opt,name=phase,proto3" json:"phase,omitempty"` + // resizeStatus stores status of resize operation. ResizeStatus is not set by default but when expansion is complete resizeStatus is set to empty string by resize controller or kubelet. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature. + ResizeStatus string `protobuf:"bytes,6,opt,name=resizeStatus,proto3" json:"resizeStatus,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimStatus) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeClaimStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[485] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeClaimStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[485] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeClaimStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeClaimStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{485} +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimStatus) GetAccessModes() []string { + if x != nil { + return x.AccessModes + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimStatus) GetAllocatedResources() map[string]string { + if x != nil { + return x.AllocatedResources + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimStatus) GetCapacity() map[string]string { + if x != nil { + return x.Capacity + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimStatus) GetConditions() []*IoK8SApiCoreV1PersistentVolumeClaimCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimStatus) GetPhase() string { + if x != nil { + return x.Phase + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimStatus) GetResizeStatus() string { + if x != nil { + return x.ResizeStatus + } + return "" +} + +// PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource. +type IoK8SApiCoreV1PersistentVolumeClaimTemplate struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` + // The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here. + Spec *IoK8SApiCoreV1PersistentVolumeClaimSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimTemplate) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeClaimTemplate{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[486] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimTemplate) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeClaimTemplate) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimTemplate) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[486] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeClaimTemplate.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeClaimTemplate) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{486} +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimTemplate) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimTemplate) GetSpec() *IoK8SApiCoreV1PersistentVolumeClaimSpec { + if x != nil { + return x.Spec + } + return nil +} + +// PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). +type IoK8SApiCoreV1PersistentVolumeClaimVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + ClaimName string `protobuf:"bytes,1,opt,name=claimName,proto3" json:"claimName,omitempty"` + // readOnly Will force the ReadOnly setting in VolumeMounts. Default false. + ReadOnly bool `protobuf:"varint,2,opt,name=readOnly,proto3" json:"readOnly,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimVolumeSource) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeClaimVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[487] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeClaimVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[487] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeClaimVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeClaimVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{487} +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimVolumeSource) GetClaimName() string { + if x != nil { + return x.ClaimName + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeClaimVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +// PersistentVolumeList is a list of PersistentVolume items. +type IoK8SApiCoreV1PersistentVolumeList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is a list of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes + Items []*IoK8SApiCoreV1PersistentVolume `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeList) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[488] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[488] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{488} +} + +func (x *IoK8SApiCoreV1PersistentVolumeList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeList) GetItems() []*IoK8SApiCoreV1PersistentVolume { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PersistentVolumeSpec is the specification of a persistent volume. +type IoK8SApiCoreV1PersistentVolumeSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // accessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes + AccessModes []string `protobuf:"bytes,1,rep,name=accessModes,proto3" json:"accessModes,omitempty"` + // awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + AwsElasticBlockStore *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource `protobuf:"bytes,2,opt,name=awsElasticBlockStore,proto3" json:"awsElasticBlockStore,omitempty"` + // azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + AzureDisk *IoK8SApiCoreV1AzureDiskVolumeSource `protobuf:"bytes,3,opt,name=azureDisk,proto3" json:"azureDisk,omitempty"` + // azureFile represents an Azure File Service mount on the host and bind mount to the pod. + AzureFile *IoK8SApiCoreV1AzureFilePersistentVolumeSource `protobuf:"bytes,4,opt,name=azureFile,proto3" json:"azureFile,omitempty"` + // capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity + Capacity map[string]string `protobuf:"bytes,5,rep,name=capacity,proto3" json:"capacity,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // cephFS represents a Ceph FS mount on the host that shares a pod's lifetime + Cephfs *IoK8SApiCoreV1CephFSPersistentVolumeSource `protobuf:"bytes,6,opt,name=cephfs,proto3" json:"cephfs,omitempty"` + // cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + Cinder *IoK8SApiCoreV1CinderPersistentVolumeSource `protobuf:"bytes,7,opt,name=cinder,proto3" json:"cinder,omitempty"` + // claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding + ClaimRef *IoK8SApiCoreV1ObjectReference `protobuf:"bytes,8,opt,name=claimRef,proto3" json:"claimRef,omitempty"` + // csi represents storage that is handled by an external CSI driver (Beta feature). + Csi *IoK8SApiCoreV1CSIPersistentVolumeSource `protobuf:"bytes,9,opt,name=csi,proto3" json:"csi,omitempty"` + // fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. + Fc *IoK8SApiCoreV1FCVolumeSource `protobuf:"bytes,10,opt,name=fc,proto3" json:"fc,omitempty"` + // flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. + FlexVolume *IoK8SApiCoreV1FlexPersistentVolumeSource `protobuf:"bytes,11,opt,name=flexVolume,proto3" json:"flexVolume,omitempty"` + // flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running + Flocker *IoK8SApiCoreV1FlockerVolumeSource `protobuf:"bytes,12,opt,name=flocker,proto3" json:"flocker,omitempty"` + // gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + GcePersistentDisk *IoK8SApiCoreV1GCEPersistentDiskVolumeSource `protobuf:"bytes,13,opt,name=gcePersistentDisk,proto3" json:"gcePersistentDisk,omitempty"` + // glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md + Glusterfs *IoK8SApiCoreV1GlusterfsPersistentVolumeSource `protobuf:"bytes,14,opt,name=glusterfs,proto3" json:"glusterfs,omitempty"` + // hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + HostPath *IoK8SApiCoreV1HostPathVolumeSource `protobuf:"bytes,15,opt,name=hostPath,proto3" json:"hostPath,omitempty"` + // iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. + Iscsi *IoK8SApiCoreV1ISCSIPersistentVolumeSource `protobuf:"bytes,16,opt,name=iscsi,proto3" json:"iscsi,omitempty"` + // local represents directly-attached storage with node affinity + Local *IoK8SApiCoreV1LocalVolumeSource `protobuf:"bytes,17,opt,name=local,proto3" json:"local,omitempty"` + // mountOptions is the list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options + MountOptions []string `protobuf:"bytes,18,rep,name=mountOptions,proto3" json:"mountOptions,omitempty"` + // nfs represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + Nfs *IoK8SApiCoreV1NFSVolumeSource `protobuf:"bytes,19,opt,name=nfs,proto3" json:"nfs,omitempty"` + // nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume. + NodeAffinity *IoK8SApiCoreV1VolumeNodeAffinity `protobuf:"bytes,20,opt,name=nodeAffinity,proto3" json:"nodeAffinity,omitempty"` + // persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming + PersistentVolumeReclaimPolicy string `protobuf:"bytes,21,opt,name=persistentVolumeReclaimPolicy,proto3" json:"persistentVolumeReclaimPolicy,omitempty"` + // photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine + PhotonPersistentDisk *IoK8SApiCoreV1PhotonPersistentDiskVolumeSource `protobuf:"bytes,22,opt,name=photonPersistentDisk,proto3" json:"photonPersistentDisk,omitempty"` + // portworxVolume represents a portworx volume attached and mounted on kubelets host machine + PortworxVolume *IoK8SApiCoreV1PortworxVolumeSource `protobuf:"bytes,23,opt,name=portworxVolume,proto3" json:"portworxVolume,omitempty"` + // quobyte represents a Quobyte mount on the host that shares a pod's lifetime + Quobyte *IoK8SApiCoreV1QuobyteVolumeSource `protobuf:"bytes,24,opt,name=quobyte,proto3" json:"quobyte,omitempty"` + // rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md + Rbd *IoK8SApiCoreV1RBDPersistentVolumeSource `protobuf:"bytes,25,opt,name=rbd,proto3" json:"rbd,omitempty"` + // scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. + ScaleIO *IoK8SApiCoreV1ScaleIOPersistentVolumeSource `protobuf:"bytes,26,opt,name=scaleIO,proto3" json:"scaleIO,omitempty"` + // storageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. + StorageClassName string `protobuf:"bytes,27,opt,name=storageClassName,proto3" json:"storageClassName,omitempty"` + // storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md + Storageos *IoK8SApiCoreV1StorageOSPersistentVolumeSource `protobuf:"bytes,28,opt,name=storageos,proto3" json:"storageos,omitempty"` + // volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. + VolumeMode string `protobuf:"bytes,29,opt,name=volumeMode,proto3" json:"volumeMode,omitempty"` + // vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + VsphereVolume *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource `protobuf:"bytes,30,opt,name=vsphereVolume,proto3" json:"vsphereVolume,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[489] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[489] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{489} +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetAccessModes() []string { + if x != nil { + return x.AccessModes + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetAwsElasticBlockStore() *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource { + if x != nil { + return x.AwsElasticBlockStore + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetAzureDisk() *IoK8SApiCoreV1AzureDiskVolumeSource { + if x != nil { + return x.AzureDisk + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetAzureFile() *IoK8SApiCoreV1AzureFilePersistentVolumeSource { + if x != nil { + return x.AzureFile + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetCapacity() map[string]string { + if x != nil { + return x.Capacity + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetCephfs() *IoK8SApiCoreV1CephFSPersistentVolumeSource { + if x != nil { + return x.Cephfs + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetCinder() *IoK8SApiCoreV1CinderPersistentVolumeSource { + if x != nil { + return x.Cinder + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetClaimRef() *IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.ClaimRef + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetCsi() *IoK8SApiCoreV1CSIPersistentVolumeSource { + if x != nil { + return x.Csi + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetFc() *IoK8SApiCoreV1FCVolumeSource { + if x != nil { + return x.Fc + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetFlexVolume() *IoK8SApiCoreV1FlexPersistentVolumeSource { + if x != nil { + return x.FlexVolume + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetFlocker() *IoK8SApiCoreV1FlockerVolumeSource { + if x != nil { + return x.Flocker + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetGcePersistentDisk() *IoK8SApiCoreV1GCEPersistentDiskVolumeSource { + if x != nil { + return x.GcePersistentDisk + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetGlusterfs() *IoK8SApiCoreV1GlusterfsPersistentVolumeSource { + if x != nil { + return x.Glusterfs + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetHostPath() *IoK8SApiCoreV1HostPathVolumeSource { + if x != nil { + return x.HostPath + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetIscsi() *IoK8SApiCoreV1ISCSIPersistentVolumeSource { + if x != nil { + return x.Iscsi + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetLocal() *IoK8SApiCoreV1LocalVolumeSource { + if x != nil { + return x.Local + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetMountOptions() []string { + if x != nil { + return x.MountOptions + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetNfs() *IoK8SApiCoreV1NFSVolumeSource { + if x != nil { + return x.Nfs + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetNodeAffinity() *IoK8SApiCoreV1VolumeNodeAffinity { + if x != nil { + return x.NodeAffinity + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetPersistentVolumeReclaimPolicy() string { + if x != nil { + return x.PersistentVolumeReclaimPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetPhotonPersistentDisk() *IoK8SApiCoreV1PhotonPersistentDiskVolumeSource { + if x != nil { + return x.PhotonPersistentDisk + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetPortworxVolume() *IoK8SApiCoreV1PortworxVolumeSource { + if x != nil { + return x.PortworxVolume + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetQuobyte() *IoK8SApiCoreV1QuobyteVolumeSource { + if x != nil { + return x.Quobyte + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetRbd() *IoK8SApiCoreV1RBDPersistentVolumeSource { + if x != nil { + return x.Rbd + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetScaleIO() *IoK8SApiCoreV1ScaleIOPersistentVolumeSource { + if x != nil { + return x.ScaleIO + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetStorageClassName() string { + if x != nil { + return x.StorageClassName + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetStorageos() *IoK8SApiCoreV1StorageOSPersistentVolumeSource { + if x != nil { + return x.Storageos + } + return nil +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetVolumeMode() string { + if x != nil { + return x.VolumeMode + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeSpec) GetVsphereVolume() *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource { + if x != nil { + return x.VsphereVolume + } + return nil +} + +// PersistentVolumeStatus is the current status of a persistent volume. +type IoK8SApiCoreV1PersistentVolumeStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // message is a human-readable message indicating details about why the volume is in this state. + Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` + // phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase + Phase string `protobuf:"bytes,2,opt,name=phase,proto3" json:"phase,omitempty"` + // reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` +} + +func (x *IoK8SApiCoreV1PersistentVolumeStatus) Reset() { + *x = IoK8SApiCoreV1PersistentVolumeStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[490] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PersistentVolumeStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PersistentVolumeStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PersistentVolumeStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[490] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PersistentVolumeStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PersistentVolumeStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{490} +} + +func (x *IoK8SApiCoreV1PersistentVolumeStatus) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeStatus) GetPhase() string { + if x != nil { + return x.Phase + } + return "" +} + +func (x *IoK8SApiCoreV1PersistentVolumeStatus) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +// Represents a Photon Controller persistent disk resource. +type IoK8SApiCoreV1PhotonPersistentDiskVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // pdID is the ID that identifies Photon Controller persistent disk + PdID string `protobuf:"bytes,2,opt,name=pdID,proto3" json:"pdID,omitempty"` +} + +func (x *IoK8SApiCoreV1PhotonPersistentDiskVolumeSource) Reset() { + *x = IoK8SApiCoreV1PhotonPersistentDiskVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[491] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PhotonPersistentDiskVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PhotonPersistentDiskVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PhotonPersistentDiskVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[491] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PhotonPersistentDiskVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PhotonPersistentDiskVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{491} +} + +func (x *IoK8SApiCoreV1PhotonPersistentDiskVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1PhotonPersistentDiskVolumeSource) GetPdID() string { + if x != nil { + return x.PdID + } + return "" +} + +// Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts. +type IoK8SApiCoreV1Pod struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiCoreV1PodSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiCoreV1PodStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiCoreV1Pod) Reset() { + *x = IoK8SApiCoreV1Pod{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[492] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Pod) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Pod) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Pod) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[492] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Pod.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Pod) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{492} +} + +func (x *IoK8SApiCoreV1Pod) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1Pod) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1Pod) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1Pod) GetSpec() *IoK8SApiCoreV1PodSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiCoreV1Pod) GetStatus() *IoK8SApiCoreV1PodStatus { + if x != nil { + return x.Status + } + return nil +} + +// Pod affinity is a group of inter pod affinity scheduling rules. +type IoK8SApiCoreV1PodAffinity struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + PreferredDuringSchedulingIgnoredDuringExecution []*IoK8SApiCoreV1WeightedPodAffinityTerm `protobuf:"bytes,1,rep,name=preferredDuringSchedulingIgnoredDuringExecution,proto3" json:"preferredDuringSchedulingIgnoredDuringExecution,omitempty"` + // If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + RequiredDuringSchedulingIgnoredDuringExecution []*IoK8SApiCoreV1PodAffinityTerm `protobuf:"bytes,2,rep,name=requiredDuringSchedulingIgnoredDuringExecution,proto3" json:"requiredDuringSchedulingIgnoredDuringExecution,omitempty"` +} + +func (x *IoK8SApiCoreV1PodAffinity) Reset() { + *x = IoK8SApiCoreV1PodAffinity{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[493] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodAffinity) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodAffinity) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodAffinity) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[493] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodAffinity.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodAffinity) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{493} +} + +func (x *IoK8SApiCoreV1PodAffinity) GetPreferredDuringSchedulingIgnoredDuringExecution() []*IoK8SApiCoreV1WeightedPodAffinityTerm { + if x != nil { + return x.PreferredDuringSchedulingIgnoredDuringExecution + } + return nil +} + +func (x *IoK8SApiCoreV1PodAffinity) GetRequiredDuringSchedulingIgnoredDuringExecution() []*IoK8SApiCoreV1PodAffinityTerm { + if x != nil { + return x.RequiredDuringSchedulingIgnoredDuringExecution + } + return nil +} + +// Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running +type IoK8SApiCoreV1PodAffinityTerm struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // A label query over a set of resources, in this case pods. + LabelSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,1,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + NamespaceSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,2,opt,name=namespaceSelector,proto3" json:"namespaceSelector,omitempty"` + // namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + Namespaces []string `protobuf:"bytes,3,rep,name=namespaces,proto3" json:"namespaces,omitempty"` + // This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + TopologyKey string `protobuf:"bytes,4,opt,name=topologyKey,proto3" json:"topologyKey,omitempty"` +} + +func (x *IoK8SApiCoreV1PodAffinityTerm) Reset() { + *x = IoK8SApiCoreV1PodAffinityTerm{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[494] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodAffinityTerm) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodAffinityTerm) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodAffinityTerm) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[494] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodAffinityTerm.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodAffinityTerm) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{494} +} + +func (x *IoK8SApiCoreV1PodAffinityTerm) GetLabelSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.LabelSelector + } + return nil +} + +func (x *IoK8SApiCoreV1PodAffinityTerm) GetNamespaceSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.NamespaceSelector + } + return nil +} + +func (x *IoK8SApiCoreV1PodAffinityTerm) GetNamespaces() []string { + if x != nil { + return x.Namespaces + } + return nil +} + +func (x *IoK8SApiCoreV1PodAffinityTerm) GetTopologyKey() string { + if x != nil { + return x.TopologyKey + } + return "" +} + +// Pod anti affinity is a group of inter pod anti affinity scheduling rules. +type IoK8SApiCoreV1PodAntiAffinity struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + PreferredDuringSchedulingIgnoredDuringExecution []*IoK8SApiCoreV1WeightedPodAffinityTerm `protobuf:"bytes,1,rep,name=preferredDuringSchedulingIgnoredDuringExecution,proto3" json:"preferredDuringSchedulingIgnoredDuringExecution,omitempty"` + // If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + RequiredDuringSchedulingIgnoredDuringExecution []*IoK8SApiCoreV1PodAffinityTerm `protobuf:"bytes,2,rep,name=requiredDuringSchedulingIgnoredDuringExecution,proto3" json:"requiredDuringSchedulingIgnoredDuringExecution,omitempty"` +} + +func (x *IoK8SApiCoreV1PodAntiAffinity) Reset() { + *x = IoK8SApiCoreV1PodAntiAffinity{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[495] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodAntiAffinity) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodAntiAffinity) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodAntiAffinity) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[495] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodAntiAffinity.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodAntiAffinity) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{495} +} + +func (x *IoK8SApiCoreV1PodAntiAffinity) GetPreferredDuringSchedulingIgnoredDuringExecution() []*IoK8SApiCoreV1WeightedPodAffinityTerm { + if x != nil { + return x.PreferredDuringSchedulingIgnoredDuringExecution + } + return nil +} + +func (x *IoK8SApiCoreV1PodAntiAffinity) GetRequiredDuringSchedulingIgnoredDuringExecution() []*IoK8SApiCoreV1PodAffinityTerm { + if x != nil { + return x.RequiredDuringSchedulingIgnoredDuringExecution + } + return nil +} + +// PodCondition contains details for the current condition of this pod. +type IoK8SApiCoreV1PodCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Last time we probed the condition. + LastProbeTime string `protobuf:"bytes,1,opt,name=lastProbeTime,proto3" json:"lastProbeTime,omitempty"` + // Last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,2,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // Human-readable message indicating details about last transition. + Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` + // Unique, one-word, CamelCase reason for the condition's last transition. + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` + // Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` + // Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1PodCondition) Reset() { + *x = IoK8SApiCoreV1PodCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[496] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodCondition) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[496] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{496} +} + +func (x *IoK8SApiCoreV1PodCondition) GetLastProbeTime() string { + if x != nil { + return x.LastProbeTime + } + return "" +} + +func (x *IoK8SApiCoreV1PodCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiCoreV1PodCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1PodCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiCoreV1PodCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiCoreV1PodCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy. +type IoK8SApiCoreV1PodDNSConfig struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. + Nameservers []string `protobuf:"bytes,1,rep,name=nameservers,proto3" json:"nameservers,omitempty"` + // A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. + Options []*IoK8SApiCoreV1PodDNSConfigOption `protobuf:"bytes,2,rep,name=options,proto3" json:"options,omitempty"` + // A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. + Searches []string `protobuf:"bytes,3,rep,name=searches,proto3" json:"searches,omitempty"` +} + +func (x *IoK8SApiCoreV1PodDNSConfig) Reset() { + *x = IoK8SApiCoreV1PodDNSConfig{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[497] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodDNSConfig) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodDNSConfig) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodDNSConfig) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[497] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodDNSConfig.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodDNSConfig) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{497} +} + +func (x *IoK8SApiCoreV1PodDNSConfig) GetNameservers() []string { + if x != nil { + return x.Nameservers + } + return nil +} + +func (x *IoK8SApiCoreV1PodDNSConfig) GetOptions() []*IoK8SApiCoreV1PodDNSConfigOption { + if x != nil { + return x.Options + } + return nil +} + +func (x *IoK8SApiCoreV1PodDNSConfig) GetSearches() []string { + if x != nil { + return x.Searches + } + return nil +} + +// PodDNSConfigOption defines DNS resolver options of a pod. +type IoK8SApiCoreV1PodDNSConfigOption struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Required. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` +} + +func (x *IoK8SApiCoreV1PodDNSConfigOption) Reset() { + *x = IoK8SApiCoreV1PodDNSConfigOption{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[498] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodDNSConfigOption) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodDNSConfigOption) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodDNSConfigOption) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[498] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodDNSConfigOption.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodDNSConfigOption) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{498} +} + +func (x *IoK8SApiCoreV1PodDNSConfigOption) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1PodDNSConfigOption) GetValue() string { + if x != nil { + return x.Value + } + return "" +} + +// IP address information for entries in the (plural) PodIPs field. Each entry includes: +// +// IP: An IP address allocated to the pod. Routable at least within the cluster. +type IoK8SApiCoreV1PodIP struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ip is an IP address (IPv4 or IPv6) assigned to the pod + Ip string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"` +} + +func (x *IoK8SApiCoreV1PodIP) Reset() { + *x = IoK8SApiCoreV1PodIP{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[499] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodIP) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodIP) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodIP) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[499] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodIP.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodIP) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{499} +} + +func (x *IoK8SApiCoreV1PodIP) GetIp() string { + if x != nil { + return x.Ip + } + return "" +} + +// PodList is a list of Pods. +type IoK8SApiCoreV1PodList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md + Items []*IoK8SApiCoreV1Pod `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1PodList) Reset() { + *x = IoK8SApiCoreV1PodList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[500] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[500] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{500} +} + +func (x *IoK8SApiCoreV1PodList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1PodList) GetItems() []*IoK8SApiCoreV1Pod { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1PodList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1PodList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PodOS defines the OS parameters of a pod. +type IoK8SApiCoreV1PodOS struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name is the name of the operating system. The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiCoreV1PodOS) Reset() { + *x = IoK8SApiCoreV1PodOS{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[501] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodOS) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodOS) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodOS) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[501] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodOS.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodOS) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{501} +} + +func (x *IoK8SApiCoreV1PodOS) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// PodReadinessGate contains the reference to a pod condition +type IoK8SApiCoreV1PodReadinessGate struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ConditionType refers to a condition in the pod's condition list with matching type. + ConditionType string `protobuf:"bytes,1,opt,name=conditionType,proto3" json:"conditionType,omitempty"` +} + +func (x *IoK8SApiCoreV1PodReadinessGate) Reset() { + *x = IoK8SApiCoreV1PodReadinessGate{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[502] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodReadinessGate) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodReadinessGate) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodReadinessGate) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[502] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodReadinessGate.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodReadinessGate) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{502} +} + +func (x *IoK8SApiCoreV1PodReadinessGate) GetConditionType() string { + if x != nil { + return x.ConditionType + } + return "" +} + +// PodResourceClaim references exactly one ResourceClaim through a ClaimSource. It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name. +type IoK8SApiCoreV1PodResourceClaim struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name uniquely identifies this resource claim inside the pod. This must be a DNS_LABEL. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Source describes where to find the ResourceClaim. + Source *IoK8SApiCoreV1ClaimSource `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"` +} + +func (x *IoK8SApiCoreV1PodResourceClaim) Reset() { + *x = IoK8SApiCoreV1PodResourceClaim{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[503] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodResourceClaim) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodResourceClaim) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodResourceClaim) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[503] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodResourceClaim.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodResourceClaim) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{503} +} + +func (x *IoK8SApiCoreV1PodResourceClaim) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1PodResourceClaim) GetSource() *IoK8SApiCoreV1ClaimSource { + if x != nil { + return x.Source + } + return nil +} + +// PodSchedulingGate is associated to a Pod to guard its scheduling. +type IoK8SApiCoreV1PodSchedulingGate struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name of the scheduling gate. Each scheduling gate must have a unique name field. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiCoreV1PodSchedulingGate) Reset() { + *x = IoK8SApiCoreV1PodSchedulingGate{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[504] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodSchedulingGate) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodSchedulingGate) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodSchedulingGate) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[504] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodSchedulingGate.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodSchedulingGate) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{504} +} + +func (x *IoK8SApiCoreV1PodSchedulingGate) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext. +type IoK8SApiCoreV1PodSecurityContext struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: + // + // 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- + // + // If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows. + FsGroup int64 `protobuf:"varint,1,opt,name=fsGroup,proto3" json:"fsGroup,omitempty"` + // fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows. + FsGroupChangePolicy string `protobuf:"bytes,2,opt,name=fsGroupChangePolicy,proto3" json:"fsGroupChangePolicy,omitempty"` + // The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. + RunAsGroup int64 `protobuf:"varint,3,opt,name=runAsGroup,proto3" json:"runAsGroup,omitempty"` + // Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + RunAsNonRoot bool `protobuf:"varint,4,opt,name=runAsNonRoot,proto3" json:"runAsNonRoot,omitempty"` + // The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. + RunAsUser int64 `protobuf:"varint,5,opt,name=runAsUser,proto3" json:"runAsUser,omitempty"` + // The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. + SeLinuxOptions *IoK8SApiCoreV1SELinuxOptions `protobuf:"bytes,6,opt,name=seLinuxOptions,proto3" json:"seLinuxOptions,omitempty"` + // The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows. + SeccompProfile *IoK8SApiCoreV1SeccompProfile `protobuf:"bytes,7,opt,name=seccompProfile,proto3" json:"seccompProfile,omitempty"` + // A list of groups applied to the first process run in each container, in addition to the container's primary GID, the fsGroup (if specified), and group memberships defined in the container image for the uid of the container process. If unspecified, no additional groups are added to any container. Note that group memberships defined in the container image for the uid of the container process are still effective, even if they are not included in this list. Note that this field cannot be set when spec.os.name is windows. + SupplementalGroups []int64 `protobuf:"varint,8,rep,packed,name=supplementalGroups,proto3" json:"supplementalGroups,omitempty"` + // Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows. + Sysctls []*IoK8SApiCoreV1Sysctl `protobuf:"bytes,9,rep,name=sysctls,proto3" json:"sysctls,omitempty"` + // The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux. + WindowsOptions *IoK8SApiCoreV1WindowsSecurityContextOptions `protobuf:"bytes,10,opt,name=windowsOptions,proto3" json:"windowsOptions,omitempty"` +} + +func (x *IoK8SApiCoreV1PodSecurityContext) Reset() { + *x = IoK8SApiCoreV1PodSecurityContext{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[505] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodSecurityContext) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodSecurityContext) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodSecurityContext) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[505] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodSecurityContext.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodSecurityContext) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{505} +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetFsGroup() int64 { + if x != nil { + return x.FsGroup + } + return 0 +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetFsGroupChangePolicy() string { + if x != nil { + return x.FsGroupChangePolicy + } + return "" +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetRunAsGroup() int64 { + if x != nil { + return x.RunAsGroup + } + return 0 +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetRunAsNonRoot() bool { + if x != nil { + return x.RunAsNonRoot + } + return false +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetRunAsUser() int64 { + if x != nil { + return x.RunAsUser + } + return 0 +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetSeLinuxOptions() *IoK8SApiCoreV1SELinuxOptions { + if x != nil { + return x.SeLinuxOptions + } + return nil +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetSeccompProfile() *IoK8SApiCoreV1SeccompProfile { + if x != nil { + return x.SeccompProfile + } + return nil +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetSupplementalGroups() []int64 { + if x != nil { + return x.SupplementalGroups + } + return nil +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetSysctls() []*IoK8SApiCoreV1Sysctl { + if x != nil { + return x.Sysctls + } + return nil +} + +func (x *IoK8SApiCoreV1PodSecurityContext) GetWindowsOptions() *IoK8SApiCoreV1WindowsSecurityContextOptions { + if x != nil { + return x.WindowsOptions + } + return nil +} + +// PodSpec is a description of a pod. +type IoK8SApiCoreV1PodSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer. + ActiveDeadlineSeconds int64 `protobuf:"varint,1,opt,name=activeDeadlineSeconds,proto3" json:"activeDeadlineSeconds,omitempty"` + // If specified, the pod's scheduling constraints + Affinity *IoK8SApiCoreV1Affinity `protobuf:"bytes,2,opt,name=affinity,proto3" json:"affinity,omitempty"` + // AutomountServiceAccountToken indicates whether a service account token should be automatically mounted. + AutomountServiceAccountToken bool `protobuf:"varint,3,opt,name=automountServiceAccountToken,proto3" json:"automountServiceAccountToken,omitempty"` + // List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. + Containers []*IoK8SApiCoreV1Container `protobuf:"bytes,4,rep,name=containers,proto3" json:"containers,omitempty"` + // Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy. + DnsConfig *IoK8SApiCoreV1PodDNSConfig `protobuf:"bytes,5,opt,name=dnsConfig,proto3" json:"dnsConfig,omitempty"` + // Set DNS policy for the pod. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'. + DnsPolicy string `protobuf:"bytes,6,opt,name=dnsPolicy,proto3" json:"dnsPolicy,omitempty"` + // EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true. + EnableServiceLinks bool `protobuf:"varint,7,opt,name=enableServiceLinks,proto3" json:"enableServiceLinks,omitempty"` + // List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. + EphemeralContainers []*IoK8SApiCoreV1EphemeralContainer `protobuf:"bytes,8,rep,name=ephemeralContainers,proto3" json:"ephemeralContainers,omitempty"` + // HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. + HostAliases []*IoK8SApiCoreV1HostAlias `protobuf:"bytes,9,rep,name=hostAliases,proto3" json:"hostAliases,omitempty"` + // Use the host's ipc namespace. Optional: Default to false. + HostIPC bool `protobuf:"varint,10,opt,name=hostIPC,proto3" json:"hostIPC,omitempty"` + // Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false. + HostNetwork bool `protobuf:"varint,11,opt,name=hostNetwork,proto3" json:"hostNetwork,omitempty"` + // Use the host's pid namespace. Optional: Default to false. + HostPID bool `protobuf:"varint,12,opt,name=hostPID,proto3" json:"hostPID,omitempty"` + // Use the host's user namespace. Optional: Default to true. If set to true or not present, the pod will be run in the host user namespace, useful for when the pod needs a feature only available to the host user namespace, such as loading a kernel module with CAP_SYS_MODULE. When set to false, a new userns is created for the pod. Setting false is useful for mitigating container breakout vulnerabilities even allowing users to run their containers as root without actually having root privileges on the host. This field is alpha-level and is only honored by servers that enable the UserNamespacesSupport feature. + HostUsers bool `protobuf:"varint,13,opt,name=hostUsers,proto3" json:"hostUsers,omitempty"` + // Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value. + Hostname string `protobuf:"bytes,14,opt,name=hostname,proto3" json:"hostname,omitempty"` + // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod + ImagePullSecrets []*IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,15,rep,name=imagePullSecrets,proto3" json:"imagePullSecrets,omitempty"` + // List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ + InitContainers []*IoK8SApiCoreV1Container `protobuf:"bytes,16,rep,name=initContainers,proto3" json:"initContainers,omitempty"` + // NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements. + NodeName string `protobuf:"bytes,17,opt,name=nodeName,proto3" json:"nodeName,omitempty"` + // NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + NodeSelector map[string]string `protobuf:"bytes,18,rep,name=nodeSelector,proto3" json:"nodeSelector,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Specifies the OS of the containers in the pod. Some pod and container fields are restricted if this is set. + // + // If the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions + // + // If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup + Os *IoK8SApiCoreV1PodOS `protobuf:"bytes,19,opt,name=os,proto3" json:"os,omitempty"` + // Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md + Overhead map[string]string `protobuf:"bytes,20,rep,name=overhead,proto3" json:"overhead,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. + PreemptionPolicy string `protobuf:"bytes,21,opt,name=preemptionPolicy,proto3" json:"preemptionPolicy,omitempty"` + // The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority. + Priority int32 `protobuf:"varint,22,opt,name=priority,proto3" json:"priority,omitempty"` + // If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. + PriorityClassName string `protobuf:"bytes,23,opt,name=priorityClassName,proto3" json:"priorityClassName,omitempty"` + // If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates + ReadinessGates []*IoK8SApiCoreV1PodReadinessGate `protobuf:"bytes,24,rep,name=readinessGates,proto3" json:"readinessGates,omitempty"` + // ResourceClaims defines which ResourceClaims must be allocated and reserved before the Pod is allowed to start. The resources will be made available to those containers which consume them by name. + // + // This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. + // + // This field is immutable. + ResourceClaims []*IoK8SApiCoreV1PodResourceClaim `protobuf:"bytes,25,rep,name=resourceClaims,proto3" json:"resourceClaims,omitempty"` + // Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy + RestartPolicy string `protobuf:"bytes,26,opt,name=restartPolicy,proto3" json:"restartPolicy,omitempty"` + // RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class + RuntimeClassName string `protobuf:"bytes,27,opt,name=runtimeClassName,proto3" json:"runtimeClassName,omitempty"` + // If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. + SchedulerName string `protobuf:"bytes,28,opt,name=schedulerName,proto3" json:"schedulerName,omitempty"` + // SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod. + // + // SchedulingGates can only be set at pod creation time, and be removed only afterwards. + // + // This is a beta feature enabled by the PodSchedulingReadiness feature gate. + SchedulingGates []*IoK8SApiCoreV1PodSchedulingGate `protobuf:"bytes,29,rep,name=schedulingGates,proto3" json:"schedulingGates,omitempty"` + // SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field. + SecurityContext *IoK8SApiCoreV1PodSecurityContext `protobuf:"bytes,30,opt,name=securityContext,proto3" json:"securityContext,omitempty"` + // DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. + ServiceAccount string `protobuf:"bytes,31,opt,name=serviceAccount,proto3" json:"serviceAccount,omitempty"` + // ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ServiceAccountName string `protobuf:"bytes,32,opt,name=serviceAccountName,proto3" json:"serviceAccountName,omitempty"` + // If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false. + SetHostnameAsFQDN bool `protobuf:"varint,33,opt,name=setHostnameAsFQDN,proto3" json:"setHostnameAsFQDN,omitempty"` + // Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. + ShareProcessNamespace bool `protobuf:"varint,34,opt,name=shareProcessNamespace,proto3" json:"shareProcessNamespace,omitempty"` + // If specified, the fully qualified Pod hostname will be "...svc.". If not specified, the pod will not have a domainname at all. + Subdomain string `protobuf:"bytes,35,opt,name=subdomain,proto3" json:"subdomain,omitempty"` + // Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. + TerminationGracePeriodSeconds int64 `protobuf:"varint,36,opt,name=terminationGracePeriodSeconds,proto3" json:"terminationGracePeriodSeconds,omitempty"` + // If specified, the pod's tolerations. + Tolerations []*IoK8SApiCoreV1Toleration `protobuf:"bytes,37,rep,name=tolerations,proto3" json:"tolerations,omitempty"` + // TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed. + TopologySpreadConstraints []*IoK8SApiCoreV1TopologySpreadConstraint `protobuf:"bytes,38,rep,name=topologySpreadConstraints,proto3" json:"topologySpreadConstraints,omitempty"` + // List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes + Volumes []*IoK8SApiCoreV1Volume `protobuf:"bytes,39,rep,name=volumes,proto3" json:"volumes,omitempty"` +} + +func (x *IoK8SApiCoreV1PodSpec) Reset() { + *x = IoK8SApiCoreV1PodSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[506] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[506] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{506} +} + +func (x *IoK8SApiCoreV1PodSpec) GetActiveDeadlineSeconds() int64 { + if x != nil { + return x.ActiveDeadlineSeconds + } + return 0 +} + +func (x *IoK8SApiCoreV1PodSpec) GetAffinity() *IoK8SApiCoreV1Affinity { + if x != nil { + return x.Affinity + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetAutomountServiceAccountToken() bool { + if x != nil { + return x.AutomountServiceAccountToken + } + return false +} + +func (x *IoK8SApiCoreV1PodSpec) GetContainers() []*IoK8SApiCoreV1Container { + if x != nil { + return x.Containers + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetDnsConfig() *IoK8SApiCoreV1PodDNSConfig { + if x != nil { + return x.DnsConfig + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetDnsPolicy() string { + if x != nil { + return x.DnsPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetEnableServiceLinks() bool { + if x != nil { + return x.EnableServiceLinks + } + return false +} + +func (x *IoK8SApiCoreV1PodSpec) GetEphemeralContainers() []*IoK8SApiCoreV1EphemeralContainer { + if x != nil { + return x.EphemeralContainers + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetHostAliases() []*IoK8SApiCoreV1HostAlias { + if x != nil { + return x.HostAliases + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetHostIPC() bool { + if x != nil { + return x.HostIPC + } + return false +} + +func (x *IoK8SApiCoreV1PodSpec) GetHostNetwork() bool { + if x != nil { + return x.HostNetwork + } + return false +} + +func (x *IoK8SApiCoreV1PodSpec) GetHostPID() bool { + if x != nil { + return x.HostPID + } + return false +} + +func (x *IoK8SApiCoreV1PodSpec) GetHostUsers() bool { + if x != nil { + return x.HostUsers + } + return false +} + +func (x *IoK8SApiCoreV1PodSpec) GetHostname() string { + if x != nil { + return x.Hostname + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetImagePullSecrets() []*IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.ImagePullSecrets + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetInitContainers() []*IoK8SApiCoreV1Container { + if x != nil { + return x.InitContainers + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetNodeName() string { + if x != nil { + return x.NodeName + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetNodeSelector() map[string]string { + if x != nil { + return x.NodeSelector + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetOs() *IoK8SApiCoreV1PodOS { + if x != nil { + return x.Os + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetOverhead() map[string]string { + if x != nil { + return x.Overhead + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetPreemptionPolicy() string { + if x != nil { + return x.PreemptionPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetPriority() int32 { + if x != nil { + return x.Priority + } + return 0 +} + +func (x *IoK8SApiCoreV1PodSpec) GetPriorityClassName() string { + if x != nil { + return x.PriorityClassName + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetReadinessGates() []*IoK8SApiCoreV1PodReadinessGate { + if x != nil { + return x.ReadinessGates + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetResourceClaims() []*IoK8SApiCoreV1PodResourceClaim { + if x != nil { + return x.ResourceClaims + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetRestartPolicy() string { + if x != nil { + return x.RestartPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetRuntimeClassName() string { + if x != nil { + return x.RuntimeClassName + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetSchedulerName() string { + if x != nil { + return x.SchedulerName + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetSchedulingGates() []*IoK8SApiCoreV1PodSchedulingGate { + if x != nil { + return x.SchedulingGates + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetSecurityContext() *IoK8SApiCoreV1PodSecurityContext { + if x != nil { + return x.SecurityContext + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetServiceAccount() string { + if x != nil { + return x.ServiceAccount + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetServiceAccountName() string { + if x != nil { + return x.ServiceAccountName + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetSetHostnameAsFQDN() bool { + if x != nil { + return x.SetHostnameAsFQDN + } + return false +} + +func (x *IoK8SApiCoreV1PodSpec) GetShareProcessNamespace() bool { + if x != nil { + return x.ShareProcessNamespace + } + return false +} + +func (x *IoK8SApiCoreV1PodSpec) GetSubdomain() string { + if x != nil { + return x.Subdomain + } + return "" +} + +func (x *IoK8SApiCoreV1PodSpec) GetTerminationGracePeriodSeconds() int64 { + if x != nil { + return x.TerminationGracePeriodSeconds + } + return 0 +} + +func (x *IoK8SApiCoreV1PodSpec) GetTolerations() []*IoK8SApiCoreV1Toleration { + if x != nil { + return x.Tolerations + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetTopologySpreadConstraints() []*IoK8SApiCoreV1TopologySpreadConstraint { + if x != nil { + return x.TopologySpreadConstraints + } + return nil +} + +func (x *IoK8SApiCoreV1PodSpec) GetVolumes() []*IoK8SApiCoreV1Volume { + if x != nil { + return x.Volumes + } + return nil +} + +// PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane. +type IoK8SApiCoreV1PodStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + Conditions []*IoK8SApiCoreV1PodCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` + // The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status + ContainerStatuses []*IoK8SApiCoreV1ContainerStatus `protobuf:"bytes,2,rep,name=containerStatuses,proto3" json:"containerStatuses,omitempty"` + // Status for any ephemeral containers that have run in this pod. + EphemeralContainerStatuses []*IoK8SApiCoreV1ContainerStatus `protobuf:"bytes,3,rep,name=ephemeralContainerStatuses,proto3" json:"ephemeralContainerStatuses,omitempty"` + // IP address of the host to which the pod is assigned. Empty if not yet scheduled. + HostIP string `protobuf:"bytes,4,opt,name=hostIP,proto3" json:"hostIP,omitempty"` + // The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status + InitContainerStatuses []*IoK8SApiCoreV1ContainerStatus `protobuf:"bytes,5,rep,name=initContainerStatuses,proto3" json:"initContainerStatuses,omitempty"` + // A human readable message indicating details about why the pod is in this condition. + Message string `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"` + // nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled. + NominatedNodeName string `protobuf:"bytes,7,opt,name=nominatedNodeName,proto3" json:"nominatedNodeName,omitempty"` + // The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: + // + // Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. + // + // More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase + Phase string `protobuf:"bytes,8,opt,name=phase,proto3" json:"phase,omitempty"` + // IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. + PodIP string `protobuf:"bytes,9,opt,name=podIP,proto3" json:"podIP,omitempty"` + // podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet. + PodIPs []*IoK8SApiCoreV1PodIP `protobuf:"bytes,10,rep,name=podIPs,proto3" json:"podIPs,omitempty"` + // The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/#quality-of-service-classes + QosClass string `protobuf:"bytes,11,opt,name=qosClass,proto3" json:"qosClass,omitempty"` + // A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' + Reason string `protobuf:"bytes,12,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of resources resize desired for pod's containers. It is empty if no resources resize is pending. Any changes to container resources will automatically set this to "Proposed" + Resize string `protobuf:"bytes,13,opt,name=resize,proto3" json:"resize,omitempty"` + // RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. + StartTime string `protobuf:"bytes,14,opt,name=startTime,proto3" json:"startTime,omitempty"` +} + +func (x *IoK8SApiCoreV1PodStatus) Reset() { + *x = IoK8SApiCoreV1PodStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[507] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[507] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{507} +} + +func (x *IoK8SApiCoreV1PodStatus) GetConditions() []*IoK8SApiCoreV1PodCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiCoreV1PodStatus) GetContainerStatuses() []*IoK8SApiCoreV1ContainerStatus { + if x != nil { + return x.ContainerStatuses + } + return nil +} + +func (x *IoK8SApiCoreV1PodStatus) GetEphemeralContainerStatuses() []*IoK8SApiCoreV1ContainerStatus { + if x != nil { + return x.EphemeralContainerStatuses + } + return nil +} + +func (x *IoK8SApiCoreV1PodStatus) GetHostIP() string { + if x != nil { + return x.HostIP + } + return "" +} + +func (x *IoK8SApiCoreV1PodStatus) GetInitContainerStatuses() []*IoK8SApiCoreV1ContainerStatus { + if x != nil { + return x.InitContainerStatuses + } + return nil +} + +func (x *IoK8SApiCoreV1PodStatus) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1PodStatus) GetNominatedNodeName() string { + if x != nil { + return x.NominatedNodeName + } + return "" +} + +func (x *IoK8SApiCoreV1PodStatus) GetPhase() string { + if x != nil { + return x.Phase + } + return "" +} + +func (x *IoK8SApiCoreV1PodStatus) GetPodIP() string { + if x != nil { + return x.PodIP + } + return "" +} + +func (x *IoK8SApiCoreV1PodStatus) GetPodIPs() []*IoK8SApiCoreV1PodIP { + if x != nil { + return x.PodIPs + } + return nil +} + +func (x *IoK8SApiCoreV1PodStatus) GetQosClass() string { + if x != nil { + return x.QosClass + } + return "" +} + +func (x *IoK8SApiCoreV1PodStatus) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiCoreV1PodStatus) GetResize() string { + if x != nil { + return x.Resize + } + return "" +} + +func (x *IoK8SApiCoreV1PodStatus) GetStartTime() string { + if x != nil { + return x.StartTime + } + return "" +} + +// PodTemplate describes a template for creating copies of a predefined pod. +type IoK8SApiCoreV1PodTemplate struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Template defines the pods that will be created from this pod template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Template *IoK8SApiCoreV1PodTemplateSpec `protobuf:"bytes,4,opt,name=template,proto3" json:"template,omitempty"` +} + +func (x *IoK8SApiCoreV1PodTemplate) Reset() { + *x = IoK8SApiCoreV1PodTemplate{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[508] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodTemplate) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodTemplate) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodTemplate) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[508] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodTemplate.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodTemplate) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{508} +} + +func (x *IoK8SApiCoreV1PodTemplate) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1PodTemplate) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1PodTemplate) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1PodTemplate) GetTemplate() *IoK8SApiCoreV1PodTemplateSpec { + if x != nil { + return x.Template + } + return nil +} + +// PodTemplateList is a list of PodTemplates. +type IoK8SApiCoreV1PodTemplateList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of pod templates + Items []*IoK8SApiCoreV1PodTemplate `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1PodTemplateList) Reset() { + *x = IoK8SApiCoreV1PodTemplateList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[509] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodTemplateList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodTemplateList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodTemplateList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[509] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodTemplateList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodTemplateList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{509} +} + +func (x *IoK8SApiCoreV1PodTemplateList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1PodTemplateList) GetItems() []*IoK8SApiCoreV1PodTemplate { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1PodTemplateList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1PodTemplateList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PodTemplateSpec describes the data a pod should have when created from a template +type IoK8SApiCoreV1PodTemplateSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiCoreV1PodSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiCoreV1PodTemplateSpec) Reset() { + *x = IoK8SApiCoreV1PodTemplateSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[510] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PodTemplateSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PodTemplateSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PodTemplateSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[510] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PodTemplateSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PodTemplateSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{510} +} + +func (x *IoK8SApiCoreV1PodTemplateSpec) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1PodTemplateSpec) GetSpec() *IoK8SApiCoreV1PodSpec { + if x != nil { + return x.Spec + } + return nil +} + +type IoK8SApiCoreV1PortStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use + // + // CamelCase names + // - cloud provider specific error values must have names that comply with the + // format foo.example.com/CamelCase. + Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` + // Port is the port number of the service port of which status is recorded here + Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` + // Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP" + Protocol string `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"` +} + +func (x *IoK8SApiCoreV1PortStatus) Reset() { + *x = IoK8SApiCoreV1PortStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[511] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PortStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PortStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PortStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[511] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PortStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PortStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{511} +} + +func (x *IoK8SApiCoreV1PortStatus) GetError() string { + if x != nil { + return x.Error + } + return "" +} + +func (x *IoK8SApiCoreV1PortStatus) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +func (x *IoK8SApiCoreV1PortStatus) GetProtocol() string { + if x != nil { + return x.Protocol + } + return "" +} + +// PortworxVolumeSource represents a Portworx volume resource. +type IoK8SApiCoreV1PortworxVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified. + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,2,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // volumeID uniquely identifies a Portworx volume + VolumeID string `protobuf:"bytes,3,opt,name=volumeID,proto3" json:"volumeID,omitempty"` +} + +func (x *IoK8SApiCoreV1PortworxVolumeSource) Reset() { + *x = IoK8SApiCoreV1PortworxVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[512] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PortworxVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PortworxVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PortworxVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[512] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PortworxVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PortworxVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{512} +} + +func (x *IoK8SApiCoreV1PortworxVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1PortworxVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1PortworxVolumeSource) GetVolumeID() string { + if x != nil { + return x.VolumeID + } + return "" +} + +// An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). +type IoK8SApiCoreV1PreferredSchedulingTerm struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // A node selector term, associated with the corresponding weight. + Preference *IoK8SApiCoreV1NodeSelectorTerm `protobuf:"bytes,1,opt,name=preference,proto3" json:"preference,omitempty"` + // Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. + Weight int32 `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"` +} + +func (x *IoK8SApiCoreV1PreferredSchedulingTerm) Reset() { + *x = IoK8SApiCoreV1PreferredSchedulingTerm{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[513] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1PreferredSchedulingTerm) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1PreferredSchedulingTerm) ProtoMessage() {} + +func (x *IoK8SApiCoreV1PreferredSchedulingTerm) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[513] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1PreferredSchedulingTerm.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1PreferredSchedulingTerm) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{513} +} + +func (x *IoK8SApiCoreV1PreferredSchedulingTerm) GetPreference() *IoK8SApiCoreV1NodeSelectorTerm { + if x != nil { + return x.Preference + } + return nil +} + +func (x *IoK8SApiCoreV1PreferredSchedulingTerm) GetWeight() int32 { + if x != nil { + return x.Weight + } + return 0 +} + +// Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. +type IoK8SApiCoreV1Probe struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Exec specifies the action to take. + Exec *IoK8SApiCoreV1ExecAction `protobuf:"bytes,1,opt,name=exec,proto3" json:"exec,omitempty"` + // Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. + FailureThreshold int32 `protobuf:"varint,2,opt,name=failureThreshold,proto3" json:"failureThreshold,omitempty"` + // GRPC specifies an action involving a GRPC port. + Grpc *IoK8SApiCoreV1GRPCAction `protobuf:"bytes,3,opt,name=grpc,proto3" json:"grpc,omitempty"` + // HTTPGet specifies the http request to perform. + HttpGet *IoK8SApiCoreV1HTTPGetAction `protobuf:"bytes,4,opt,name=httpGet,proto3" json:"httpGet,omitempty"` + // Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + InitialDelaySeconds int32 `protobuf:"varint,5,opt,name=initialDelaySeconds,proto3" json:"initialDelaySeconds,omitempty"` + // How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. + PeriodSeconds int32 `protobuf:"varint,6,opt,name=periodSeconds,proto3" json:"periodSeconds,omitempty"` + // Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + SuccessThreshold int32 `protobuf:"varint,7,opt,name=successThreshold,proto3" json:"successThreshold,omitempty"` + // TCPSocket specifies an action involving a TCP port. + TcpSocket *IoK8SApiCoreV1TCPSocketAction `protobuf:"bytes,8,opt,name=tcpSocket,proto3" json:"tcpSocket,omitempty"` + // Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + TerminationGracePeriodSeconds int64 `protobuf:"varint,9,opt,name=terminationGracePeriodSeconds,proto3" json:"terminationGracePeriodSeconds,omitempty"` + // Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` +} + +func (x *IoK8SApiCoreV1Probe) Reset() { + *x = IoK8SApiCoreV1Probe{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[514] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Probe) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Probe) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Probe) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[514] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Probe.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Probe) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{514} +} + +func (x *IoK8SApiCoreV1Probe) GetExec() *IoK8SApiCoreV1ExecAction { + if x != nil { + return x.Exec + } + return nil +} + +func (x *IoK8SApiCoreV1Probe) GetFailureThreshold() int32 { + if x != nil { + return x.FailureThreshold + } + return 0 +} + +func (x *IoK8SApiCoreV1Probe) GetGrpc() *IoK8SApiCoreV1GRPCAction { + if x != nil { + return x.Grpc + } + return nil +} + +func (x *IoK8SApiCoreV1Probe) GetHttpGet() *IoK8SApiCoreV1HTTPGetAction { + if x != nil { + return x.HttpGet + } + return nil +} + +func (x *IoK8SApiCoreV1Probe) GetInitialDelaySeconds() int32 { + if x != nil { + return x.InitialDelaySeconds + } + return 0 +} + +func (x *IoK8SApiCoreV1Probe) GetPeriodSeconds() int32 { + if x != nil { + return x.PeriodSeconds + } + return 0 +} + +func (x *IoK8SApiCoreV1Probe) GetSuccessThreshold() int32 { + if x != nil { + return x.SuccessThreshold + } + return 0 +} + +func (x *IoK8SApiCoreV1Probe) GetTcpSocket() *IoK8SApiCoreV1TCPSocketAction { + if x != nil { + return x.TcpSocket + } + return nil +} + +func (x *IoK8SApiCoreV1Probe) GetTerminationGracePeriodSeconds() int64 { + if x != nil { + return x.TerminationGracePeriodSeconds + } + return 0 +} + +func (x *IoK8SApiCoreV1Probe) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +// Represents a projected volume source +type IoK8SApiCoreV1ProjectedVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + DefaultMode int32 `protobuf:"varint,1,opt,name=defaultMode,proto3" json:"defaultMode,omitempty"` + // sources is the list of volume projections + Sources []*IoK8SApiCoreV1VolumeProjection `protobuf:"bytes,2,rep,name=sources,proto3" json:"sources,omitempty"` +} + +func (x *IoK8SApiCoreV1ProjectedVolumeSource) Reset() { + *x = IoK8SApiCoreV1ProjectedVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[515] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ProjectedVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ProjectedVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ProjectedVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[515] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ProjectedVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ProjectedVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{515} +} + +func (x *IoK8SApiCoreV1ProjectedVolumeSource) GetDefaultMode() int32 { + if x != nil { + return x.DefaultMode + } + return 0 +} + +func (x *IoK8SApiCoreV1ProjectedVolumeSource) GetSources() []*IoK8SApiCoreV1VolumeProjection { + if x != nil { + return x.Sources + } + return nil +} + +// Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling. +type IoK8SApiCoreV1QuobyteVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // group to map volume access to Default is no group + Group string `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` + // readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. + ReadOnly bool `protobuf:"varint,2,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes + Registry string `protobuf:"bytes,3,opt,name=registry,proto3" json:"registry,omitempty"` + // tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin + Tenant string `protobuf:"bytes,4,opt,name=tenant,proto3" json:"tenant,omitempty"` + // user to map volume access to Defaults to serivceaccount user + User string `protobuf:"bytes,5,opt,name=user,proto3" json:"user,omitempty"` + // volume is a string that references an already created Quobyte volume by name. + Volume string `protobuf:"bytes,6,opt,name=volume,proto3" json:"volume,omitempty"` +} + +func (x *IoK8SApiCoreV1QuobyteVolumeSource) Reset() { + *x = IoK8SApiCoreV1QuobyteVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[516] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1QuobyteVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1QuobyteVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1QuobyteVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[516] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1QuobyteVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1QuobyteVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{516} +} + +func (x *IoK8SApiCoreV1QuobyteVolumeSource) GetGroup() string { + if x != nil { + return x.Group + } + return "" +} + +func (x *IoK8SApiCoreV1QuobyteVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1QuobyteVolumeSource) GetRegistry() string { + if x != nil { + return x.Registry + } + return "" +} + +func (x *IoK8SApiCoreV1QuobyteVolumeSource) GetTenant() string { + if x != nil { + return x.Tenant + } + return "" +} + +func (x *IoK8SApiCoreV1QuobyteVolumeSource) GetUser() string { + if x != nil { + return x.User + } + return "" +} + +func (x *IoK8SApiCoreV1QuobyteVolumeSource) GetVolume() string { + if x != nil { + return x.Volume + } + return "" +} + +// Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1RBDPersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"` + // keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + Keyring string `protobuf:"bytes,3,opt,name=keyring,proto3" json:"keyring,omitempty"` + // monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + Monitors []string `protobuf:"bytes,4,rep,name=monitors,proto3" json:"monitors,omitempty"` + // pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + Pool string `protobuf:"bytes,5,opt,name=pool,proto3" json:"pool,omitempty"` + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + ReadOnly bool `protobuf:"varint,6,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + SecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,7,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + User string `protobuf:"bytes,8,opt,name=user,proto3" json:"user,omitempty"` +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1RBDPersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[517] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1RBDPersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[517] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1RBDPersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1RBDPersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{517} +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) GetImage() string { + if x != nil { + return x.Image + } + return "" +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) GetKeyring() string { + if x != nil { + return x.Keyring + } + return "" +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) GetMonitors() []string { + if x != nil { + return x.Monitors + } + return nil +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) GetPool() string { + if x != nil { + return x.Pool + } + return "" +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) GetSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1RBDPersistentVolumeSource) GetUser() string { + if x != nil { + return x.User + } + return "" +} + +// Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1RBDVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"` + // keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + Keyring string `protobuf:"bytes,3,opt,name=keyring,proto3" json:"keyring,omitempty"` + // monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + Monitors []string `protobuf:"bytes,4,rep,name=monitors,proto3" json:"monitors,omitempty"` + // pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + Pool string `protobuf:"bytes,5,opt,name=pool,proto3" json:"pool,omitempty"` + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + ReadOnly bool `protobuf:"varint,6,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + SecretRef *IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,7,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + User string `protobuf:"bytes,8,opt,name=user,proto3" json:"user,omitempty"` +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) Reset() { + *x = IoK8SApiCoreV1RBDVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[518] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1RBDVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1RBDVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[518] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1RBDVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1RBDVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{518} +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) GetImage() string { + if x != nil { + return x.Image + } + return "" +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) GetKeyring() string { + if x != nil { + return x.Keyring + } + return "" +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) GetMonitors() []string { + if x != nil { + return x.Monitors + } + return nil +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) GetPool() string { + if x != nil { + return x.Pool + } + return "" +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) GetSecretRef() *IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1RBDVolumeSource) GetUser() string { + if x != nil { + return x.User + } + return "" +} + +// ReplicationController represents the configuration of a replication controller. +type IoK8SApiCoreV1ReplicationController struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiCoreV1ReplicationControllerSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiCoreV1ReplicationControllerStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiCoreV1ReplicationController) Reset() { + *x = IoK8SApiCoreV1ReplicationController{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[519] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ReplicationController) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ReplicationController) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ReplicationController) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[519] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ReplicationController.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ReplicationController) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{519} +} + +func (x *IoK8SApiCoreV1ReplicationController) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ReplicationController) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ReplicationController) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1ReplicationController) GetSpec() *IoK8SApiCoreV1ReplicationControllerSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiCoreV1ReplicationController) GetStatus() *IoK8SApiCoreV1ReplicationControllerStatus { + if x != nil { + return x.Status + } + return nil +} + +// ReplicationControllerCondition describes the state of a replication controller at a certain point. +type IoK8SApiCoreV1ReplicationControllerCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // A human readable message indicating details about the transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // The reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // Type of replication controller condition. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1ReplicationControllerCondition) Reset() { + *x = IoK8SApiCoreV1ReplicationControllerCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[520] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ReplicationControllerCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ReplicationControllerCondition) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ReplicationControllerCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[520] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ReplicationControllerCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ReplicationControllerCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{520} +} + +func (x *IoK8SApiCoreV1ReplicationControllerCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiCoreV1ReplicationControllerCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiCoreV1ReplicationControllerCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiCoreV1ReplicationControllerCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiCoreV1ReplicationControllerCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// ReplicationControllerList is a collection of replication controllers. +type IoK8SApiCoreV1ReplicationControllerList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller + Items []*IoK8SApiCoreV1ReplicationController `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1ReplicationControllerList) Reset() { + *x = IoK8SApiCoreV1ReplicationControllerList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[521] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ReplicationControllerList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ReplicationControllerList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ReplicationControllerList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[521] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ReplicationControllerList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ReplicationControllerList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{521} +} + +func (x *IoK8SApiCoreV1ReplicationControllerList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ReplicationControllerList) GetItems() []*IoK8SApiCoreV1ReplicationController { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1ReplicationControllerList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ReplicationControllerList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ReplicationControllerSpec is the specification of a replication controller. +type IoK8SApiCoreV1ReplicationControllerSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + MinReadySeconds int32 `protobuf:"varint,1,opt,name=minReadySeconds,proto3" json:"minReadySeconds,omitempty"` + // Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller + Replicas int32 `protobuf:"varint,2,opt,name=replicas,proto3" json:"replicas,omitempty"` + // Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + Selector map[string]string `protobuf:"bytes,3,rep,name=selector,proto3" json:"selector,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template + Template *IoK8SApiCoreV1PodTemplateSpec `protobuf:"bytes,4,opt,name=template,proto3" json:"template,omitempty"` +} + +func (x *IoK8SApiCoreV1ReplicationControllerSpec) Reset() { + *x = IoK8SApiCoreV1ReplicationControllerSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[522] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ReplicationControllerSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ReplicationControllerSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ReplicationControllerSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[522] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ReplicationControllerSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ReplicationControllerSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{522} +} + +func (x *IoK8SApiCoreV1ReplicationControllerSpec) GetMinReadySeconds() int32 { + if x != nil { + return x.MinReadySeconds + } + return 0 +} + +func (x *IoK8SApiCoreV1ReplicationControllerSpec) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +func (x *IoK8SApiCoreV1ReplicationControllerSpec) GetSelector() map[string]string { + if x != nil { + return x.Selector + } + return nil +} + +func (x *IoK8SApiCoreV1ReplicationControllerSpec) GetTemplate() *IoK8SApiCoreV1PodTemplateSpec { + if x != nil { + return x.Template + } + return nil +} + +// ReplicationControllerStatus represents the current status of a replication controller. +type IoK8SApiCoreV1ReplicationControllerStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The number of available replicas (ready for at least minReadySeconds) for this replication controller. + AvailableReplicas int32 `protobuf:"varint,1,opt,name=availableReplicas,proto3" json:"availableReplicas,omitempty"` + // Represents the latest available observations of a replication controller's current state. + Conditions []*IoK8SApiCoreV1ReplicationControllerCondition `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"` + // The number of pods that have labels matching the labels of the pod template of the replication controller. + FullyLabeledReplicas int32 `protobuf:"varint,3,opt,name=fullyLabeledReplicas,proto3" json:"fullyLabeledReplicas,omitempty"` + // ObservedGeneration reflects the generation of the most recently observed replication controller. + ObservedGeneration int64 `protobuf:"varint,4,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` + // The number of ready replicas for this replication controller. + ReadyReplicas int32 `protobuf:"varint,5,opt,name=readyReplicas,proto3" json:"readyReplicas,omitempty"` + // Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller + Replicas int32 `protobuf:"varint,6,opt,name=replicas,proto3" json:"replicas,omitempty"` +} + +func (x *IoK8SApiCoreV1ReplicationControllerStatus) Reset() { + *x = IoK8SApiCoreV1ReplicationControllerStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[523] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ReplicationControllerStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ReplicationControllerStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ReplicationControllerStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[523] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ReplicationControllerStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ReplicationControllerStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{523} +} + +func (x *IoK8SApiCoreV1ReplicationControllerStatus) GetAvailableReplicas() int32 { + if x != nil { + return x.AvailableReplicas + } + return 0 +} + +func (x *IoK8SApiCoreV1ReplicationControllerStatus) GetConditions() []*IoK8SApiCoreV1ReplicationControllerCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiCoreV1ReplicationControllerStatus) GetFullyLabeledReplicas() int32 { + if x != nil { + return x.FullyLabeledReplicas + } + return 0 +} + +func (x *IoK8SApiCoreV1ReplicationControllerStatus) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +func (x *IoK8SApiCoreV1ReplicationControllerStatus) GetReadyReplicas() int32 { + if x != nil { + return x.ReadyReplicas + } + return 0 +} + +func (x *IoK8SApiCoreV1ReplicationControllerStatus) GetReplicas() int32 { + if x != nil { + return x.Replicas + } + return 0 +} + +// ResourceClaim references one entry in PodSpec.ResourceClaims. +type IoK8SApiCoreV1ResourceClaim struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiCoreV1ResourceClaim) Reset() { + *x = IoK8SApiCoreV1ResourceClaim{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[524] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ResourceClaim) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ResourceClaim) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ResourceClaim) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[524] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ResourceClaim.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ResourceClaim) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{524} +} + +func (x *IoK8SApiCoreV1ResourceClaim) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// ResourceFieldSelector represents container resources (cpu, memory) and their output format +type IoK8SApiCoreV1ResourceFieldSelector struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Container name: required for volumes, optional for env vars + ContainerName string `protobuf:"bytes,1,opt,name=containerName,proto3" json:"containerName,omitempty"` + // Specifies the output format of the exposed resources, defaults to "1" + Divisor string `protobuf:"bytes,2,opt,name=divisor,proto3" json:"divisor,omitempty"` + // Required: resource to select + Resource string `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"` +} + +func (x *IoK8SApiCoreV1ResourceFieldSelector) Reset() { + *x = IoK8SApiCoreV1ResourceFieldSelector{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[525] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ResourceFieldSelector) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ResourceFieldSelector) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ResourceFieldSelector) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[525] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ResourceFieldSelector.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ResourceFieldSelector) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{525} +} + +func (x *IoK8SApiCoreV1ResourceFieldSelector) GetContainerName() string { + if x != nil { + return x.ContainerName + } + return "" +} + +func (x *IoK8SApiCoreV1ResourceFieldSelector) GetDivisor() string { + if x != nil { + return x.Divisor + } + return "" +} + +func (x *IoK8SApiCoreV1ResourceFieldSelector) GetResource() string { + if x != nil { + return x.Resource + } + return "" +} + +// ResourceQuota sets aggregate quota restrictions enforced per namespace +type IoK8SApiCoreV1ResourceQuota struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec defines the desired quota. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiCoreV1ResourceQuotaSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status defines the actual enforced quota and its current usage. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiCoreV1ResourceQuotaStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiCoreV1ResourceQuota) Reset() { + *x = IoK8SApiCoreV1ResourceQuota{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[526] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ResourceQuota) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ResourceQuota) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ResourceQuota) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[526] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ResourceQuota.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ResourceQuota) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{526} +} + +func (x *IoK8SApiCoreV1ResourceQuota) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ResourceQuota) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ResourceQuota) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1ResourceQuota) GetSpec() *IoK8SApiCoreV1ResourceQuotaSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiCoreV1ResourceQuota) GetStatus() *IoK8SApiCoreV1ResourceQuotaStatus { + if x != nil { + return x.Status + } + return nil +} + +// ResourceQuotaList is a list of ResourceQuota items. +type IoK8SApiCoreV1ResourceQuotaList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + Items []*IoK8SApiCoreV1ResourceQuota `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1ResourceQuotaList) Reset() { + *x = IoK8SApiCoreV1ResourceQuotaList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[527] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ResourceQuotaList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ResourceQuotaList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ResourceQuotaList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[527] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ResourceQuotaList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ResourceQuotaList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{527} +} + +func (x *IoK8SApiCoreV1ResourceQuotaList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ResourceQuotaList) GetItems() []*IoK8SApiCoreV1ResourceQuota { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1ResourceQuotaList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ResourceQuotaList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ResourceQuotaSpec defines the desired hard limits to enforce for Quota. +type IoK8SApiCoreV1ResourceQuotaSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + Hard map[string]string `protobuf:"bytes,1,rep,name=hard,proto3" json:"hard,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched. + ScopeSelector *IoK8SApiCoreV1ScopeSelector `protobuf:"bytes,2,opt,name=scopeSelector,proto3" json:"scopeSelector,omitempty"` + // A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. + Scopes []string `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"` +} + +func (x *IoK8SApiCoreV1ResourceQuotaSpec) Reset() { + *x = IoK8SApiCoreV1ResourceQuotaSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[528] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ResourceQuotaSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ResourceQuotaSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ResourceQuotaSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[528] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ResourceQuotaSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ResourceQuotaSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{528} +} + +func (x *IoK8SApiCoreV1ResourceQuotaSpec) GetHard() map[string]string { + if x != nil { + return x.Hard + } + return nil +} + +func (x *IoK8SApiCoreV1ResourceQuotaSpec) GetScopeSelector() *IoK8SApiCoreV1ScopeSelector { + if x != nil { + return x.ScopeSelector + } + return nil +} + +func (x *IoK8SApiCoreV1ResourceQuotaSpec) GetScopes() []string { + if x != nil { + return x.Scopes + } + return nil +} + +// ResourceQuotaStatus defines the enforced hard limits and observed use. +type IoK8SApiCoreV1ResourceQuotaStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + Hard map[string]string `protobuf:"bytes,1,rep,name=hard,proto3" json:"hard,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Used is the current observed total usage of the resource in the namespace. + Used map[string]string `protobuf:"bytes,2,rep,name=used,proto3" json:"used,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` +} + +func (x *IoK8SApiCoreV1ResourceQuotaStatus) Reset() { + *x = IoK8SApiCoreV1ResourceQuotaStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[529] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ResourceQuotaStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ResourceQuotaStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ResourceQuotaStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[529] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ResourceQuotaStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ResourceQuotaStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{529} +} + +func (x *IoK8SApiCoreV1ResourceQuotaStatus) GetHard() map[string]string { + if x != nil { + return x.Hard + } + return nil +} + +func (x *IoK8SApiCoreV1ResourceQuotaStatus) GetUsed() map[string]string { + if x != nil { + return x.Used + } + return nil +} + +// ResourceRequirements describes the compute resource requirements. +type IoK8SApiCoreV1ResourceRequirements struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. + // + // This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. + // + // This field is immutable. It can only be set for containers. + Claims []*IoK8SApiCoreV1ResourceClaim `protobuf:"bytes,1,rep,name=claims,proto3" json:"claims,omitempty"` + // Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + Limits map[string]string `protobuf:"bytes,2,rep,name=limits,proto3" json:"limits,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + Requests map[string]string `protobuf:"bytes,3,rep,name=requests,proto3" json:"requests,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` +} + +func (x *IoK8SApiCoreV1ResourceRequirements) Reset() { + *x = IoK8SApiCoreV1ResourceRequirements{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[530] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ResourceRequirements) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ResourceRequirements) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ResourceRequirements) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[530] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ResourceRequirements.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ResourceRequirements) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{530} +} + +func (x *IoK8SApiCoreV1ResourceRequirements) GetClaims() []*IoK8SApiCoreV1ResourceClaim { + if x != nil { + return x.Claims + } + return nil +} + +func (x *IoK8SApiCoreV1ResourceRequirements) GetLimits() map[string]string { + if x != nil { + return x.Limits + } + return nil +} + +func (x *IoK8SApiCoreV1ResourceRequirements) GetRequests() map[string]string { + if x != nil { + return x.Requests + } + return nil +} + +// SELinuxOptions are the labels to be applied to the container +type IoK8SApiCoreV1SELinuxOptions struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Level is SELinux level label that applies to the container. + Level string `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty"` + // Role is a SELinux role label that applies to the container. + Role string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` + // Type is a SELinux type label that applies to the container. + Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` + // User is a SELinux user label that applies to the container. + User string `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"` +} + +func (x *IoK8SApiCoreV1SELinuxOptions) Reset() { + *x = IoK8SApiCoreV1SELinuxOptions{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[531] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SELinuxOptions) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SELinuxOptions) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SELinuxOptions) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[531] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SELinuxOptions.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SELinuxOptions) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{531} +} + +func (x *IoK8SApiCoreV1SELinuxOptions) GetLevel() string { + if x != nil { + return x.Level + } + return "" +} + +func (x *IoK8SApiCoreV1SELinuxOptions) GetRole() string { + if x != nil { + return x.Role + } + return "" +} + +func (x *IoK8SApiCoreV1SELinuxOptions) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +func (x *IoK8SApiCoreV1SELinuxOptions) GetUser() string { + if x != nil { + return x.User + } + return "" +} + +// ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume +type IoK8SApiCoreV1ScaleIOPersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs" + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // gateway is the host address of the ScaleIO API Gateway. + Gateway string `protobuf:"bytes,2,opt,name=gateway,proto3" json:"gateway,omitempty"` + // protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. + ProtectionDomain string `protobuf:"bytes,3,opt,name=protectionDomain,proto3" json:"protectionDomain,omitempty"` + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,4,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail. + SecretRef *IoK8SApiCoreV1SecretReference `protobuf:"bytes,5,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // sslEnabled is the flag to enable/disable SSL communication with Gateway, default false + SslEnabled bool `protobuf:"varint,6,opt,name=sslEnabled,proto3" json:"sslEnabled,omitempty"` + // storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. + StorageMode string `protobuf:"bytes,7,opt,name=storageMode,proto3" json:"storageMode,omitempty"` + // storagePool is the ScaleIO Storage Pool associated with the protection domain. + StoragePool string `protobuf:"bytes,8,opt,name=storagePool,proto3" json:"storagePool,omitempty"` + // system is the name of the storage system as configured in ScaleIO. + System string `protobuf:"bytes,9,opt,name=system,proto3" json:"system,omitempty"` + // volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source. + VolumeName string `protobuf:"bytes,10,opt,name=volumeName,proto3" json:"volumeName,omitempty"` +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1ScaleIOPersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[532] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ScaleIOPersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[532] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ScaleIOPersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ScaleIOPersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{532} +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetGateway() string { + if x != nil { + return x.Gateway + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetProtectionDomain() string { + if x != nil { + return x.ProtectionDomain + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetSecretRef() *IoK8SApiCoreV1SecretReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetSslEnabled() bool { + if x != nil { + return x.SslEnabled + } + return false +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetStorageMode() string { + if x != nil { + return x.StorageMode + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetStoragePool() string { + if x != nil { + return x.StoragePool + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetSystem() string { + if x != nil { + return x.System + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOPersistentVolumeSource) GetVolumeName() string { + if x != nil { + return x.VolumeName + } + return "" +} + +// ScaleIOVolumeSource represents a persistent ScaleIO volume +type IoK8SApiCoreV1ScaleIOVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // gateway is the host address of the ScaleIO API Gateway. + Gateway string `protobuf:"bytes,2,opt,name=gateway,proto3" json:"gateway,omitempty"` + // protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. + ProtectionDomain string `protobuf:"bytes,3,opt,name=protectionDomain,proto3" json:"protectionDomain,omitempty"` + // readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,4,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail. + SecretRef *IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,5,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // sslEnabled Flag enable/disable SSL communication with Gateway, default false + SslEnabled bool `protobuf:"varint,6,opt,name=sslEnabled,proto3" json:"sslEnabled,omitempty"` + // storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. + StorageMode string `protobuf:"bytes,7,opt,name=storageMode,proto3" json:"storageMode,omitempty"` + // storagePool is the ScaleIO Storage Pool associated with the protection domain. + StoragePool string `protobuf:"bytes,8,opt,name=storagePool,proto3" json:"storagePool,omitempty"` + // system is the name of the storage system as configured in ScaleIO. + System string `protobuf:"bytes,9,opt,name=system,proto3" json:"system,omitempty"` + // volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source. + VolumeName string `protobuf:"bytes,10,opt,name=volumeName,proto3" json:"volumeName,omitempty"` +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) Reset() { + *x = IoK8SApiCoreV1ScaleIOVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[533] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ScaleIOVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[533] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ScaleIOVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ScaleIOVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{533} +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetGateway() string { + if x != nil { + return x.Gateway + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetProtectionDomain() string { + if x != nil { + return x.ProtectionDomain + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetSecretRef() *IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetSslEnabled() bool { + if x != nil { + return x.SslEnabled + } + return false +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetStorageMode() string { + if x != nil { + return x.StorageMode + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetStoragePool() string { + if x != nil { + return x.StoragePool + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetSystem() string { + if x != nil { + return x.System + } + return "" +} + +func (x *IoK8SApiCoreV1ScaleIOVolumeSource) GetVolumeName() string { + if x != nil { + return x.VolumeName + } + return "" +} + +// A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements. +type IoK8SApiCoreV1ScopeSelector struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // A list of scope selector requirements by scope of the resources. + MatchExpressions []*IoK8SApiCoreV1ScopedResourceSelectorRequirement `protobuf:"bytes,1,rep,name=matchExpressions,proto3" json:"matchExpressions,omitempty"` +} + +func (x *IoK8SApiCoreV1ScopeSelector) Reset() { + *x = IoK8SApiCoreV1ScopeSelector{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[534] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ScopeSelector) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ScopeSelector) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ScopeSelector) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[534] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ScopeSelector.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ScopeSelector) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{534} +} + +func (x *IoK8SApiCoreV1ScopeSelector) GetMatchExpressions() []*IoK8SApiCoreV1ScopedResourceSelectorRequirement { + if x != nil { + return x.MatchExpressions + } + return nil +} + +// A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values. +type IoK8SApiCoreV1ScopedResourceSelectorRequirement struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. + Operator string `protobuf:"bytes,1,opt,name=operator,proto3" json:"operator,omitempty"` + // The name of the scope that the selector applies to. + ScopeName string `protobuf:"bytes,2,opt,name=scopeName,proto3" json:"scopeName,omitempty"` + // An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + Values []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"` +} + +func (x *IoK8SApiCoreV1ScopedResourceSelectorRequirement) Reset() { + *x = IoK8SApiCoreV1ScopedResourceSelectorRequirement{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[535] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ScopedResourceSelectorRequirement) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ScopedResourceSelectorRequirement) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ScopedResourceSelectorRequirement) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[535] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ScopedResourceSelectorRequirement.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ScopedResourceSelectorRequirement) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{535} +} + +func (x *IoK8SApiCoreV1ScopedResourceSelectorRequirement) GetOperator() string { + if x != nil { + return x.Operator + } + return "" +} + +func (x *IoK8SApiCoreV1ScopedResourceSelectorRequirement) GetScopeName() string { + if x != nil { + return x.ScopeName + } + return "" +} + +func (x *IoK8SApiCoreV1ScopedResourceSelectorRequirement) GetValues() []string { + if x != nil { + return x.Values + } + return nil +} + +// SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set. +type IoK8SApiCoreV1SeccompProfile struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". + LocalhostProfile string `protobuf:"bytes,1,opt,name=localhostProfile,proto3" json:"localhostProfile,omitempty"` + // type indicates which kind of seccomp profile will be applied. Valid options are: + // + // Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1SeccompProfile) Reset() { + *x = IoK8SApiCoreV1SeccompProfile{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[536] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SeccompProfile) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SeccompProfile) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SeccompProfile) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[536] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SeccompProfile.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SeccompProfile) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{536} +} + +func (x *IoK8SApiCoreV1SeccompProfile) GetLocalhostProfile() string { + if x != nil { + return x.LocalhostProfile + } + return "" +} + +func (x *IoK8SApiCoreV1SeccompProfile) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes. +type IoK8SApiCoreV1Secret struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Data contains the secret data. Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4 + Data map[string]string `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Immutable, if set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil. + Immutable bool `protobuf:"varint,3,opt,name=immutable,proto3" json:"immutable,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"` + // stringData allows specifying non-binary secret data in string form. It is provided as a write-only input field for convenience. All keys and values are merged into the data field on write, overwriting any existing values. The stringData field is never output when reading from the API. + StringData map[string]string `protobuf:"bytes,6,rep,name=stringData,proto3" json:"stringData,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Used to facilitate programmatic handling of secret data. More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types + Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1Secret) Reset() { + *x = IoK8SApiCoreV1Secret{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[537] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Secret) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Secret) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Secret) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[537] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Secret.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Secret) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{537} +} + +func (x *IoK8SApiCoreV1Secret) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1Secret) GetData() map[string]string { + if x != nil { + return x.Data + } + return nil +} + +func (x *IoK8SApiCoreV1Secret) GetImmutable() bool { + if x != nil { + return x.Immutable + } + return false +} + +func (x *IoK8SApiCoreV1Secret) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1Secret) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1Secret) GetStringData() map[string]string { + if x != nil { + return x.StringData + } + return nil +} + +func (x *IoK8SApiCoreV1Secret) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// SecretEnvSource selects a Secret to populate the environment variables with. +// +// The contents of the target Secret's Data field will represent the key-value pairs as environment variables. +type IoK8SApiCoreV1SecretEnvSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Specify whether the Secret must be defined + Optional bool `protobuf:"varint,2,opt,name=optional,proto3" json:"optional,omitempty"` +} + +func (x *IoK8SApiCoreV1SecretEnvSource) Reset() { + *x = IoK8SApiCoreV1SecretEnvSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[538] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SecretEnvSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SecretEnvSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SecretEnvSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[538] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SecretEnvSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SecretEnvSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{538} +} + +func (x *IoK8SApiCoreV1SecretEnvSource) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1SecretEnvSource) GetOptional() bool { + if x != nil { + return x.Optional + } + return false +} + +// SecretKeySelector selects a key of a Secret. +type IoK8SApiCoreV1SecretKeySelector struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The key of the secret to select from. Must be a valid secret key. + Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // Specify whether the Secret or its key must be defined + Optional bool `protobuf:"varint,3,opt,name=optional,proto3" json:"optional,omitempty"` +} + +func (x *IoK8SApiCoreV1SecretKeySelector) Reset() { + *x = IoK8SApiCoreV1SecretKeySelector{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[539] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SecretKeySelector) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SecretKeySelector) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SecretKeySelector) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[539] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SecretKeySelector.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SecretKeySelector) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{539} +} + +func (x *IoK8SApiCoreV1SecretKeySelector) GetKey() string { + if x != nil { + return x.Key + } + return "" +} + +func (x *IoK8SApiCoreV1SecretKeySelector) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1SecretKeySelector) GetOptional() bool { + if x != nil { + return x.Optional + } + return false +} + +// SecretList is a list of Secret. +type IoK8SApiCoreV1SecretList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret + Items []*IoK8SApiCoreV1Secret `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1SecretList) Reset() { + *x = IoK8SApiCoreV1SecretList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[540] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SecretList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SecretList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SecretList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[540] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SecretList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SecretList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{540} +} + +func (x *IoK8SApiCoreV1SecretList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1SecretList) GetItems() []*IoK8SApiCoreV1Secret { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1SecretList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1SecretList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// Adapts a secret into a projected volume. +// +// The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode. +type IoK8SApiCoreV1SecretProjection struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. + Items []*IoK8SApiCoreV1KeyToPath `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"` + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // optional field specify whether the Secret or its key must be defined + Optional bool `protobuf:"varint,3,opt,name=optional,proto3" json:"optional,omitempty"` +} + +func (x *IoK8SApiCoreV1SecretProjection) Reset() { + *x = IoK8SApiCoreV1SecretProjection{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[541] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SecretProjection) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SecretProjection) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SecretProjection) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[541] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SecretProjection.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SecretProjection) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{541} +} + +func (x *IoK8SApiCoreV1SecretProjection) GetItems() []*IoK8SApiCoreV1KeyToPath { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1SecretProjection) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1SecretProjection) GetOptional() bool { + if x != nil { + return x.Optional + } + return false +} + +// SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace +type IoK8SApiCoreV1SecretReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name is unique within a namespace to reference a secret resource. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // namespace defines the space within which the secret name must be unique. + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` +} + +func (x *IoK8SApiCoreV1SecretReference) Reset() { + *x = IoK8SApiCoreV1SecretReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[542] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SecretReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SecretReference) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SecretReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[542] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SecretReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SecretReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{542} +} + +func (x *IoK8SApiCoreV1SecretReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1SecretReference) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +// Adapts a Secret into a volume. +// +// The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. +type IoK8SApiCoreV1SecretVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + DefaultMode int32 `protobuf:"varint,1,opt,name=defaultMode,proto3" json:"defaultMode,omitempty"` + // items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. + Items []*IoK8SApiCoreV1KeyToPath `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // optional field specify whether the Secret or its keys must be defined + Optional bool `protobuf:"varint,3,opt,name=optional,proto3" json:"optional,omitempty"` + // secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + SecretName string `protobuf:"bytes,4,opt,name=secretName,proto3" json:"secretName,omitempty"` +} + +func (x *IoK8SApiCoreV1SecretVolumeSource) Reset() { + *x = IoK8SApiCoreV1SecretVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[543] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SecretVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SecretVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SecretVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[543] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SecretVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SecretVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{543} +} + +func (x *IoK8SApiCoreV1SecretVolumeSource) GetDefaultMode() int32 { + if x != nil { + return x.DefaultMode + } + return 0 +} + +func (x *IoK8SApiCoreV1SecretVolumeSource) GetItems() []*IoK8SApiCoreV1KeyToPath { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1SecretVolumeSource) GetOptional() bool { + if x != nil { + return x.Optional + } + return false +} + +func (x *IoK8SApiCoreV1SecretVolumeSource) GetSecretName() string { + if x != nil { + return x.SecretName + } + return "" +} + +// SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence. +type IoK8SApiCoreV1SecurityContext struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. + AllowPrivilegeEscalation bool `protobuf:"varint,1,opt,name=allowPrivilegeEscalation,proto3" json:"allowPrivilegeEscalation,omitempty"` + // The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. + Capabilities *IoK8SApiCoreV1Capabilities `protobuf:"bytes,2,opt,name=capabilities,proto3" json:"capabilities,omitempty"` + // Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. + Privileged bool `protobuf:"varint,3,opt,name=privileged,proto3" json:"privileged,omitempty"` + // procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. + ProcMount string `protobuf:"bytes,4,opt,name=procMount,proto3" json:"procMount,omitempty"` + // Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. + ReadOnlyRootFilesystem bool `protobuf:"varint,5,opt,name=readOnlyRootFilesystem,proto3" json:"readOnlyRootFilesystem,omitempty"` + // The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. + RunAsGroup int64 `protobuf:"varint,6,opt,name=runAsGroup,proto3" json:"runAsGroup,omitempty"` + // Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + RunAsNonRoot bool `protobuf:"varint,7,opt,name=runAsNonRoot,proto3" json:"runAsNonRoot,omitempty"` + // The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. + RunAsUser int64 `protobuf:"varint,8,opt,name=runAsUser,proto3" json:"runAsUser,omitempty"` + // The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. + SeLinuxOptions *IoK8SApiCoreV1SELinuxOptions `protobuf:"bytes,9,opt,name=seLinuxOptions,proto3" json:"seLinuxOptions,omitempty"` + // The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. + SeccompProfile *IoK8SApiCoreV1SeccompProfile `protobuf:"bytes,10,opt,name=seccompProfile,proto3" json:"seccompProfile,omitempty"` + // The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux. + WindowsOptions *IoK8SApiCoreV1WindowsSecurityContextOptions `protobuf:"bytes,11,opt,name=windowsOptions,proto3" json:"windowsOptions,omitempty"` +} + +func (x *IoK8SApiCoreV1SecurityContext) Reset() { + *x = IoK8SApiCoreV1SecurityContext{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[544] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SecurityContext) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SecurityContext) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SecurityContext) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[544] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SecurityContext.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SecurityContext) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{544} +} + +func (x *IoK8SApiCoreV1SecurityContext) GetAllowPrivilegeEscalation() bool { + if x != nil { + return x.AllowPrivilegeEscalation + } + return false +} + +func (x *IoK8SApiCoreV1SecurityContext) GetCapabilities() *IoK8SApiCoreV1Capabilities { + if x != nil { + return x.Capabilities + } + return nil +} + +func (x *IoK8SApiCoreV1SecurityContext) GetPrivileged() bool { + if x != nil { + return x.Privileged + } + return false +} + +func (x *IoK8SApiCoreV1SecurityContext) GetProcMount() string { + if x != nil { + return x.ProcMount + } + return "" +} + +func (x *IoK8SApiCoreV1SecurityContext) GetReadOnlyRootFilesystem() bool { + if x != nil { + return x.ReadOnlyRootFilesystem + } + return false +} + +func (x *IoK8SApiCoreV1SecurityContext) GetRunAsGroup() int64 { + if x != nil { + return x.RunAsGroup + } + return 0 +} + +func (x *IoK8SApiCoreV1SecurityContext) GetRunAsNonRoot() bool { + if x != nil { + return x.RunAsNonRoot + } + return false +} + +func (x *IoK8SApiCoreV1SecurityContext) GetRunAsUser() int64 { + if x != nil { + return x.RunAsUser + } + return 0 +} + +func (x *IoK8SApiCoreV1SecurityContext) GetSeLinuxOptions() *IoK8SApiCoreV1SELinuxOptions { + if x != nil { + return x.SeLinuxOptions + } + return nil +} + +func (x *IoK8SApiCoreV1SecurityContext) GetSeccompProfile() *IoK8SApiCoreV1SeccompProfile { + if x != nil { + return x.SeccompProfile + } + return nil +} + +func (x *IoK8SApiCoreV1SecurityContext) GetWindowsOptions() *IoK8SApiCoreV1WindowsSecurityContextOptions { + if x != nil { + return x.WindowsOptions + } + return nil +} + +// Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy. +type IoK8SApiCoreV1Service struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec defines the behavior of a service. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiCoreV1ServiceSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiCoreV1ServiceStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiCoreV1Service) Reset() { + *x = IoK8SApiCoreV1Service{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[545] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Service) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Service) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Service) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[545] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Service.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Service) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{545} +} + +func (x *IoK8SApiCoreV1Service) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1Service) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1Service) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1Service) GetSpec() *IoK8SApiCoreV1ServiceSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiCoreV1Service) GetStatus() *IoK8SApiCoreV1ServiceStatus { + if x != nil { + return x.Status + } + return nil +} + +// ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets +type IoK8SApiCoreV1ServiceAccount struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level. + AutomountServiceAccountToken bool `protobuf:"varint,2,opt,name=automountServiceAccountToken,proto3" json:"automountServiceAccountToken,omitempty"` + // ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod + ImagePullSecrets []*IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,3,rep,name=imagePullSecrets,proto3" json:"imagePullSecrets,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret + Secrets []*IoK8SApiCoreV1ObjectReference `protobuf:"bytes,6,rep,name=secrets,proto3" json:"secrets,omitempty"` +} + +func (x *IoK8SApiCoreV1ServiceAccount) Reset() { + *x = IoK8SApiCoreV1ServiceAccount{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[546] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ServiceAccount) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ServiceAccount) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ServiceAccount) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[546] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ServiceAccount.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ServiceAccount) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{546} +} + +func (x *IoK8SApiCoreV1ServiceAccount) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceAccount) GetAutomountServiceAccountToken() bool { + if x != nil { + return x.AutomountServiceAccountToken + } + return false +} + +func (x *IoK8SApiCoreV1ServiceAccount) GetImagePullSecrets() []*IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.ImagePullSecrets + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceAccount) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceAccount) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceAccount) GetSecrets() []*IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.Secrets + } + return nil +} + +// ServiceAccountList is a list of ServiceAccount objects +type IoK8SApiCoreV1ServiceAccountList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + Items []*IoK8SApiCoreV1ServiceAccount `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1ServiceAccountList) Reset() { + *x = IoK8SApiCoreV1ServiceAccountList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[547] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ServiceAccountList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ServiceAccountList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ServiceAccountList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[547] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ServiceAccountList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ServiceAccountList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{547} +} + +func (x *IoK8SApiCoreV1ServiceAccountList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceAccountList) GetItems() []*IoK8SApiCoreV1ServiceAccount { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceAccountList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceAccountList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise). +type IoK8SApiCoreV1ServiceAccountTokenProjection struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. + Audience string `protobuf:"bytes,1,opt,name=audience,proto3" json:"audience,omitempty"` + // expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. + ExpirationSeconds int64 `protobuf:"varint,2,opt,name=expirationSeconds,proto3" json:"expirationSeconds,omitempty"` + // path is the path relative to the mount point of the file to project the token into. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` +} + +func (x *IoK8SApiCoreV1ServiceAccountTokenProjection) Reset() { + *x = IoK8SApiCoreV1ServiceAccountTokenProjection{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[548] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ServiceAccountTokenProjection) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ServiceAccountTokenProjection) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ServiceAccountTokenProjection) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[548] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ServiceAccountTokenProjection.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ServiceAccountTokenProjection) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{548} +} + +func (x *IoK8SApiCoreV1ServiceAccountTokenProjection) GetAudience() string { + if x != nil { + return x.Audience + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceAccountTokenProjection) GetExpirationSeconds() int64 { + if x != nil { + return x.ExpirationSeconds + } + return 0 +} + +func (x *IoK8SApiCoreV1ServiceAccountTokenProjection) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +// ServiceList holds a list of services. +type IoK8SApiCoreV1ServiceList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // List of services + Items []*IoK8SApiCoreV1Service `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiCoreV1ServiceList) Reset() { + *x = IoK8SApiCoreV1ServiceList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[549] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ServiceList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ServiceList) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ServiceList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[549] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ServiceList.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ServiceList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{549} +} + +func (x *IoK8SApiCoreV1ServiceList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceList) GetItems() []*IoK8SApiCoreV1Service { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ServicePort contains information on service's port. +type IoK8SApiCoreV1ServicePort struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. + AppProtocol string `protobuf:"bytes,1,opt,name=appProtocol,proto3" json:"appProtocol,omitempty"` + // The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // The port on each node on which this service is exposed when type is NodePort or LoadBalancer. Usually assigned by the system. If a value is specified, in-range, and not in use it will be used, otherwise the operation will fail. If not specified, a port will be allocated if this Service requires one. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport + NodePort int32 `protobuf:"varint,3,opt,name=nodePort,proto3" json:"nodePort,omitempty"` + // The port that will be exposed by this service. + Port int32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"` + // The IP protocol for this port. Supports "TCP", "UDP", and "SCTP". Default is TCP. + Protocol string `protobuf:"bytes,5,opt,name=protocol,proto3" json:"protocol,omitempty"` + // Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service + TargetPort string `protobuf:"bytes,6,opt,name=targetPort,proto3" json:"targetPort,omitempty"` +} + +func (x *IoK8SApiCoreV1ServicePort) Reset() { + *x = IoK8SApiCoreV1ServicePort{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[550] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ServicePort) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ServicePort) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ServicePort) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[550] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ServicePort.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ServicePort) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{550} +} + +func (x *IoK8SApiCoreV1ServicePort) GetAppProtocol() string { + if x != nil { + return x.AppProtocol + } + return "" +} + +func (x *IoK8SApiCoreV1ServicePort) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1ServicePort) GetNodePort() int32 { + if x != nil { + return x.NodePort + } + return 0 +} + +func (x *IoK8SApiCoreV1ServicePort) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +func (x *IoK8SApiCoreV1ServicePort) GetProtocol() string { + if x != nil { + return x.Protocol + } + return "" +} + +func (x *IoK8SApiCoreV1ServicePort) GetTargetPort() string { + if x != nil { + return x.TargetPort + } + return "" +} + +// ServiceSpec describes the attributes that a user creates on a service. +type IoK8SApiCoreV1ServiceSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allocateLoadBalancerNodePorts defines if NodePorts will be automatically allocated for services with type LoadBalancer. Default is "true". It may be set to "false" if the cluster load-balancer does not rely on NodePorts. If the caller requests specific NodePorts (by specifying a value), those requests will be respected, regardless of this field. This field may only be set for services with type LoadBalancer and will be cleared if the type is changed to any other type. + AllocateLoadBalancerNodePorts bool `protobuf:"varint,1,opt,name=allocateLoadBalancerNodePorts,proto3" json:"allocateLoadBalancerNodePorts,omitempty"` + // clusterIP is the IP address of the service and is usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be blank) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are "None", empty string (""), or a valid IP address. Setting this to "None" makes a "headless service" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + ClusterIP string `protobuf:"bytes,2,opt,name=clusterIP,proto3" json:"clusterIP,omitempty"` + // ClusterIPs is a list of IP addresses assigned to this service, and are usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be empty) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are "None", empty string (""), or a valid IP address. Setting this to "None" makes a "headless service" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. If this field is not specified, it will be initialized from the clusterIP field. If this field is specified, clients must ensure that clusterIPs[0] and clusterIP have the same value. + // + // This field may hold a maximum of two entries (dual-stack IPs, in either order). These IPs must correspond to the values of the ipFamilies field. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + ClusterIPs []string `protobuf:"bytes,3,rep,name=clusterIPs,proto3" json:"clusterIPs,omitempty"` + // externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. + ExternalIPs []string `protobuf:"bytes,4,rep,name=externalIPs,proto3" json:"externalIPs,omitempty"` + // externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires `type` to be "ExternalName". + ExternalName string `protobuf:"bytes,5,opt,name=externalName,proto3" json:"externalName,omitempty"` + // externalTrafficPolicy describes how nodes distribute service traffic they receive on one of the Service's "externally-facing" addresses (NodePorts, ExternalIPs, and LoadBalancer IPs). If set to "Local", the proxy will configure the service in a way that assumes that external load balancers will take care of balancing the service traffic between nodes, and so each node will deliver traffic only to the node-local endpoints of the service, without masquerading the client source IP. (Traffic mistakenly sent to a node with no endpoints will be dropped.) The default value, "Cluster", uses the standard behavior of routing to all endpoints evenly (possibly modified by topology and other features). Note that traffic sent to an External IP or LoadBalancer IP from within the cluster will always get "Cluster" semantics, but clients sending to a NodePort from within the cluster may need to take traffic policy into account when picking a node. + ExternalTrafficPolicy string `protobuf:"bytes,6,opt,name=externalTrafficPolicy,proto3" json:"externalTrafficPolicy,omitempty"` + // healthCheckNodePort specifies the healthcheck nodePort for the service. This only applies when type is set to LoadBalancer and externalTrafficPolicy is set to Local. If a value is specified, is in-range, and is not in use, it will be used. If not specified, a value will be automatically allocated. External systems (e.g. load-balancers) can use this port to determine if a given node holds endpoints for this service or not. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type). This field cannot be updated once set. + HealthCheckNodePort int32 `protobuf:"varint,7,opt,name=healthCheckNodePort,proto3" json:"healthCheckNodePort,omitempty"` + // InternalTrafficPolicy describes how nodes distribute service traffic they receive on the ClusterIP. If set to "Local", the proxy will assume that pods only want to talk to endpoints of the service on the same node as the pod, dropping the traffic if there are no local endpoints. The default value, "Cluster", uses the standard behavior of routing to all endpoints evenly (possibly modified by topology and other features). + InternalTrafficPolicy string `protobuf:"bytes,8,opt,name=internalTrafficPolicy,proto3" json:"internalTrafficPolicy,omitempty"` + // IPFamilies is a list of IP families (e.g. IPv4, IPv6) assigned to this service. This field is usually assigned automatically based on cluster configuration and the ipFamilyPolicy field. If this field is specified manually, the requested family is available in the cluster, and ipFamilyPolicy allows it, it will be used; otherwise creation of the service will fail. This field is conditionally mutable: it allows for adding or removing a secondary IP family, but it does not allow changing the primary IP family of the Service. Valid values are "IPv4" and "IPv6". This field only applies to Services of types ClusterIP, NodePort, and LoadBalancer, and does apply to "headless" services. This field will be wiped when updating a Service to type ExternalName. + // + // This field may hold a maximum of two entries (dual-stack families, in either order). These families must correspond to the values of the clusterIPs field, if specified. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. + IpFamilies []string `protobuf:"bytes,9,rep,name=ipFamilies,proto3" json:"ipFamilies,omitempty"` + // IPFamilyPolicy represents the dual-stack-ness requested or required by this Service. If there is no value provided, then this field will be set to SingleStack. Services can be "SingleStack" (a single IP family), "PreferDualStack" (two IP families on dual-stack configured clusters or a single IP family on single-stack clusters), or "RequireDualStack" (two IP families on dual-stack configured clusters, otherwise fail). The ipFamilies and clusterIPs fields depend on the value of this field. This field will be wiped when updating a service to type ExternalName. + IpFamilyPolicy string `protobuf:"bytes,10,opt,name=ipFamilyPolicy,proto3" json:"ipFamilyPolicy,omitempty"` + // loadBalancerClass is the class of the load balancer implementation this Service belongs to. If specified, the value of this field must be a label-style identifier, with an optional prefix, e.g. "internal-vip" or "example.com/internal-vip". Unprefixed names are reserved for end-users. This field can only be set when the Service type is 'LoadBalancer'. If not set, the default load balancer implementation is used, today this is typically done through the cloud provider integration, but should apply for any default implementation. If set, it is assumed that a load balancer implementation is watching for Services with a matching class. Any default load balancer implementation (e.g. cloud providers) should ignore Services that set this field. This field can only be set when creating or updating a Service to type 'LoadBalancer'. Once set, it can not be changed. This field will be wiped when a service is updated to a non 'LoadBalancer' type. + LoadBalancerClass string `protobuf:"bytes,11,opt,name=loadBalancerClass,proto3" json:"loadBalancerClass,omitempty"` + // Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available. + LoadBalancerIP string `protobuf:"bytes,12,opt,name=loadBalancerIP,proto3" json:"loadBalancerIP,omitempty"` + // If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/ + LoadBalancerSourceRanges []string `protobuf:"bytes,13,rep,name=loadBalancerSourceRanges,proto3" json:"loadBalancerSourceRanges,omitempty"` + // The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + Ports []*IoK8SApiCoreV1ServicePort `protobuf:"bytes,14,rep,name=ports,proto3" json:"ports,omitempty"` + // publishNotReadyAddresses indicates that any agent which deals with endpoints for this Service should disregard any indications of ready/not-ready. The primary use case for setting this field is for a StatefulSet's Headless Service to propagate SRV DNS records for its Pods for the purpose of peer discovery. The Kubernetes controllers that generate Endpoints and EndpointSlice resources for Services interpret this to mean that all endpoints are considered "ready" even if the Pods themselves are not. Agents which consume only Kubernetes generated endpoints through the Endpoints or EndpointSlice resources can safely assume this behavior. + PublishNotReadyAddresses bool `protobuf:"varint,15,opt,name=publishNotReadyAddresses,proto3" json:"publishNotReadyAddresses,omitempty"` + // Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/ + Selector map[string]string `protobuf:"bytes,16,rep,name=selector,proto3" json:"selector,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Supports "ClientIP" and "None". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + SessionAffinity string `protobuf:"bytes,17,opt,name=sessionAffinity,proto3" json:"sessionAffinity,omitempty"` + // sessionAffinityConfig contains the configurations of session affinity. + SessionAffinityConfig *IoK8SApiCoreV1SessionAffinityConfig `protobuf:"bytes,18,opt,name=sessionAffinityConfig,proto3" json:"sessionAffinityConfig,omitempty"` + // type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the same endpoints as the clusterIP. "ExternalName" aliases this service to the specified externalName. Several other fields do not apply to ExternalName services. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types + Type string `protobuf:"bytes,19,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiCoreV1ServiceSpec) Reset() { + *x = IoK8SApiCoreV1ServiceSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[551] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ServiceSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ServiceSpec) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ServiceSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[551] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ServiceSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ServiceSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{551} +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetAllocateLoadBalancerNodePorts() bool { + if x != nil { + return x.AllocateLoadBalancerNodePorts + } + return false +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetClusterIP() string { + if x != nil { + return x.ClusterIP + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetClusterIPs() []string { + if x != nil { + return x.ClusterIPs + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetExternalIPs() []string { + if x != nil { + return x.ExternalIPs + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetExternalName() string { + if x != nil { + return x.ExternalName + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetExternalTrafficPolicy() string { + if x != nil { + return x.ExternalTrafficPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetHealthCheckNodePort() int32 { + if x != nil { + return x.HealthCheckNodePort + } + return 0 +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetInternalTrafficPolicy() string { + if x != nil { + return x.InternalTrafficPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetIpFamilies() []string { + if x != nil { + return x.IpFamilies + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetIpFamilyPolicy() string { + if x != nil { + return x.IpFamilyPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetLoadBalancerClass() string { + if x != nil { + return x.LoadBalancerClass + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetLoadBalancerIP() string { + if x != nil { + return x.LoadBalancerIP + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetLoadBalancerSourceRanges() []string { + if x != nil { + return x.LoadBalancerSourceRanges + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetPorts() []*IoK8SApiCoreV1ServicePort { + if x != nil { + return x.Ports + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetPublishNotReadyAddresses() bool { + if x != nil { + return x.PublishNotReadyAddresses + } + return false +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetSelector() map[string]string { + if x != nil { + return x.Selector + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetSessionAffinity() string { + if x != nil { + return x.SessionAffinity + } + return "" +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetSessionAffinityConfig() *IoK8SApiCoreV1SessionAffinityConfig { + if x != nil { + return x.SessionAffinityConfig + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceSpec) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// ServiceStatus represents the current status of a service. +type IoK8SApiCoreV1ServiceStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Current service state + Conditions []*IoK8SApimachineryPkgApisMetaV1Condition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` + // LoadBalancer contains the current status of the load-balancer, if one is present. + LoadBalancer *IoK8SApiCoreV1LoadBalancerStatus `protobuf:"bytes,2,opt,name=loadBalancer,proto3" json:"loadBalancer,omitempty"` +} + +func (x *IoK8SApiCoreV1ServiceStatus) Reset() { + *x = IoK8SApiCoreV1ServiceStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[552] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1ServiceStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1ServiceStatus) ProtoMessage() {} + +func (x *IoK8SApiCoreV1ServiceStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[552] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1ServiceStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1ServiceStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{552} +} + +func (x *IoK8SApiCoreV1ServiceStatus) GetConditions() []*IoK8SApimachineryPkgApisMetaV1Condition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiCoreV1ServiceStatus) GetLoadBalancer() *IoK8SApiCoreV1LoadBalancerStatus { + if x != nil { + return x.LoadBalancer + } + return nil +} + +// SessionAffinityConfig represents the configurations of session affinity. +type IoK8SApiCoreV1SessionAffinityConfig struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // clientIP contains the configurations of Client IP based session affinity. + ClientIP *IoK8SApiCoreV1ClientIPConfig `protobuf:"bytes,1,opt,name=clientIP,proto3" json:"clientIP,omitempty"` +} + +func (x *IoK8SApiCoreV1SessionAffinityConfig) Reset() { + *x = IoK8SApiCoreV1SessionAffinityConfig{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[553] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1SessionAffinityConfig) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1SessionAffinityConfig) ProtoMessage() {} + +func (x *IoK8SApiCoreV1SessionAffinityConfig) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[553] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1SessionAffinityConfig.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1SessionAffinityConfig) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{553} +} + +func (x *IoK8SApiCoreV1SessionAffinityConfig) GetClientIP() *IoK8SApiCoreV1ClientIPConfig { + if x != nil { + return x.ClientIP + } + return nil +} + +// Represents a StorageOS persistent volume resource. +type IoK8SApiCoreV1StorageOSPersistentVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,2,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. + SecretRef *IoK8SApiCoreV1ObjectReference `protobuf:"bytes,3,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. + VolumeName string `protobuf:"bytes,4,opt,name=volumeName,proto3" json:"volumeName,omitempty"` + // volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. + VolumeNamespace string `protobuf:"bytes,5,opt,name=volumeNamespace,proto3" json:"volumeNamespace,omitempty"` +} + +func (x *IoK8SApiCoreV1StorageOSPersistentVolumeSource) Reset() { + *x = IoK8SApiCoreV1StorageOSPersistentVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[554] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1StorageOSPersistentVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1StorageOSPersistentVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1StorageOSPersistentVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[554] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1StorageOSPersistentVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1StorageOSPersistentVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{554} +} + +func (x *IoK8SApiCoreV1StorageOSPersistentVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1StorageOSPersistentVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1StorageOSPersistentVolumeSource) GetSecretRef() *IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1StorageOSPersistentVolumeSource) GetVolumeName() string { + if x != nil { + return x.VolumeName + } + return "" +} + +func (x *IoK8SApiCoreV1StorageOSPersistentVolumeSource) GetVolumeNamespace() string { + if x != nil { + return x.VolumeNamespace + } + return "" +} + +// Represents a StorageOS persistent volume resource. +type IoK8SApiCoreV1StorageOSVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + ReadOnly bool `protobuf:"varint,2,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. + SecretRef *IoK8SApiCoreV1LocalObjectReference `protobuf:"bytes,3,opt,name=secretRef,proto3" json:"secretRef,omitempty"` + // volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. + VolumeName string `protobuf:"bytes,4,opt,name=volumeName,proto3" json:"volumeName,omitempty"` + // volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. + VolumeNamespace string `protobuf:"bytes,5,opt,name=volumeNamespace,proto3" json:"volumeNamespace,omitempty"` +} + +func (x *IoK8SApiCoreV1StorageOSVolumeSource) Reset() { + *x = IoK8SApiCoreV1StorageOSVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[555] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1StorageOSVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1StorageOSVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1StorageOSVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[555] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1StorageOSVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1StorageOSVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{555} +} + +func (x *IoK8SApiCoreV1StorageOSVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1StorageOSVolumeSource) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1StorageOSVolumeSource) GetSecretRef() *IoK8SApiCoreV1LocalObjectReference { + if x != nil { + return x.SecretRef + } + return nil +} + +func (x *IoK8SApiCoreV1StorageOSVolumeSource) GetVolumeName() string { + if x != nil { + return x.VolumeName + } + return "" +} + +func (x *IoK8SApiCoreV1StorageOSVolumeSource) GetVolumeNamespace() string { + if x != nil { + return x.VolumeNamespace + } + return "" +} + +// Sysctl defines a kernel parameter to be set +type IoK8SApiCoreV1Sysctl struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name of a property to set + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Value of a property to set + Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` +} + +func (x *IoK8SApiCoreV1Sysctl) Reset() { + *x = IoK8SApiCoreV1Sysctl{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[556] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Sysctl) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Sysctl) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Sysctl) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[556] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Sysctl.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Sysctl) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{556} +} + +func (x *IoK8SApiCoreV1Sysctl) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1Sysctl) GetValue() string { + if x != nil { + return x.Value + } + return "" +} + +// TCPSocketAction describes an action based on opening a socket +type IoK8SApiCoreV1TCPSocketAction struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Optional: Host name to connect to, defaults to the pod IP. + Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` + // Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. + Port string `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty"` +} + +func (x *IoK8SApiCoreV1TCPSocketAction) Reset() { + *x = IoK8SApiCoreV1TCPSocketAction{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[557] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1TCPSocketAction) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1TCPSocketAction) ProtoMessage() {} + +func (x *IoK8SApiCoreV1TCPSocketAction) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[557] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1TCPSocketAction.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1TCPSocketAction) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{557} +} + +func (x *IoK8SApiCoreV1TCPSocketAction) GetHost() string { + if x != nil { + return x.Host + } + return "" +} + +func (x *IoK8SApiCoreV1TCPSocketAction) GetPort() string { + if x != nil { + return x.Port + } + return "" +} + +// The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint. +type IoK8SApiCoreV1Taint struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + Effect string `protobuf:"bytes,1,opt,name=effect,proto3" json:"effect,omitempty"` + // Required. The taint key to be applied to a node. + Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` + // TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. + TimeAdded string `protobuf:"bytes,3,opt,name=timeAdded,proto3" json:"timeAdded,omitempty"` + // The taint value corresponding to the taint key. + Value string `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"` +} + +func (x *IoK8SApiCoreV1Taint) Reset() { + *x = IoK8SApiCoreV1Taint{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[558] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Taint) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Taint) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Taint) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[558] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Taint.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Taint) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{558} +} + +func (x *IoK8SApiCoreV1Taint) GetEffect() string { + if x != nil { + return x.Effect + } + return "" +} + +func (x *IoK8SApiCoreV1Taint) GetKey() string { + if x != nil { + return x.Key + } + return "" +} + +func (x *IoK8SApiCoreV1Taint) GetTimeAdded() string { + if x != nil { + return x.TimeAdded + } + return "" +} + +func (x *IoK8SApiCoreV1Taint) GetValue() string { + if x != nil { + return x.Value + } + return "" +} + +// The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . +type IoK8SApiCoreV1Toleration struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + Effect string `protobuf:"bytes,1,opt,name=effect,proto3" json:"effect,omitempty"` + // Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. + Key string `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"` + // Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. + Operator string `protobuf:"bytes,3,opt,name=operator,proto3" json:"operator,omitempty"` + // TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. + TolerationSeconds int64 `protobuf:"varint,4,opt,name=tolerationSeconds,proto3" json:"tolerationSeconds,omitempty"` + // Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. + Value string `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` +} + +func (x *IoK8SApiCoreV1Toleration) Reset() { + *x = IoK8SApiCoreV1Toleration{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[559] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Toleration) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Toleration) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Toleration) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[559] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Toleration.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Toleration) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{559} +} + +func (x *IoK8SApiCoreV1Toleration) GetEffect() string { + if x != nil { + return x.Effect + } + return "" +} + +func (x *IoK8SApiCoreV1Toleration) GetKey() string { + if x != nil { + return x.Key + } + return "" +} + +func (x *IoK8SApiCoreV1Toleration) GetOperator() string { + if x != nil { + return x.Operator + } + return "" +} + +func (x *IoK8SApiCoreV1Toleration) GetTolerationSeconds() int64 { + if x != nil { + return x.TolerationSeconds + } + return 0 +} + +func (x *IoK8SApiCoreV1Toleration) GetValue() string { + if x != nil { + return x.Value + } + return "" +} + +// A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future. +type IoK8SApiCoreV1TopologySelectorLabelRequirement struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The label key that the selector applies to. + Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` + // An array of string values. One value must match the label to be selected. Each entry in Values is ORed. + Values []string `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` +} + +func (x *IoK8SApiCoreV1TopologySelectorLabelRequirement) Reset() { + *x = IoK8SApiCoreV1TopologySelectorLabelRequirement{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[560] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1TopologySelectorLabelRequirement) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1TopologySelectorLabelRequirement) ProtoMessage() {} + +func (x *IoK8SApiCoreV1TopologySelectorLabelRequirement) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[560] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1TopologySelectorLabelRequirement.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1TopologySelectorLabelRequirement) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{560} +} + +func (x *IoK8SApiCoreV1TopologySelectorLabelRequirement) GetKey() string { + if x != nil { + return x.Key + } + return "" +} + +func (x *IoK8SApiCoreV1TopologySelectorLabelRequirement) GetValues() []string { + if x != nil { + return x.Values + } + return nil +} + +// A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future. +type IoK8SApiCoreV1TopologySelectorTerm struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // A list of topology selector requirements by labels. + MatchLabelExpressions []*IoK8SApiCoreV1TopologySelectorLabelRequirement `protobuf:"bytes,1,rep,name=matchLabelExpressions,proto3" json:"matchLabelExpressions,omitempty"` +} + +func (x *IoK8SApiCoreV1TopologySelectorTerm) Reset() { + *x = IoK8SApiCoreV1TopologySelectorTerm{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[561] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1TopologySelectorTerm) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1TopologySelectorTerm) ProtoMessage() {} + +func (x *IoK8SApiCoreV1TopologySelectorTerm) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[561] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1TopologySelectorTerm.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1TopologySelectorTerm) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{561} +} + +func (x *IoK8SApiCoreV1TopologySelectorTerm) GetMatchLabelExpressions() []*IoK8SApiCoreV1TopologySelectorLabelRequirement { + if x != nil { + return x.MatchLabelExpressions + } + return nil +} + +// TopologySpreadConstraint specifies how to spread matching pods among the given topology. +type IoK8SApiCoreV1TopologySpreadConstraint struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain. + LabelSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,1,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // MatchLabelKeys is a set of pod label keys to select the pods over which spreading will be calculated. The keys are used to lookup values from the incoming pod labels, those key-value labels are ANDed with labelSelector to select the group of existing pods over which spreading will be calculated for the incoming pod. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. MatchLabelKeys cannot be set when LabelSelector isn't set. Keys that don't exist in the incoming pod labels will be ignored. A null or empty list means only match against labelSelector. + // + // This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default). + MatchLabelKeys []string `protobuf:"bytes,2,rep,name=matchLabelKeys,proto3" json:"matchLabelKeys,omitempty"` + // MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. The global minimum is the minimum number of matching pods in an eligible domain or zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 2/2/1: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | | P P | P P | P | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed. + MaxSkew int32 `protobuf:"varint,3,opt,name=maxSkew,proto3" json:"maxSkew,omitempty"` + // MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. And when the number of eligible domains with matching topology keys equals or greater than minDomains, this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains, scheduler won't schedule more than maxSkew Pods to those domains. If value is nil, the constraint behaves as if MinDomains is equal to 1. Valid values are integers greater than 0. When value is not nil, WhenUnsatisfiable must be DoNotSchedule. + // + // For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same labelSelector spread as 2/2/2: | zone1 | zone2 | zone3 | | P P | P P | P P | The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. In this situation, new pod with the same labelSelector cannot be scheduled, because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, it will violate MaxSkew. + // + // This is a beta field and requires the MinDomainsInPodTopologySpread feature gate to be enabled (enabled by default). + MinDomains int32 `protobuf:"varint,4,opt,name=minDomains,proto3" json:"minDomains,omitempty"` + // NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. + // + // If this value is nil, the behavior is equivalent to the Honor policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + NodeAffinityPolicy string `protobuf:"bytes,5,opt,name=nodeAffinityPolicy,proto3" json:"nodeAffinityPolicy,omitempty"` + // NodeTaintsPolicy indicates how we will treat node taints when calculating pod topology spread skew. Options are: - Honor: nodes without taints, along with tainted nodes for which the incoming pod has a toleration, are included. - Ignore: node taints are ignored. All nodes are included. + // + // If this value is nil, the behavior is equivalent to the Ignore policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + NodeTaintsPolicy string `protobuf:"bytes,6,opt,name=nodeTaintsPolicy,proto3" json:"nodeTaintsPolicy,omitempty"` + // TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each as a "bucket", and try to put balanced number of pods into each bucket. We define a domain as a particular instance of a topology. Also, we define an eligible domain as a domain whose nodes meet the requirements of nodeAffinityPolicy and nodeTaintsPolicy. e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. It's a required field. + TopologyKey string `protobuf:"bytes,7,opt,name=topologyKey,proto3" json:"topologyKey,omitempty"` + // WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, + // + // but giving higher precedence to topologies that would help reduce the + // skew. + // + // A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assignment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field. + WhenUnsatisfiable string `protobuf:"bytes,8,opt,name=whenUnsatisfiable,proto3" json:"whenUnsatisfiable,omitempty"` +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) Reset() { + *x = IoK8SApiCoreV1TopologySpreadConstraint{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[562] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1TopologySpreadConstraint) ProtoMessage() {} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[562] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1TopologySpreadConstraint.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1TopologySpreadConstraint) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{562} +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) GetLabelSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.LabelSelector + } + return nil +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) GetMatchLabelKeys() []string { + if x != nil { + return x.MatchLabelKeys + } + return nil +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) GetMaxSkew() int32 { + if x != nil { + return x.MaxSkew + } + return 0 +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) GetMinDomains() int32 { + if x != nil { + return x.MinDomains + } + return 0 +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) GetNodeAffinityPolicy() string { + if x != nil { + return x.NodeAffinityPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) GetNodeTaintsPolicy() string { + if x != nil { + return x.NodeTaintsPolicy + } + return "" +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) GetTopologyKey() string { + if x != nil { + return x.TopologyKey + } + return "" +} + +func (x *IoK8SApiCoreV1TopologySpreadConstraint) GetWhenUnsatisfiable() string { + if x != nil { + return x.WhenUnsatisfiable + } + return "" +} + +// TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace. +type IoK8SApiCoreV1TypedLocalObjectReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. + ApiGroup string `protobuf:"bytes,1,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` + // Kind is the type of resource being referenced + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Name is the name of resource being referenced + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiCoreV1TypedLocalObjectReference) Reset() { + *x = IoK8SApiCoreV1TypedLocalObjectReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[563] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1TypedLocalObjectReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1TypedLocalObjectReference) ProtoMessage() {} + +func (x *IoK8SApiCoreV1TypedLocalObjectReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[563] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1TypedLocalObjectReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1TypedLocalObjectReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{563} +} + +func (x *IoK8SApiCoreV1TypedLocalObjectReference) GetApiGroup() string { + if x != nil { + return x.ApiGroup + } + return "" +} + +func (x *IoK8SApiCoreV1TypedLocalObjectReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1TypedLocalObjectReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +type IoK8SApiCoreV1TypedObjectReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. + ApiGroup string `protobuf:"bytes,1,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` + // Kind is the type of resource being referenced + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Name is the name of resource being referenced + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` +} + +func (x *IoK8SApiCoreV1TypedObjectReference) Reset() { + *x = IoK8SApiCoreV1TypedObjectReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[564] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1TypedObjectReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1TypedObjectReference) ProtoMessage() {} + +func (x *IoK8SApiCoreV1TypedObjectReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[564] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1TypedObjectReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1TypedObjectReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{564} +} + +func (x *IoK8SApiCoreV1TypedObjectReference) GetApiGroup() string { + if x != nil { + return x.ApiGroup + } + return "" +} + +func (x *IoK8SApiCoreV1TypedObjectReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiCoreV1TypedObjectReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1TypedObjectReference) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +// Volume represents a named volume in a pod that may be accessed by any container in the pod. +type IoK8SApiCoreV1Volume struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + AwsElasticBlockStore *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource `protobuf:"bytes,1,opt,name=awsElasticBlockStore,proto3" json:"awsElasticBlockStore,omitempty"` + // azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + AzureDisk *IoK8SApiCoreV1AzureDiskVolumeSource `protobuf:"bytes,2,opt,name=azureDisk,proto3" json:"azureDisk,omitempty"` + // azureFile represents an Azure File Service mount on the host and bind mount to the pod. + AzureFile *IoK8SApiCoreV1AzureFileVolumeSource `protobuf:"bytes,3,opt,name=azureFile,proto3" json:"azureFile,omitempty"` + // cephFS represents a Ceph FS mount on the host that shares a pod's lifetime + Cephfs *IoK8SApiCoreV1CephFSVolumeSource `protobuf:"bytes,4,opt,name=cephfs,proto3" json:"cephfs,omitempty"` + // cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + Cinder *IoK8SApiCoreV1CinderVolumeSource `protobuf:"bytes,5,opt,name=cinder,proto3" json:"cinder,omitempty"` + // configMap represents a configMap that should populate this volume + ConfigMap *IoK8SApiCoreV1ConfigMapVolumeSource `protobuf:"bytes,6,opt,name=configMap,proto3" json:"configMap,omitempty"` + // csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature). + Csi *IoK8SApiCoreV1CSIVolumeSource `protobuf:"bytes,7,opt,name=csi,proto3" json:"csi,omitempty"` + // downwardAPI represents downward API about the pod that should populate this volume + DownwardAPI *IoK8SApiCoreV1DownwardAPIVolumeSource `protobuf:"bytes,8,opt,name=downwardAPI,proto3" json:"downwardAPI,omitempty"` + // emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + EmptyDir *IoK8SApiCoreV1EmptyDirVolumeSource `protobuf:"bytes,9,opt,name=emptyDir,proto3" json:"emptyDir,omitempty"` + // ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed. + // + // Use this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity + // + // tracking are needed, + // + // c) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through + // + // a PersistentVolumeClaim (see EphemeralVolumeSource for more + // information on the connection between this volume type + // and PersistentVolumeClaim). + // + // Use PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod. + // + // Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information. + // + // A pod can use both types of ephemeral volumes and persistent volumes at the same time. + Ephemeral *IoK8SApiCoreV1EphemeralVolumeSource `protobuf:"bytes,10,opt,name=ephemeral,proto3" json:"ephemeral,omitempty"` + // fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. + Fc *IoK8SApiCoreV1FCVolumeSource `protobuf:"bytes,11,opt,name=fc,proto3" json:"fc,omitempty"` + // flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. + FlexVolume *IoK8SApiCoreV1FlexVolumeSource `protobuf:"bytes,12,opt,name=flexVolume,proto3" json:"flexVolume,omitempty"` + // flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running + Flocker *IoK8SApiCoreV1FlockerVolumeSource `protobuf:"bytes,13,opt,name=flocker,proto3" json:"flocker,omitempty"` + // gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + GcePersistentDisk *IoK8SApiCoreV1GCEPersistentDiskVolumeSource `protobuf:"bytes,14,opt,name=gcePersistentDisk,proto3" json:"gcePersistentDisk,omitempty"` + // gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. + GitRepo *IoK8SApiCoreV1GitRepoVolumeSource `protobuf:"bytes,15,opt,name=gitRepo,proto3" json:"gitRepo,omitempty"` + // glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md + Glusterfs *IoK8SApiCoreV1GlusterfsVolumeSource `protobuf:"bytes,16,opt,name=glusterfs,proto3" json:"glusterfs,omitempty"` + // hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + HostPath *IoK8SApiCoreV1HostPathVolumeSource `protobuf:"bytes,17,opt,name=hostPath,proto3" json:"hostPath,omitempty"` + // iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md + Iscsi *IoK8SApiCoreV1ISCSIVolumeSource `protobuf:"bytes,18,opt,name=iscsi,proto3" json:"iscsi,omitempty"` + // name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + Name string `protobuf:"bytes,19,opt,name=name,proto3" json:"name,omitempty"` + // nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + Nfs *IoK8SApiCoreV1NFSVolumeSource `protobuf:"bytes,20,opt,name=nfs,proto3" json:"nfs,omitempty"` + // persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + PersistentVolumeClaim *IoK8SApiCoreV1PersistentVolumeClaimVolumeSource `protobuf:"bytes,21,opt,name=persistentVolumeClaim,proto3" json:"persistentVolumeClaim,omitempty"` + // photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine + PhotonPersistentDisk *IoK8SApiCoreV1PhotonPersistentDiskVolumeSource `protobuf:"bytes,22,opt,name=photonPersistentDisk,proto3" json:"photonPersistentDisk,omitempty"` + // portworxVolume represents a portworx volume attached and mounted on kubelets host machine + PortworxVolume *IoK8SApiCoreV1PortworxVolumeSource `protobuf:"bytes,23,opt,name=portworxVolume,proto3" json:"portworxVolume,omitempty"` + // projected items for all in one resources secrets, configmaps, and downward API + Projected *IoK8SApiCoreV1ProjectedVolumeSource `protobuf:"bytes,24,opt,name=projected,proto3" json:"projected,omitempty"` + // quobyte represents a Quobyte mount on the host that shares a pod's lifetime + Quobyte *IoK8SApiCoreV1QuobyteVolumeSource `protobuf:"bytes,25,opt,name=quobyte,proto3" json:"quobyte,omitempty"` + // rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md + Rbd *IoK8SApiCoreV1RBDVolumeSource `protobuf:"bytes,26,opt,name=rbd,proto3" json:"rbd,omitempty"` + // scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. + ScaleIO *IoK8SApiCoreV1ScaleIOVolumeSource `protobuf:"bytes,27,opt,name=scaleIO,proto3" json:"scaleIO,omitempty"` + // secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + Secret *IoK8SApiCoreV1SecretVolumeSource `protobuf:"bytes,28,opt,name=secret,proto3" json:"secret,omitempty"` + // storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. + Storageos *IoK8SApiCoreV1StorageOSVolumeSource `protobuf:"bytes,29,opt,name=storageos,proto3" json:"storageos,omitempty"` + // vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + VsphereVolume *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource `protobuf:"bytes,30,opt,name=vsphereVolume,proto3" json:"vsphereVolume,omitempty"` +} + +func (x *IoK8SApiCoreV1Volume) Reset() { + *x = IoK8SApiCoreV1Volume{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[565] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1Volume) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1Volume) ProtoMessage() {} + +func (x *IoK8SApiCoreV1Volume) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[565] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1Volume.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1Volume) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{565} +} + +func (x *IoK8SApiCoreV1Volume) GetAwsElasticBlockStore() *IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource { + if x != nil { + return x.AwsElasticBlockStore + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetAzureDisk() *IoK8SApiCoreV1AzureDiskVolumeSource { + if x != nil { + return x.AzureDisk + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetAzureFile() *IoK8SApiCoreV1AzureFileVolumeSource { + if x != nil { + return x.AzureFile + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetCephfs() *IoK8SApiCoreV1CephFSVolumeSource { + if x != nil { + return x.Cephfs + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetCinder() *IoK8SApiCoreV1CinderVolumeSource { + if x != nil { + return x.Cinder + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetConfigMap() *IoK8SApiCoreV1ConfigMapVolumeSource { + if x != nil { + return x.ConfigMap + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetCsi() *IoK8SApiCoreV1CSIVolumeSource { + if x != nil { + return x.Csi + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetDownwardAPI() *IoK8SApiCoreV1DownwardAPIVolumeSource { + if x != nil { + return x.DownwardAPI + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetEmptyDir() *IoK8SApiCoreV1EmptyDirVolumeSource { + if x != nil { + return x.EmptyDir + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetEphemeral() *IoK8SApiCoreV1EphemeralVolumeSource { + if x != nil { + return x.Ephemeral + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetFc() *IoK8SApiCoreV1FCVolumeSource { + if x != nil { + return x.Fc + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetFlexVolume() *IoK8SApiCoreV1FlexVolumeSource { + if x != nil { + return x.FlexVolume + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetFlocker() *IoK8SApiCoreV1FlockerVolumeSource { + if x != nil { + return x.Flocker + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetGcePersistentDisk() *IoK8SApiCoreV1GCEPersistentDiskVolumeSource { + if x != nil { + return x.GcePersistentDisk + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetGitRepo() *IoK8SApiCoreV1GitRepoVolumeSource { + if x != nil { + return x.GitRepo + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetGlusterfs() *IoK8SApiCoreV1GlusterfsVolumeSource { + if x != nil { + return x.Glusterfs + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetHostPath() *IoK8SApiCoreV1HostPathVolumeSource { + if x != nil { + return x.HostPath + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetIscsi() *IoK8SApiCoreV1ISCSIVolumeSource { + if x != nil { + return x.Iscsi + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1Volume) GetNfs() *IoK8SApiCoreV1NFSVolumeSource { + if x != nil { + return x.Nfs + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetPersistentVolumeClaim() *IoK8SApiCoreV1PersistentVolumeClaimVolumeSource { + if x != nil { + return x.PersistentVolumeClaim + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetPhotonPersistentDisk() *IoK8SApiCoreV1PhotonPersistentDiskVolumeSource { + if x != nil { + return x.PhotonPersistentDisk + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetPortworxVolume() *IoK8SApiCoreV1PortworxVolumeSource { + if x != nil { + return x.PortworxVolume + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetProjected() *IoK8SApiCoreV1ProjectedVolumeSource { + if x != nil { + return x.Projected + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetQuobyte() *IoK8SApiCoreV1QuobyteVolumeSource { + if x != nil { + return x.Quobyte + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetRbd() *IoK8SApiCoreV1RBDVolumeSource { + if x != nil { + return x.Rbd + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetScaleIO() *IoK8SApiCoreV1ScaleIOVolumeSource { + if x != nil { + return x.ScaleIO + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetSecret() *IoK8SApiCoreV1SecretVolumeSource { + if x != nil { + return x.Secret + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetStorageos() *IoK8SApiCoreV1StorageOSVolumeSource { + if x != nil { + return x.Storageos + } + return nil +} + +func (x *IoK8SApiCoreV1Volume) GetVsphereVolume() *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource { + if x != nil { + return x.VsphereVolume + } + return nil +} + +// volumeDevice describes a mapping of a raw block device within a container. +type IoK8SApiCoreV1VolumeDevice struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // devicePath is the path inside of the container that the device will be mapped to. + DevicePath string `protobuf:"bytes,1,opt,name=devicePath,proto3" json:"devicePath,omitempty"` + // name must match the name of a persistentVolumeClaim in the pod + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiCoreV1VolumeDevice) Reset() { + *x = IoK8SApiCoreV1VolumeDevice{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[566] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1VolumeDevice) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1VolumeDevice) ProtoMessage() {} + +func (x *IoK8SApiCoreV1VolumeDevice) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[566] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1VolumeDevice.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1VolumeDevice) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{566} +} + +func (x *IoK8SApiCoreV1VolumeDevice) GetDevicePath() string { + if x != nil { + return x.DevicePath + } + return "" +} + +func (x *IoK8SApiCoreV1VolumeDevice) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// VolumeMount describes a mounting of a Volume within a container. +type IoK8SApiCoreV1VolumeMount struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Path within the container at which the volume should be mounted. Must not contain ':'. + MountPath string `protobuf:"bytes,1,opt,name=mountPath,proto3" json:"mountPath,omitempty"` + // mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. + MountPropagation string `protobuf:"bytes,2,opt,name=mountPropagation,proto3" json:"mountPropagation,omitempty"` + // This must match the Name of a Volume. + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. + ReadOnly bool `protobuf:"varint,4,opt,name=readOnly,proto3" json:"readOnly,omitempty"` + // Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). + SubPath string `protobuf:"bytes,5,opt,name=subPath,proto3" json:"subPath,omitempty"` + // Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive. + SubPathExpr string `protobuf:"bytes,6,opt,name=subPathExpr,proto3" json:"subPathExpr,omitempty"` +} + +func (x *IoK8SApiCoreV1VolumeMount) Reset() { + *x = IoK8SApiCoreV1VolumeMount{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[567] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1VolumeMount) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1VolumeMount) ProtoMessage() {} + +func (x *IoK8SApiCoreV1VolumeMount) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[567] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1VolumeMount.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1VolumeMount) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{567} +} + +func (x *IoK8SApiCoreV1VolumeMount) GetMountPath() string { + if x != nil { + return x.MountPath + } + return "" +} + +func (x *IoK8SApiCoreV1VolumeMount) GetMountPropagation() string { + if x != nil { + return x.MountPropagation + } + return "" +} + +func (x *IoK8SApiCoreV1VolumeMount) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiCoreV1VolumeMount) GetReadOnly() bool { + if x != nil { + return x.ReadOnly + } + return false +} + +func (x *IoK8SApiCoreV1VolumeMount) GetSubPath() string { + if x != nil { + return x.SubPath + } + return "" +} + +func (x *IoK8SApiCoreV1VolumeMount) GetSubPathExpr() string { + if x != nil { + return x.SubPathExpr + } + return "" +} + +// VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from. +type IoK8SApiCoreV1VolumeNodeAffinity struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // required specifies hard node constraints that must be met. + Required *IoK8SApiCoreV1NodeSelector `protobuf:"bytes,1,opt,name=required,proto3" json:"required,omitempty"` +} + +func (x *IoK8SApiCoreV1VolumeNodeAffinity) Reset() { + *x = IoK8SApiCoreV1VolumeNodeAffinity{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[568] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1VolumeNodeAffinity) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1VolumeNodeAffinity) ProtoMessage() {} + +func (x *IoK8SApiCoreV1VolumeNodeAffinity) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[568] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1VolumeNodeAffinity.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1VolumeNodeAffinity) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{568} +} + +func (x *IoK8SApiCoreV1VolumeNodeAffinity) GetRequired() *IoK8SApiCoreV1NodeSelector { + if x != nil { + return x.Required + } + return nil +} + +// Projection that may be projected along with other supported volume types +type IoK8SApiCoreV1VolumeProjection struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // configMap information about the configMap data to project + ConfigMap *IoK8SApiCoreV1ConfigMapProjection `protobuf:"bytes,1,opt,name=configMap,proto3" json:"configMap,omitempty"` + // downwardAPI information about the downwardAPI data to project + DownwardAPI *IoK8SApiCoreV1DownwardAPIProjection `protobuf:"bytes,2,opt,name=downwardAPI,proto3" json:"downwardAPI,omitempty"` + // secret information about the secret data to project + Secret *IoK8SApiCoreV1SecretProjection `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"` + // serviceAccountToken is information about the serviceAccountToken data to project + ServiceAccountToken *IoK8SApiCoreV1ServiceAccountTokenProjection `protobuf:"bytes,4,opt,name=serviceAccountToken,proto3" json:"serviceAccountToken,omitempty"` +} + +func (x *IoK8SApiCoreV1VolumeProjection) Reset() { + *x = IoK8SApiCoreV1VolumeProjection{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[569] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1VolumeProjection) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1VolumeProjection) ProtoMessage() {} + +func (x *IoK8SApiCoreV1VolumeProjection) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[569] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1VolumeProjection.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1VolumeProjection) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{569} +} + +func (x *IoK8SApiCoreV1VolumeProjection) GetConfigMap() *IoK8SApiCoreV1ConfigMapProjection { + if x != nil { + return x.ConfigMap + } + return nil +} + +func (x *IoK8SApiCoreV1VolumeProjection) GetDownwardAPI() *IoK8SApiCoreV1DownwardAPIProjection { + if x != nil { + return x.DownwardAPI + } + return nil +} + +func (x *IoK8SApiCoreV1VolumeProjection) GetSecret() *IoK8SApiCoreV1SecretProjection { + if x != nil { + return x.Secret + } + return nil +} + +func (x *IoK8SApiCoreV1VolumeProjection) GetServiceAccountToken() *IoK8SApiCoreV1ServiceAccountTokenProjection { + if x != nil { + return x.ServiceAccountToken + } + return nil +} + +// Represents a vSphere volume resource. +type IoK8SApiCoreV1VsphereVirtualDiskVolumeSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + FsType string `protobuf:"bytes,1,opt,name=fsType,proto3" json:"fsType,omitempty"` + // storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. + StoragePolicyID string `protobuf:"bytes,2,opt,name=storagePolicyID,proto3" json:"storagePolicyID,omitempty"` + // storagePolicyName is the storage Policy Based Management (SPBM) profile name. + StoragePolicyName string `protobuf:"bytes,3,opt,name=storagePolicyName,proto3" json:"storagePolicyName,omitempty"` + // volumePath is the path that identifies vSphere volume vmdk + VolumePath string `protobuf:"bytes,4,opt,name=volumePath,proto3" json:"volumePath,omitempty"` +} + +func (x *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource) Reset() { + *x = IoK8SApiCoreV1VsphereVirtualDiskVolumeSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[570] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1VsphereVirtualDiskVolumeSource) ProtoMessage() {} + +func (x *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[570] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1VsphereVirtualDiskVolumeSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1VsphereVirtualDiskVolumeSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{570} +} + +func (x *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource) GetFsType() string { + if x != nil { + return x.FsType + } + return "" +} + +func (x *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource) GetStoragePolicyID() string { + if x != nil { + return x.StoragePolicyID + } + return "" +} + +func (x *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource) GetStoragePolicyName() string { + if x != nil { + return x.StoragePolicyName + } + return "" +} + +func (x *IoK8SApiCoreV1VsphereVirtualDiskVolumeSource) GetVolumePath() string { + if x != nil { + return x.VolumePath + } + return "" +} + +// The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) +type IoK8SApiCoreV1WeightedPodAffinityTerm struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Required. A pod affinity term, associated with the corresponding weight. + PodAffinityTerm *IoK8SApiCoreV1PodAffinityTerm `protobuf:"bytes,1,opt,name=podAffinityTerm,proto3" json:"podAffinityTerm,omitempty"` + // weight associated with matching the corresponding podAffinityTerm, in the range 1-100. + Weight int32 `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"` +} + +func (x *IoK8SApiCoreV1WeightedPodAffinityTerm) Reset() { + *x = IoK8SApiCoreV1WeightedPodAffinityTerm{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[571] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1WeightedPodAffinityTerm) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1WeightedPodAffinityTerm) ProtoMessage() {} + +func (x *IoK8SApiCoreV1WeightedPodAffinityTerm) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[571] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1WeightedPodAffinityTerm.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1WeightedPodAffinityTerm) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{571} +} + +func (x *IoK8SApiCoreV1WeightedPodAffinityTerm) GetPodAffinityTerm() *IoK8SApiCoreV1PodAffinityTerm { + if x != nil { + return x.PodAffinityTerm + } + return nil +} + +func (x *IoK8SApiCoreV1WeightedPodAffinityTerm) GetWeight() int32 { + if x != nil { + return x.Weight + } + return 0 +} + +// WindowsSecurityContextOptions contain Windows-specific options and credentials. +type IoK8SApiCoreV1WindowsSecurityContextOptions struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. + GmsaCredentialSpec string `protobuf:"bytes,1,opt,name=gmsaCredentialSpec,proto3" json:"gmsaCredentialSpec,omitempty"` + // GMSACredentialSpecName is the name of the GMSA credential spec to use. + GmsaCredentialSpecName string `protobuf:"bytes,2,opt,name=gmsaCredentialSpecName,proto3" json:"gmsaCredentialSpecName,omitempty"` + // HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. + HostProcess bool `protobuf:"varint,3,opt,name=hostProcess,proto3" json:"hostProcess,omitempty"` + // The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + RunAsUserName string `protobuf:"bytes,4,opt,name=runAsUserName,proto3" json:"runAsUserName,omitempty"` +} + +func (x *IoK8SApiCoreV1WindowsSecurityContextOptions) Reset() { + *x = IoK8SApiCoreV1WindowsSecurityContextOptions{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[572] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiCoreV1WindowsSecurityContextOptions) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiCoreV1WindowsSecurityContextOptions) ProtoMessage() {} + +func (x *IoK8SApiCoreV1WindowsSecurityContextOptions) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[572] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiCoreV1WindowsSecurityContextOptions.ProtoReflect.Descriptor instead. +func (*IoK8SApiCoreV1WindowsSecurityContextOptions) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{572} +} + +func (x *IoK8SApiCoreV1WindowsSecurityContextOptions) GetGmsaCredentialSpec() string { + if x != nil { + return x.GmsaCredentialSpec + } + return "" +} + +func (x *IoK8SApiCoreV1WindowsSecurityContextOptions) GetGmsaCredentialSpecName() string { + if x != nil { + return x.GmsaCredentialSpecName + } + return "" +} + +func (x *IoK8SApiCoreV1WindowsSecurityContextOptions) GetHostProcess() bool { + if x != nil { + return x.HostProcess + } + return false +} + +func (x *IoK8SApiCoreV1WindowsSecurityContextOptions) GetRunAsUserName() string { + if x != nil { + return x.RunAsUserName + } + return "" +} + +// Endpoint represents a single logical "backend" implementing a service. +type IoK8SApiDiscoveryV1Endpoint struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267 + Addresses []string `protobuf:"bytes,1,rep,name=addresses,proto3" json:"addresses,omitempty"` + // conditions contains information about the current status of the endpoint. + Conditions *IoK8SApiDiscoveryV1EndpointConditions `protobuf:"bytes,2,opt,name=conditions,proto3" json:"conditions,omitempty"` + // deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead. + DeprecatedTopology map[string]string `protobuf:"bytes,3,rep,name=deprecatedTopology,proto3" json:"deprecatedTopology,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // hints contains information associated with how an endpoint should be consumed. + Hints *IoK8SApiDiscoveryV1EndpointHints `protobuf:"bytes,4,opt,name=hints,proto3" json:"hints,omitempty"` + // hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation. + Hostname string `protobuf:"bytes,5,opt,name=hostname,proto3" json:"hostname,omitempty"` + // nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. + NodeName string `protobuf:"bytes,6,opt,name=nodeName,proto3" json:"nodeName,omitempty"` + // targetRef is a reference to a Kubernetes object that represents this endpoint. + TargetRef *IoK8SApiCoreV1ObjectReference `protobuf:"bytes,7,opt,name=targetRef,proto3" json:"targetRef,omitempty"` + // zone is the name of the Zone this endpoint exists in. + Zone string `protobuf:"bytes,8,opt,name=zone,proto3" json:"zone,omitempty"` +} + +func (x *IoK8SApiDiscoveryV1Endpoint) Reset() { + *x = IoK8SApiDiscoveryV1Endpoint{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[573] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiDiscoveryV1Endpoint) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiDiscoveryV1Endpoint) ProtoMessage() {} + +func (x *IoK8SApiDiscoveryV1Endpoint) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[573] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiDiscoveryV1Endpoint.ProtoReflect.Descriptor instead. +func (*IoK8SApiDiscoveryV1Endpoint) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{573} +} + +func (x *IoK8SApiDiscoveryV1Endpoint) GetAddresses() []string { + if x != nil { + return x.Addresses + } + return nil +} + +func (x *IoK8SApiDiscoveryV1Endpoint) GetConditions() *IoK8SApiDiscoveryV1EndpointConditions { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiDiscoveryV1Endpoint) GetDeprecatedTopology() map[string]string { + if x != nil { + return x.DeprecatedTopology + } + return nil +} + +func (x *IoK8SApiDiscoveryV1Endpoint) GetHints() *IoK8SApiDiscoveryV1EndpointHints { + if x != nil { + return x.Hints + } + return nil +} + +func (x *IoK8SApiDiscoveryV1Endpoint) GetHostname() string { + if x != nil { + return x.Hostname + } + return "" +} + +func (x *IoK8SApiDiscoveryV1Endpoint) GetNodeName() string { + if x != nil { + return x.NodeName + } + return "" +} + +func (x *IoK8SApiDiscoveryV1Endpoint) GetTargetRef() *IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.TargetRef + } + return nil +} + +func (x *IoK8SApiDiscoveryV1Endpoint) GetZone() string { + if x != nil { + return x.Zone + } + return "" +} + +// EndpointConditions represents the current condition of an endpoint. +type IoK8SApiDiscoveryV1EndpointConditions struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag. + Ready bool `protobuf:"varint,1,opt,name=ready,proto3" json:"ready,omitempty"` + // serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. + Serving bool `protobuf:"varint,2,opt,name=serving,proto3" json:"serving,omitempty"` + // terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. + Terminating bool `protobuf:"varint,3,opt,name=terminating,proto3" json:"terminating,omitempty"` +} + +func (x *IoK8SApiDiscoveryV1EndpointConditions) Reset() { + *x = IoK8SApiDiscoveryV1EndpointConditions{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[574] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiDiscoveryV1EndpointConditions) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiDiscoveryV1EndpointConditions) ProtoMessage() {} + +func (x *IoK8SApiDiscoveryV1EndpointConditions) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[574] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiDiscoveryV1EndpointConditions.ProtoReflect.Descriptor instead. +func (*IoK8SApiDiscoveryV1EndpointConditions) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{574} +} + +func (x *IoK8SApiDiscoveryV1EndpointConditions) GetReady() bool { + if x != nil { + return x.Ready + } + return false +} + +func (x *IoK8SApiDiscoveryV1EndpointConditions) GetServing() bool { + if x != nil { + return x.Serving + } + return false +} + +func (x *IoK8SApiDiscoveryV1EndpointConditions) GetTerminating() bool { + if x != nil { + return x.Terminating + } + return false +} + +// EndpointHints provides hints describing how an endpoint should be consumed. +type IoK8SApiDiscoveryV1EndpointHints struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. + ForZones []*IoK8SApiDiscoveryV1ForZone `protobuf:"bytes,1,rep,name=forZones,proto3" json:"forZones,omitempty"` +} + +func (x *IoK8SApiDiscoveryV1EndpointHints) Reset() { + *x = IoK8SApiDiscoveryV1EndpointHints{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[575] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiDiscoveryV1EndpointHints) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiDiscoveryV1EndpointHints) ProtoMessage() {} + +func (x *IoK8SApiDiscoveryV1EndpointHints) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[575] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiDiscoveryV1EndpointHints.ProtoReflect.Descriptor instead. +func (*IoK8SApiDiscoveryV1EndpointHints) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{575} +} + +func (x *IoK8SApiDiscoveryV1EndpointHints) GetForZones() []*IoK8SApiDiscoveryV1ForZone { + if x != nil { + return x.ForZones + } + return nil +} + +// EndpointPort represents a Port used by an EndpointSlice +type IoK8SApiDiscoveryV1EndpointPort struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either: + // + // * Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). + // + // * Kubernetes-defined prefixed names: + // - 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540 + // + // * Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol. + AppProtocol string `protobuf:"bytes,1,opt,name=appProtocol,proto3" json:"appProtocol,omitempty"` + // name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer. + Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` + // protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP. + Protocol string `protobuf:"bytes,4,opt,name=protocol,proto3" json:"protocol,omitempty"` +} + +func (x *IoK8SApiDiscoveryV1EndpointPort) Reset() { + *x = IoK8SApiDiscoveryV1EndpointPort{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[576] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiDiscoveryV1EndpointPort) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiDiscoveryV1EndpointPort) ProtoMessage() {} + +func (x *IoK8SApiDiscoveryV1EndpointPort) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[576] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiDiscoveryV1EndpointPort.ProtoReflect.Descriptor instead. +func (*IoK8SApiDiscoveryV1EndpointPort) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{576} +} + +func (x *IoK8SApiDiscoveryV1EndpointPort) GetAppProtocol() string { + if x != nil { + return x.AppProtocol + } + return "" +} + +func (x *IoK8SApiDiscoveryV1EndpointPort) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiDiscoveryV1EndpointPort) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +func (x *IoK8SApiDiscoveryV1EndpointPort) GetProtocol() string { + if x != nil { + return x.Protocol + } + return "" +} + +// EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints. +type IoK8SApiDiscoveryV1EndpointSlice struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name. + AddressType string `protobuf:"bytes,1,opt,name=addressType,proto3" json:"addressType,omitempty"` + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,2,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints. + Endpoints []*IoK8SApiDiscoveryV1Endpoint `protobuf:"bytes,3,rep,name=endpoints,proto3" json:"endpoints,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"` + // ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports. + Ports []*IoK8SApiDiscoveryV1EndpointPort `protobuf:"bytes,6,rep,name=ports,proto3" json:"ports,omitempty"` +} + +func (x *IoK8SApiDiscoveryV1EndpointSlice) Reset() { + *x = IoK8SApiDiscoveryV1EndpointSlice{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[577] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiDiscoveryV1EndpointSlice) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiDiscoveryV1EndpointSlice) ProtoMessage() {} + +func (x *IoK8SApiDiscoveryV1EndpointSlice) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[577] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiDiscoveryV1EndpointSlice.ProtoReflect.Descriptor instead. +func (*IoK8SApiDiscoveryV1EndpointSlice) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{577} +} + +func (x *IoK8SApiDiscoveryV1EndpointSlice) GetAddressType() string { + if x != nil { + return x.AddressType + } + return "" +} + +func (x *IoK8SApiDiscoveryV1EndpointSlice) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiDiscoveryV1EndpointSlice) GetEndpoints() []*IoK8SApiDiscoveryV1Endpoint { + if x != nil { + return x.Endpoints + } + return nil +} + +func (x *IoK8SApiDiscoveryV1EndpointSlice) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiDiscoveryV1EndpointSlice) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiDiscoveryV1EndpointSlice) GetPorts() []*IoK8SApiDiscoveryV1EndpointPort { + if x != nil { + return x.Ports + } + return nil +} + +// EndpointSliceList represents a list of endpoint slices +type IoK8SApiDiscoveryV1EndpointSliceList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of endpoint slices + Items []*IoK8SApiDiscoveryV1EndpointSlice `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiDiscoveryV1EndpointSliceList) Reset() { + *x = IoK8SApiDiscoveryV1EndpointSliceList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[578] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiDiscoveryV1EndpointSliceList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiDiscoveryV1EndpointSliceList) ProtoMessage() {} + +func (x *IoK8SApiDiscoveryV1EndpointSliceList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[578] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiDiscoveryV1EndpointSliceList.ProtoReflect.Descriptor instead. +func (*IoK8SApiDiscoveryV1EndpointSliceList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{578} +} + +func (x *IoK8SApiDiscoveryV1EndpointSliceList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiDiscoveryV1EndpointSliceList) GetItems() []*IoK8SApiDiscoveryV1EndpointSlice { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiDiscoveryV1EndpointSliceList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiDiscoveryV1EndpointSliceList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ForZone provides information about which zones should consume this endpoint. +type IoK8SApiDiscoveryV1ForZone struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name represents the name of the zone. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiDiscoveryV1ForZone) Reset() { + *x = IoK8SApiDiscoveryV1ForZone{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[579] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiDiscoveryV1ForZone) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiDiscoveryV1ForZone) ProtoMessage() {} + +func (x *IoK8SApiDiscoveryV1ForZone) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[579] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiDiscoveryV1ForZone.ProtoReflect.Descriptor instead. +func (*IoK8SApiDiscoveryV1ForZone) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{579} +} + +func (x *IoK8SApiDiscoveryV1ForZone) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. +type IoK8SApiEventsV1Event struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // action is what action was taken/failed regarding to the regarding object. It is machine-readable. This field cannot be empty for new Events and it can have at most 128 characters. + Action string `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"` + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,2,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event type. + DeprecatedCount int32 `protobuf:"varint,3,opt,name=deprecatedCount,proto3" json:"deprecatedCount,omitempty"` + // deprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type. + DeprecatedFirstTimestamp string `protobuf:"bytes,4,opt,name=deprecatedFirstTimestamp,proto3" json:"deprecatedFirstTimestamp,omitempty"` + // deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type. + DeprecatedLastTimestamp string `protobuf:"bytes,5,opt,name=deprecatedLastTimestamp,proto3" json:"deprecatedLastTimestamp,omitempty"` + // deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type. + DeprecatedSource *IoK8SApiCoreV1EventSource `protobuf:"bytes,6,opt,name=deprecatedSource,proto3" json:"deprecatedSource,omitempty"` + // eventTime is the time when this Event was first observed. It is required. + EventTime string `protobuf:"bytes,7,opt,name=eventTime,proto3" json:"eventTime,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,8,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"` + // note is a human-readable description of the status of this operation. Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB. + Note string `protobuf:"bytes,10,opt,name=note,proto3" json:"note,omitempty"` + // reason is why the action was taken. It is human-readable. This field cannot be empty for new Events and it can have at most 128 characters. + Reason string `protobuf:"bytes,11,opt,name=reason,proto3" json:"reason,omitempty"` + // regarding contains the object this Event is about. In most cases it's an Object reporting controller implements, e.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object. + Regarding *IoK8SApiCoreV1ObjectReference `protobuf:"bytes,12,opt,name=regarding,proto3" json:"regarding,omitempty"` + // related is the optional secondary object for more complex actions. E.g. when regarding object triggers a creation or deletion of related object. + Related *IoK8SApiCoreV1ObjectReference `protobuf:"bytes,13,opt,name=related,proto3" json:"related,omitempty"` + // reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. This field cannot be empty for new Events. + ReportingController string `protobuf:"bytes,14,opt,name=reportingController,proto3" json:"reportingController,omitempty"` + // reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`. This field cannot be empty for new Events and it can have at most 128 characters. + ReportingInstance string `protobuf:"bytes,15,opt,name=reportingInstance,proto3" json:"reportingInstance,omitempty"` + // series is data about the Event series this event represents or nil if it's a singleton Event. + Series *IoK8SApiEventsV1EventSeries `protobuf:"bytes,16,opt,name=series,proto3" json:"series,omitempty"` + // type is the type of this event (Normal, Warning), new types could be added in the future. It is machine-readable. This field cannot be empty for new Events. + Type string `protobuf:"bytes,17,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiEventsV1Event) Reset() { + *x = IoK8SApiEventsV1Event{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[580] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiEventsV1Event) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiEventsV1Event) ProtoMessage() {} + +func (x *IoK8SApiEventsV1Event) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[580] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiEventsV1Event.ProtoReflect.Descriptor instead. +func (*IoK8SApiEventsV1Event) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{580} +} + +func (x *IoK8SApiEventsV1Event) GetAction() string { + if x != nil { + return x.Action + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetDeprecatedCount() int32 { + if x != nil { + return x.DeprecatedCount + } + return 0 +} + +func (x *IoK8SApiEventsV1Event) GetDeprecatedFirstTimestamp() string { + if x != nil { + return x.DeprecatedFirstTimestamp + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetDeprecatedLastTimestamp() string { + if x != nil { + return x.DeprecatedLastTimestamp + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetDeprecatedSource() *IoK8SApiCoreV1EventSource { + if x != nil { + return x.DeprecatedSource + } + return nil +} + +func (x *IoK8SApiEventsV1Event) GetEventTime() string { + if x != nil { + return x.EventTime + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiEventsV1Event) GetNote() string { + if x != nil { + return x.Note + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetRegarding() *IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.Regarding + } + return nil +} + +func (x *IoK8SApiEventsV1Event) GetRelated() *IoK8SApiCoreV1ObjectReference { + if x != nil { + return x.Related + } + return nil +} + +func (x *IoK8SApiEventsV1Event) GetReportingController() string { + if x != nil { + return x.ReportingController + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetReportingInstance() string { + if x != nil { + return x.ReportingInstance + } + return "" +} + +func (x *IoK8SApiEventsV1Event) GetSeries() *IoK8SApiEventsV1EventSeries { + if x != nil { + return x.Series + } + return nil +} + +func (x *IoK8SApiEventsV1Event) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// EventList is a list of Event objects. +type IoK8SApiEventsV1EventList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is a list of schema objects. + Items []*IoK8SApiEventsV1Event `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiEventsV1EventList) Reset() { + *x = IoK8SApiEventsV1EventList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[581] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiEventsV1EventList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiEventsV1EventList) ProtoMessage() {} + +func (x *IoK8SApiEventsV1EventList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[581] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiEventsV1EventList.ProtoReflect.Descriptor instead. +func (*IoK8SApiEventsV1EventList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{581} +} + +func (x *IoK8SApiEventsV1EventList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiEventsV1EventList) GetItems() []*IoK8SApiEventsV1Event { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiEventsV1EventList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiEventsV1EventList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. How often to update the EventSeries is up to the event reporters. The default event reporter in "k8s.io/client-go/tools/events/event_broadcaster.go" shows how this struct is updated on heartbeats and can guide customized reporter implementations. +type IoK8SApiEventsV1EventSeries struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // count is the number of occurrences in this series up to the last heartbeat time. + Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` + // lastObservedTime is the time when last Event from the series was seen before last heartbeat. + LastObservedTime string `protobuf:"bytes,2,opt,name=lastObservedTime,proto3" json:"lastObservedTime,omitempty"` +} + +func (x *IoK8SApiEventsV1EventSeries) Reset() { + *x = IoK8SApiEventsV1EventSeries{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[582] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiEventsV1EventSeries) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiEventsV1EventSeries) ProtoMessage() {} + +func (x *IoK8SApiEventsV1EventSeries) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[582] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiEventsV1EventSeries.ProtoReflect.Descriptor instead. +func (*IoK8SApiEventsV1EventSeries) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{582} +} + +func (x *IoK8SApiEventsV1EventSeries) GetCount() int32 { + if x != nil { + return x.Count + } + return 0 +} + +func (x *IoK8SApiEventsV1EventSeries) GetLastObservedTime() string { + if x != nil { + return x.LastObservedTime + } + return "" +} + +// FlowDistinguisherMethod specifies the method of a flow distinguisher. +type IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required. + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[583] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[583] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{583} +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher". +type IoK8SApiFlowcontrolV1Beta2FlowSchema struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchema) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2FlowSchema{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[584] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchema) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2FlowSchema) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchema) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[584] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2FlowSchema.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2FlowSchema) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{584} +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchema) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchema) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchema) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchema) GetSpec() *IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchema) GetStatus() *IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus { + if x != nil { + return x.Status + } + return nil +} + +// FlowSchemaCondition describes conditions for a FlowSchema. +type IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `lastTransitionTime` is the last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // `message` is a human-readable message indicating details about last transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // `reason` is a unique, one-word, CamelCase reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // `status` is the status of the condition. Can be True, False, Unknown. Required. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // `type` is the type of the condition. Required. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[585] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[585] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{585} +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// FlowSchemaList is a list of FlowSchema objects. +type IoK8SApiFlowcontrolV1Beta2FlowSchemaList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // `items` is a list of FlowSchemas. + Items []*IoK8SApiFlowcontrolV1Beta2FlowSchema `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // `metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaList) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2FlowSchemaList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[586] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2FlowSchemaList) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[586] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2FlowSchemaList.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2FlowSchemaList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{586} +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaList) GetItems() []*IoK8SApiFlowcontrolV1Beta2FlowSchema { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// FlowSchemaSpec describes how the FlowSchema's specification looks like. +type IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string. + DistinguisherMethod *IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod `protobuf:"bytes,1,opt,name=distinguisherMethod,proto3" json:"distinguisherMethod,omitempty"` + // `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default. + MatchingPrecedence int32 `protobuf:"varint,2,opt,name=matchingPrecedence,proto3" json:"matchingPrecedence,omitempty"` + // `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required. + PriorityLevelConfiguration *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference `protobuf:"bytes,3,opt,name=priorityLevelConfiguration,proto3" json:"priorityLevelConfiguration,omitempty"` + // `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema. + Rules []*IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects `protobuf:"bytes,4,rep,name=rules,proto3" json:"rules,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[587] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[587] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{587} +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec) GetDistinguisherMethod() *IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod { + if x != nil { + return x.DistinguisherMethod + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec) GetMatchingPrecedence() int32 { + if x != nil { + return x.MatchingPrecedence + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec) GetPriorityLevelConfiguration() *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference { + if x != nil { + return x.PriorityLevelConfiguration + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec) GetRules() []*IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects { + if x != nil { + return x.Rules + } + return nil +} + +// FlowSchemaStatus represents the current state of a FlowSchema. +type IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `conditions` is a list of the current states of FlowSchema. + Conditions []*IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[588] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[588] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{588} +} + +func (x *IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus) GetConditions() []*IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition { + if x != nil { + return x.Conditions + } + return nil +} + +// GroupSubject holds detailed information for group-kind subject. +type IoK8SApiFlowcontrolV1Beta2GroupSubject struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2GroupSubject) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2GroupSubject{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[589] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2GroupSubject) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2GroupSubject) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2GroupSubject) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[589] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2GroupSubject.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2GroupSubject) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{589} +} + +func (x *IoK8SApiFlowcontrolV1Beta2GroupSubject) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// LimitResponse defines how to handle requests that can not be executed right now. +type IoK8SApiFlowcontrolV1Beta2LimitResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`. + Queuing *IoK8SApiFlowcontrolV1Beta2QueuingConfiguration `protobuf:"bytes,1,opt,name=queuing,proto3" json:"queuing,omitempty"` + // `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitResponse) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2LimitResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[590] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitResponse) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2LimitResponse) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitResponse) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[590] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2LimitResponse.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2LimitResponse) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{590} +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitResponse) GetQueuing() *IoK8SApiFlowcontrolV1Beta2QueuingConfiguration { + if x != nil { + return x.Queuing + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitResponse) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues: +// - How are requests for this priority level limited? +// - What should be done with requests that exceed the limit? +type IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level: + // + // ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) ) + // + // bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30. + AssuredConcurrencyShares int32 `protobuf:"varint,1,opt,name=assuredConcurrencyShares,proto3" json:"assuredConcurrencyShares,omitempty"` + // `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows. + // + // BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 ) + // + // The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite. + BorrowingLimitPercent int32 `protobuf:"varint,2,opt,name=borrowingLimitPercent,proto3" json:"borrowingLimitPercent,omitempty"` + // `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows. + // + // LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 ) + LendablePercent int32 `protobuf:"varint,3,opt,name=lendablePercent,proto3" json:"lendablePercent,omitempty"` + // `limitResponse` indicates what to do with requests that can not be executed right now + LimitResponse *IoK8SApiFlowcontrolV1Beta2LimitResponse `protobuf:"bytes,4,opt,name=limitResponse,proto3" json:"limitResponse,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[591] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[591] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{591} +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration) GetAssuredConcurrencyShares() int32 { + if x != nil { + return x.AssuredConcurrencyShares + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration) GetBorrowingLimitPercent() int32 { + if x != nil { + return x.BorrowingLimitPercent + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration) GetLendablePercent() int32 { + if x != nil { + return x.LendablePercent + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration) GetLimitResponse() *IoK8SApiFlowcontrolV1Beta2LimitResponse { + if x != nil { + return x.LimitResponse + } + return nil +} + +// NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request. +type IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example: + // - "/healthz" is legal + // - "/hea*" is illegal + // - "/hea" is legal but matches nothing + // - "/hea/*" also matches nothing + // - "/healthz/*" matches all per-component health checks. + // + // "*" matches all non-resource urls. if it is present, it must be the only entry. Required. + NonResourceURLs []string `protobuf:"bytes,1,rep,name=nonResourceURLs,proto3" json:"nonResourceURLs,omitempty"` + // `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required. + Verbs []string `protobuf:"bytes,2,rep,name=verbs,proto3" json:"verbs,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[592] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[592] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{592} +} + +func (x *IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule) GetNonResourceURLs() []string { + if x != nil { + return x.NonResourceURLs + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule) GetVerbs() []string { + if x != nil { + return x.Verbs + } + return nil +} + +// PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request. +type IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL. + NonResourceRules []*IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule `protobuf:"bytes,1,rep,name=nonResourceRules,proto3" json:"nonResourceRules,omitempty"` + // `resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty. + ResourceRules []*IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule `protobuf:"bytes,2,rep,name=resourceRules,proto3" json:"resourceRules,omitempty"` + // subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required. + Subjects []*IoK8SApiFlowcontrolV1Beta2Subject `protobuf:"bytes,3,rep,name=subjects,proto3" json:"subjects,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[593] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[593] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{593} +} + +func (x *IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects) GetNonResourceRules() []*IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule { + if x != nil { + return x.NonResourceRules + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects) GetResourceRules() []*IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule { + if x != nil { + return x.ResourceRules + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects) GetSubjects() []*IoK8SApiFlowcontrolV1Beta2Subject { + if x != nil { + return x.Subjects + } + return nil +} + +// PriorityLevelConfiguration represents the configuration of a priority level. +type IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[594] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[594] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{594} +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) GetSpec() *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration) GetStatus() *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus { + if x != nil { + return x.Status + } + return nil +} + +// PriorityLevelConfigurationCondition defines the condition of priority level. +type IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `lastTransitionTime` is the last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // `message` is a human-readable message indicating details about last transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // `reason` is a unique, one-word, CamelCase reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // `status` is the status of the condition. Can be True, False, Unknown. Required. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // `type` is the type of the condition. Required. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[595] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[595] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{595} +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects. +type IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // `items` is a list of request-priorities. + Items []*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[596] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[596] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{596} +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList) GetItems() []*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PriorityLevelConfigurationReference contains information that points to the "request-priority" being used. +type IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `name` is the name of the priority level configuration being referenced Required. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[597] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[597] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{597} +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// PriorityLevelConfigurationSpec specifies the configuration of a priority level. +type IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`. + Limited *IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration `protobuf:"bytes,1,opt,name=limited,proto3" json:"limited,omitempty"` + // `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[598] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[598] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{598} +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec) GetLimited() *IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration { + if x != nil { + return x.Limited + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// PriorityLevelConfigurationStatus represents the current state of a "request-priority". +type IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `conditions` is the current state of "request-priority". + Conditions []*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[599] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[599] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{599} +} + +func (x *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus) GetConditions() []*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition { + if x != nil { + return x.Conditions + } + return nil +} + +// QueuingConfiguration holds the configuration parameters for queuing +type IoK8SApiFlowcontrolV1Beta2QueuingConfiguration struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8. + HandSize int32 `protobuf:"varint,1,opt,name=handSize,proto3" json:"handSize,omitempty"` + // `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50. + QueueLengthLimit int32 `protobuf:"varint,2,opt,name=queueLengthLimit,proto3" json:"queueLengthLimit,omitempty"` + // `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64. + Queues int32 `protobuf:"varint,3,opt,name=queues,proto3" json:"queues,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2QueuingConfiguration) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2QueuingConfiguration{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[600] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2QueuingConfiguration) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2QueuingConfiguration) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2QueuingConfiguration) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[600] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2QueuingConfiguration.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2QueuingConfiguration) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{600} +} + +func (x *IoK8SApiFlowcontrolV1Beta2QueuingConfiguration) GetHandSize() int32 { + if x != nil { + return x.HandSize + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta2QueuingConfiguration) GetQueueLengthLimit() int32 { + if x != nil { + return x.QueueLengthLimit + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta2QueuingConfiguration) GetQueues() int32 { + if x != nil { + return x.Queues + } + return 0 +} + +// ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace. +type IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required. + ApiGroups []string `protobuf:"bytes,1,rep,name=apiGroups,proto3" json:"apiGroups,omitempty"` + // `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list. + ClusterScope bool `protobuf:"varint,2,opt,name=clusterScope,proto3" json:"clusterScope,omitempty"` + // `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true. + Namespaces []string `protobuf:"bytes,3,rep,name=namespaces,proto3" json:"namespaces,omitempty"` + // `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required. + Resources []string `protobuf:"bytes,4,rep,name=resources,proto3" json:"resources,omitempty"` + // `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required. + Verbs []string `protobuf:"bytes,5,rep,name=verbs,proto3" json:"verbs,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[601] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[601] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{601} +} + +func (x *IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) GetApiGroups() []string { + if x != nil { + return x.ApiGroups + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) GetClusterScope() bool { + if x != nil { + return x.ClusterScope + } + return false +} + +func (x *IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) GetNamespaces() []string { + if x != nil { + return x.Namespaces + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) GetResources() []string { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule) GetVerbs() []string { + if x != nil { + return x.Verbs + } + return nil +} + +// ServiceAccountSubject holds detailed information for service-account-kind subject. +type IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // `namespace` is the namespace of matching ServiceAccount objects. Required. + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[602] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[602] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{602} +} + +func (x *IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +// Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account. +type IoK8SApiFlowcontrolV1Beta2Subject struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `group` matches based on user group name. + Group *IoK8SApiFlowcontrolV1Beta2GroupSubject `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` + // `kind` indicates which one of the other fields is non-empty. Required + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // `serviceAccount` matches ServiceAccounts. + ServiceAccount *IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject `protobuf:"bytes,3,opt,name=serviceAccount,proto3" json:"serviceAccount,omitempty"` + // `user` matches based on username. + User *IoK8SApiFlowcontrolV1Beta2UserSubject `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2Subject) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2Subject{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[603] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2Subject) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2Subject) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2Subject) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[603] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2Subject.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2Subject) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{603} +} + +func (x *IoK8SApiFlowcontrolV1Beta2Subject) GetGroup() *IoK8SApiFlowcontrolV1Beta2GroupSubject { + if x != nil { + return x.Group + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2Subject) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta2Subject) GetServiceAccount() *IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject { + if x != nil { + return x.ServiceAccount + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta2Subject) GetUser() *IoK8SApiFlowcontrolV1Beta2UserSubject { + if x != nil { + return x.User + } + return nil +} + +// UserSubject holds detailed information for user-kind subject. +type IoK8SApiFlowcontrolV1Beta2UserSubject struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `name` is the username that matches, or "*" to match all usernames. Required. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta2UserSubject) Reset() { + *x = IoK8SApiFlowcontrolV1Beta2UserSubject{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[604] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta2UserSubject) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta2UserSubject) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta2UserSubject) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[604] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta2UserSubject.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta2UserSubject) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{604} +} + +func (x *IoK8SApiFlowcontrolV1Beta2UserSubject) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// FlowDistinguisherMethod specifies the method of a flow distinguisher. +type IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required. + Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[605] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[605] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{605} +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher". +type IoK8SApiFlowcontrolV1Beta3FlowSchema struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchema) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3FlowSchema{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[606] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchema) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3FlowSchema) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchema) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[606] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3FlowSchema.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3FlowSchema) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{606} +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchema) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchema) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchema) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchema) GetSpec() *IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchema) GetStatus() *IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus { + if x != nil { + return x.Status + } + return nil +} + +// FlowSchemaCondition describes conditions for a FlowSchema. +type IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `lastTransitionTime` is the last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // `message` is a human-readable message indicating details about last transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // `reason` is a unique, one-word, CamelCase reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // `status` is the status of the condition. Can be True, False, Unknown. Required. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // `type` is the type of the condition. Required. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[607] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[607] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{607} +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// FlowSchemaList is a list of FlowSchema objects. +type IoK8SApiFlowcontrolV1Beta3FlowSchemaList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // `items` is a list of FlowSchemas. + Items []*IoK8SApiFlowcontrolV1Beta3FlowSchema `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // `metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaList) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3FlowSchemaList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[608] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3FlowSchemaList) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[608] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3FlowSchemaList.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3FlowSchemaList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{608} +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaList) GetItems() []*IoK8SApiFlowcontrolV1Beta3FlowSchema { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// FlowSchemaSpec describes how the FlowSchema's specification looks like. +type IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string. + DistinguisherMethod *IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod `protobuf:"bytes,1,opt,name=distinguisherMethod,proto3" json:"distinguisherMethod,omitempty"` + // `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default. + MatchingPrecedence int32 `protobuf:"varint,2,opt,name=matchingPrecedence,proto3" json:"matchingPrecedence,omitempty"` + // `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required. + PriorityLevelConfiguration *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference `protobuf:"bytes,3,opt,name=priorityLevelConfiguration,proto3" json:"priorityLevelConfiguration,omitempty"` + // `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema. + Rules []*IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects `protobuf:"bytes,4,rep,name=rules,proto3" json:"rules,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[609] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[609] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{609} +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec) GetDistinguisherMethod() *IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod { + if x != nil { + return x.DistinguisherMethod + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec) GetMatchingPrecedence() int32 { + if x != nil { + return x.MatchingPrecedence + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec) GetPriorityLevelConfiguration() *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference { + if x != nil { + return x.PriorityLevelConfiguration + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec) GetRules() []*IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects { + if x != nil { + return x.Rules + } + return nil +} + +// FlowSchemaStatus represents the current state of a FlowSchema. +type IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `conditions` is a list of the current states of FlowSchema. + Conditions []*IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[610] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[610] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{610} +} + +func (x *IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus) GetConditions() []*IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition { + if x != nil { + return x.Conditions + } + return nil +} + +// GroupSubject holds detailed information for group-kind subject. +type IoK8SApiFlowcontrolV1Beta3GroupSubject struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3GroupSubject) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3GroupSubject{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[611] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3GroupSubject) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3GroupSubject) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3GroupSubject) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[611] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3GroupSubject.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3GroupSubject) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{611} +} + +func (x *IoK8SApiFlowcontrolV1Beta3GroupSubject) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// LimitResponse defines how to handle requests that can not be executed right now. +type IoK8SApiFlowcontrolV1Beta3LimitResponse struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`. + Queuing *IoK8SApiFlowcontrolV1Beta3QueuingConfiguration `protobuf:"bytes,1,opt,name=queuing,proto3" json:"queuing,omitempty"` + // `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitResponse) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3LimitResponse{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[612] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitResponse) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3LimitResponse) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitResponse) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[612] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3LimitResponse.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3LimitResponse) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{612} +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitResponse) GetQueuing() *IoK8SApiFlowcontrolV1Beta3QueuingConfiguration { + if x != nil { + return x.Queuing + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitResponse) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues: +// - How are requests for this priority level limited? +// - What should be done with requests that exceed the limit? +type IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows. + // + // BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 ) + // + // The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite. + BorrowingLimitPercent int32 `protobuf:"varint,1,opt,name=borrowingLimitPercent,proto3" json:"borrowingLimitPercent,omitempty"` + // `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows. + // + // LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 ) + LendablePercent int32 `protobuf:"varint,2,opt,name=lendablePercent,proto3" json:"lendablePercent,omitempty"` + // `limitResponse` indicates what to do with requests that can not be executed right now + LimitResponse *IoK8SApiFlowcontrolV1Beta3LimitResponse `protobuf:"bytes,3,opt,name=limitResponse,proto3" json:"limitResponse,omitempty"` + // `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values: + // + // NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k) + // + // Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30. + NominalConcurrencyShares int32 `protobuf:"varint,4,opt,name=nominalConcurrencyShares,proto3" json:"nominalConcurrencyShares,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[613] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[613] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{613} +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration) GetBorrowingLimitPercent() int32 { + if x != nil { + return x.BorrowingLimitPercent + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration) GetLendablePercent() int32 { + if x != nil { + return x.LendablePercent + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration) GetLimitResponse() *IoK8SApiFlowcontrolV1Beta3LimitResponse { + if x != nil { + return x.LimitResponse + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration) GetNominalConcurrencyShares() int32 { + if x != nil { + return x.NominalConcurrencyShares + } + return 0 +} + +// NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request. +type IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example: + // - "/healthz" is legal + // - "/hea*" is illegal + // - "/hea" is legal but matches nothing + // - "/hea/*" also matches nothing + // - "/healthz/*" matches all per-component health checks. + // + // "*" matches all non-resource urls. if it is present, it must be the only entry. Required. + NonResourceURLs []string `protobuf:"bytes,1,rep,name=nonResourceURLs,proto3" json:"nonResourceURLs,omitempty"` + // `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required. + Verbs []string `protobuf:"bytes,2,rep,name=verbs,proto3" json:"verbs,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[614] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[614] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{614} +} + +func (x *IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule) GetNonResourceURLs() []string { + if x != nil { + return x.NonResourceURLs + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule) GetVerbs() []string { + if x != nil { + return x.Verbs + } + return nil +} + +// PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request. +type IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL. + NonResourceRules []*IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule `protobuf:"bytes,1,rep,name=nonResourceRules,proto3" json:"nonResourceRules,omitempty"` + // `resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty. + ResourceRules []*IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule `protobuf:"bytes,2,rep,name=resourceRules,proto3" json:"resourceRules,omitempty"` + // subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required. + Subjects []*IoK8SApiFlowcontrolV1Beta3Subject `protobuf:"bytes,3,rep,name=subjects,proto3" json:"subjects,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[615] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[615] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{615} +} + +func (x *IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects) GetNonResourceRules() []*IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule { + if x != nil { + return x.NonResourceRules + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects) GetResourceRules() []*IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule { + if x != nil { + return x.ResourceRules + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects) GetSubjects() []*IoK8SApiFlowcontrolV1Beta3Subject { + if x != nil { + return x.Subjects + } + return nil +} + +// PriorityLevelConfiguration represents the configuration of a priority level. +type IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[616] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[616] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{616} +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) GetSpec() *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration) GetStatus() *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus { + if x != nil { + return x.Status + } + return nil +} + +// PriorityLevelConfigurationCondition defines the condition of priority level. +type IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `lastTransitionTime` is the last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // `message` is a human-readable message indicating details about last transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // `reason` is a unique, one-word, CamelCase reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // `status` is the status of the condition. Can be True, False, Unknown. Required. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // `type` is the type of the condition. Required. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[617] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[617] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{617} +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects. +type IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // `items` is a list of request-priorities. + Items []*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[618] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[618] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{618} +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList) GetItems() []*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PriorityLevelConfigurationReference contains information that points to the "request-priority" being used. +type IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `name` is the name of the priority level configuration being referenced Required. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[619] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[619] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{619} +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// PriorityLevelConfigurationSpec specifies the configuration of a priority level. +type IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`. + Limited *IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration `protobuf:"bytes,1,opt,name=limited,proto3" json:"limited,omitempty"` + // `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required. + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[620] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[620] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{620} +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec) GetLimited() *IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration { + if x != nil { + return x.Limited + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// PriorityLevelConfigurationStatus represents the current state of a "request-priority". +type IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `conditions` is the current state of "request-priority". + Conditions []*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[621] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[621] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{621} +} + +func (x *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus) GetConditions() []*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition { + if x != nil { + return x.Conditions + } + return nil +} + +// QueuingConfiguration holds the configuration parameters for queuing +type IoK8SApiFlowcontrolV1Beta3QueuingConfiguration struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8. + HandSize int32 `protobuf:"varint,1,opt,name=handSize,proto3" json:"handSize,omitempty"` + // `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50. + QueueLengthLimit int32 `protobuf:"varint,2,opt,name=queueLengthLimit,proto3" json:"queueLengthLimit,omitempty"` + // `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64. + Queues int32 `protobuf:"varint,3,opt,name=queues,proto3" json:"queues,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3QueuingConfiguration) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3QueuingConfiguration{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[622] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3QueuingConfiguration) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3QueuingConfiguration) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3QueuingConfiguration) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[622] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3QueuingConfiguration.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3QueuingConfiguration) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{622} +} + +func (x *IoK8SApiFlowcontrolV1Beta3QueuingConfiguration) GetHandSize() int32 { + if x != nil { + return x.HandSize + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta3QueuingConfiguration) GetQueueLengthLimit() int32 { + if x != nil { + return x.QueueLengthLimit + } + return 0 +} + +func (x *IoK8SApiFlowcontrolV1Beta3QueuingConfiguration) GetQueues() int32 { + if x != nil { + return x.Queues + } + return 0 +} + +// ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace. +type IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required. + ApiGroups []string `protobuf:"bytes,1,rep,name=apiGroups,proto3" json:"apiGroups,omitempty"` + // `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list. + ClusterScope bool `protobuf:"varint,2,opt,name=clusterScope,proto3" json:"clusterScope,omitempty"` + // `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true. + Namespaces []string `protobuf:"bytes,3,rep,name=namespaces,proto3" json:"namespaces,omitempty"` + // `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required. + Resources []string `protobuf:"bytes,4,rep,name=resources,proto3" json:"resources,omitempty"` + // `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required. + Verbs []string `protobuf:"bytes,5,rep,name=verbs,proto3" json:"verbs,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[623] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[623] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{623} +} + +func (x *IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) GetApiGroups() []string { + if x != nil { + return x.ApiGroups + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) GetClusterScope() bool { + if x != nil { + return x.ClusterScope + } + return false +} + +func (x *IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) GetNamespaces() []string { + if x != nil { + return x.Namespaces + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) GetResources() []string { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule) GetVerbs() []string { + if x != nil { + return x.Verbs + } + return nil +} + +// ServiceAccountSubject holds detailed information for service-account-kind subject. +type IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // `namespace` is the namespace of matching ServiceAccount objects. Required. + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[624] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[624] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{624} +} + +func (x *IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +// Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account. +type IoK8SApiFlowcontrolV1Beta3Subject struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `group` matches based on user group name. + Group *IoK8SApiFlowcontrolV1Beta3GroupSubject `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` + // `kind` indicates which one of the other fields is non-empty. Required + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // `serviceAccount` matches ServiceAccounts. + ServiceAccount *IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject `protobuf:"bytes,3,opt,name=serviceAccount,proto3" json:"serviceAccount,omitempty"` + // `user` matches based on username. + User *IoK8SApiFlowcontrolV1Beta3UserSubject `protobuf:"bytes,4,opt,name=user,proto3" json:"user,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3Subject) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3Subject{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[625] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3Subject) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3Subject) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3Subject) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[625] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3Subject.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3Subject) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{625} +} + +func (x *IoK8SApiFlowcontrolV1Beta3Subject) GetGroup() *IoK8SApiFlowcontrolV1Beta3GroupSubject { + if x != nil { + return x.Group + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3Subject) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiFlowcontrolV1Beta3Subject) GetServiceAccount() *IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject { + if x != nil { + return x.ServiceAccount + } + return nil +} + +func (x *IoK8SApiFlowcontrolV1Beta3Subject) GetUser() *IoK8SApiFlowcontrolV1Beta3UserSubject { + if x != nil { + return x.User + } + return nil +} + +// UserSubject holds detailed information for user-kind subject. +type IoK8SApiFlowcontrolV1Beta3UserSubject struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // `name` is the username that matches, or "*" to match all usernames. Required. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiFlowcontrolV1Beta3UserSubject) Reset() { + *x = IoK8SApiFlowcontrolV1Beta3UserSubject{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[626] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiFlowcontrolV1Beta3UserSubject) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiFlowcontrolV1Beta3UserSubject) ProtoMessage() {} + +func (x *IoK8SApiFlowcontrolV1Beta3UserSubject) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[626] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiFlowcontrolV1Beta3UserSubject.ProtoReflect.Descriptor instead. +func (*IoK8SApiFlowcontrolV1Beta3UserSubject) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{626} +} + +func (x *IoK8SApiFlowcontrolV1Beta3UserSubject) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend. +type IoK8SApiNetworkingV1HTTPIngressPath struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // backend defines the referenced service endpoint to which the traffic will be forwarded to. + Backend *IoK8SApiNetworkingV1IngressBackend `protobuf:"bytes,1,opt,name=backend,proto3" json:"backend,omitempty"` + // path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix". + Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` + // pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is + // + // done on a path element by element basis. A path element refers is the + // list of labels in the path split by the '/' separator. A request is a + // match for path p if every p is an element-wise prefix of p of the + // request path. Note that if the last element of the path is a substring + // of the last element in request path, it is not a match (e.g. /foo/bar + // matches /foo/bar/baz, but does not match /foo/barbaz). + // - ImplementationSpecific: Interpretation of the Path matching is up to + // the IngressClass. Implementations can treat this as a separate PathType + // or treat it identically to Prefix or Exact path types. + // + // Implementations are required to support all path types. + PathType string `protobuf:"bytes,3,opt,name=pathType,proto3" json:"pathType,omitempty"` +} + +func (x *IoK8SApiNetworkingV1HTTPIngressPath) Reset() { + *x = IoK8SApiNetworkingV1HTTPIngressPath{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[627] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1HTTPIngressPath) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1HTTPIngressPath) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1HTTPIngressPath) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[627] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1HTTPIngressPath.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1HTTPIngressPath) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{627} +} + +func (x *IoK8SApiNetworkingV1HTTPIngressPath) GetBackend() *IoK8SApiNetworkingV1IngressBackend { + if x != nil { + return x.Backend + } + return nil +} + +func (x *IoK8SApiNetworkingV1HTTPIngressPath) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiNetworkingV1HTTPIngressPath) GetPathType() string { + if x != nil { + return x.PathType + } + return "" +} + +// HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'. +type IoK8SApiNetworkingV1HTTPIngressRuleValue struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // paths is a collection of paths that map requests to backends. + Paths []*IoK8SApiNetworkingV1HTTPIngressPath `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"` +} + +func (x *IoK8SApiNetworkingV1HTTPIngressRuleValue) Reset() { + *x = IoK8SApiNetworkingV1HTTPIngressRuleValue{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[628] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1HTTPIngressRuleValue) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1HTTPIngressRuleValue) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1HTTPIngressRuleValue) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[628] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1HTTPIngressRuleValue.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1HTTPIngressRuleValue) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{628} +} + +func (x *IoK8SApiNetworkingV1HTTPIngressRuleValue) GetPaths() []*IoK8SApiNetworkingV1HTTPIngressPath { + if x != nil { + return x.Paths + } + return nil +} + +// IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule. +type IoK8SApiNetworkingV1IPBlock struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" + Cidr string `protobuf:"bytes,1,opt,name=cidr,proto3" json:"cidr,omitempty"` + // except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range + Except []string `protobuf:"bytes,2,rep,name=except,proto3" json:"except,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IPBlock) Reset() { + *x = IoK8SApiNetworkingV1IPBlock{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[629] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IPBlock) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IPBlock) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IPBlock) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[629] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IPBlock.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IPBlock) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{629} +} + +func (x *IoK8SApiNetworkingV1IPBlock) GetCidr() string { + if x != nil { + return x.Cidr + } + return "" +} + +func (x *IoK8SApiNetworkingV1IPBlock) GetExcept() []string { + if x != nil { + return x.Except + } + return nil +} + +// Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. +type IoK8SApiNetworkingV1Ingress struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiNetworkingV1IngressSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status *IoK8SApiNetworkingV1IngressStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiNetworkingV1Ingress) Reset() { + *x = IoK8SApiNetworkingV1Ingress{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[630] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1Ingress) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1Ingress) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1Ingress) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[630] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1Ingress.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1Ingress) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{630} +} + +func (x *IoK8SApiNetworkingV1Ingress) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1Ingress) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1Ingress) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiNetworkingV1Ingress) GetSpec() *IoK8SApiNetworkingV1IngressSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiNetworkingV1Ingress) GetStatus() *IoK8SApiNetworkingV1IngressStatus { + if x != nil { + return x.Status + } + return nil +} + +// IngressBackend describes all endpoints for a given service and port. +type IoK8SApiNetworkingV1IngressBackend struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service". + Resource *IoK8SApiCoreV1TypedLocalObjectReference `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` + // service references a service as a backend. This is a mutually exclusive setting with "Resource". + Service *IoK8SApiNetworkingV1IngressServiceBackend `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressBackend) Reset() { + *x = IoK8SApiNetworkingV1IngressBackend{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[631] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressBackend) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressBackend) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressBackend) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[631] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressBackend.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressBackend) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{631} +} + +func (x *IoK8SApiNetworkingV1IngressBackend) GetResource() *IoK8SApiCoreV1TypedLocalObjectReference { + if x != nil { + return x.Resource + } + return nil +} + +func (x *IoK8SApiNetworkingV1IngressBackend) GetService() *IoK8SApiNetworkingV1IngressServiceBackend { + if x != nil { + return x.Service + } + return nil +} + +// IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class. +type IoK8SApiNetworkingV1IngressClass struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiNetworkingV1IngressClassSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressClass) Reset() { + *x = IoK8SApiNetworkingV1IngressClass{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[632] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressClass) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressClass) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressClass) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[632] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressClass.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressClass) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{632} +} + +func (x *IoK8SApiNetworkingV1IngressClass) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressClass) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressClass) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiNetworkingV1IngressClass) GetSpec() *IoK8SApiNetworkingV1IngressClassSpec { + if x != nil { + return x.Spec + } + return nil +} + +// IngressClassList is a collection of IngressClasses. +type IoK8SApiNetworkingV1IngressClassList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of IngressClasses. + Items []*IoK8SApiNetworkingV1IngressClass `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressClassList) Reset() { + *x = IoK8SApiNetworkingV1IngressClassList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[633] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressClassList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressClassList) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressClassList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[633] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressClassList.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressClassList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{633} +} + +func (x *IoK8SApiNetworkingV1IngressClassList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressClassList) GetItems() []*IoK8SApiNetworkingV1IngressClass { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiNetworkingV1IngressClassList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressClassList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource. +type IoK8SApiNetworkingV1IngressClassParametersReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. + ApiGroup string `protobuf:"bytes,1,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` + // kind is the type of resource being referenced. + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // name is the name of resource being referenced. + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster". + Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` + // scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace". + Scope string `protobuf:"bytes,5,opt,name=scope,proto3" json:"scope,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressClassParametersReference) Reset() { + *x = IoK8SApiNetworkingV1IngressClassParametersReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[634] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressClassParametersReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressClassParametersReference) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressClassParametersReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[634] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressClassParametersReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressClassParametersReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{634} +} + +func (x *IoK8SApiNetworkingV1IngressClassParametersReference) GetApiGroup() string { + if x != nil { + return x.ApiGroup + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressClassParametersReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressClassParametersReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressClassParametersReference) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressClassParametersReference) GetScope() string { + if x != nil { + return x.Scope + } + return "" +} + +// IngressClassSpec provides information about the class of an Ingress. +type IoK8SApiNetworkingV1IngressClassSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable. + Controller string `protobuf:"bytes,1,opt,name=controller,proto3" json:"controller,omitempty"` + // parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters. + Parameters *IoK8SApiNetworkingV1IngressClassParametersReference `protobuf:"bytes,2,opt,name=parameters,proto3" json:"parameters,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressClassSpec) Reset() { + *x = IoK8SApiNetworkingV1IngressClassSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[635] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressClassSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressClassSpec) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressClassSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[635] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressClassSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressClassSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{635} +} + +func (x *IoK8SApiNetworkingV1IngressClassSpec) GetController() string { + if x != nil { + return x.Controller + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressClassSpec) GetParameters() *IoK8SApiNetworkingV1IngressClassParametersReference { + if x != nil { + return x.Parameters + } + return nil +} + +// IngressList is a collection of Ingress. +type IoK8SApiNetworkingV1IngressList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of Ingress. + Items []*IoK8SApiNetworkingV1Ingress `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressList) Reset() { + *x = IoK8SApiNetworkingV1IngressList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[636] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressList) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[636] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressList.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{636} +} + +func (x *IoK8SApiNetworkingV1IngressList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressList) GetItems() []*IoK8SApiNetworkingV1Ingress { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiNetworkingV1IngressList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// IngressLoadBalancerIngress represents the status of a load-balancer ingress point. +type IoK8SApiNetworkingV1IngressLoadBalancerIngress struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // hostname is set for load-balancer ingress points that are DNS based. + Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` + // ip is set for load-balancer ingress points that are IP based. + Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` + // ports provides information about the ports exposed by this LoadBalancer. + Ports []*IoK8SApiNetworkingV1IngressPortStatus `protobuf:"bytes,3,rep,name=ports,proto3" json:"ports,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerIngress) Reset() { + *x = IoK8SApiNetworkingV1IngressLoadBalancerIngress{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[637] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerIngress) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressLoadBalancerIngress) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerIngress) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[637] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressLoadBalancerIngress.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressLoadBalancerIngress) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{637} +} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerIngress) GetHostname() string { + if x != nil { + return x.Hostname + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerIngress) GetIp() string { + if x != nil { + return x.Ip + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerIngress) GetPorts() []*IoK8SApiNetworkingV1IngressPortStatus { + if x != nil { + return x.Ports + } + return nil +} + +// IngressLoadBalancerStatus represents the status of a load-balancer. +type IoK8SApiNetworkingV1IngressLoadBalancerStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ingress is a list containing ingress points for the load-balancer. + Ingress []*IoK8SApiNetworkingV1IngressLoadBalancerIngress `protobuf:"bytes,1,rep,name=ingress,proto3" json:"ingress,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerStatus) Reset() { + *x = IoK8SApiNetworkingV1IngressLoadBalancerStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[638] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressLoadBalancerStatus) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[638] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressLoadBalancerStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressLoadBalancerStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{638} +} + +func (x *IoK8SApiNetworkingV1IngressLoadBalancerStatus) GetIngress() []*IoK8SApiNetworkingV1IngressLoadBalancerIngress { + if x != nil { + return x.Ingress + } + return nil +} + +// IngressPortStatus represents the error condition of a service port +type IoK8SApiNetworkingV1IngressPortStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use + // + // CamelCase names + // - cloud provider specific error values must have names that comply with the + // format foo.example.com/CamelCase. + Error string `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"` + // port is the port number of the ingress port. + Port int32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"` + // protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP" + Protocol string `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressPortStatus) Reset() { + *x = IoK8SApiNetworkingV1IngressPortStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[639] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressPortStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressPortStatus) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressPortStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[639] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressPortStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressPortStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{639} +} + +func (x *IoK8SApiNetworkingV1IngressPortStatus) GetError() string { + if x != nil { + return x.Error + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressPortStatus) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +func (x *IoK8SApiNetworkingV1IngressPortStatus) GetProtocol() string { + if x != nil { + return x.Protocol + } + return "" +} + +// IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. +type IoK8SApiNetworkingV1IngressRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to + // + // the IP in the Spec of the parent Ingress. + // 2. The `:` delimiter is not respected because ports are not allowed. + // Currently the port of an Ingress is implicitly :80 for http and + // :443 for https. + // + // Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. + // + // host can be "precise" which is a domain name without the terminating dot of a network host (e.g. "foo.bar.com") or "wildcard", which is a domain name prefixed with a single wildcard label (e.g. "*.foo.com"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == "*"). Requests will be matched against the Host field in the following way: 1. If host is precise, the request matches this rule if the http host header is equal to Host. 2. If host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule. + Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` + Http *IoK8SApiNetworkingV1HTTPIngressRuleValue `protobuf:"bytes,2,opt,name=http,proto3" json:"http,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressRule) Reset() { + *x = IoK8SApiNetworkingV1IngressRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[640] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressRule) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[640] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{640} +} + +func (x *IoK8SApiNetworkingV1IngressRule) GetHost() string { + if x != nil { + return x.Host + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressRule) GetHttp() *IoK8SApiNetworkingV1HTTPIngressRuleValue { + if x != nil { + return x.Http + } + return nil +} + +// IngressServiceBackend references a Kubernetes Service as a Backend. +type IoK8SApiNetworkingV1IngressServiceBackend struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name is the referenced service. The service must exist in the same namespace as the Ingress object. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // port of the referenced service. A port name or port number is required for a IngressServiceBackend. + Port *IoK8SApiNetworkingV1ServiceBackendPort `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressServiceBackend) Reset() { + *x = IoK8SApiNetworkingV1IngressServiceBackend{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[641] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressServiceBackend) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressServiceBackend) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressServiceBackend) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[641] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressServiceBackend.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressServiceBackend) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{641} +} + +func (x *IoK8SApiNetworkingV1IngressServiceBackend) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressServiceBackend) GetPort() *IoK8SApiNetworkingV1ServiceBackendPort { + if x != nil { + return x.Port + } + return nil +} + +// IngressSpec describes the Ingress the user wishes to exist. +type IoK8SApiNetworkingV1IngressSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller. + DefaultBackend *IoK8SApiNetworkingV1IngressBackend `protobuf:"bytes,1,opt,name=defaultBackend,proto3" json:"defaultBackend,omitempty"` + // ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present. + IngressClassName string `protobuf:"bytes,2,opt,name=ingressClassName,proto3" json:"ingressClassName,omitempty"` + // rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. + Rules []*IoK8SApiNetworkingV1IngressRule `protobuf:"bytes,3,rep,name=rules,proto3" json:"rules,omitempty"` + // tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. + Tls []*IoK8SApiNetworkingV1IngressTLS `protobuf:"bytes,4,rep,name=tls,proto3" json:"tls,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressSpec) Reset() { + *x = IoK8SApiNetworkingV1IngressSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[642] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressSpec) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[642] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{642} +} + +func (x *IoK8SApiNetworkingV1IngressSpec) GetDefaultBackend() *IoK8SApiNetworkingV1IngressBackend { + if x != nil { + return x.DefaultBackend + } + return nil +} + +func (x *IoK8SApiNetworkingV1IngressSpec) GetIngressClassName() string { + if x != nil { + return x.IngressClassName + } + return "" +} + +func (x *IoK8SApiNetworkingV1IngressSpec) GetRules() []*IoK8SApiNetworkingV1IngressRule { + if x != nil { + return x.Rules + } + return nil +} + +func (x *IoK8SApiNetworkingV1IngressSpec) GetTls() []*IoK8SApiNetworkingV1IngressTLS { + if x != nil { + return x.Tls + } + return nil +} + +// IngressStatus describe the current state of the Ingress. +type IoK8SApiNetworkingV1IngressStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // loadBalancer contains the current status of the load-balancer. + LoadBalancer *IoK8SApiNetworkingV1IngressLoadBalancerStatus `protobuf:"bytes,1,opt,name=loadBalancer,proto3" json:"loadBalancer,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressStatus) Reset() { + *x = IoK8SApiNetworkingV1IngressStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[643] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressStatus) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[643] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{643} +} + +func (x *IoK8SApiNetworkingV1IngressStatus) GetLoadBalancer() *IoK8SApiNetworkingV1IngressLoadBalancerStatus { + if x != nil { + return x.LoadBalancer + } + return nil +} + +// IngressTLS describes the transport layer security associated with an ingress. +type IoK8SApiNetworkingV1IngressTLS struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. + Hosts []string `protobuf:"bytes,1,rep,name=hosts,proto3" json:"hosts,omitempty"` + // secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing. + SecretName string `protobuf:"bytes,2,opt,name=secretName,proto3" json:"secretName,omitempty"` +} + +func (x *IoK8SApiNetworkingV1IngressTLS) Reset() { + *x = IoK8SApiNetworkingV1IngressTLS{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[644] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1IngressTLS) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1IngressTLS) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1IngressTLS) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[644] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1IngressTLS.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1IngressTLS) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{644} +} + +func (x *IoK8SApiNetworkingV1IngressTLS) GetHosts() []string { + if x != nil { + return x.Hosts + } + return nil +} + +func (x *IoK8SApiNetworkingV1IngressTLS) GetSecretName() string { + if x != nil { + return x.SecretName + } + return "" +} + +// NetworkPolicy describes what network traffic is allowed for a set of Pods +type IoK8SApiNetworkingV1NetworkPolicy struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec represents the specification of the desired behavior for this NetworkPolicy. + Spec *IoK8SApiNetworkingV1NetworkPolicySpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiNetworkingV1NetworkPolicy) Reset() { + *x = IoK8SApiNetworkingV1NetworkPolicy{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[645] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1NetworkPolicy) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1NetworkPolicy) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1NetworkPolicy) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[645] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1NetworkPolicy.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1NetworkPolicy) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{645} +} + +func (x *IoK8SApiNetworkingV1NetworkPolicy) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1NetworkPolicy) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1NetworkPolicy) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiNetworkingV1NetworkPolicy) GetSpec() *IoK8SApiNetworkingV1NetworkPolicySpec { + if x != nil { + return x.Spec + } + return nil +} + +// NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8 +type IoK8SApiNetworkingV1NetworkPolicyEgressRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ports is a list of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. + Ports []*IoK8SApiNetworkingV1NetworkPolicyPort `protobuf:"bytes,1,rep,name=ports,proto3" json:"ports,omitempty"` + // to is a list of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list. + To []*IoK8SApiNetworkingV1NetworkPolicyPeer `protobuf:"bytes,2,rep,name=to,proto3" json:"to,omitempty"` +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyEgressRule) Reset() { + *x = IoK8SApiNetworkingV1NetworkPolicyEgressRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[646] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyEgressRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1NetworkPolicyEgressRule) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1NetworkPolicyEgressRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[646] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1NetworkPolicyEgressRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1NetworkPolicyEgressRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{646} +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyEgressRule) GetPorts() []*IoK8SApiNetworkingV1NetworkPolicyPort { + if x != nil { + return x.Ports + } + return nil +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyEgressRule) GetTo() []*IoK8SApiNetworkingV1NetworkPolicyPeer { + if x != nil { + return x.To + } + return nil +} + +// NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from. +type IoK8SApiNetworkingV1NetworkPolicyIngressRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list. + From []*IoK8SApiNetworkingV1NetworkPolicyPeer `protobuf:"bytes,1,rep,name=from,proto3" json:"from,omitempty"` + // ports is a list of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. + Ports []*IoK8SApiNetworkingV1NetworkPolicyPort `protobuf:"bytes,2,rep,name=ports,proto3" json:"ports,omitempty"` +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyIngressRule) Reset() { + *x = IoK8SApiNetworkingV1NetworkPolicyIngressRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[647] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyIngressRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1NetworkPolicyIngressRule) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1NetworkPolicyIngressRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[647] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1NetworkPolicyIngressRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1NetworkPolicyIngressRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{647} +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyIngressRule) GetFrom() []*IoK8SApiNetworkingV1NetworkPolicyPeer { + if x != nil { + return x.From + } + return nil +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyIngressRule) GetPorts() []*IoK8SApiNetworkingV1NetworkPolicyPort { + if x != nil { + return x.Ports + } + return nil +} + +// NetworkPolicyList is a list of NetworkPolicy objects. +type IoK8SApiNetworkingV1NetworkPolicyList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is a list of schema objects. + Items []*IoK8SApiNetworkingV1NetworkPolicy `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyList) Reset() { + *x = IoK8SApiNetworkingV1NetworkPolicyList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[648] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1NetworkPolicyList) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1NetworkPolicyList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[648] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1NetworkPolicyList.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1NetworkPolicyList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{648} +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyList) GetItems() []*IoK8SApiNetworkingV1NetworkPolicy { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed +type IoK8SApiNetworkingV1NetworkPolicyPeer struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ipBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be. + IpBlock *IoK8SApiNetworkingV1IPBlock `protobuf:"bytes,1,opt,name=ipBlock,proto3" json:"ipBlock,omitempty"` + // namespaceSelector selects namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. + // + // If podSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the namespaces selected by namespaceSelector. Otherwise it selects all pods in the namespaces selected by namespaceSelector. + NamespaceSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,2,opt,name=namespaceSelector,proto3" json:"namespaceSelector,omitempty"` + // podSelector is a label selector which selects pods. This field follows standard label selector semantics; if present but empty, it selects all pods. + // + // If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the pods matching podSelector in the policy's own namespace. + PodSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,3,opt,name=podSelector,proto3" json:"podSelector,omitempty"` +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPeer) Reset() { + *x = IoK8SApiNetworkingV1NetworkPolicyPeer{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[649] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPeer) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1NetworkPolicyPeer) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPeer) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[649] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1NetworkPolicyPeer.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1NetworkPolicyPeer) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{649} +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPeer) GetIpBlock() *IoK8SApiNetworkingV1IPBlock { + if x != nil { + return x.IpBlock + } + return nil +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPeer) GetNamespaceSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.NamespaceSelector + } + return nil +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPeer) GetPodSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.PodSelector + } + return nil +} + +// NetworkPolicyPort describes a port to allow traffic on +type IoK8SApiNetworkingV1NetworkPolicyPort struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port. + EndPort int32 `protobuf:"varint,1,opt,name=endPort,proto3" json:"endPort,omitempty"` + // port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched. + Port string `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty"` + // protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP. + Protocol string `protobuf:"bytes,3,opt,name=protocol,proto3" json:"protocol,omitempty"` +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPort) Reset() { + *x = IoK8SApiNetworkingV1NetworkPolicyPort{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[650] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPort) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1NetworkPolicyPort) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPort) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[650] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1NetworkPolicyPort.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1NetworkPolicyPort) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{650} +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPort) GetEndPort() int32 { + if x != nil { + return x.EndPort + } + return 0 +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPort) GetPort() string { + if x != nil { + return x.Port + } + return "" +} + +func (x *IoK8SApiNetworkingV1NetworkPolicyPort) GetProtocol() string { + if x != nil { + return x.Protocol + } + return "" +} + +// NetworkPolicySpec provides the specification of a NetworkPolicy +type IoK8SApiNetworkingV1NetworkPolicySpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 + Egress []*IoK8SApiNetworkingV1NetworkPolicyEgressRule `protobuf:"bytes,1,rep,name=egress,proto3" json:"egress,omitempty"` + // ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default) + Ingress []*IoK8SApiNetworkingV1NetworkPolicyIngressRule `protobuf:"bytes,2,rep,name=ingress,proto3" json:"ingress,omitempty"` + // podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace. + PodSelector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,3,opt,name=podSelector,proto3" json:"podSelector,omitempty"` + // policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 + PolicyTypes []string `protobuf:"bytes,4,rep,name=policyTypes,proto3" json:"policyTypes,omitempty"` +} + +func (x *IoK8SApiNetworkingV1NetworkPolicySpec) Reset() { + *x = IoK8SApiNetworkingV1NetworkPolicySpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[651] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1NetworkPolicySpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1NetworkPolicySpec) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1NetworkPolicySpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[651] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1NetworkPolicySpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1NetworkPolicySpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{651} +} + +func (x *IoK8SApiNetworkingV1NetworkPolicySpec) GetEgress() []*IoK8SApiNetworkingV1NetworkPolicyEgressRule { + if x != nil { + return x.Egress + } + return nil +} + +func (x *IoK8SApiNetworkingV1NetworkPolicySpec) GetIngress() []*IoK8SApiNetworkingV1NetworkPolicyIngressRule { + if x != nil { + return x.Ingress + } + return nil +} + +func (x *IoK8SApiNetworkingV1NetworkPolicySpec) GetPodSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.PodSelector + } + return nil +} + +func (x *IoK8SApiNetworkingV1NetworkPolicySpec) GetPolicyTypes() []string { + if x != nil { + return x.PolicyTypes + } + return nil +} + +// ServiceBackendPort is the service port being referenced. +type IoK8SApiNetworkingV1ServiceBackendPort struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name is the name of the port on the Service. This is a mutually exclusive setting with "Number". + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name". + Number int32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` +} + +func (x *IoK8SApiNetworkingV1ServiceBackendPort) Reset() { + *x = IoK8SApiNetworkingV1ServiceBackendPort{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[652] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1ServiceBackendPort) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1ServiceBackendPort) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1ServiceBackendPort) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[652] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1ServiceBackendPort.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1ServiceBackendPort) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{652} +} + +func (x *IoK8SApiNetworkingV1ServiceBackendPort) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiNetworkingV1ServiceBackendPort) GetNumber() int32 { + if x != nil { + return x.Number + } + return 0 +} + +// ClusterCIDR represents a single configuration for per-Node Pod CIDR allocations when the MultiCIDRRangeAllocator is enabled (see the config for kube-controller-manager). A cluster may have any number of ClusterCIDR resources, all of which will be considered when allocating a CIDR for a Node. A ClusterCIDR is eligible to be used for a given Node when the node selector matches the node in question and has free CIDRs to allocate. In case of multiple matching ClusterCIDR resources, the allocator will attempt to break ties using internal heuristics, but any ClusterCIDR whose node selector matches the Node may be used. +type IoK8SApiNetworkingV1Alpha1ClusterCIDR struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec is the desired state of the ClusterCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDR) Reset() { + *x = IoK8SApiNetworkingV1Alpha1ClusterCIDR{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[653] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDR) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1Alpha1ClusterCIDR) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDR) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[653] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1Alpha1ClusterCIDR.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1Alpha1ClusterCIDR) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{653} +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDR) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDR) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDR) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDR) GetSpec() *IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec { + if x != nil { + return x.Spec + } + return nil +} + +// ClusterCIDRList contains a list of ClusterCIDR. +type IoK8SApiNetworkingV1Alpha1ClusterCIDRList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of ClusterCIDRs. + Items []*IoK8SApiNetworkingV1Alpha1ClusterCIDR `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRList) Reset() { + *x = IoK8SApiNetworkingV1Alpha1ClusterCIDRList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[654] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1Alpha1ClusterCIDRList) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[654] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1Alpha1ClusterCIDRList.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1Alpha1ClusterCIDRList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{654} +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRList) GetItems() []*IoK8SApiNetworkingV1Alpha1ClusterCIDR { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ClusterCIDRSpec defines the desired state of ClusterCIDR. +type IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ipv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of ipv4 and ipv6 must be specified. This field is immutable. + Ipv4 string `protobuf:"bytes,1,opt,name=ipv4,proto3" json:"ipv4,omitempty"` + // ipv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of ipv4 and ipv6 must be specified. This field is immutable. + Ipv6 string `protobuf:"bytes,2,opt,name=ipv6,proto3" json:"ipv6,omitempty"` + // nodeSelector defines which nodes the config is applicable to. An empty or nil nodeSelector selects all nodes. This field is immutable. + NodeSelector *IoK8SApiCoreV1NodeSelector `protobuf:"bytes,3,opt,name=nodeSelector,proto3" json:"nodeSelector,omitempty"` + // perNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable. + PerNodeHostBits int32 `protobuf:"varint,4,opt,name=perNodeHostBits,proto3" json:"perNodeHostBits,omitempty"` +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec) Reset() { + *x = IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[655] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[655] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{655} +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec) GetIpv4() string { + if x != nil { + return x.Ipv4 + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec) GetIpv6() string { + if x != nil { + return x.Ipv6 + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec) GetNodeSelector() *IoK8SApiCoreV1NodeSelector { + if x != nil { + return x.NodeSelector + } + return nil +} + +func (x *IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec) GetPerNodeHostBits() int32 { + if x != nil { + return x.PerNodeHostBits + } + return 0 +} + +// IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1 +type IoK8SApiNetworkingV1Alpha1IPAddress struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Spec *IoK8SApiNetworkingV1Alpha1IPAddressSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddress) Reset() { + *x = IoK8SApiNetworkingV1Alpha1IPAddress{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[656] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddress) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1Alpha1IPAddress) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddress) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[656] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1Alpha1IPAddress.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1Alpha1IPAddress) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{656} +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddress) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddress) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddress) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddress) GetSpec() *IoK8SApiNetworkingV1Alpha1IPAddressSpec { + if x != nil { + return x.Spec + } + return nil +} + +// IPAddressList contains a list of IPAddress. +type IoK8SApiNetworkingV1Alpha1IPAddressList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of IPAddresses. + Items []*IoK8SApiNetworkingV1Alpha1IPAddress `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressList) Reset() { + *x = IoK8SApiNetworkingV1Alpha1IPAddressList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[657] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1Alpha1IPAddressList) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[657] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1Alpha1IPAddressList.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1Alpha1IPAddressList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{657} +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressList) GetItems() []*IoK8SApiNetworkingV1Alpha1IPAddress { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// IPAddressSpec describe the attributes in an IP Address. +type IoK8SApiNetworkingV1Alpha1IPAddressSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object. + ParentRef *IoK8SApiNetworkingV1Alpha1ParentReference `protobuf:"bytes,1,opt,name=parentRef,proto3" json:"parentRef,omitempty"` +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressSpec) Reset() { + *x = IoK8SApiNetworkingV1Alpha1IPAddressSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[658] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1Alpha1IPAddressSpec) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[658] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1Alpha1IPAddressSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1Alpha1IPAddressSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{658} +} + +func (x *IoK8SApiNetworkingV1Alpha1IPAddressSpec) GetParentRef() *IoK8SApiNetworkingV1Alpha1ParentReference { + if x != nil { + return x.ParentRef + } + return nil +} + +// ParentReference describes a reference to a parent object. +type IoK8SApiNetworkingV1Alpha1ParentReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Group is the group of the object being referenced. + Group string `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"` + // Name is the name of the object being referenced. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // Namespace is the namespace of the object being referenced. + Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"` + // Resource is the resource of the object being referenced. + Resource string `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"` + // UID is the uid of the object being referenced. + Uid string `protobuf:"bytes,5,opt,name=uid,proto3" json:"uid,omitempty"` +} + +func (x *IoK8SApiNetworkingV1Alpha1ParentReference) Reset() { + *x = IoK8SApiNetworkingV1Alpha1ParentReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[659] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNetworkingV1Alpha1ParentReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNetworkingV1Alpha1ParentReference) ProtoMessage() {} + +func (x *IoK8SApiNetworkingV1Alpha1ParentReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[659] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNetworkingV1Alpha1ParentReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiNetworkingV1Alpha1ParentReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{659} +} + +func (x *IoK8SApiNetworkingV1Alpha1ParentReference) GetGroup() string { + if x != nil { + return x.Group + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ParentReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ParentReference) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ParentReference) GetResource() string { + if x != nil { + return x.Resource + } + return "" +} + +func (x *IoK8SApiNetworkingV1Alpha1ParentReference) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +// Overhead structure represents the resource overhead associated with running a pod. +type IoK8SApiNodeV1Overhead struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // podFixed represents the fixed resource overhead associated with running a pod. + PodFixed map[string]string `protobuf:"bytes,1,rep,name=podFixed,proto3" json:"podFixed,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` +} + +func (x *IoK8SApiNodeV1Overhead) Reset() { + *x = IoK8SApiNodeV1Overhead{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[660] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNodeV1Overhead) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNodeV1Overhead) ProtoMessage() {} + +func (x *IoK8SApiNodeV1Overhead) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[660] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNodeV1Overhead.ProtoReflect.Descriptor instead. +func (*IoK8SApiNodeV1Overhead) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{660} +} + +func (x *IoK8SApiNodeV1Overhead) GetPodFixed() map[string]string { + if x != nil { + return x.PodFixed + } + return nil +} + +// RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/ +type IoK8SApiNodeV1RuntimeClass struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable. + Handler string `protobuf:"bytes,2,opt,name=handler,proto3" json:"handler,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` + // overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see + // + // https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/ + Overhead *IoK8SApiNodeV1Overhead `protobuf:"bytes,5,opt,name=overhead,proto3" json:"overhead,omitempty"` + // scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes. + Scheduling *IoK8SApiNodeV1Scheduling `protobuf:"bytes,6,opt,name=scheduling,proto3" json:"scheduling,omitempty"` +} + +func (x *IoK8SApiNodeV1RuntimeClass) Reset() { + *x = IoK8SApiNodeV1RuntimeClass{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[661] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNodeV1RuntimeClass) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNodeV1RuntimeClass) ProtoMessage() {} + +func (x *IoK8SApiNodeV1RuntimeClass) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[661] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNodeV1RuntimeClass.ProtoReflect.Descriptor instead. +func (*IoK8SApiNodeV1RuntimeClass) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{661} +} + +func (x *IoK8SApiNodeV1RuntimeClass) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNodeV1RuntimeClass) GetHandler() string { + if x != nil { + return x.Handler + } + return "" +} + +func (x *IoK8SApiNodeV1RuntimeClass) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNodeV1RuntimeClass) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiNodeV1RuntimeClass) GetOverhead() *IoK8SApiNodeV1Overhead { + if x != nil { + return x.Overhead + } + return nil +} + +func (x *IoK8SApiNodeV1RuntimeClass) GetScheduling() *IoK8SApiNodeV1Scheduling { + if x != nil { + return x.Scheduling + } + return nil +} + +// RuntimeClassList is a list of RuntimeClass objects. +type IoK8SApiNodeV1RuntimeClassList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is a list of schema objects. + Items []*IoK8SApiNodeV1RuntimeClass `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiNodeV1RuntimeClassList) Reset() { + *x = IoK8SApiNodeV1RuntimeClassList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[662] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNodeV1RuntimeClassList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNodeV1RuntimeClassList) ProtoMessage() {} + +func (x *IoK8SApiNodeV1RuntimeClassList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[662] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNodeV1RuntimeClassList.ProtoReflect.Descriptor instead. +func (*IoK8SApiNodeV1RuntimeClassList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{662} +} + +func (x *IoK8SApiNodeV1RuntimeClassList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiNodeV1RuntimeClassList) GetItems() []*IoK8SApiNodeV1RuntimeClass { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiNodeV1RuntimeClassList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiNodeV1RuntimeClassList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass. +type IoK8SApiNodeV1Scheduling struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission. + NodeSelector map[string]string `protobuf:"bytes,1,rep,name=nodeSelector,proto3" json:"nodeSelector,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. + Tolerations []*IoK8SApiCoreV1Toleration `protobuf:"bytes,2,rep,name=tolerations,proto3" json:"tolerations,omitempty"` +} + +func (x *IoK8SApiNodeV1Scheduling) Reset() { + *x = IoK8SApiNodeV1Scheduling{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[663] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiNodeV1Scheduling) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiNodeV1Scheduling) ProtoMessage() {} + +func (x *IoK8SApiNodeV1Scheduling) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[663] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiNodeV1Scheduling.ProtoReflect.Descriptor instead. +func (*IoK8SApiNodeV1Scheduling) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{663} +} + +func (x *IoK8SApiNodeV1Scheduling) GetNodeSelector() map[string]string { + if x != nil { + return x.NodeSelector + } + return nil +} + +func (x *IoK8SApiNodeV1Scheduling) GetTolerations() []*IoK8SApiCoreV1Toleration { + if x != nil { + return x.Tolerations + } + return nil +} + +// Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods//evictions. +type IoK8SApiPolicyV1Eviction struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // DeleteOptions may be provided + DeleteOptions *IoK8SApimachineryPkgApisMetaV1DeleteOptions `protobuf:"bytes,2,opt,name=deleteOptions,proto3" json:"deleteOptions,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // ObjectMeta describes the pod that is being evicted. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiPolicyV1Eviction) Reset() { + *x = IoK8SApiPolicyV1Eviction{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[664] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiPolicyV1Eviction) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiPolicyV1Eviction) ProtoMessage() {} + +func (x *IoK8SApiPolicyV1Eviction) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[664] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiPolicyV1Eviction.ProtoReflect.Descriptor instead. +func (*IoK8SApiPolicyV1Eviction) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{664} +} + +func (x *IoK8SApiPolicyV1Eviction) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiPolicyV1Eviction) GetDeleteOptions() *IoK8SApimachineryPkgApisMetaV1DeleteOptions { + if x != nil { + return x.DeleteOptions + } + return nil +} + +func (x *IoK8SApiPolicyV1Eviction) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiPolicyV1Eviction) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods +type IoK8SApiPolicyV1PodDisruptionBudget struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Specification of the desired behavior of the PodDisruptionBudget. + Spec *IoK8SApiPolicyV1PodDisruptionBudgetSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Most recently observed status of the PodDisruptionBudget. + Status *IoK8SApiPolicyV1PodDisruptionBudgetStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudget) Reset() { + *x = IoK8SApiPolicyV1PodDisruptionBudget{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[665] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudget) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiPolicyV1PodDisruptionBudget) ProtoMessage() {} + +func (x *IoK8SApiPolicyV1PodDisruptionBudget) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[665] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiPolicyV1PodDisruptionBudget.ProtoReflect.Descriptor instead. +func (*IoK8SApiPolicyV1PodDisruptionBudget) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{665} +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudget) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudget) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudget) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudget) GetSpec() *IoK8SApiPolicyV1PodDisruptionBudgetSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudget) GetStatus() *IoK8SApiPolicyV1PodDisruptionBudgetStatus { + if x != nil { + return x.Status + } + return nil +} + +// PodDisruptionBudgetList is a collection of PodDisruptionBudgets. +type IoK8SApiPolicyV1PodDisruptionBudgetList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is a list of PodDisruptionBudgets + Items []*IoK8SApiPolicyV1PodDisruptionBudget `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetList) Reset() { + *x = IoK8SApiPolicyV1PodDisruptionBudgetList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[666] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiPolicyV1PodDisruptionBudgetList) ProtoMessage() {} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[666] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiPolicyV1PodDisruptionBudgetList.ProtoReflect.Descriptor instead. +func (*IoK8SApiPolicyV1PodDisruptionBudgetList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{666} +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetList) GetItems() []*IoK8SApiPolicyV1PodDisruptionBudget { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PodDisruptionBudgetSpec is a description of a PodDisruptionBudget. +type IoK8SApiPolicyV1PodDisruptionBudgetSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable". + MaxUnavailable string `protobuf:"bytes,1,opt,name=maxUnavailable,proto3" json:"maxUnavailable,omitempty"` + // An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%". + MinAvailable string `protobuf:"bytes,2,opt,name=minAvailable,proto3" json:"minAvailable,omitempty"` + // Label query over pods whose evictions are managed by the disruption budget. A null selector will match no pods, while an empty ({}) selector will select all pods within the namespace. + Selector *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,3,opt,name=selector,proto3" json:"selector,omitempty"` + // UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True". + // + // Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy. + // + // IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction. + // + // AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction. + // + // Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field. + // + // This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default). + UnhealthyPodEvictionPolicy string `protobuf:"bytes,4,opt,name=unhealthyPodEvictionPolicy,proto3" json:"unhealthyPodEvictionPolicy,omitempty"` +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetSpec) Reset() { + *x = IoK8SApiPolicyV1PodDisruptionBudgetSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[667] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiPolicyV1PodDisruptionBudgetSpec) ProtoMessage() {} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[667] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiPolicyV1PodDisruptionBudgetSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiPolicyV1PodDisruptionBudgetSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{667} +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetSpec) GetMaxUnavailable() string { + if x != nil { + return x.MaxUnavailable + } + return "" +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetSpec) GetMinAvailable() string { + if x != nil { + return x.MinAvailable + } + return "" +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetSpec) GetSelector() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.Selector + } + return nil +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetSpec) GetUnhealthyPodEvictionPolicy() string { + if x != nil { + return x.UnhealthyPodEvictionPolicy + } + return "" +} + +// PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system. +type IoK8SApiPolicyV1PodDisruptionBudgetStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Conditions contain conditions for PDB. The disruption controller sets the DisruptionAllowed condition. The following are known values for the reason field (additional reasons could be added in the future): - SyncFailed: The controller encountered an error and wasn't able to compute + // + // the number of allowed disruptions. Therefore no disruptions are + // allowed and the status of the condition will be False. + // - InsufficientPods: The number of pods are either at or below the number + // required by the PodDisruptionBudget. No disruptions are + // allowed and the status of the condition will be False. + // - SufficientPods: There are more pods than required by the PodDisruptionBudget. + // The condition will be True, and the number of allowed + // disruptions are provided by the disruptionsAllowed property. + Conditions []*IoK8SApimachineryPkgApisMetaV1Condition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` + // current number of healthy pods + CurrentHealthy int32 `protobuf:"varint,2,opt,name=currentHealthy,proto3" json:"currentHealthy,omitempty"` + // minimum desired number of healthy pods + DesiredHealthy int32 `protobuf:"varint,3,opt,name=desiredHealthy,proto3" json:"desiredHealthy,omitempty"` + // DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions. + DisruptedPods map[string]string `protobuf:"bytes,4,rep,name=disruptedPods,proto3" json:"disruptedPods,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Number of pod disruptions that are currently allowed. + DisruptionsAllowed int32 `protobuf:"varint,5,opt,name=disruptionsAllowed,proto3" json:"disruptionsAllowed,omitempty"` + // total number of pods counted by this disruption budget + ExpectedPods int32 `protobuf:"varint,6,opt,name=expectedPods,proto3" json:"expectedPods,omitempty"` + // Most recent generation observed when updating this PDB status. DisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation. + ObservedGeneration int64 `protobuf:"varint,7,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) Reset() { + *x = IoK8SApiPolicyV1PodDisruptionBudgetStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[668] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiPolicyV1PodDisruptionBudgetStatus) ProtoMessage() {} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[668] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiPolicyV1PodDisruptionBudgetStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiPolicyV1PodDisruptionBudgetStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{668} +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) GetConditions() []*IoK8SApimachineryPkgApisMetaV1Condition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) GetCurrentHealthy() int32 { + if x != nil { + return x.CurrentHealthy + } + return 0 +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) GetDesiredHealthy() int32 { + if x != nil { + return x.DesiredHealthy + } + return 0 +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) GetDisruptedPods() map[string]string { + if x != nil { + return x.DisruptedPods + } + return nil +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) GetDisruptionsAllowed() int32 { + if x != nil { + return x.DisruptionsAllowed + } + return 0 +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) GetExpectedPods() int32 { + if x != nil { + return x.ExpectedPods + } + return 0 +} + +func (x *IoK8SApiPolicyV1PodDisruptionBudgetStatus) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +// AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +type IoK8SApiRbacV1AggregationRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added + ClusterRoleSelectors []*IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,1,rep,name=clusterRoleSelectors,proto3" json:"clusterRoleSelectors,omitempty"` +} + +func (x *IoK8SApiRbacV1AggregationRule) Reset() { + *x = IoK8SApiRbacV1AggregationRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[669] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1AggregationRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1AggregationRule) ProtoMessage() {} + +func (x *IoK8SApiRbacV1AggregationRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[669] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1AggregationRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1AggregationRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{669} +} + +func (x *IoK8SApiRbacV1AggregationRule) GetClusterRoleSelectors() []*IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.ClusterRoleSelectors + } + return nil +} + +// ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. +type IoK8SApiRbacV1ClusterRole struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller. + AggregationRule *IoK8SApiRbacV1AggregationRule `protobuf:"bytes,1,opt,name=aggregationRule,proto3" json:"aggregationRule,omitempty"` + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,2,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Rules holds all the PolicyRules for this ClusterRole + Rules []*IoK8SApiRbacV1PolicyRule `protobuf:"bytes,5,rep,name=rules,proto3" json:"rules,omitempty"` +} + +func (x *IoK8SApiRbacV1ClusterRole) Reset() { + *x = IoK8SApiRbacV1ClusterRole{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[670] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1ClusterRole) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1ClusterRole) ProtoMessage() {} + +func (x *IoK8SApiRbacV1ClusterRole) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[670] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1ClusterRole.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1ClusterRole) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{670} +} + +func (x *IoK8SApiRbacV1ClusterRole) GetAggregationRule() *IoK8SApiRbacV1AggregationRule { + if x != nil { + return x.AggregationRule + } + return nil +} + +func (x *IoK8SApiRbacV1ClusterRole) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiRbacV1ClusterRole) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1ClusterRole) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiRbacV1ClusterRole) GetRules() []*IoK8SApiRbacV1PolicyRule { + if x != nil { + return x.Rules + } + return nil +} + +// ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. +type IoK8SApiRbacV1ClusterRoleBinding struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable. + RoleRef *IoK8SApiRbacV1RoleRef `protobuf:"bytes,4,opt,name=roleRef,proto3" json:"roleRef,omitempty"` + // Subjects holds references to the objects the role applies to. + Subjects []*IoK8SApiRbacV1Subject `protobuf:"bytes,5,rep,name=subjects,proto3" json:"subjects,omitempty"` +} + +func (x *IoK8SApiRbacV1ClusterRoleBinding) Reset() { + *x = IoK8SApiRbacV1ClusterRoleBinding{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[671] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1ClusterRoleBinding) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1ClusterRoleBinding) ProtoMessage() {} + +func (x *IoK8SApiRbacV1ClusterRoleBinding) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[671] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1ClusterRoleBinding.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1ClusterRoleBinding) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{671} +} + +func (x *IoK8SApiRbacV1ClusterRoleBinding) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiRbacV1ClusterRoleBinding) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1ClusterRoleBinding) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiRbacV1ClusterRoleBinding) GetRoleRef() *IoK8SApiRbacV1RoleRef { + if x != nil { + return x.RoleRef + } + return nil +} + +func (x *IoK8SApiRbacV1ClusterRoleBinding) GetSubjects() []*IoK8SApiRbacV1Subject { + if x != nil { + return x.Subjects + } + return nil +} + +// ClusterRoleBindingList is a collection of ClusterRoleBindings +type IoK8SApiRbacV1ClusterRoleBindingList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is a list of ClusterRoleBindings + Items []*IoK8SApiRbacV1ClusterRoleBinding `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiRbacV1ClusterRoleBindingList) Reset() { + *x = IoK8SApiRbacV1ClusterRoleBindingList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[672] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1ClusterRoleBindingList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1ClusterRoleBindingList) ProtoMessage() {} + +func (x *IoK8SApiRbacV1ClusterRoleBindingList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[672] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1ClusterRoleBindingList.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1ClusterRoleBindingList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{672} +} + +func (x *IoK8SApiRbacV1ClusterRoleBindingList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiRbacV1ClusterRoleBindingList) GetItems() []*IoK8SApiRbacV1ClusterRoleBinding { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiRbacV1ClusterRoleBindingList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1ClusterRoleBindingList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ClusterRoleList is a collection of ClusterRoles +type IoK8SApiRbacV1ClusterRoleList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is a list of ClusterRoles + Items []*IoK8SApiRbacV1ClusterRole `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiRbacV1ClusterRoleList) Reset() { + *x = IoK8SApiRbacV1ClusterRoleList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[673] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1ClusterRoleList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1ClusterRoleList) ProtoMessage() {} + +func (x *IoK8SApiRbacV1ClusterRoleList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[673] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1ClusterRoleList.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1ClusterRoleList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{673} +} + +func (x *IoK8SApiRbacV1ClusterRoleList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiRbacV1ClusterRoleList) GetItems() []*IoK8SApiRbacV1ClusterRole { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiRbacV1ClusterRoleList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1ClusterRoleList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to. +type IoK8SApiRbacV1PolicyRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "" represents the core API group and "*" represents all API groups. + ApiGroups []string `protobuf:"bytes,1,rep,name=apiGroups,proto3" json:"apiGroups,omitempty"` + // NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. + NonResourceURLs []string `protobuf:"bytes,2,rep,name=nonResourceURLs,proto3" json:"nonResourceURLs,omitempty"` + // ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. + ResourceNames []string `protobuf:"bytes,3,rep,name=resourceNames,proto3" json:"resourceNames,omitempty"` + // Resources is a list of resources this rule applies to. '*' represents all resources. + Resources []string `protobuf:"bytes,4,rep,name=resources,proto3" json:"resources,omitempty"` + // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. + Verbs []string `protobuf:"bytes,5,rep,name=verbs,proto3" json:"verbs,omitempty"` +} + +func (x *IoK8SApiRbacV1PolicyRule) Reset() { + *x = IoK8SApiRbacV1PolicyRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[674] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1PolicyRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1PolicyRule) ProtoMessage() {} + +func (x *IoK8SApiRbacV1PolicyRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[674] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1PolicyRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1PolicyRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{674} +} + +func (x *IoK8SApiRbacV1PolicyRule) GetApiGroups() []string { + if x != nil { + return x.ApiGroups + } + return nil +} + +func (x *IoK8SApiRbacV1PolicyRule) GetNonResourceURLs() []string { + if x != nil { + return x.NonResourceURLs + } + return nil +} + +func (x *IoK8SApiRbacV1PolicyRule) GetResourceNames() []string { + if x != nil { + return x.ResourceNames + } + return nil +} + +func (x *IoK8SApiRbacV1PolicyRule) GetResources() []string { + if x != nil { + return x.Resources + } + return nil +} + +func (x *IoK8SApiRbacV1PolicyRule) GetVerbs() []string { + if x != nil { + return x.Verbs + } + return nil +} + +// Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. +type IoK8SApiRbacV1Role struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Rules holds all the PolicyRules for this Role + Rules []*IoK8SApiRbacV1PolicyRule `protobuf:"bytes,4,rep,name=rules,proto3" json:"rules,omitempty"` +} + +func (x *IoK8SApiRbacV1Role) Reset() { + *x = IoK8SApiRbacV1Role{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[675] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1Role) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1Role) ProtoMessage() {} + +func (x *IoK8SApiRbacV1Role) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[675] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1Role.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1Role) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{675} +} + +func (x *IoK8SApiRbacV1Role) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiRbacV1Role) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1Role) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiRbacV1Role) GetRules() []*IoK8SApiRbacV1PolicyRule { + if x != nil { + return x.Rules + } + return nil +} + +// RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. +type IoK8SApiRbacV1RoleBinding struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable. + RoleRef *IoK8SApiRbacV1RoleRef `protobuf:"bytes,4,opt,name=roleRef,proto3" json:"roleRef,omitempty"` + // Subjects holds references to the objects the role applies to. + Subjects []*IoK8SApiRbacV1Subject `protobuf:"bytes,5,rep,name=subjects,proto3" json:"subjects,omitempty"` +} + +func (x *IoK8SApiRbacV1RoleBinding) Reset() { + *x = IoK8SApiRbacV1RoleBinding{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[676] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1RoleBinding) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1RoleBinding) ProtoMessage() {} + +func (x *IoK8SApiRbacV1RoleBinding) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[676] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1RoleBinding.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1RoleBinding) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{676} +} + +func (x *IoK8SApiRbacV1RoleBinding) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiRbacV1RoleBinding) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1RoleBinding) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiRbacV1RoleBinding) GetRoleRef() *IoK8SApiRbacV1RoleRef { + if x != nil { + return x.RoleRef + } + return nil +} + +func (x *IoK8SApiRbacV1RoleBinding) GetSubjects() []*IoK8SApiRbacV1Subject { + if x != nil { + return x.Subjects + } + return nil +} + +// RoleBindingList is a collection of RoleBindings +type IoK8SApiRbacV1RoleBindingList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is a list of RoleBindings + Items []*IoK8SApiRbacV1RoleBinding `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiRbacV1RoleBindingList) Reset() { + *x = IoK8SApiRbacV1RoleBindingList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[677] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1RoleBindingList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1RoleBindingList) ProtoMessage() {} + +func (x *IoK8SApiRbacV1RoleBindingList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[677] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1RoleBindingList.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1RoleBindingList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{677} +} + +func (x *IoK8SApiRbacV1RoleBindingList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiRbacV1RoleBindingList) GetItems() []*IoK8SApiRbacV1RoleBinding { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiRbacV1RoleBindingList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1RoleBindingList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// RoleList is a collection of Roles +type IoK8SApiRbacV1RoleList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is a list of Roles + Items []*IoK8SApiRbacV1Role `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiRbacV1RoleList) Reset() { + *x = IoK8SApiRbacV1RoleList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[678] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1RoleList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1RoleList) ProtoMessage() {} + +func (x *IoK8SApiRbacV1RoleList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[678] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1RoleList.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1RoleList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{678} +} + +func (x *IoK8SApiRbacV1RoleList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiRbacV1RoleList) GetItems() []*IoK8SApiRbacV1Role { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiRbacV1RoleList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1RoleList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// RoleRef contains information that points to the role being used +type IoK8SApiRbacV1RoleRef struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroup is the group for the resource being referenced + ApiGroup string `protobuf:"bytes,1,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` + // Kind is the type of resource being referenced + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Name is the name of resource being referenced + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiRbacV1RoleRef) Reset() { + *x = IoK8SApiRbacV1RoleRef{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[679] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1RoleRef) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1RoleRef) ProtoMessage() {} + +func (x *IoK8SApiRbacV1RoleRef) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[679] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1RoleRef.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1RoleRef) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{679} +} + +func (x *IoK8SApiRbacV1RoleRef) GetApiGroup() string { + if x != nil { + return x.ApiGroup + } + return "" +} + +func (x *IoK8SApiRbacV1RoleRef) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1RoleRef) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names. +type IoK8SApiRbacV1Subject struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects. + ApiGroup string `protobuf:"bytes,1,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` + // Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error. + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Name of the object being referenced. + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error. + Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` +} + +func (x *IoK8SApiRbacV1Subject) Reset() { + *x = IoK8SApiRbacV1Subject{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[680] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiRbacV1Subject) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiRbacV1Subject) ProtoMessage() {} + +func (x *IoK8SApiRbacV1Subject) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[680] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiRbacV1Subject.ProtoReflect.Descriptor instead. +func (*IoK8SApiRbacV1Subject) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{680} +} + +func (x *IoK8SApiRbacV1Subject) GetApiGroup() string { + if x != nil { + return x.ApiGroup + } + return "" +} + +func (x *IoK8SApiRbacV1Subject) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiRbacV1Subject) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiRbacV1Subject) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +// AllocationResult contains attributes of an allocated resource. +type IoK8SApiResourceV1Alpha2AllocationResult struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // This field will get set by the resource driver after it has allocated the resource to inform the scheduler where it can schedule Pods using the ResourceClaim. + // + // Setting this field is optional. If null, the resource is available everywhere. + AvailableOnNodes *IoK8SApiCoreV1NodeSelector `protobuf:"bytes,1,opt,name=availableOnNodes,proto3" json:"availableOnNodes,omitempty"` + // ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed. + // + // Setting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this AllocationResult is embedded in. + ResourceHandles []*IoK8SApiResourceV1Alpha2ResourceHandle `protobuf:"bytes,2,rep,name=resourceHandles,proto3" json:"resourceHandles,omitempty"` + // Shareable determines whether the resource supports more than one consumer at a time. + Shareable bool `protobuf:"varint,3,opt,name=shareable,proto3" json:"shareable,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2AllocationResult) Reset() { + *x = IoK8SApiResourceV1Alpha2AllocationResult{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[681] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2AllocationResult) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2AllocationResult) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2AllocationResult) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[681] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2AllocationResult.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2AllocationResult) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{681} +} + +func (x *IoK8SApiResourceV1Alpha2AllocationResult) GetAvailableOnNodes() *IoK8SApiCoreV1NodeSelector { + if x != nil { + return x.AvailableOnNodes + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2AllocationResult) GetResourceHandles() []*IoK8SApiResourceV1Alpha2ResourceHandle { + if x != nil { + return x.ResourceHandles + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2AllocationResult) GetShareable() bool { + if x != nil { + return x.Shareable + } + return false +} + +// PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode. +// +// This is an alpha type and requires enabling the DynamicResourceAllocation feature gate. +type IoK8SApiResourceV1Alpha2PodSchedulingContext struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec describes where resources for the Pod are needed. + Spec *IoK8SApiResourceV1Alpha2PodSchedulingContextSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status describes where resources for the Pod can be allocated. + Status *IoK8SApiResourceV1Alpha2PodSchedulingContextStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContext) Reset() { + *x = IoK8SApiResourceV1Alpha2PodSchedulingContext{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[682] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContext) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2PodSchedulingContext) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContext) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[682] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2PodSchedulingContext.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2PodSchedulingContext) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{682} +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContext) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContext) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContext) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContext) GetSpec() *IoK8SApiResourceV1Alpha2PodSchedulingContextSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContext) GetStatus() *IoK8SApiResourceV1Alpha2PodSchedulingContextStatus { + if x != nil { + return x.Status + } + return nil +} + +// PodSchedulingContextList is a collection of Pod scheduling objects. +type IoK8SApiResourceV1Alpha2PodSchedulingContextList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of PodSchedulingContext objects. + Items []*IoK8SApiResourceV1Alpha2PodSchedulingContext `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextList) Reset() { + *x = IoK8SApiResourceV1Alpha2PodSchedulingContextList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[683] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2PodSchedulingContextList) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[683] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2PodSchedulingContextList.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2PodSchedulingContextList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{683} +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextList) GetItems() []*IoK8SApiResourceV1Alpha2PodSchedulingContext { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// PodSchedulingContextSpec describes where resources for the Pod are needed. +type IoK8SApiResourceV1Alpha2PodSchedulingContextSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // PotentialNodes lists nodes where the Pod might be able to run. + // + // The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced. + PotentialNodes []string `protobuf:"bytes,1,rep,name=potentialNodes,proto3" json:"potentialNodes,omitempty"` + // SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted. + SelectedNode string `protobuf:"bytes,2,opt,name=selectedNode,proto3" json:"selectedNode,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextSpec) Reset() { + *x = IoK8SApiResourceV1Alpha2PodSchedulingContextSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[684] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2PodSchedulingContextSpec) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[684] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2PodSchedulingContextSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2PodSchedulingContextSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{684} +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextSpec) GetPotentialNodes() []string { + if x != nil { + return x.PotentialNodes + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextSpec) GetSelectedNode() string { + if x != nil { + return x.SelectedNode + } + return "" +} + +// PodSchedulingContextStatus describes where resources for the Pod can be allocated. +type IoK8SApiResourceV1Alpha2PodSchedulingContextStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses "WaitForFirstConsumer" allocation mode. + ResourceClaims []*IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus `protobuf:"bytes,1,rep,name=resourceClaims,proto3" json:"resourceClaims,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextStatus) Reset() { + *x = IoK8SApiResourceV1Alpha2PodSchedulingContextStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[685] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2PodSchedulingContextStatus) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[685] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2PodSchedulingContextStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2PodSchedulingContextStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{685} +} + +func (x *IoK8SApiResourceV1Alpha2PodSchedulingContextStatus) GetResourceClaims() []*IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus { + if x != nil { + return x.ResourceClaims + } + return nil +} + +// ResourceClaim describes which resources are needed by a resource consumer. Its status tracks whether the resource has been allocated and what the resulting attributes are. +// +// This is an alpha type and requires enabling the DynamicResourceAllocation feature gate. +type IoK8SApiResourceV1Alpha2ResourceClaim struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec describes the desired attributes of a resource that then needs to be allocated. It can only be set once when creating the ResourceClaim. + Spec *IoK8SApiResourceV1Alpha2ResourceClaimSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status describes whether the resource is available and with which attributes. + Status *IoK8SApiResourceV1Alpha2ResourceClaimStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaim) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaim{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[686] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaim) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaim) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaim) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[686] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaim.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaim) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{686} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaim) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaim) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaim) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaim) GetSpec() *IoK8SApiResourceV1Alpha2ResourceClaimSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaim) GetStatus() *IoK8SApiResourceV1Alpha2ResourceClaimStatus { + if x != nil { + return x.Status + } + return nil +} + +// ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim. +type IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources. + ApiGroup string `protobuf:"bytes,1,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` + // Name is the name of resource being referenced. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // Resource is the type of resource being referenced, for example "pods". + Resource string `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"` + // UID identifies exactly one incarnation of the resource. + Uid string `protobuf:"bytes,4,opt,name=uid,proto3" json:"uid,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[687] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[687] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{687} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference) GetApiGroup() string { + if x != nil { + return x.ApiGroup + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference) GetResource() string { + if x != nil { + return x.Resource + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +// ResourceClaimList is a collection of claims. +type IoK8SApiResourceV1Alpha2ResourceClaimList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of resource claims. + Items []*IoK8SApiResourceV1Alpha2ResourceClaim `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimList) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaimList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[688] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaimList) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[688] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaimList.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaimList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{688} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimList) GetItems() []*IoK8SApiResourceV1Alpha2ResourceClaim { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim. +type IoK8SApiResourceV1Alpha2ResourceClaimParametersReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources. + ApiGroup string `protobuf:"bytes,1,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` + // Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap". + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Name is the name of resource being referenced. + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimParametersReference) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaimParametersReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[689] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimParametersReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaimParametersReference) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimParametersReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[689] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaimParametersReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaimParametersReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{689} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimParametersReference) GetApiGroup() string { + if x != nil { + return x.ApiGroup + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimParametersReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimParametersReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +// ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode. +type IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name matches the pod.spec.resourceClaims[*].Name field. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for. + // + // The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced. + UnsuitableNodes []string `protobuf:"bytes,2,rep,name=unsuitableNodes,proto3" json:"unsuitableNodes,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[690] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[690] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{690} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus) GetUnsuitableNodes() []string { + if x != nil { + return x.UnsuitableNodes + } + return nil +} + +// ResourceClaimSpec defines how a resource is to be allocated. +type IoK8SApiResourceV1Alpha2ResourceClaimSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default. + AllocationMode string `protobuf:"bytes,1,opt,name=allocationMode,proto3" json:"allocationMode,omitempty"` + // ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim. + // + // The object must be in the same namespace as the ResourceClaim. + ParametersRef *IoK8SApiResourceV1Alpha2ResourceClaimParametersReference `protobuf:"bytes,2,opt,name=parametersRef,proto3" json:"parametersRef,omitempty"` + // ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment. + ResourceClassName string `protobuf:"bytes,3,opt,name=resourceClassName,proto3" json:"resourceClassName,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSpec) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaimSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[691] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaimSpec) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[691] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaimSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaimSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{691} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSpec) GetAllocationMode() string { + if x != nil { + return x.AllocationMode + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSpec) GetParametersRef() *IoK8SApiResourceV1Alpha2ResourceClaimParametersReference { + if x != nil { + return x.ParametersRef + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimSpec) GetResourceClassName() string { + if x != nil { + return x.ResourceClassName + } + return "" +} + +// ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are. +type IoK8SApiResourceV1Alpha2ResourceClaimStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet. + Allocation *IoK8SApiResourceV1Alpha2AllocationResult `protobuf:"bytes,1,opt,name=allocation,proto3" json:"allocation,omitempty"` + // DeallocationRequested indicates that a ResourceClaim is to be deallocated. + // + // The driver then must deallocate this claim and reset the field together with clearing the Allocation field. + // + // While DeallocationRequested is set, no new consumers may be added to ReservedFor. + DeallocationRequested bool `protobuf:"varint,2,opt,name=deallocationRequested,proto3" json:"deallocationRequested,omitempty"` + // DriverName is a copy of the driver name from the ResourceClass at the time when allocation started. + DriverName string `protobuf:"bytes,3,opt,name=driverName,proto3" json:"driverName,omitempty"` + // ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started. + // + // There can be at most 32 such reservations. This may get increased in the future, but not reduced. + ReservedFor []*IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference `protobuf:"bytes,4,rep,name=reservedFor,proto3" json:"reservedFor,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimStatus) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaimStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[692] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaimStatus) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[692] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaimStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaimStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{692} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimStatus) GetAllocation() *IoK8SApiResourceV1Alpha2AllocationResult { + if x != nil { + return x.Allocation + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimStatus) GetDeallocationRequested() bool { + if x != nil { + return x.DeallocationRequested + } + return false +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimStatus) GetDriverName() string { + if x != nil { + return x.DriverName + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimStatus) GetReservedFor() []*IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference { + if x != nil { + return x.ReservedFor + } + return nil +} + +// ResourceClaimTemplate is used to produce ResourceClaim objects. +type IoK8SApiResourceV1Alpha2ResourceClaimTemplate struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Describes the ResourceClaim that is to be generated. + // + // This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore. + Spec *IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplate) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaimTemplate{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[693] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplate) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaimTemplate) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplate) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[693] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaimTemplate.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaimTemplate) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{693} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplate) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplate) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplate) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplate) GetSpec() *IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec { + if x != nil { + return x.Spec + } + return nil +} + +// ResourceClaimTemplateList is a collection of claim templates. +type IoK8SApiResourceV1Alpha2ResourceClaimTemplateList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of resource claim templates. + Items []*IoK8SApiResourceV1Alpha2ResourceClaimTemplate `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateList) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaimTemplateList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[694] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaimTemplateList) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[694] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaimTemplateList.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaimTemplateList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{694} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateList) GetItems() []*IoK8SApiResourceV1Alpha2ResourceClaimTemplate { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim. +type IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // ObjectMeta may contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec for the ResourceClaim. The entire content is copied unchanged into the ResourceClaim that gets created from this template. The same fields as in a ResourceClaim are also valid here. + Spec *IoK8SApiResourceV1Alpha2ResourceClaimSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[695] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[695] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{695} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec) GetSpec() *IoK8SApiResourceV1Alpha2ResourceClaimSpec { + if x != nil { + return x.Spec + } + return nil +} + +// ResourceClass is used by administrators to influence how resources are allocated. +// +// This is an alpha type and requires enabling the DynamicResourceAllocation feature gate. +type IoK8SApiResourceV1Alpha2ResourceClass struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class. + // + // Resource drivers have a unique name in forward domain order (acme.example.com). + DriverName string `protobuf:"bytes,2,opt,name=driverName,proto3" json:"driverName,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` + // ParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class. A dynamic resource driver can distinguish between parameters stored here and and those stored in ResourceClaimSpec. + ParametersRef *IoK8SApiResourceV1Alpha2ResourceClassParametersReference `protobuf:"bytes,5,opt,name=parametersRef,proto3" json:"parametersRef,omitempty"` + // Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet. + // + // Setting this field is optional. If null, all nodes are candidates. + SuitableNodes *IoK8SApiCoreV1NodeSelector `protobuf:"bytes,6,opt,name=suitableNodes,proto3" json:"suitableNodes,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClass) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClass{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[696] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClass) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClass) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClass) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[696] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClass.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClass) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{696} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClass) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClass) GetDriverName() string { + if x != nil { + return x.DriverName + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClass) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClass) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClass) GetParametersRef() *IoK8SApiResourceV1Alpha2ResourceClassParametersReference { + if x != nil { + return x.ParametersRef + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClass) GetSuitableNodes() *IoK8SApiCoreV1NodeSelector { + if x != nil { + return x.SuitableNodes + } + return nil +} + +// ResourceClassList is a collection of classes. +type IoK8SApiResourceV1Alpha2ResourceClassList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of resource classes. + Items []*IoK8SApiResourceV1Alpha2ResourceClass `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassList) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClassList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[697] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClassList) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[697] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClassList.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClassList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{697} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassList) GetItems() []*IoK8SApiResourceV1Alpha2ResourceClass { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass. +type IoK8SApiResourceV1Alpha2ResourceClassParametersReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources. + ApiGroup string `protobuf:"bytes,1,opt,name=apiGroup,proto3" json:"apiGroup,omitempty"` + // Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata. + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Name is the name of resource being referenced. + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources. + Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassParametersReference) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceClassParametersReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[698] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassParametersReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceClassParametersReference) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassParametersReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[698] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceClassParametersReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceClassParametersReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{698} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassParametersReference) GetApiGroup() string { + if x != nil { + return x.ApiGroup + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassParametersReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassParametersReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceClassParametersReference) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +// ResourceHandle holds opaque resource data for processing by a specific kubelet plugin. +type IoK8SApiResourceV1Alpha2ResourceHandle struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle. + // + // The maximum size of this field is 16KiB. This may get increased in the future, but not reduced. + Data string `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` + // DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in. + DriverName string `protobuf:"bytes,2,opt,name=driverName,proto3" json:"driverName,omitempty"` +} + +func (x *IoK8SApiResourceV1Alpha2ResourceHandle) Reset() { + *x = IoK8SApiResourceV1Alpha2ResourceHandle{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[699] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiResourceV1Alpha2ResourceHandle) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiResourceV1Alpha2ResourceHandle) ProtoMessage() {} + +func (x *IoK8SApiResourceV1Alpha2ResourceHandle) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[699] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiResourceV1Alpha2ResourceHandle.ProtoReflect.Descriptor instead. +func (*IoK8SApiResourceV1Alpha2ResourceHandle) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{699} +} + +func (x *IoK8SApiResourceV1Alpha2ResourceHandle) GetData() string { + if x != nil { + return x.Data + } + return "" +} + +func (x *IoK8SApiResourceV1Alpha2ResourceHandle) GetDriverName() string { + if x != nil { + return x.DriverName + } + return "" +} + +// PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. +type IoK8SApiSchedulingV1PriorityClass struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // description is an arbitrary string that usually provides guidelines on when this priority class should be used. + Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` + // globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. + GlobalDefault bool `protobuf:"varint,3,opt,name=globalDefault,proto3" json:"globalDefault,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"` + // preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. + PreemptionPolicy string `protobuf:"bytes,6,opt,name=preemptionPolicy,proto3" json:"preemptionPolicy,omitempty"` + // value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. + Value int32 `protobuf:"varint,7,opt,name=value,proto3" json:"value,omitempty"` +} + +func (x *IoK8SApiSchedulingV1PriorityClass) Reset() { + *x = IoK8SApiSchedulingV1PriorityClass{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[700] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiSchedulingV1PriorityClass) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiSchedulingV1PriorityClass) ProtoMessage() {} + +func (x *IoK8SApiSchedulingV1PriorityClass) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[700] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiSchedulingV1PriorityClass.ProtoReflect.Descriptor instead. +func (*IoK8SApiSchedulingV1PriorityClass) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{700} +} + +func (x *IoK8SApiSchedulingV1PriorityClass) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiSchedulingV1PriorityClass) GetDescription() string { + if x != nil { + return x.Description + } + return "" +} + +func (x *IoK8SApiSchedulingV1PriorityClass) GetGlobalDefault() bool { + if x != nil { + return x.GlobalDefault + } + return false +} + +func (x *IoK8SApiSchedulingV1PriorityClass) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiSchedulingV1PriorityClass) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiSchedulingV1PriorityClass) GetPreemptionPolicy() string { + if x != nil { + return x.PreemptionPolicy + } + return "" +} + +func (x *IoK8SApiSchedulingV1PriorityClass) GetValue() int32 { + if x != nil { + return x.Value + } + return 0 +} + +// PriorityClassList is a collection of priority classes. +type IoK8SApiSchedulingV1PriorityClassList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of PriorityClasses + Items []*IoK8SApiSchedulingV1PriorityClass `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiSchedulingV1PriorityClassList) Reset() { + *x = IoK8SApiSchedulingV1PriorityClassList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[701] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiSchedulingV1PriorityClassList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiSchedulingV1PriorityClassList) ProtoMessage() {} + +func (x *IoK8SApiSchedulingV1PriorityClassList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[701] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiSchedulingV1PriorityClassList.ProtoReflect.Descriptor instead. +func (*IoK8SApiSchedulingV1PriorityClassList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{701} +} + +func (x *IoK8SApiSchedulingV1PriorityClassList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiSchedulingV1PriorityClassList) GetItems() []*IoK8SApiSchedulingV1PriorityClass { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiSchedulingV1PriorityClassList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiSchedulingV1PriorityClassList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced. +type IoK8SApiStorageV1CSIDriver struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec represents the specification of the CSI Driver. + Spec *IoK8SApiStorageV1CSIDriverSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiStorageV1CSIDriver) Reset() { + *x = IoK8SApiStorageV1CSIDriver{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[702] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1CSIDriver) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1CSIDriver) ProtoMessage() {} + +func (x *IoK8SApiStorageV1CSIDriver) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[702] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1CSIDriver.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1CSIDriver) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{702} +} + +func (x *IoK8SApiStorageV1CSIDriver) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1CSIDriver) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1CSIDriver) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiStorageV1CSIDriver) GetSpec() *IoK8SApiStorageV1CSIDriverSpec { + if x != nil { + return x.Spec + } + return nil +} + +// CSIDriverList is a collection of CSIDriver objects. +type IoK8SApiStorageV1CSIDriverList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of CSIDriver + Items []*IoK8SApiStorageV1CSIDriver `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiStorageV1CSIDriverList) Reset() { + *x = IoK8SApiStorageV1CSIDriverList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[703] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1CSIDriverList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1CSIDriverList) ProtoMessage() {} + +func (x *IoK8SApiStorageV1CSIDriverList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[703] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1CSIDriverList.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1CSIDriverList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{703} +} + +func (x *IoK8SApiStorageV1CSIDriverList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1CSIDriverList) GetItems() []*IoK8SApiStorageV1CSIDriver { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiStorageV1CSIDriverList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1CSIDriverList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// CSIDriverSpec is the specification of a CSIDriver. +type IoK8SApiStorageV1CSIDriverSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called. + // + // This field is immutable. + AttachRequired bool `protobuf:"varint,1,opt,name=attachRequired,proto3" json:"attachRequired,omitempty"` + // fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. + // + // This field is immutable. + // + // Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce. + FsGroupPolicy string `protobuf:"bytes,2,opt,name=fsGroupPolicy,proto3" json:"fsGroupPolicy,omitempty"` + // podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false. + // + // The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. + // + // The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" if the volume is an ephemeral inline volume + // + // defined by a CSIVolumeSource, otherwise "false" + // + // "csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver. + // + // This field is immutable. + PodInfoOnMount bool `protobuf:"varint,3,opt,name=podInfoOnMount,proto3" json:"podInfoOnMount,omitempty"` + // requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false. + // + // Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container. + RequiresRepublish bool `protobuf:"varint,4,opt,name=requiresRepublish,proto3" json:"requiresRepublish,omitempty"` + // seLinuxMount specifies if the CSI driver supports "-o context" mount option. + // + // When "true", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that the volume is mounted only with a single SELinux context. + // + // When "false", Kubernetes won't pass any special SELinux mount options to the driver. This is typical for volumes that represent subdirectories of a bigger shared filesystem. + // + // Default is "false". + SeLinuxMount bool `protobuf:"varint,5,opt,name=seLinuxMount,proto3" json:"seLinuxMount,omitempty"` + // storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true. + // + // The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object. + // + // Alternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published. + // + // This field was immutable in Kubernetes <= 1.22 and now is mutable. + StorageCapacity bool `protobuf:"varint,6,opt,name=storageCapacity,proto3" json:"storageCapacity,omitempty"` + // tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": { + // "": { + // "token": , + // "expirationTimestamp": , + // }, + // ... + // } + // + // Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically. + TokenRequests []*IoK8SApiStorageV1TokenRequest `protobuf:"bytes,7,rep,name=tokenRequests,proto3" json:"tokenRequests,omitempty"` + // volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. + // + // The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. + // + // For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. + // + // This field is beta. This field is immutable. + VolumeLifecycleModes []string `protobuf:"bytes,8,rep,name=volumeLifecycleModes,proto3" json:"volumeLifecycleModes,omitempty"` +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) Reset() { + *x = IoK8SApiStorageV1CSIDriverSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[704] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1CSIDriverSpec) ProtoMessage() {} + +func (x *IoK8SApiStorageV1CSIDriverSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[704] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1CSIDriverSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1CSIDriverSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{704} +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) GetAttachRequired() bool { + if x != nil { + return x.AttachRequired + } + return false +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) GetFsGroupPolicy() string { + if x != nil { + return x.FsGroupPolicy + } + return "" +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) GetPodInfoOnMount() bool { + if x != nil { + return x.PodInfoOnMount + } + return false +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) GetRequiresRepublish() bool { + if x != nil { + return x.RequiresRepublish + } + return false +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) GetSeLinuxMount() bool { + if x != nil { + return x.SeLinuxMount + } + return false +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) GetStorageCapacity() bool { + if x != nil { + return x.StorageCapacity + } + return false +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) GetTokenRequests() []*IoK8SApiStorageV1TokenRequest { + if x != nil { + return x.TokenRequests + } + return nil +} + +func (x *IoK8SApiStorageV1CSIDriverSpec) GetVolumeLifecycleModes() []string { + if x != nil { + return x.VolumeLifecycleModes + } + return nil +} + +// CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object. +type IoK8SApiStorageV1CSINode struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. metadata.name must be the Kubernetes node name. + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec is the specification of CSINode + Spec *IoK8SApiStorageV1CSINodeSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` +} + +func (x *IoK8SApiStorageV1CSINode) Reset() { + *x = IoK8SApiStorageV1CSINode{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[705] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1CSINode) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1CSINode) ProtoMessage() {} + +func (x *IoK8SApiStorageV1CSINode) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[705] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1CSINode.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1CSINode) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{705} +} + +func (x *IoK8SApiStorageV1CSINode) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1CSINode) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1CSINode) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiStorageV1CSINode) GetSpec() *IoK8SApiStorageV1CSINodeSpec { + if x != nil { + return x.Spec + } + return nil +} + +// CSINodeDriver holds information about the specification of one CSI driver installed on a node +type IoK8SApiStorageV1CSINodeDriver struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allocatable represents the volume resources of a node that are available for scheduling. This field is beta. + Allocatable *IoK8SApiStorageV1VolumeNodeResources `protobuf:"bytes,1,opt,name=allocatable,proto3" json:"allocatable,omitempty"` + // name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver. + Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` + // nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required. + NodeID string `protobuf:"bytes,3,opt,name=nodeID,proto3" json:"nodeID,omitempty"` + // topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology. + TopologyKeys []string `protobuf:"bytes,4,rep,name=topologyKeys,proto3" json:"topologyKeys,omitempty"` +} + +func (x *IoK8SApiStorageV1CSINodeDriver) Reset() { + *x = IoK8SApiStorageV1CSINodeDriver{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[706] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1CSINodeDriver) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1CSINodeDriver) ProtoMessage() {} + +func (x *IoK8SApiStorageV1CSINodeDriver) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[706] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1CSINodeDriver.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1CSINodeDriver) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{706} +} + +func (x *IoK8SApiStorageV1CSINodeDriver) GetAllocatable() *IoK8SApiStorageV1VolumeNodeResources { + if x != nil { + return x.Allocatable + } + return nil +} + +func (x *IoK8SApiStorageV1CSINodeDriver) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiStorageV1CSINodeDriver) GetNodeID() string { + if x != nil { + return x.NodeID + } + return "" +} + +func (x *IoK8SApiStorageV1CSINodeDriver) GetTopologyKeys() []string { + if x != nil { + return x.TopologyKeys + } + return nil +} + +// CSINodeList is a collection of CSINode objects. +type IoK8SApiStorageV1CSINodeList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of CSINode + Items []*IoK8SApiStorageV1CSINode `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiStorageV1CSINodeList) Reset() { + *x = IoK8SApiStorageV1CSINodeList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[707] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1CSINodeList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1CSINodeList) ProtoMessage() {} + +func (x *IoK8SApiStorageV1CSINodeList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[707] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1CSINodeList.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1CSINodeList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{707} +} + +func (x *IoK8SApiStorageV1CSINodeList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1CSINodeList) GetItems() []*IoK8SApiStorageV1CSINode { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiStorageV1CSINodeList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1CSINodeList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// CSINodeSpec holds information about the specification of all CSI drivers installed on a node +type IoK8SApiStorageV1CSINodeSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. + Drivers []*IoK8SApiStorageV1CSINodeDriver `protobuf:"bytes,1,rep,name=drivers,proto3" json:"drivers,omitempty"` +} + +func (x *IoK8SApiStorageV1CSINodeSpec) Reset() { + *x = IoK8SApiStorageV1CSINodeSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[708] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1CSINodeSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1CSINodeSpec) ProtoMessage() {} + +func (x *IoK8SApiStorageV1CSINodeSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[708] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1CSINodeSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1CSINodeSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{708} +} + +func (x *IoK8SApiStorageV1CSINodeSpec) GetDrivers() []*IoK8SApiStorageV1CSINodeDriver { + if x != nil { + return x.Drivers + } + return nil +} + +// CSIStorageCapacity stores the result of one CSI GetCapacity call. For a given StorageClass, this describes the available capacity in a particular topology segment. This can be used when considering where to instantiate new PersistentVolumes. +// +// For example this can express things like: - StorageClass "standard" has "1234 GiB" available in "topology.kubernetes.io/zone=us-east1" - StorageClass "localssd" has "10 GiB" available in "kubernetes.io/hostname=knode-abc123" +// +// The following three cases all imply that no capacity is available for a certain combination: - no object exists with suitable topology and storage class name - such an object exists, but the capacity is unset - such an object exists, but the capacity is zero +// +// The producer of these objects can decide which approach is more suitable. +// +// They are consumed by the kube-scheduler when a CSI driver opts into capacity-aware scheduling with CSIDriverSpec.StorageCapacity. The scheduler compares the MaximumVolumeSize against the requested size of pending volumes to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back to a comparison against the less precise Capacity. If that is also unset, the scheduler assumes that capacity is insufficient and tries some other node. +type IoK8SApiStorageV1CSIStorageCapacity struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields. + // + // The semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable. + Capacity string `protobuf:"bytes,2,opt,name=capacity,proto3" json:"capacity,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields. + // + // This is defined since CSI spec 1.4.0 as the largest size that may be used in a CreateVolumeRequest.capacity_range.required_bytes field to create a volume with the same parameters as those in GetCapacityRequest. The corresponding value in the Kubernetes API is ResourceRequirements.Requests in a volume claim. + MaximumVolumeSize string `protobuf:"bytes,4,opt,name=maximumVolumeSize,proto3" json:"maximumVolumeSize,omitempty"` + // Standard object's metadata. The name has no particular meaning. It must be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-, a generated name, or a reverse-domain name which ends with the unique CSI driver name. + // + // Objects are namespaced. + // + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"` + // nodeTopology defines which nodes have access to the storage for which capacity was reported. If not set, the storage is not accessible from any node in the cluster. If empty, the storage is accessible from all nodes. This field is immutable. + NodeTopology *IoK8SApimachineryPkgApisMetaV1LabelSelector `protobuf:"bytes,6,opt,name=nodeTopology,proto3" json:"nodeTopology,omitempty"` + // storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable. + StorageClassName string `protobuf:"bytes,7,opt,name=storageClassName,proto3" json:"storageClassName,omitempty"` +} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) Reset() { + *x = IoK8SApiStorageV1CSIStorageCapacity{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[709] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1CSIStorageCapacity) ProtoMessage() {} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[709] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1CSIStorageCapacity.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1CSIStorageCapacity) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{709} +} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) GetCapacity() string { + if x != nil { + return x.Capacity + } + return "" +} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) GetMaximumVolumeSize() string { + if x != nil { + return x.MaximumVolumeSize + } + return "" +} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) GetNodeTopology() *IoK8SApimachineryPkgApisMetaV1LabelSelector { + if x != nil { + return x.NodeTopology + } + return nil +} + +func (x *IoK8SApiStorageV1CSIStorageCapacity) GetStorageClassName() string { + if x != nil { + return x.StorageClassName + } + return "" +} + +// CSIStorageCapacityList is a collection of CSIStorageCapacity objects. +type IoK8SApiStorageV1CSIStorageCapacityList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of CSIStorageCapacity objects. + Items []*IoK8SApiStorageV1CSIStorageCapacity `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiStorageV1CSIStorageCapacityList) Reset() { + *x = IoK8SApiStorageV1CSIStorageCapacityList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[710] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1CSIStorageCapacityList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1CSIStorageCapacityList) ProtoMessage() {} + +func (x *IoK8SApiStorageV1CSIStorageCapacityList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[710] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1CSIStorageCapacityList.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1CSIStorageCapacityList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{710} +} + +func (x *IoK8SApiStorageV1CSIStorageCapacityList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1CSIStorageCapacityList) GetItems() []*IoK8SApiStorageV1CSIStorageCapacity { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiStorageV1CSIStorageCapacityList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1CSIStorageCapacityList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. +// +// StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. +type IoK8SApiStorageV1StorageClass struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowVolumeExpansion shows whether the storage class allow volume expand. + AllowVolumeExpansion bool `protobuf:"varint,1,opt,name=allowVolumeExpansion,proto3" json:"allowVolumeExpansion,omitempty"` + // allowedTopologies restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature. + AllowedTopologies []*IoK8SApiCoreV1TopologySelectorTerm `protobuf:"bytes,2,rep,name=allowedTopologies,proto3" json:"allowedTopologies,omitempty"` + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,3,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"` + // mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid. + MountOptions []string `protobuf:"bytes,6,rep,name=mountOptions,proto3" json:"mountOptions,omitempty"` + // parameters holds the parameters for the provisioner that should create volumes of this storage class. + Parameters map[string]string `protobuf:"bytes,7,rep,name=parameters,proto3" json:"parameters,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // provisioner indicates the type of the provisioner. + Provisioner string `protobuf:"bytes,8,opt,name=provisioner,proto3" json:"provisioner,omitempty"` + // reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete. + ReclaimPolicy string `protobuf:"bytes,9,opt,name=reclaimPolicy,proto3" json:"reclaimPolicy,omitempty"` + // volumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature. + VolumeBindingMode string `protobuf:"bytes,10,opt,name=volumeBindingMode,proto3" json:"volumeBindingMode,omitempty"` +} + +func (x *IoK8SApiStorageV1StorageClass) Reset() { + *x = IoK8SApiStorageV1StorageClass{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[711] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1StorageClass) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1StorageClass) ProtoMessage() {} + +func (x *IoK8SApiStorageV1StorageClass) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[711] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1StorageClass.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1StorageClass) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{711} +} + +func (x *IoK8SApiStorageV1StorageClass) GetAllowVolumeExpansion() bool { + if x != nil { + return x.AllowVolumeExpansion + } + return false +} + +func (x *IoK8SApiStorageV1StorageClass) GetAllowedTopologies() []*IoK8SApiCoreV1TopologySelectorTerm { + if x != nil { + return x.AllowedTopologies + } + return nil +} + +func (x *IoK8SApiStorageV1StorageClass) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1StorageClass) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1StorageClass) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiStorageV1StorageClass) GetMountOptions() []string { + if x != nil { + return x.MountOptions + } + return nil +} + +func (x *IoK8SApiStorageV1StorageClass) GetParameters() map[string]string { + if x != nil { + return x.Parameters + } + return nil +} + +func (x *IoK8SApiStorageV1StorageClass) GetProvisioner() string { + if x != nil { + return x.Provisioner + } + return "" +} + +func (x *IoK8SApiStorageV1StorageClass) GetReclaimPolicy() string { + if x != nil { + return x.ReclaimPolicy + } + return "" +} + +func (x *IoK8SApiStorageV1StorageClass) GetVolumeBindingMode() string { + if x != nil { + return x.VolumeBindingMode + } + return "" +} + +// StorageClassList is a collection of storage classes. +type IoK8SApiStorageV1StorageClassList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of StorageClasses + Items []*IoK8SApiStorageV1StorageClass `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiStorageV1StorageClassList) Reset() { + *x = IoK8SApiStorageV1StorageClassList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[712] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1StorageClassList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1StorageClassList) ProtoMessage() {} + +func (x *IoK8SApiStorageV1StorageClassList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[712] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1StorageClassList.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1StorageClassList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{712} +} + +func (x *IoK8SApiStorageV1StorageClassList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1StorageClassList) GetItems() []*IoK8SApiStorageV1StorageClass { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiStorageV1StorageClassList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1StorageClassList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// TokenRequest contains parameters of a service account token. +type IoK8SApiStorageV1TokenRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver. + Audience string `protobuf:"bytes,1,opt,name=audience,proto3" json:"audience,omitempty"` + // expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec". + ExpirationSeconds int64 `protobuf:"varint,2,opt,name=expirationSeconds,proto3" json:"expirationSeconds,omitempty"` +} + +func (x *IoK8SApiStorageV1TokenRequest) Reset() { + *x = IoK8SApiStorageV1TokenRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[713] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1TokenRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1TokenRequest) ProtoMessage() {} + +func (x *IoK8SApiStorageV1TokenRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[713] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1TokenRequest.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1TokenRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{713} +} + +func (x *IoK8SApiStorageV1TokenRequest) GetAudience() string { + if x != nil { + return x.Audience + } + return "" +} + +func (x *IoK8SApiStorageV1TokenRequest) GetExpirationSeconds() int64 { + if x != nil { + return x.ExpirationSeconds + } + return 0 +} + +// VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. +// +// VolumeAttachment objects are non-namespaced. +type IoK8SApiStorageV1VolumeAttachment struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system. + Spec *IoK8SApiStorageV1VolumeAttachmentSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // status represents status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher. + Status *IoK8SApiStorageV1VolumeAttachmentStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiStorageV1VolumeAttachment) Reset() { + *x = IoK8SApiStorageV1VolumeAttachment{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[714] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1VolumeAttachment) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1VolumeAttachment) ProtoMessage() {} + +func (x *IoK8SApiStorageV1VolumeAttachment) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[714] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1VolumeAttachment.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1VolumeAttachment) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{714} +} + +func (x *IoK8SApiStorageV1VolumeAttachment) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1VolumeAttachment) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1VolumeAttachment) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiStorageV1VolumeAttachment) GetSpec() *IoK8SApiStorageV1VolumeAttachmentSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiStorageV1VolumeAttachment) GetStatus() *IoK8SApiStorageV1VolumeAttachmentStatus { + if x != nil { + return x.Status + } + return nil +} + +// VolumeAttachmentList is a collection of VolumeAttachment objects. +type IoK8SApiStorageV1VolumeAttachmentList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items is the list of VolumeAttachments + Items []*IoK8SApiStorageV1VolumeAttachment `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiStorageV1VolumeAttachmentList) Reset() { + *x = IoK8SApiStorageV1VolumeAttachmentList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[715] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1VolumeAttachmentList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1VolumeAttachmentList) ProtoMessage() {} + +func (x *IoK8SApiStorageV1VolumeAttachmentList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[715] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1VolumeAttachmentList.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1VolumeAttachmentList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{715} +} + +func (x *IoK8SApiStorageV1VolumeAttachmentList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiStorageV1VolumeAttachmentList) GetItems() []*IoK8SApiStorageV1VolumeAttachment { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiStorageV1VolumeAttachmentList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiStorageV1VolumeAttachmentList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +type IoK8SApiStorageV1VolumeAttachmentSource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature. + InlineVolumeSpec *IoK8SApiCoreV1PersistentVolumeSpec `protobuf:"bytes,1,opt,name=inlineVolumeSpec,proto3" json:"inlineVolumeSpec,omitempty"` + // persistentVolumeName represents the name of the persistent volume to attach. + PersistentVolumeName string `protobuf:"bytes,2,opt,name=persistentVolumeName,proto3" json:"persistentVolumeName,omitempty"` +} + +func (x *IoK8SApiStorageV1VolumeAttachmentSource) Reset() { + *x = IoK8SApiStorageV1VolumeAttachmentSource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[716] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1VolumeAttachmentSource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1VolumeAttachmentSource) ProtoMessage() {} + +func (x *IoK8SApiStorageV1VolumeAttachmentSource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[716] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1VolumeAttachmentSource.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1VolumeAttachmentSource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{716} +} + +func (x *IoK8SApiStorageV1VolumeAttachmentSource) GetInlineVolumeSpec() *IoK8SApiCoreV1PersistentVolumeSpec { + if x != nil { + return x.InlineVolumeSpec + } + return nil +} + +func (x *IoK8SApiStorageV1VolumeAttachmentSource) GetPersistentVolumeName() string { + if x != nil { + return x.PersistentVolumeName + } + return "" +} + +// VolumeAttachmentSpec is the specification of a VolumeAttachment request. +type IoK8SApiStorageV1VolumeAttachmentSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). + Attacher string `protobuf:"bytes,1,opt,name=attacher,proto3" json:"attacher,omitempty"` + // nodeName represents the node that the volume should be attached to. + NodeName string `protobuf:"bytes,2,opt,name=nodeName,proto3" json:"nodeName,omitempty"` + // source represents the volume that should be attached. + Source *IoK8SApiStorageV1VolumeAttachmentSource `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"` +} + +func (x *IoK8SApiStorageV1VolumeAttachmentSpec) Reset() { + *x = IoK8SApiStorageV1VolumeAttachmentSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[717] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1VolumeAttachmentSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1VolumeAttachmentSpec) ProtoMessage() {} + +func (x *IoK8SApiStorageV1VolumeAttachmentSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[717] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1VolumeAttachmentSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1VolumeAttachmentSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{717} +} + +func (x *IoK8SApiStorageV1VolumeAttachmentSpec) GetAttacher() string { + if x != nil { + return x.Attacher + } + return "" +} + +func (x *IoK8SApiStorageV1VolumeAttachmentSpec) GetNodeName() string { + if x != nil { + return x.NodeName + } + return "" +} + +func (x *IoK8SApiStorageV1VolumeAttachmentSpec) GetSource() *IoK8SApiStorageV1VolumeAttachmentSource { + if x != nil { + return x.Source + } + return nil +} + +// VolumeAttachmentStatus is the status of a VolumeAttachment request. +type IoK8SApiStorageV1VolumeAttachmentStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // attachError represents the last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + AttachError *IoK8SApiStorageV1VolumeError `protobuf:"bytes,1,opt,name=attachError,proto3" json:"attachError,omitempty"` + // attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + Attached bool `protobuf:"varint,2,opt,name=attached,proto3" json:"attached,omitempty"` + // attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + AttachmentMetadata map[string]string `protobuf:"bytes,3,rep,name=attachmentMetadata,proto3" json:"attachmentMetadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher. + DetachError *IoK8SApiStorageV1VolumeError `protobuf:"bytes,4,opt,name=detachError,proto3" json:"detachError,omitempty"` +} + +func (x *IoK8SApiStorageV1VolumeAttachmentStatus) Reset() { + *x = IoK8SApiStorageV1VolumeAttachmentStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[718] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1VolumeAttachmentStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1VolumeAttachmentStatus) ProtoMessage() {} + +func (x *IoK8SApiStorageV1VolumeAttachmentStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[718] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1VolumeAttachmentStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1VolumeAttachmentStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{718} +} + +func (x *IoK8SApiStorageV1VolumeAttachmentStatus) GetAttachError() *IoK8SApiStorageV1VolumeError { + if x != nil { + return x.AttachError + } + return nil +} + +func (x *IoK8SApiStorageV1VolumeAttachmentStatus) GetAttached() bool { + if x != nil { + return x.Attached + } + return false +} + +func (x *IoK8SApiStorageV1VolumeAttachmentStatus) GetAttachmentMetadata() map[string]string { + if x != nil { + return x.AttachmentMetadata + } + return nil +} + +func (x *IoK8SApiStorageV1VolumeAttachmentStatus) GetDetachError() *IoK8SApiStorageV1VolumeError { + if x != nil { + return x.DetachError + } + return nil +} + +// VolumeError captures an error encountered during a volume operation. +type IoK8SApiStorageV1VolumeError struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information. + Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` + // time represents the time the error was encountered. + Time string `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` +} + +func (x *IoK8SApiStorageV1VolumeError) Reset() { + *x = IoK8SApiStorageV1VolumeError{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[719] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1VolumeError) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1VolumeError) ProtoMessage() {} + +func (x *IoK8SApiStorageV1VolumeError) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[719] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1VolumeError.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1VolumeError) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{719} +} + +func (x *IoK8SApiStorageV1VolumeError) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiStorageV1VolumeError) GetTime() string { + if x != nil { + return x.Time + } + return "" +} + +// VolumeNodeResources is a set of resource limits for scheduling of volumes. +type IoK8SApiStorageV1VolumeNodeResources struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded. + Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` +} + +func (x *IoK8SApiStorageV1VolumeNodeResources) Reset() { + *x = IoK8SApiStorageV1VolumeNodeResources{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[720] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiStorageV1VolumeNodeResources) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiStorageV1VolumeNodeResources) ProtoMessage() {} + +func (x *IoK8SApiStorageV1VolumeNodeResources) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[720] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiStorageV1VolumeNodeResources.ProtoReflect.Descriptor instead. +func (*IoK8SApiStorageV1VolumeNodeResources) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{720} +} + +func (x *IoK8SApiStorageV1VolumeNodeResources) GetCount() int32 { + if x != nil { + return x.Count + } + return 0 +} + +// CustomResourceColumnDefinition specifies a column for server side printing. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // description is a human readable description of this column. + Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` + // format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. + Format string `protobuf:"bytes,2,opt,name=format,proto3" json:"format,omitempty"` + // jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column. + JsonPath string `protobuf:"bytes,3,opt,name=jsonPath,proto3" json:"jsonPath,omitempty"` + // name is a human readable name for the column. + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0. + Priority int32 `protobuf:"varint,5,opt,name=priority,proto3" json:"priority,omitempty"` + // type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[721] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[721] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{721} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) GetDescription() string { + if x != nil { + return x.Description + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) GetFormat() string { + if x != nil { + return x.Format + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) GetJsonPath() string { + if x != nil { + return x.JsonPath + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) GetPriority() int32 { + if x != nil { + return x.Priority + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// CustomResourceConversion describes how to convert different versions of a CR. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information + // + // is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set. + Strategy string `protobuf:"bytes,1,opt,name=strategy,proto3" json:"strategy,omitempty"` + // webhook describes how to call the conversion webhook. Required when `strategy` is set to `"Webhook"`. + Webhook *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion `protobuf:"bytes,2,opt,name=webhook,proto3" json:"webhook,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[722] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[722] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{722} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion) GetStrategy() string { + if x != nil { + return x.Strategy + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion) GetWebhook() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion { + if x != nil { + return x.Webhook + } + return nil +} + +// CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // spec describes how the user wants the resources to appear + Spec *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // status indicates the actual state of the CustomResourceDefinition + Status *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[723] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[723] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{723} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) GetSpec() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) GetStatus() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus { + if x != nil { + return x.Status + } + return nil +} + +// CustomResourceDefinitionCondition contains details for the current condition of this pod. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // lastTransitionTime last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // message is a human-readable message indicating details about last transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // reason is a unique, one-word, CamelCase reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // status is the status of the condition. Can be True, False, Unknown. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // type is the type of the condition. Types include Established, NamesAccepted and Terminating. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[724] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[724] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{724} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// CustomResourceDefinitionList is a list of CustomResourceDefinition objects. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // items list individual CustomResourceDefinition objects + Items []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[725] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[725] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{725} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) GetItems() []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`. + Categories []string `protobuf:"bytes,1,rep,name=categories,proto3" json:"categories,omitempty"` + // kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls. + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // listKind is the serialized kind of the list for this resource. Defaults to "`kind`List". + ListKind string `protobuf:"bytes,3,opt,name=listKind,proto3" json:"listKind,omitempty"` + // plural is the plural name of the resource to serve. The custom resources are served under `/apis///.../`. Must match the name of the CustomResourceDefinition (in the form `.`). Must be all lowercase. + Plural string `protobuf:"bytes,4,opt,name=plural,proto3" json:"plural,omitempty"` + // shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get `. It must be all lowercase. + ShortNames []string `protobuf:"bytes,5,rep,name=shortNames,proto3" json:"shortNames,omitempty"` + // singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`. + Singular string `protobuf:"bytes,6,opt,name=singular,proto3" json:"singular,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[726] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[726] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{726} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) GetCategories() []string { + if x != nil { + return x.Categories + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) GetListKind() string { + if x != nil { + return x.ListKind + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) GetPlural() string { + if x != nil { + return x.Plural + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) GetShortNames() []string { + if x != nil { + return x.ShortNames + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames) GetSingular() string { + if x != nil { + return x.Singular + } + return "" +} + +// CustomResourceDefinitionSpec describes how a user wants their resource to appear +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // conversion defines conversion settings for the CRD. + Conversion *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion `protobuf:"bytes,1,opt,name=conversion,proto3" json:"conversion,omitempty"` + // group is the API group of the defined custom resource. The custom resources are served under `/apis//...`. Must match the name of the CustomResourceDefinition (in the form `.`). + Group string `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"` + // names specify the resource and kind names for the custom resource. + Names *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames `protobuf:"bytes,3,opt,name=names,proto3" json:"names,omitempty"` + // preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details. + PreserveUnknownFields bool `protobuf:"varint,4,opt,name=preserveUnknownFields,proto3" json:"preserveUnknownFields,omitempty"` + // scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. + Scope string `protobuf:"bytes,5,opt,name=scope,proto3" json:"scope,omitempty"` + // versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + Versions []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion `protobuf:"bytes,6,rep,name=versions,proto3" json:"versions,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[727] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[727] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{727} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) GetConversion() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion { + if x != nil { + return x.Conversion + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) GetGroup() string { + if x != nil { + return x.Group + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) GetNames() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames { + if x != nil { + return x.Names + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) GetPreserveUnknownFields() bool { + if x != nil { + return x.PreserveUnknownFields + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) GetScope() string { + if x != nil { + return x.Scope + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec) GetVersions() []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion { + if x != nil { + return x.Versions + } + return nil +} + +// CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec. + AcceptedNames *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames `protobuf:"bytes,1,opt,name=acceptedNames,proto3" json:"acceptedNames,omitempty"` + // conditions indicate state for particular aspects of a CustomResourceDefinition + Conditions []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"` + // storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list. + StoredVersions []string `protobuf:"bytes,3,rep,name=storedVersions,proto3" json:"storedVersions,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[728] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[728] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{728} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus) GetAcceptedNames() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames { + if x != nil { + return x.AcceptedNames + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus) GetConditions() []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition { + if x != nil { + return x.Conditions + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus) GetStoredVersions() []string { + if x != nil { + return x.StoredVersions + } + return nil +} + +// CustomResourceDefinitionVersion describes a version for CRD. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used. + AdditionalPrinterColumns []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition `protobuf:"bytes,1,rep,name=additionalPrinterColumns,proto3" json:"additionalPrinterColumns,omitempty"` + // deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false. + Deprecated bool `protobuf:"varint,2,opt,name=deprecated,proto3" json:"deprecated,omitempty"` + // deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists. + DeprecationWarning string `protobuf:"bytes,3,opt,name=deprecationWarning,proto3" json:"deprecationWarning,omitempty"` + // name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis///...` if `served` is true. + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource. + Schema *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation `protobuf:"bytes,5,opt,name=schema,proto3" json:"schema,omitempty"` + // served is a flag enabling/disabling this version from being served via REST APIs + Served bool `protobuf:"varint,6,opt,name=served,proto3" json:"served,omitempty"` + // storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true. + Storage bool `protobuf:"varint,7,opt,name=storage,proto3" json:"storage,omitempty"` + // subresources specify what subresources this version of the defined custom resource have. + Subresources *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources `protobuf:"bytes,8,opt,name=subresources,proto3" json:"subresources,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[729] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[729] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{729} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) GetAdditionalPrinterColumns() []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition { + if x != nil { + return x.AdditionalPrinterColumns + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) GetDeprecated() bool { + if x != nil { + return x.Deprecated + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) GetDeprecationWarning() string { + if x != nil { + return x.DeprecationWarning + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) GetSchema() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation { + if x != nil { + return x.Schema + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) GetServed() bool { + if x != nil { + return x.Served + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) GetStorage() bool { + if x != nil { + return x.Storage + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion) GetSubresources() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources { + if x != nil { + return x.Subresources + } + return nil +} + +// CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string. + LabelSelectorPath string `protobuf:"bytes,1,opt,name=labelSelectorPath,proto3" json:"labelSelectorPath,omitempty"` + // specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET. + SpecReplicasPath string `protobuf:"bytes,2,opt,name=specReplicasPath,proto3" json:"specReplicasPath,omitempty"` + // statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0. + StatusReplicasPath string `protobuf:"bytes,3,opt,name=statusReplicasPath,proto3" json:"statusReplicasPath,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[730] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[730] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{730} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale) GetLabelSelectorPath() string { + if x != nil { + return x.LabelSelectorPath + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale) GetSpecReplicasPath() string { + if x != nil { + return x.SpecReplicasPath + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale) GetStatusReplicasPath() string { + if x != nil { + return x.StatusReplicasPath + } + return "" +} + +// CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the `.status` JSON path inside of a CustomResource. When set, * exposes a /status subresource for the custom resource * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[731] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[731] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{731} +} + +// CustomResourceSubresources defines the status and scale subresources for CustomResources. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object. + Scale *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale `protobuf:"bytes,1,opt,name=scale,proto3" json:"scale,omitempty"` + // status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object. + Status *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[732] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[732] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{732} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources) GetScale() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale { + if x != nil { + return x.Scale + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources) GetStatus() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus { + if x != nil { + return x.Status + } + return nil +} + +// CustomResourceValidation is a list of validation methods for CustomResources. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning. + OpenAPIV3Schema *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps `protobuf:"bytes,1,opt,name=openAPIV3Schema,proto3" json:"openAPIV3Schema,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[733] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[733] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{733} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation) GetOpenAPIV3Schema() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps { + if x != nil { + return x.OpenAPIV3Schema + } + return nil +} + +// ExternalDocumentation allows referencing an external resource for extended documentation. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` + Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[734] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[734] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{734} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation) GetDescription() string { + if x != nil { + return x.Description + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation) GetUrl() string { + if x != nil { + return x.Url + } + return "" +} + +// JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[735] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[735] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{735} +} + +// JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/). +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + XRef string `protobuf:"bytes,1,opt,name=_ref,json=Ref,proto3" json:"_ref,omitempty"` + XSchema string `protobuf:"bytes,2,opt,name=_schema,json=Schema,proto3" json:"_schema,omitempty"` + AdditionalItems *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool `protobuf:"bytes,3,opt,name=additionalItems,proto3" json:"additionalItems,omitempty"` + AdditionalProperties *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool `protobuf:"bytes,4,opt,name=additionalProperties,proto3" json:"additionalProperties,omitempty"` + AllOf []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps `protobuf:"bytes,5,rep,name=allOf,proto3" json:"allOf,omitempty"` + AnyOf []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps `protobuf:"bytes,6,rep,name=anyOf,proto3" json:"anyOf,omitempty"` + // default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false. + Default *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON `protobuf:"bytes,7,opt,name=default,proto3" json:"default,omitempty"` + Definitions map[string]*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps `protobuf:"bytes,8,rep,name=definitions,proto3" json:"definitions,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + Dependencies map[string]*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray `protobuf:"bytes,9,rep,name=dependencies,proto3" json:"dependencies,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + Description string `protobuf:"bytes,10,opt,name=description,proto3" json:"description,omitempty"` + Enum []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON `protobuf:"bytes,11,rep,name=enum,proto3" json:"enum,omitempty"` + Example *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON `protobuf:"bytes,12,opt,name=example,proto3" json:"example,omitempty"` + ExclusiveMaximum bool `protobuf:"varint,13,opt,name=exclusiveMaximum,proto3" json:"exclusiveMaximum,omitempty"` + ExclusiveMinimum bool `protobuf:"varint,14,opt,name=exclusiveMinimum,proto3" json:"exclusiveMinimum,omitempty"` + ExternalDocs *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation `protobuf:"bytes,15,opt,name=externalDocs,proto3" json:"externalDocs,omitempty"` + // format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: + // + // - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. + Format string `protobuf:"bytes,16,opt,name=format,proto3" json:"format,omitempty"` + Id string `protobuf:"bytes,17,opt,name=id,proto3" json:"id,omitempty"` + Items *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray `protobuf:"bytes,18,opt,name=items,proto3" json:"items,omitempty"` + MaxItems int64 `protobuf:"varint,19,opt,name=maxItems,proto3" json:"maxItems,omitempty"` + MaxLength int64 `protobuf:"varint,20,opt,name=maxLength,proto3" json:"maxLength,omitempty"` + MaxProperties int64 `protobuf:"varint,21,opt,name=maxProperties,proto3" json:"maxProperties,omitempty"` + Maximum float64 `protobuf:"fixed64,22,opt,name=maximum,proto3" json:"maximum,omitempty"` + MinItems int64 `protobuf:"varint,23,opt,name=minItems,proto3" json:"minItems,omitempty"` + MinLength int64 `protobuf:"varint,24,opt,name=minLength,proto3" json:"minLength,omitempty"` + MinProperties int64 `protobuf:"varint,25,opt,name=minProperties,proto3" json:"minProperties,omitempty"` + Minimum float64 `protobuf:"fixed64,26,opt,name=minimum,proto3" json:"minimum,omitempty"` + MultipleOf float64 `protobuf:"fixed64,27,opt,name=multipleOf,proto3" json:"multipleOf,omitempty"` + Not *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps `protobuf:"bytes,28,opt,name=not,proto3" json:"not,omitempty"` + Nullable bool `protobuf:"varint,29,opt,name=nullable,proto3" json:"nullable,omitempty"` + OneOf []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps `protobuf:"bytes,30,rep,name=oneOf,proto3" json:"oneOf,omitempty"` + Pattern string `protobuf:"bytes,31,opt,name=pattern,proto3" json:"pattern,omitempty"` + PatternProperties map[string]*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps `protobuf:"bytes,32,rep,name=patternProperties,proto3" json:"patternProperties,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + Properties map[string]*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps `protobuf:"bytes,33,rep,name=properties,proto3" json:"properties,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + Required []string `protobuf:"bytes,34,rep,name=required,proto3" json:"required,omitempty"` + Title string `protobuf:"bytes,35,opt,name=title,proto3" json:"title,omitempty"` + Type string `protobuf:"bytes,36,opt,name=type,proto3" json:"type,omitempty"` + UniqueItems bool `protobuf:"varint,37,opt,name=uniqueItems,proto3" json:"uniqueItems,omitempty"` + // x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata). + XKubernetesEmbeddedResource bool `protobuf:"varint,38,opt,name=x_kubernetes_embedded_resource,json=xKubernetesEmbeddedResource,proto3" json:"x_kubernetes_embedded_resource,omitempty"` + // x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns: + // + // 1) anyOf: + // - type: integer + // - type: string + // + // 2) allOf: + // - anyOf: + // - type: integer + // - type: string + // - ... zero or more + XKubernetesIntOrString bool `protobuf:"varint,39,opt,name=x_kubernetes_int_or_string,json=xKubernetesIntOrString,proto3" json:"x_kubernetes_int_or_string,omitempty"` + // x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map. + // + // This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). + // + // The properties specified must either be required or have a default value, to ensure those properties are present for all list items. + XKubernetesListMapKeys []string `protobuf:"bytes,40,rep,name=x_kubernetes_list_map_keys,json=xKubernetesListMapKeys,proto3" json:"x_kubernetes_list_map_keys,omitempty"` + // x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: + // + // 1. `atomic`: the list is treated as a single entity, like a scalar. + // Atomic lists will be entirely replaced when updated. This extension + // may be used on any type of list (struct, scalar, ...). + // 2. `set`: + // Sets are lists that must not have multiple items with the same value. Each + // value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + // array with x-kubernetes-list-type `atomic`. + // 3. `map`: + // These lists are like maps in that their elements have a non-index key + // used to identify them. Order is preserved upon merge. The map tag + // must only be used on a list with elements of type object. + // + // Defaults to atomic for arrays. + XKubernetesListType string `protobuf:"bytes,41,opt,name=x_kubernetes_list_type,json=xKubernetesListType,proto3" json:"x_kubernetes_list_type,omitempty"` + // x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values: + // + // 1. `granular`: + // These maps are actual maps (key-value pairs) and each fields are independent + // from each other (they can each be manipulated by separate actors). This is + // the default behaviour for all maps. + // 2. `atomic`: the list is treated as a single entity, like a scalar. + // Atomic maps will be entirely replaced when updated. + XKubernetesMapType string `protobuf:"bytes,42,opt,name=x_kubernetes_map_type,json=xKubernetesMapType,proto3" json:"x_kubernetes_map_type,omitempty"` + // x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden. + XKubernetesPreserveUnknownFields bool `protobuf:"varint,43,opt,name=x_kubernetes_preserve_unknown_fields,json=xKubernetesPreserveUnknownFields,proto3" json:"x_kubernetes_preserve_unknown_fields,omitempty"` + // x-kubernetes-validations describes a list of validation rules written in the CEL expression language. This field is an alpha-level. Using this field requires the feature gate `CustomResourceValidationExpressions` to be enabled. + XKubernetesValidations []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule `protobuf:"bytes,44,rep,name=x_kubernetes_validations,json=xKubernetesValidations,proto3" json:"x_kubernetes_validations,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[736] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[736] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{736} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetXRef() string { + if x != nil { + return x.XRef + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetXSchema() string { + if x != nil { + return x.XSchema + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetAdditionalItems() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool { + if x != nil { + return x.AdditionalItems + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetAdditionalProperties() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool { + if x != nil { + return x.AdditionalProperties + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetAllOf() []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps { + if x != nil { + return x.AllOf + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetAnyOf() []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps { + if x != nil { + return x.AnyOf + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetDefault() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON { + if x != nil { + return x.Default + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetDefinitions() map[string]*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps { + if x != nil { + return x.Definitions + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetDependencies() map[string]*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray { + if x != nil { + return x.Dependencies + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetDescription() string { + if x != nil { + return x.Description + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetEnum() []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON { + if x != nil { + return x.Enum + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetExample() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON { + if x != nil { + return x.Example + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetExclusiveMaximum() bool { + if x != nil { + return x.ExclusiveMaximum + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetExclusiveMinimum() bool { + if x != nil { + return x.ExclusiveMinimum + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetExternalDocs() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation { + if x != nil { + return x.ExternalDocs + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetFormat() string { + if x != nil { + return x.Format + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetId() string { + if x != nil { + return x.Id + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetItems() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetMaxItems() int64 { + if x != nil { + return x.MaxItems + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetMaxLength() int64 { + if x != nil { + return x.MaxLength + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetMaxProperties() int64 { + if x != nil { + return x.MaxProperties + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetMaximum() float64 { + if x != nil { + return x.Maximum + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetMinItems() int64 { + if x != nil { + return x.MinItems + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetMinLength() int64 { + if x != nil { + return x.MinLength + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetMinProperties() int64 { + if x != nil { + return x.MinProperties + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetMinimum() float64 { + if x != nil { + return x.Minimum + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetMultipleOf() float64 { + if x != nil { + return x.MultipleOf + } + return 0 +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetNot() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps { + if x != nil { + return x.Not + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetNullable() bool { + if x != nil { + return x.Nullable + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetOneOf() []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps { + if x != nil { + return x.OneOf + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetPattern() string { + if x != nil { + return x.Pattern + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetPatternProperties() map[string]*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps { + if x != nil { + return x.PatternProperties + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetProperties() map[string]*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps { + if x != nil { + return x.Properties + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetRequired() []string { + if x != nil { + return x.Required + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetTitle() string { + if x != nil { + return x.Title + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetUniqueItems() bool { + if x != nil { + return x.UniqueItems + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetXKubernetesEmbeddedResource() bool { + if x != nil { + return x.XKubernetesEmbeddedResource + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetXKubernetesIntOrString() bool { + if x != nil { + return x.XKubernetesIntOrString + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetXKubernetesListMapKeys() []string { + if x != nil { + return x.XKubernetesListMapKeys + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetXKubernetesListType() string { + if x != nil { + return x.XKubernetesListType + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetXKubernetesMapType() string { + if x != nil { + return x.XKubernetesMapType + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetXKubernetesPreserveUnknownFields() bool { + if x != nil { + return x.XKubernetesPreserveUnknownFields + } + return false +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps) GetXKubernetesValidations() []*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule { + if x != nil { + return x.XKubernetesValidations + } + return nil +} + +// JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[737] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[737] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{737} +} + +// JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[738] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[738] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{738} +} + +// JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[739] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray) ProtoMessage() { +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[739] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{739} +} + +// ServiceReference holds a reference to Service.legacy.k8s.io +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name is the name of the service. Required + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // namespace is the namespace of the service. Required + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // path is an optional URL path at which the webhook will be contacted. + Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"` + // port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility. + Port int32 `protobuf:"varint,4,opt,name=port,proto3" json:"port,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[740] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[740] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{740} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference) GetPath() string { + if x != nil { + return x.Path + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +// ValidationRule describes a validation rule written in the CEL expression language. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" + Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` + // MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")" + MessageExpression string `protobuf:"bytes,2,opt,name=messageExpression,proto3" json:"messageExpression,omitempty"` + // Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"} + // + // If the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {"rule": "self.components['Widget'].priority < 10"} - Rule scoped to a list of integers: {"rule": "self.values.all(value, value >= 0 && value < 100)"} - Rule scoped to a string value: {"rule": "self.startsWith('kube')"} + // + // The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object and from any x-kubernetes-embedded-resource annotated objects. No other metadata properties are accessible. + // + // Unknown data preserved in custom resources via x-kubernetes-preserve-unknown-fields is not accessible in CEL expressions. This includes: - Unknown field values that are preserved by object schemas with x-kubernetes-preserve-unknown-fields. - Object properties where the property schema is of an "unknown type". An "unknown type" is recursively defined as: + // - A schema with no type and x-kubernetes-preserve-unknown-fields set to true + // - An array where the items schema is of an "unknown type" + // - An object where the additionalProperties schema is of an "unknown type" + // + // Only property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are: + // + // "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if", + // "import", "let", "loop", "package", "namespace", "return". + // + // Examples: + // - Rule accessing a property named "namespace": {"rule": "self.__namespace__ > 0"} + // - Rule accessing a property named "x-prop": {"rule": "self.x__dash__prop > 0"} + // - Rule accessing a property named "redact__d": {"rule": "self.redact__underscores__d > 0"} + // + // Equality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: + // - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and + // non-intersecting elements in `Y` are appended, retaining their partial order. + // - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values + // are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with + // non-intersecting keys are appended, retaining their partial order. + Rule string `protobuf:"bytes,3,opt,name=rule,proto3" json:"rule,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[741] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[741] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{741} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule) GetMessageExpression() string { + if x != nil { + return x.MessageExpression + } + return "" +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule) GetRule() string { + if x != nil { + return x.Rule + } + return "" +} + +// WebhookClientConfig contains the information to make a TLS connection with the webhook. +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used. + CaBundle []byte `protobuf:"bytes,1,opt,name=caBundle,proto3" json:"caBundle,omitempty"` + // service is a reference to the service for this webhook. Either service or url must be specified. + // + // If the webhook is running within the cluster, then you should use `service`. + Service *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` + // url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. + // + // The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. + // + // Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. + // + // The scheme must be "https"; the URL must begin with "https://". + // + // A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. + // + // Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. + Url string `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[742] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[742] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{742} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig) GetCaBundle() []byte { + if x != nil { + return x.CaBundle + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig) GetService() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference { + if x != nil { + return x.Service + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig) GetUrl() string { + if x != nil { + return x.Url + } + return "" +} + +// WebhookConversion describes how to call a conversion webhook +type IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // clientConfig is the instructions for how to call the webhook if strategy is `Webhook`. + ClientConfig *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig `protobuf:"bytes,1,opt,name=clientConfig,proto3" json:"clientConfig,omitempty"` + // conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. + ConversionReviewVersions []string `protobuf:"bytes,2,rep,name=conversionReviewVersions,proto3" json:"conversionReviewVersions,omitempty"` +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion) Reset() { + *x = IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[743] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion) ProtoMessage() {} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[743] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion.ProtoReflect.Descriptor instead. +func (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{743} +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion) GetClientConfig() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig { + if x != nil { + return x.ClientConfig + } + return nil +} + +func (x *IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion) GetConversionReviewVersions() []string { + if x != nil { + return x.ConversionReviewVersions + } + return nil +} + +// APIGroup contains the name, the supported versions, and the preferred version of a group. +type IoK8SApimachineryPkgApisMetaV1APIGroup struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // name is the name of the group. + Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // preferredVersion is the version preferred by the API server, which probably is the storage version. + PreferredVersion *IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery `protobuf:"bytes,4,opt,name=preferredVersion,proto3" json:"preferredVersion,omitempty"` + // a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. + ServerAddressByClientCIDRs []*IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR `protobuf:"bytes,5,rep,name=serverAddressByClientCIDRs,proto3" json:"serverAddressByClientCIDRs,omitempty"` + // versions are the versions supported in this group. + Versions []*IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery `protobuf:"bytes,6,rep,name=versions,proto3" json:"versions,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroup) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1APIGroup{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[744] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroup) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1APIGroup) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroup) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[744] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1APIGroup.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1APIGroup) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{744} +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroup) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroup) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroup) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroup) GetPreferredVersion() *IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery { + if x != nil { + return x.PreferredVersion + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroup) GetServerAddressByClientCIDRs() []*IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR { + if x != nil { + return x.ServerAddressByClientCIDRs + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroup) GetVersions() []*IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery { + if x != nil { + return x.Versions + } + return nil +} + +// APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. +type IoK8SApimachineryPkgApisMetaV1APIGroupList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // groups is a list of APIGroup. + Groups []*IoK8SApimachineryPkgApisMetaV1APIGroup `protobuf:"bytes,2,rep,name=groups,proto3" json:"groups,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroupList) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1APIGroupList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[745] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroupList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1APIGroupList) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroupList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[745] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1APIGroupList.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1APIGroupList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{745} +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroupList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroupList) GetGroups() []*IoK8SApimachineryPkgApisMetaV1APIGroup { + if x != nil { + return x.Groups + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIGroupList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +// APIResource specifies the name of a resource and whether it is namespaced. +type IoK8SApimachineryPkgApisMetaV1APIResource struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // categories is a list of the grouped resources this resource belongs to (e.g. 'all') + Categories []string `protobuf:"bytes,1,rep,name=categories,proto3" json:"categories,omitempty"` + // group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale". + Group string `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"` + // kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo') + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // name is the plural name of the resource. + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // namespaced indicates if a resource is namespaced or not. + Namespaced bool `protobuf:"varint,5,opt,name=namespaced,proto3" json:"namespaced,omitempty"` + // shortNames is a list of suggested short names of the resource. + ShortNames []string `protobuf:"bytes,6,rep,name=shortNames,proto3" json:"shortNames,omitempty"` + // singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface. + SingularName string `protobuf:"bytes,7,opt,name=singularName,proto3" json:"singularName,omitempty"` + // The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates. + StorageVersionHash string `protobuf:"bytes,8,opt,name=storageVersionHash,proto3" json:"storageVersionHash,omitempty"` + // verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy) + Verbs []string `protobuf:"bytes,9,rep,name=verbs,proto3" json:"verbs,omitempty"` + // version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)". + Version string `protobuf:"bytes,10,opt,name=version,proto3" json:"version,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1APIResource{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[746] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1APIResource) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[746] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1APIResource.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1APIResource) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{746} +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetCategories() []string { + if x != nil { + return x.Categories + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetGroup() string { + if x != nil { + return x.Group + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetNamespaced() bool { + if x != nil { + return x.Namespaced + } + return false +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetShortNames() []string { + if x != nil { + return x.ShortNames + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetSingularName() string { + if x != nil { + return x.SingularName + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetStorageVersionHash() string { + if x != nil { + return x.StorageVersionHash + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetVerbs() []string { + if x != nil { + return x.Verbs + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResource) GetVersion() string { + if x != nil { + return x.Version + } + return "" +} + +// APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced. +type IoK8SApimachineryPkgApisMetaV1APIResourceList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // groupVersion is the group and version this APIResourceList is for. + GroupVersion string `protobuf:"bytes,2,opt,name=groupVersion,proto3" json:"groupVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // resources contains the name of the resources and if they are namespaced. + Resources []*IoK8SApimachineryPkgApisMetaV1APIResource `protobuf:"bytes,4,rep,name=resources,proto3" json:"resources,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResourceList) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1APIResourceList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[747] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResourceList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1APIResourceList) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResourceList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[747] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1APIResourceList.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1APIResourceList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{747} +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResourceList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResourceList) GetGroupVersion() string { + if x != nil { + return x.GroupVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResourceList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIResourceList) GetResources() []*IoK8SApimachineryPkgApisMetaV1APIResource { + if x != nil { + return x.Resources + } + return nil +} + +// APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API. +type IoK8SApimachineryPkgApisMetaV1APIVersions struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. + ServerAddressByClientCIDRs []*IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR `protobuf:"bytes,3,rep,name=serverAddressByClientCIDRs,proto3" json:"serverAddressByClientCIDRs,omitempty"` + // versions are the api versions that are available. + Versions []string `protobuf:"bytes,4,rep,name=versions,proto3" json:"versions,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIVersions) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1APIVersions{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[748] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIVersions) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1APIVersions) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1APIVersions) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[748] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1APIVersions.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1APIVersions) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{748} +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIVersions) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIVersions) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIVersions) GetServerAddressByClientCIDRs() []*IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR { + if x != nil { + return x.ServerAddressByClientCIDRs + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1APIVersions) GetVersions() []string { + if x != nil { + return x.Versions + } + return nil +} + +// Condition contains details for one aspect of the current state of this API Resource. +type IoK8SApimachineryPkgApisMetaV1Condition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // message is a human readable message indicating details about the transition. This may be an empty string. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. + ObservedGeneration int64 `protobuf:"varint,3,opt,name=observedGeneration,proto3" json:"observedGeneration,omitempty"` + // reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. + Reason string `protobuf:"bytes,4,opt,name=reason,proto3" json:"reason,omitempty"` + // status of the condition, one of True, False, Unknown. + Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` + // type of condition in CamelCase or in foo.example.com/CamelCase. + Type string `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1Condition) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1Condition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[749] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1Condition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1Condition) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1Condition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[749] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1Condition.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1Condition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{749} +} + +func (x *IoK8SApimachineryPkgApisMetaV1Condition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1Condition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1Condition) GetObservedGeneration() int64 { + if x != nil { + return x.ObservedGeneration + } + return 0 +} + +func (x *IoK8SApimachineryPkgApisMetaV1Condition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1Condition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1Condition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// DeleteOptions may be provided when deleting an API object. +type IoK8SApimachineryPkgApisMetaV1DeleteOptions struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun []string `protobuf:"bytes,2,rep,name=dryRun,proto3" json:"dryRun,omitempty"` + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + GracePeriodSeconds int64 `protobuf:"varint,3,opt,name=gracePeriodSeconds,proto3" json:"gracePeriodSeconds,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + OrphanDependents bool `protobuf:"varint,5,opt,name=orphanDependents,proto3" json:"orphanDependents,omitempty"` + // Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned. + Preconditions *IoK8SApimachineryPkgApisMetaV1Preconditions `protobuf:"bytes,6,opt,name=preconditions,proto3" json:"preconditions,omitempty"` + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + PropagationPolicy string `protobuf:"bytes,7,opt,name=propagationPolicy,proto3" json:"propagationPolicy,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1DeleteOptions{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[750] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1DeleteOptions) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[750] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1DeleteOptions.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1DeleteOptions) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{750} +} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) GetDryRun() []string { + if x != nil { + return x.DryRun + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) GetGracePeriodSeconds() int64 { + if x != nil { + return x.GracePeriodSeconds + } + return 0 +} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) GetOrphanDependents() bool { + if x != nil { + return x.OrphanDependents + } + return false +} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) GetPreconditions() *IoK8SApimachineryPkgApisMetaV1Preconditions { + if x != nil { + return x.Preconditions + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1DeleteOptions) GetPropagationPolicy() string { + if x != nil { + return x.PropagationPolicy + } + return "" +} + +// FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format. +// +// Each key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:', where is the name of a field in a struct, or key in a map 'v:', where is the exact json formatted value of a list item 'i:', where is position of a item in a list 'k:', where is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set. +// +// The exact format is defined in sigs.k8s.io/structured-merge-diff +type IoK8SApimachineryPkgApisMetaV1FieldsV1 struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *IoK8SApimachineryPkgApisMetaV1FieldsV1) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1FieldsV1{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[751] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1FieldsV1) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1FieldsV1) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1FieldsV1) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[751] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1FieldsV1.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1FieldsV1) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{751} +} + +// GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility. +type IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // groupVersion specifies the API group and version in the form "group/version" + GroupVersion string `protobuf:"bytes,1,opt,name=groupVersion,proto3" json:"groupVersion,omitempty"` + // version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion. + Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[752] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[752] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{752} +} + +func (x *IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery) GetGroupVersion() string { + if x != nil { + return x.GroupVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery) GetVersion() string { + if x != nil { + return x.Version + } + return "" +} + +// A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. +type IoK8SApimachineryPkgApisMetaV1LabelSelector struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // matchExpressions is a list of label selector requirements. The requirements are ANDed. + MatchExpressions []*IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement `protobuf:"bytes,1,rep,name=matchExpressions,proto3" json:"matchExpressions,omitempty"` + // matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + MatchLabels map[string]string `protobuf:"bytes,2,rep,name=matchLabels,proto3" json:"matchLabels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelector) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1LabelSelector{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[753] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelector) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1LabelSelector) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelector) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[753] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1LabelSelector.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1LabelSelector) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{753} +} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelector) GetMatchExpressions() []*IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement { + if x != nil { + return x.MatchExpressions + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelector) GetMatchLabels() map[string]string { + if x != nil { + return x.MatchLabels + } + return nil +} + +// A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. +type IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // key is the label key that the selector applies to. + Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` + // operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + Operator string `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"` + // values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + Values []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[754] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[754] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{754} +} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement) GetKey() string { + if x != nil { + return x.Key + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement) GetOperator() string { + if x != nil { + return x.Operator + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement) GetValues() []string { + if x != nil { + return x.Values + } + return nil +} + +// ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. +type IoK8SApimachineryPkgApisMetaV1ListMeta struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message. + Continue string `protobuf:"bytes,1,opt,name=continue,proto3" json:"continue,omitempty"` + // remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact. + RemainingItemCount int64 `protobuf:"varint,2,opt,name=remainingItemCount,proto3" json:"remainingItemCount,omitempty"` + // String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + ResourceVersion string `protobuf:"bytes,3,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. + SelfLink string `protobuf:"bytes,4,opt,name=selfLink,proto3" json:"selfLink,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1ListMeta) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1ListMeta{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[755] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1ListMeta) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1ListMeta) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1ListMeta) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[755] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1ListMeta.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1ListMeta) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{755} +} + +func (x *IoK8SApimachineryPkgApisMetaV1ListMeta) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ListMeta) GetRemainingItemCount() int64 { + if x != nil { + return x.RemainingItemCount + } + return 0 +} + +func (x *IoK8SApimachineryPkgApisMetaV1ListMeta) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ListMeta) GetSelfLink() string { + if x != nil { + return x.SelfLink + } + return "" +} + +// ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to. +type IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted. + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1" + FieldsType string `protobuf:"bytes,2,opt,name=fieldsType,proto3" json:"fieldsType,omitempty"` + // FieldsV1 holds the first JSON version format as described in the "FieldsV1" type. + FieldsV1 *IoK8SApimachineryPkgApisMetaV1FieldsV1 `protobuf:"bytes,3,opt,name=fieldsV1,proto3" json:"fieldsV1,omitempty"` + // Manager is an identifier of the workflow managing these fields. + Manager string `protobuf:"bytes,4,opt,name=manager,proto3" json:"manager,omitempty"` + // Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'. + Operation string `protobuf:"bytes,5,opt,name=operation,proto3" json:"operation,omitempty"` + // Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource. + Subresource string `protobuf:"bytes,6,opt,name=subresource,proto3" json:"subresource,omitempty"` + // Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over. + Time string `protobuf:"bytes,7,opt,name=time,proto3" json:"time,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[756] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[756] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{756} +} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) GetFieldsType() string { + if x != nil { + return x.FieldsType + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) GetFieldsV1() *IoK8SApimachineryPkgApisMetaV1FieldsV1 { + if x != nil { + return x.FieldsV1 + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) GetManager() string { + if x != nil { + return x.Manager + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) GetOperation() string { + if x != nil { + return x.Operation + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) GetSubresource() string { + if x != nil { + return x.Subresource + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry) GetTime() string { + if x != nil { + return x.Time + } + return "" +} + +// ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. +type IoK8SApimachineryPkgApisMetaV1ObjectMeta struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations + Annotations map[string]string `protobuf:"bytes,1,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. + // + // Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + CreationTimestamp string `protobuf:"bytes,2,opt,name=creationTimestamp,proto3" json:"creationTimestamp,omitempty"` + // Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. + DeletionGracePeriodSeconds int64 `protobuf:"varint,3,opt,name=deletionGracePeriodSeconds,proto3" json:"deletionGracePeriodSeconds,omitempty"` + // DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. + // + // Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + DeletionTimestamp string `protobuf:"bytes,4,opt,name=deletionTimestamp,proto3" json:"deletionTimestamp,omitempty"` + // Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list. + Finalizers []string `protobuf:"bytes,5,rep,name=finalizers,proto3" json:"finalizers,omitempty"` + // GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. + // + // If this field is specified and the generated name exists, the server will return a 409. + // + // Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency + GenerateName string `protobuf:"bytes,6,opt,name=generateName,proto3" json:"generateName,omitempty"` + // A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. + Generation int64 `protobuf:"varint,7,opt,name=generation,proto3" json:"generation,omitempty"` + // Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels + Labels map[string]string `protobuf:"bytes,8,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object. + ManagedFields []*IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry `protobuf:"bytes,9,rep,name=managedFields,proto3" json:"managedFields,omitempty"` + // Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names + Name string `protobuf:"bytes,10,opt,name=name,proto3" json:"name,omitempty"` + // Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. + // + // Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces + Namespace string `protobuf:"bytes,11,opt,name=namespace,proto3" json:"namespace,omitempty"` + // List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. + OwnerReferences []*IoK8SApimachineryPkgApisMetaV1OwnerReference `protobuf:"bytes,12,rep,name=ownerReferences,proto3" json:"ownerReferences,omitempty"` + // An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. + // + // Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + ResourceVersion string `protobuf:"bytes,13,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. + SelfLink string `protobuf:"bytes,14,opt,name=selfLink,proto3" json:"selfLink,omitempty"` + // UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. + // + // Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids + Uid string `protobuf:"bytes,15,opt,name=uid,proto3" json:"uid,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1ObjectMeta{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[757] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1ObjectMeta) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[757] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1ObjectMeta.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1ObjectMeta) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{757} +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetAnnotations() map[string]string { + if x != nil { + return x.Annotations + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetCreationTimestamp() string { + if x != nil { + return x.CreationTimestamp + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetDeletionGracePeriodSeconds() int64 { + if x != nil { + return x.DeletionGracePeriodSeconds + } + return 0 +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetDeletionTimestamp() string { + if x != nil { + return x.DeletionTimestamp + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetFinalizers() []string { + if x != nil { + return x.Finalizers + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetGenerateName() string { + if x != nil { + return x.GenerateName + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetGeneration() int64 { + if x != nil { + return x.Generation + } + return 0 +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetLabels() map[string]string { + if x != nil { + return x.Labels + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetManagedFields() []*IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry { + if x != nil { + return x.ManagedFields + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetOwnerReferences() []*IoK8SApimachineryPkgApisMetaV1OwnerReference { + if x != nil { + return x.OwnerReferences + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetSelfLink() string { + if x != nil { + return x.SelfLink + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ObjectMeta) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +// OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field. +type IoK8SApimachineryPkgApisMetaV1OwnerReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // API version of the referent. + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. + BlockOwnerDeletion bool `protobuf:"varint,2,opt,name=blockOwnerDeletion,proto3" json:"blockOwnerDeletion,omitempty"` + // If true, this reference points to the managing controller. + Controller bool `protobuf:"varint,3,opt,name=controller,proto3" json:"controller,omitempty"` + // Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids + Uid string `protobuf:"bytes,6,opt,name=uid,proto3" json:"uid,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1OwnerReference) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1OwnerReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[758] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1OwnerReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1OwnerReference) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1OwnerReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[758] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1OwnerReference.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1OwnerReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{758} +} + +func (x *IoK8SApimachineryPkgApisMetaV1OwnerReference) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1OwnerReference) GetBlockOwnerDeletion() bool { + if x != nil { + return x.BlockOwnerDeletion + } + return false +} + +func (x *IoK8SApimachineryPkgApisMetaV1OwnerReference) GetController() bool { + if x != nil { + return x.Controller + } + return false +} + +func (x *IoK8SApimachineryPkgApisMetaV1OwnerReference) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1OwnerReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1OwnerReference) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +// Patch is provided to give a concrete name and type to the Kubernetes PATCH request body. +type IoK8SApimachineryPkgApisMetaV1Patch struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *IoK8SApimachineryPkgApisMetaV1Patch) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1Patch{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[759] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1Patch) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1Patch) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1Patch) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[759] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1Patch.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1Patch) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{759} +} + +// Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out. +type IoK8SApimachineryPkgApisMetaV1Preconditions struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Specifies the target ResourceVersion + ResourceVersion string `protobuf:"bytes,1,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // Specifies the target UID. + Uid string `protobuf:"bytes,2,opt,name=uid,proto3" json:"uid,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1Preconditions) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1Preconditions{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[760] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1Preconditions) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1Preconditions) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1Preconditions) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[760] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1Preconditions.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1Preconditions) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{760} +} + +func (x *IoK8SApimachineryPkgApisMetaV1Preconditions) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1Preconditions) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +// ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match. +type IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The CIDR with which clients can match their IP to figure out the server address that they should use. + ClientCIDR string `protobuf:"bytes,1,opt,name=clientCIDR,proto3" json:"clientCIDR,omitempty"` + // Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port. + ServerAddress string `protobuf:"bytes,2,opt,name=serverAddress,proto3" json:"serverAddress,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[761] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[761] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{761} +} + +func (x *IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR) GetClientCIDR() string { + if x != nil { + return x.ClientCIDR + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR) GetServerAddress() string { + if x != nil { + return x.ServerAddress + } + return "" +} + +// Status is a return value for calls that don't return other objects. +type IoK8SApimachineryPkgApisMetaV1Status struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Suggested HTTP return code for this status, 0 if not set. + Code int32 `protobuf:"varint,2,opt,name=code,proto3" json:"code,omitempty"` + // Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. + Details *IoK8SApimachineryPkgApisMetaV1StatusDetails `protobuf:"bytes,3,opt,name=details,proto3" json:"details,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"` + // A human-readable description of the status of this operation. + Message string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"` + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,6,opt,name=metadata,proto3" json:"metadata,omitempty"` + // A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. + Reason string `protobuf:"bytes,7,opt,name=reason,proto3" json:"reason,omitempty"` + // Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + Status string `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1Status{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[762] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1Status) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[762] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1Status.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1Status) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{762} +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) GetCode() int32 { + if x != nil { + return x.Code + } + return 0 +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) GetDetails() *IoK8SApimachineryPkgApisMetaV1StatusDetails { + if x != nil { + return x.Details + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1Status) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +// StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered. +type IoK8SApimachineryPkgApisMetaV1StatusCause struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional. + // + // Examples: + // + // "name" - the field "name" on the current resource + // "items[0].name" - the field "name" on the first array entry in "items" + Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"` + // A human-readable description of the cause of the error. This field may be presented as-is to a reader. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // A machine-readable description of the cause of the error. If this value is empty there is no information available. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusCause) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1StatusCause{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[763] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusCause) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1StatusCause) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusCause) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[763] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1StatusCause.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1StatusCause) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{763} +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusCause) GetField() string { + if x != nil { + return x.Field + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusCause) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusCause) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +// StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined. +type IoK8SApimachineryPkgApisMetaV1StatusDetails struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. + Causes []*IoK8SApimachineryPkgApisMetaV1StatusCause `protobuf:"bytes,1,rep,name=causes,proto3" json:"causes,omitempty"` + // The group attribute of the resource associated with the status StatusReason. + Group string `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"` + // The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). + Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` + // If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. + RetryAfterSeconds int32 `protobuf:"varint,5,opt,name=retryAfterSeconds,proto3" json:"retryAfterSeconds,omitempty"` + // UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids + Uid string `protobuf:"bytes,6,opt,name=uid,proto3" json:"uid,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusDetails) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1StatusDetails{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[764] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusDetails) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1StatusDetails) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusDetails) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[764] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1StatusDetails.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1StatusDetails) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{764} +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusDetails) GetCauses() []*IoK8SApimachineryPkgApisMetaV1StatusCause { + if x != nil { + return x.Causes + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusDetails) GetGroup() string { + if x != nil { + return x.Group + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusDetails) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusDetails) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusDetails) GetRetryAfterSeconds() int32 { + if x != nil { + return x.RetryAfterSeconds + } + return 0 +} + +func (x *IoK8SApimachineryPkgApisMetaV1StatusDetails) GetUid() string { + if x != nil { + return x.Uid + } + return "" +} + +// Event represents a single event to a watched resource. +type IoK8SApimachineryPkgApisMetaV1WatchEvent struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Object is: + // - If Type is Added or Modified: the new state of the object. + // - If Type is Deleted: the state of the object immediately before deletion. + // - If Type is Error: *Status is recommended; other types may make sense + // depending on context. + Object *IoK8SApimachineryPkgRuntimeRawExtension `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"` + Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SApimachineryPkgApisMetaV1WatchEvent) Reset() { + *x = IoK8SApimachineryPkgApisMetaV1WatchEvent{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[765] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgApisMetaV1WatchEvent) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgApisMetaV1WatchEvent) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgApisMetaV1WatchEvent) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[765] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgApisMetaV1WatchEvent.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgApisMetaV1WatchEvent) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{765} +} + +func (x *IoK8SApimachineryPkgApisMetaV1WatchEvent) GetObject() *IoK8SApimachineryPkgRuntimeRawExtension { + if x != nil { + return x.Object + } + return nil +} + +func (x *IoK8SApimachineryPkgApisMetaV1WatchEvent) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// RawExtension is used to hold extensions in external versions. +// +// To use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types. +// +// // Internal package: +// +// type MyAPIObject struct { +// runtime.TypeMeta `json:",inline"` +// MyPlugin runtime.Object `json:"myPlugin"` +// } +// +// type PluginA struct { +// AOption string `json:"aOption"` +// } +// +// // External package: +// +// type MyAPIObject struct { +// runtime.TypeMeta `json:",inline"` +// MyPlugin runtime.RawExtension `json:"myPlugin"` +// } +// +// type PluginA struct { +// AOption string `json:"aOption"` +// } +// +// // On the wire, the JSON will look something like this: +// +// { +// "kind":"MyAPIObject", +// "apiVersion":"v1", +// "myPlugin": { +// "kind":"PluginA", +// "aOption":"foo", +// }, +// } +// +// So what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.) +type IoK8SApimachineryPkgRuntimeRawExtension struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields +} + +func (x *IoK8SApimachineryPkgRuntimeRawExtension) Reset() { + *x = IoK8SApimachineryPkgRuntimeRawExtension{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[766] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgRuntimeRawExtension) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgRuntimeRawExtension) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgRuntimeRawExtension) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[766] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgRuntimeRawExtension.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgRuntimeRawExtension) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{766} +} + +// Info contains versioning information. how we'll want to distribute that information. +type IoK8SApimachineryPkgVersionInfo struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + BuildDate string `protobuf:"bytes,1,opt,name=buildDate,proto3" json:"buildDate,omitempty"` + Compiler string `protobuf:"bytes,2,opt,name=compiler,proto3" json:"compiler,omitempty"` + GitCommit string `protobuf:"bytes,3,opt,name=gitCommit,proto3" json:"gitCommit,omitempty"` + GitTreeState string `protobuf:"bytes,4,opt,name=gitTreeState,proto3" json:"gitTreeState,omitempty"` + GitVersion string `protobuf:"bytes,5,opt,name=gitVersion,proto3" json:"gitVersion,omitempty"` + GoVersion string `protobuf:"bytes,6,opt,name=goVersion,proto3" json:"goVersion,omitempty"` + Major string `protobuf:"bytes,7,opt,name=major,proto3" json:"major,omitempty"` + Minor string `protobuf:"bytes,8,opt,name=minor,proto3" json:"minor,omitempty"` + Platform string `protobuf:"bytes,9,opt,name=platform,proto3" json:"platform,omitempty"` +} + +func (x *IoK8SApimachineryPkgVersionInfo) Reset() { + *x = IoK8SApimachineryPkgVersionInfo{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[767] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SApimachineryPkgVersionInfo) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SApimachineryPkgVersionInfo) ProtoMessage() {} + +func (x *IoK8SApimachineryPkgVersionInfo) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[767] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SApimachineryPkgVersionInfo.ProtoReflect.Descriptor instead. +func (*IoK8SApimachineryPkgVersionInfo) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{767} +} + +func (x *IoK8SApimachineryPkgVersionInfo) GetBuildDate() string { + if x != nil { + return x.BuildDate + } + return "" +} + +func (x *IoK8SApimachineryPkgVersionInfo) GetCompiler() string { + if x != nil { + return x.Compiler + } + return "" +} + +func (x *IoK8SApimachineryPkgVersionInfo) GetGitCommit() string { + if x != nil { + return x.GitCommit + } + return "" +} + +func (x *IoK8SApimachineryPkgVersionInfo) GetGitTreeState() string { + if x != nil { + return x.GitTreeState + } + return "" +} + +func (x *IoK8SApimachineryPkgVersionInfo) GetGitVersion() string { + if x != nil { + return x.GitVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgVersionInfo) GetGoVersion() string { + if x != nil { + return x.GoVersion + } + return "" +} + +func (x *IoK8SApimachineryPkgVersionInfo) GetMajor() string { + if x != nil { + return x.Major + } + return "" +} + +func (x *IoK8SApimachineryPkgVersionInfo) GetMinor() string { + if x != nil { + return x.Minor + } + return "" +} + +func (x *IoK8SApimachineryPkgVersionInfo) GetPlatform() string { + if x != nil { + return x.Platform + } + return "" +} + +// APIService represents a server for a particular GroupVersion. Name must be "version.group". +type IoK8SKubeAggregatorPkgApisApiregistrationV1APIService struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ObjectMeta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + // Spec contains information for locating and communicating with a server + Spec *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"` + // Status contains derived information about an API server + Status *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) Reset() { + *x = IoK8SKubeAggregatorPkgApisApiregistrationV1APIService{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[768] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) ProtoMessage() {} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[768] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SKubeAggregatorPkgApisApiregistrationV1APIService.ProtoReflect.Descriptor instead. +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{768} +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ObjectMeta { + if x != nil { + return x.Metadata + } + return nil +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) GetSpec() *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec { + if x != nil { + return x.Spec + } + return nil +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService) GetStatus() *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus { + if x != nil { + return x.Status + } + return nil +} + +// APIServiceCondition describes the state of an APIService at a particular point +type IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Last time the condition transitioned from one status to another. + LastTransitionTime string `protobuf:"bytes,1,opt,name=lastTransitionTime,proto3" json:"lastTransitionTime,omitempty"` + // Human-readable message indicating details about last transition. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + // Unique, one-word, CamelCase reason for the condition's last transition. + Reason string `protobuf:"bytes,3,opt,name=reason,proto3" json:"reason,omitempty"` + // Status is the status of the condition. Can be True, False, Unknown. + Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` + // Type is the type of the condition. + Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) Reset() { + *x = IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[769] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) ProtoMessage() {} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[769] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition.ProtoReflect.Descriptor instead. +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{769} +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) GetLastTransitionTime() string { + if x != nil { + return x.LastTransitionTime + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) GetMessage() string { + if x != nil { + return x.Message + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) GetReason() string { + if x != nil { + return x.Reason + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) GetStatus() string { + if x != nil { + return x.Status + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition) GetType() string { + if x != nil { + return x.Type + } + return "" +} + +// APIServiceList is a list of APIService objects. +type IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + ApiVersion string `protobuf:"bytes,1,opt,name=apiVersion,proto3" json:"apiVersion,omitempty"` + // Items is the list of APIService + Items []*IoK8SKubeAggregatorPkgApisApiregistrationV1APIService `protobuf:"bytes,2,rep,name=items,proto3" json:"items,omitempty"` + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + Metadata *IoK8SApimachineryPkgApisMetaV1ListMeta `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"` +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList) Reset() { + *x = IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[770] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList) ProtoMessage() {} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[770] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList.ProtoReflect.Descriptor instead. +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{770} +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList) GetApiVersion() string { + if x != nil { + return x.ApiVersion + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList) GetItems() []*IoK8SKubeAggregatorPkgApisApiregistrationV1APIService { + if x != nil { + return x.Items + } + return nil +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList) GetKind() string { + if x != nil { + return x.Kind + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList) GetMetadata() *IoK8SApimachineryPkgApisMetaV1ListMeta { + if x != nil { + return x.Metadata + } + return nil +} + +// APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification. +type IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used. + CaBundle []byte `protobuf:"bytes,1,opt,name=caBundle,proto3" json:"caBundle,omitempty"` + // Group is the API group name this server hosts + Group string `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"` + // GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s + GroupPriorityMinimum int32 `protobuf:"varint,3,opt,name=groupPriorityMinimum,proto3" json:"groupPriorityMinimum,omitempty"` + // InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead. + InsecureSkipTLSVerify bool `protobuf:"varint,4,opt,name=insecureSkipTLSVerify,proto3" json:"insecureSkipTLSVerify,omitempty"` + // Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled. + Service *IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference `protobuf:"bytes,5,opt,name=service,proto3" json:"service,omitempty"` + // Version is the API version this server hosts. For example, "v1" + Version string `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"` + // VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + VersionPriority int32 `protobuf:"varint,7,opt,name=versionPriority,proto3" json:"versionPriority,omitempty"` +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) Reset() { + *x = IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[771] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) ProtoMessage() {} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[771] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec.ProtoReflect.Descriptor instead. +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{771} +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) GetCaBundle() []byte { + if x != nil { + return x.CaBundle + } + return nil +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) GetGroup() string { + if x != nil { + return x.Group + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) GetGroupPriorityMinimum() int32 { + if x != nil { + return x.GroupPriorityMinimum + } + return 0 +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) GetInsecureSkipTLSVerify() bool { + if x != nil { + return x.InsecureSkipTLSVerify + } + return false +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) GetService() *IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference { + if x != nil { + return x.Service + } + return nil +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) GetVersion() string { + if x != nil { + return x.Version + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec) GetVersionPriority() int32 { + if x != nil { + return x.VersionPriority + } + return 0 +} + +// APIServiceStatus contains derived information about an API server +type IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Current service state of apiService. + Conditions []*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition `protobuf:"bytes,1,rep,name=conditions,proto3" json:"conditions,omitempty"` +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus) Reset() { + *x = IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[772] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus) ProtoMessage() {} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[772] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus.ProtoReflect.Descriptor instead. +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{772} +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus) GetConditions() []*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition { + if x != nil { + return x.Conditions + } + return nil +} + +// ServiceReference holds a reference to Service.legacy.k8s.io +type IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // Name is the name of the service + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Namespace is the namespace of the service + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). + Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference) Reset() { + *x = IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[773] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference) ProtoMessage() {} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[773] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference.ProtoReflect.Descriptor instead. +func (*IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{773} +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference) GetPort() int32 { + if x != nil { + return x.Port + } + return 0 +} + +type ListAdmissionregistrationV1MutatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) Reset() { + *x = ListAdmissionregistrationV1MutatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[774] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[774] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAdmissionregistrationV1MutatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{774} +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Reset() { + *x = ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[775] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[775] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{775} +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Reset() { + *x = ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[776] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoMessage() {} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[776] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest.ProtoReflect.Descriptor instead. +func (*ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{776} +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Reset() { + *x = ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[777] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoMessage() {} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[777] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest.ProtoReflect.Descriptor instead. +func (*ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{777} +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListApiextensionsV1CustomResourceDefinitionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) Reset() { + *x = ListApiextensionsV1CustomResourceDefinitionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[778] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListApiextensionsV1CustomResourceDefinitionRequest) ProtoMessage() {} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[778] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListApiextensionsV1CustomResourceDefinitionRequest.ProtoReflect.Descriptor instead. +func (*ListApiextensionsV1CustomResourceDefinitionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{778} +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListApiextensionsV1CustomResourceDefinitionRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListApiregistrationV1ApiServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListApiregistrationV1ApiServiceRequest) Reset() { + *x = ListApiregistrationV1ApiServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[779] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListApiregistrationV1ApiServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListApiregistrationV1ApiServiceRequest) ProtoMessage() {} + +func (x *ListApiregistrationV1ApiServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[779] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListApiregistrationV1ApiServiceRequest.ProtoReflect.Descriptor instead. +func (*ListApiregistrationV1ApiServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{779} +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListApiregistrationV1ApiServiceRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1ControllerRevisionForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) Reset() { + *x = ListAppsV1ControllerRevisionForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[780] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1ControllerRevisionForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[780] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1ControllerRevisionForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1ControllerRevisionForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{780} +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1ControllerRevisionForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1DaemonSetForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) Reset() { + *x = ListAppsV1DaemonSetForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[781] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1DaemonSetForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[781] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1DaemonSetForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1DaemonSetForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{781} +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1DaemonSetForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1DeploymentForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) Reset() { + *x = ListAppsV1DeploymentForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[782] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1DeploymentForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[782] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1DeploymentForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1DeploymentForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{782} +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1DeploymentForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1NamespacedControllerRevisionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) Reset() { + *x = ListAppsV1NamespacedControllerRevisionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[783] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1NamespacedControllerRevisionRequest) ProtoMessage() {} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[783] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1NamespacedControllerRevisionRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1NamespacedControllerRevisionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{783} +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1NamespacedControllerRevisionRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1NamespacedDaemonSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) Reset() { + *x = ListAppsV1NamespacedDaemonSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[784] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1NamespacedDaemonSetRequest) ProtoMessage() {} + +func (x *ListAppsV1NamespacedDaemonSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[784] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1NamespacedDaemonSetRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1NamespacedDaemonSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{784} +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1NamespacedDaemonSetRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1NamespacedDeploymentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1NamespacedDeploymentRequest) Reset() { + *x = ListAppsV1NamespacedDeploymentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[785] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1NamespacedDeploymentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1NamespacedDeploymentRequest) ProtoMessage() {} + +func (x *ListAppsV1NamespacedDeploymentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[785] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1NamespacedDeploymentRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1NamespacedDeploymentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{785} +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1NamespacedDeploymentRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1NamespacedReplicaSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) Reset() { + *x = ListAppsV1NamespacedReplicaSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[786] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1NamespacedReplicaSetRequest) ProtoMessage() {} + +func (x *ListAppsV1NamespacedReplicaSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[786] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1NamespacedReplicaSetRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1NamespacedReplicaSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{786} +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1NamespacedReplicaSetRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1NamespacedStatefulSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) Reset() { + *x = ListAppsV1NamespacedStatefulSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[787] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1NamespacedStatefulSetRequest) ProtoMessage() {} + +func (x *ListAppsV1NamespacedStatefulSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[787] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1NamespacedStatefulSetRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1NamespacedStatefulSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{787} +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1NamespacedStatefulSetRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1ReplicaSetForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) Reset() { + *x = ListAppsV1ReplicaSetForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[788] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1ReplicaSetForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[788] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1ReplicaSetForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1ReplicaSetForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{788} +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1ReplicaSetForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAppsV1StatefulSetForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) Reset() { + *x = ListAppsV1StatefulSetForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[789] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAppsV1StatefulSetForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[789] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAppsV1StatefulSetForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListAppsV1StatefulSetForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{789} +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAppsV1StatefulSetForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) Reset() { + *x = ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[790] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[790] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{790} +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[791] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[791] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{791} +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) Reset() { + *x = ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[792] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[792] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{792} +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[793] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[793] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{793} +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListBatchV1CronJobForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) Reset() { + *x = ListBatchV1CronJobForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[794] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListBatchV1CronJobForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[794] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListBatchV1CronJobForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListBatchV1CronJobForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{794} +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListBatchV1CronJobForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListBatchV1JobForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListBatchV1JobForAllNamespacesRequest) Reset() { + *x = ListBatchV1JobForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[795] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListBatchV1JobForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListBatchV1JobForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListBatchV1JobForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[795] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListBatchV1JobForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListBatchV1JobForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{795} +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListBatchV1JobForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListBatchV1NamespacedCronJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListBatchV1NamespacedCronJobRequest) Reset() { + *x = ListBatchV1NamespacedCronJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[796] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListBatchV1NamespacedCronJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListBatchV1NamespacedCronJobRequest) ProtoMessage() {} + +func (x *ListBatchV1NamespacedCronJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[796] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListBatchV1NamespacedCronJobRequest.ProtoReflect.Descriptor instead. +func (*ListBatchV1NamespacedCronJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{796} +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListBatchV1NamespacedCronJobRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListBatchV1NamespacedJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListBatchV1NamespacedJobRequest) Reset() { + *x = ListBatchV1NamespacedJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[797] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListBatchV1NamespacedJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListBatchV1NamespacedJobRequest) ProtoMessage() {} + +func (x *ListBatchV1NamespacedJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[797] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListBatchV1NamespacedJobRequest.ProtoReflect.Descriptor instead. +func (*ListBatchV1NamespacedJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{797} +} + +func (x *ListBatchV1NamespacedJobRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListBatchV1NamespacedJobRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListBatchV1NamespacedJobRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListBatchV1NamespacedJobRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListBatchV1NamespacedJobRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListBatchV1NamespacedJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListBatchV1NamespacedJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListBatchV1NamespacedJobRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListBatchV1NamespacedJobRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListBatchV1NamespacedJobRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListBatchV1NamespacedJobRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListBatchV1NamespacedJobRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCertificatesV1CertificateSigningRequestRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) Reset() { + *x = ListCertificatesV1CertificateSigningRequestRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[798] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCertificatesV1CertificateSigningRequestRequest) ProtoMessage() {} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[798] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCertificatesV1CertificateSigningRequestRequest.ProtoReflect.Descriptor instead. +func (*ListCertificatesV1CertificateSigningRequestRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{798} +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCertificatesV1CertificateSigningRequestRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCertificatesV1Alpha1ClusterTrustBundleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) Reset() { + *x = ListCertificatesV1Alpha1ClusterTrustBundleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[799] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoMessage() {} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[799] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCertificatesV1Alpha1ClusterTrustBundleRequest.ProtoReflect.Descriptor instead. +func (*ListCertificatesV1Alpha1ClusterTrustBundleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{799} +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCertificatesV1Alpha1ClusterTrustBundleRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoordinationV1LeaseForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) Reset() { + *x = ListCoordinationV1LeaseForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[800] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoordinationV1LeaseForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[800] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoordinationV1LeaseForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoordinationV1LeaseForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{800} +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoordinationV1LeaseForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoordinationV1NamespacedLeaseRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) Reset() { + *x = ListCoordinationV1NamespacedLeaseRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[801] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoordinationV1NamespacedLeaseRequest) ProtoMessage() {} + +func (x *ListCoordinationV1NamespacedLeaseRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[801] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoordinationV1NamespacedLeaseRequest.ProtoReflect.Descriptor instead. +func (*ListCoordinationV1NamespacedLeaseRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{801} +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoordinationV1NamespacedLeaseRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1ComponentStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1ComponentStatusRequest) Reset() { + *x = ListCoreV1ComponentStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[802] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1ComponentStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1ComponentStatusRequest) ProtoMessage() {} + +func (x *ListCoreV1ComponentStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[802] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1ComponentStatusRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1ComponentStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{802} +} + +func (x *ListCoreV1ComponentStatusRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1ComponentStatusRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1ComponentStatusRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1ComponentStatusRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1ComponentStatusRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1ComponentStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1ComponentStatusRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1ComponentStatusRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1ComponentStatusRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1ComponentStatusRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1ComponentStatusRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1ConfigMapForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) Reset() { + *x = ListCoreV1ConfigMapForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[803] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1ConfigMapForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[803] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1ConfigMapForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1ConfigMapForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{803} +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1ConfigMapForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1EndpointsForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) Reset() { + *x = ListCoreV1EndpointsForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[804] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1EndpointsForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[804] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1EndpointsForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1EndpointsForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{804} +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1EndpointsForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1EventForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1EventForAllNamespacesRequest) Reset() { + *x = ListCoreV1EventForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[805] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1EventForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1EventForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1EventForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[805] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1EventForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1EventForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{805} +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1EventForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1LimitRangeForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) Reset() { + *x = ListCoreV1LimitRangeForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[806] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1LimitRangeForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[806] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1LimitRangeForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1LimitRangeForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{806} +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1LimitRangeForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespaceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespaceRequest) Reset() { + *x = ListCoreV1NamespaceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[807] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespaceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespaceRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespaceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[807] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespaceRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespaceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{807} +} + +func (x *ListCoreV1NamespaceRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespaceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespaceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespaceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespaceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespaceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespaceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespaceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespaceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespaceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespaceRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedConfigMapRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedConfigMapRequest) Reset() { + *x = ListCoreV1NamespacedConfigMapRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[808] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedConfigMapRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedConfigMapRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedConfigMapRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[808] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedConfigMapRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedConfigMapRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{808} +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedConfigMapRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedEndpointsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedEndpointsRequest) Reset() { + *x = ListCoreV1NamespacedEndpointsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[809] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedEndpointsRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedEndpointsRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedEndpointsRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[809] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedEndpointsRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedEndpointsRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{809} +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedEndpointsRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedEventRequest) Reset() { + *x = ListCoreV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[810] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedEventRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[810] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{810} +} + +func (x *ListCoreV1NamespacedEventRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedEventRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedEventRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedEventRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedEventRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedEventRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedEventRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedEventRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedEventRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedEventRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedLimitRangeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) Reset() { + *x = ListCoreV1NamespacedLimitRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[811] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedLimitRangeRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedLimitRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[811] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedLimitRangeRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedLimitRangeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{811} +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedLimitRangeRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedPersistentVolumeClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) Reset() { + *x = ListCoreV1NamespacedPersistentVolumeClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[812] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedPersistentVolumeClaimRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[812] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedPersistentVolumeClaimRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedPersistentVolumeClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{812} +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedPersistentVolumeClaimRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedPodRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedPodRequest) Reset() { + *x = ListCoreV1NamespacedPodRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[813] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedPodRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedPodRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedPodRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[813] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedPodRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedPodRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{813} +} + +func (x *ListCoreV1NamespacedPodRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedPodRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedPodRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedPodRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedPodRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedPodRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedPodRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedPodRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedPodRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedPodRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedPodRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedPodRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedPodTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) Reset() { + *x = ListCoreV1NamespacedPodTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[814] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedPodTemplateRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedPodTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[814] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedPodTemplateRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedPodTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{814} +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedPodTemplateRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedReplicationControllerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) Reset() { + *x = ListCoreV1NamespacedReplicationControllerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[815] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedReplicationControllerRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[815] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedReplicationControllerRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedReplicationControllerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{815} +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedReplicationControllerRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedResourceQuotaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) Reset() { + *x = ListCoreV1NamespacedResourceQuotaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[816] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedResourceQuotaRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[816] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedResourceQuotaRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedResourceQuotaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{816} +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedResourceQuotaRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedSecretRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedSecretRequest) Reset() { + *x = ListCoreV1NamespacedSecretRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[817] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedSecretRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedSecretRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedSecretRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[817] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedSecretRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedSecretRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{817} +} + +func (x *ListCoreV1NamespacedSecretRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedSecretRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedSecretRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedSecretRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedSecretRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedSecretRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedSecretRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedSecretRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedSecretRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedSecretRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedSecretRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedSecretRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedServiceAccountRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) Reset() { + *x = ListCoreV1NamespacedServiceAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[818] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedServiceAccountRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedServiceAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[818] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedServiceAccountRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedServiceAccountRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{818} +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedServiceAccountRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NamespacedServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NamespacedServiceRequest) Reset() { + *x = ListCoreV1NamespacedServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[819] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NamespacedServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NamespacedServiceRequest) ProtoMessage() {} + +func (x *ListCoreV1NamespacedServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[819] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NamespacedServiceRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NamespacedServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{819} +} + +func (x *ListCoreV1NamespacedServiceRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NamespacedServiceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NamespacedServiceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NamespacedServiceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NamespacedServiceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NamespacedServiceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListCoreV1NamespacedServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NamespacedServiceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NamespacedServiceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NamespacedServiceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NamespacedServiceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NamespacedServiceRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1NodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1NodeRequest) Reset() { + *x = ListCoreV1NodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[820] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1NodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1NodeRequest) ProtoMessage() {} + +func (x *ListCoreV1NodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[820] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1NodeRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1NodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{820} +} + +func (x *ListCoreV1NodeRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1NodeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1NodeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1NodeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1NodeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1NodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1NodeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1NodeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1NodeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1NodeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1NodeRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1PersistentVolumeClaimForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) Reset() { + *x = ListCoreV1PersistentVolumeClaimForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[821] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[821] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1PersistentVolumeClaimForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{821} +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1PersistentVolumeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1PersistentVolumeRequest) Reset() { + *x = ListCoreV1PersistentVolumeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[822] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1PersistentVolumeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1PersistentVolumeRequest) ProtoMessage() {} + +func (x *ListCoreV1PersistentVolumeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[822] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1PersistentVolumeRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1PersistentVolumeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{822} +} + +func (x *ListCoreV1PersistentVolumeRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1PersistentVolumeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1PersistentVolumeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1PersistentVolumeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1PersistentVolumeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1PersistentVolumeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1PersistentVolumeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1PersistentVolumeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1PersistentVolumeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1PersistentVolumeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1PersistentVolumeRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1PodForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1PodForAllNamespacesRequest) Reset() { + *x = ListCoreV1PodForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[823] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1PodForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1PodForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1PodForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[823] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1PodForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1PodForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{823} +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1PodForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1PodTemplateForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) Reset() { + *x = ListCoreV1PodTemplateForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[824] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1PodTemplateForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[824] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1PodTemplateForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1PodTemplateForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{824} +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1PodTemplateForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1ReplicationControllerForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) Reset() { + *x = ListCoreV1ReplicationControllerForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[825] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1ReplicationControllerForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[825] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1ReplicationControllerForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1ReplicationControllerForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{825} +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1ReplicationControllerForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1ResourceQuotaForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) Reset() { + *x = ListCoreV1ResourceQuotaForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[826] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1ResourceQuotaForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[826] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1ResourceQuotaForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1ResourceQuotaForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{826} +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1ResourceQuotaForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1SecretForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) Reset() { + *x = ListCoreV1SecretForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[827] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1SecretForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1SecretForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[827] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1SecretForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1SecretForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{827} +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1SecretForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1ServiceAccountForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) Reset() { + *x = ListCoreV1ServiceAccountForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[828] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1ServiceAccountForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[828] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1ServiceAccountForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1ServiceAccountForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{828} +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1ServiceAccountForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListCoreV1ServiceForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) Reset() { + *x = ListCoreV1ServiceForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[829] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListCoreV1ServiceForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[829] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListCoreV1ServiceForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListCoreV1ServiceForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{829} +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListCoreV1ServiceForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListDiscoveryV1EndpointSliceForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) Reset() { + *x = ListDiscoveryV1EndpointSliceForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[830] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListDiscoveryV1EndpointSliceForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[830] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListDiscoveryV1EndpointSliceForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListDiscoveryV1EndpointSliceForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{830} +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListDiscoveryV1EndpointSliceForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListDiscoveryV1NamespacedEndpointSliceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) Reset() { + *x = ListDiscoveryV1NamespacedEndpointSliceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[831] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListDiscoveryV1NamespacedEndpointSliceRequest) ProtoMessage() {} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[831] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListDiscoveryV1NamespacedEndpointSliceRequest.ProtoReflect.Descriptor instead. +func (*ListDiscoveryV1NamespacedEndpointSliceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{831} +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListDiscoveryV1NamespacedEndpointSliceRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListEventsV1EventForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListEventsV1EventForAllNamespacesRequest) Reset() { + *x = ListEventsV1EventForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[832] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListEventsV1EventForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListEventsV1EventForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListEventsV1EventForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[832] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListEventsV1EventForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListEventsV1EventForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{832} +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListEventsV1EventForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListEventsV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListEventsV1NamespacedEventRequest) Reset() { + *x = ListEventsV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[833] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListEventsV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListEventsV1NamespacedEventRequest) ProtoMessage() {} + +func (x *ListEventsV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[833] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListEventsV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*ListEventsV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{833} +} + +func (x *ListEventsV1NamespacedEventRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListEventsV1NamespacedEventRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListEventsV1NamespacedEventRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListEventsV1NamespacedEventRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListEventsV1NamespacedEventRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListEventsV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListEventsV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListEventsV1NamespacedEventRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListEventsV1NamespacedEventRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListEventsV1NamespacedEventRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListEventsV1NamespacedEventRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListEventsV1NamespacedEventRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListFlowcontrolApiserverV1Beta2FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) Reset() { + *x = ListFlowcontrolApiserverV1Beta2FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[834] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoMessage() {} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[834] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListFlowcontrolApiserverV1Beta2FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{834} +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Reset() { + *x = ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[835] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[835] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{835} +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListFlowcontrolApiserverV1Beta3FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) Reset() { + *x = ListFlowcontrolApiserverV1Beta3FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[836] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoMessage() {} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[836] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListFlowcontrolApiserverV1Beta3FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{836} +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Reset() { + *x = ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[837] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[837] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{837} +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListInternalApiserverV1Alpha1StorageVersionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) Reset() { + *x = ListInternalApiserverV1Alpha1StorageVersionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[838] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListInternalApiserverV1Alpha1StorageVersionRequest) ProtoMessage() {} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[838] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListInternalApiserverV1Alpha1StorageVersionRequest.ProtoReflect.Descriptor instead. +func (*ListInternalApiserverV1Alpha1StorageVersionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{838} +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListInternalApiserverV1Alpha1StorageVersionRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListNetworkingV1IngressClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListNetworkingV1IngressClassRequest) Reset() { + *x = ListNetworkingV1IngressClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[839] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListNetworkingV1IngressClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListNetworkingV1IngressClassRequest) ProtoMessage() {} + +func (x *ListNetworkingV1IngressClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[839] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListNetworkingV1IngressClassRequest.ProtoReflect.Descriptor instead. +func (*ListNetworkingV1IngressClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{839} +} + +func (x *ListNetworkingV1IngressClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListNetworkingV1IngressClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListNetworkingV1IngressClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListNetworkingV1IngressClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListNetworkingV1IngressClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListNetworkingV1IngressClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListNetworkingV1IngressClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListNetworkingV1IngressClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListNetworkingV1IngressClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListNetworkingV1IngressClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListNetworkingV1IngressClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListNetworkingV1IngressForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) Reset() { + *x = ListNetworkingV1IngressForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[840] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListNetworkingV1IngressForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[840] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListNetworkingV1IngressForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListNetworkingV1IngressForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{840} +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListNetworkingV1IngressForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListNetworkingV1NamespacedIngressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListNetworkingV1NamespacedIngressRequest) Reset() { + *x = ListNetworkingV1NamespacedIngressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[841] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListNetworkingV1NamespacedIngressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListNetworkingV1NamespacedIngressRequest) ProtoMessage() {} + +func (x *ListNetworkingV1NamespacedIngressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[841] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListNetworkingV1NamespacedIngressRequest.ProtoReflect.Descriptor instead. +func (*ListNetworkingV1NamespacedIngressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{841} +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListNetworkingV1NamespacedIngressRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListNetworkingV1NamespacedNetworkPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) Reset() { + *x = ListNetworkingV1NamespacedNetworkPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[842] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListNetworkingV1NamespacedNetworkPolicyRequest) ProtoMessage() {} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[842] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListNetworkingV1NamespacedNetworkPolicyRequest.ProtoReflect.Descriptor instead. +func (*ListNetworkingV1NamespacedNetworkPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{842} +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListNetworkingV1NamespacedNetworkPolicyRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListNetworkingV1NetworkPolicyForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) Reset() { + *x = ListNetworkingV1NetworkPolicyForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[843] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListNetworkingV1NetworkPolicyForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[843] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListNetworkingV1NetworkPolicyForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListNetworkingV1NetworkPolicyForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{843} +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListNetworkingV1NetworkPolicyForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListNetworkingV1Alpha1ClusterCidrRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) Reset() { + *x = ListNetworkingV1Alpha1ClusterCidrRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[844] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListNetworkingV1Alpha1ClusterCidrRequest) ProtoMessage() {} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[844] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListNetworkingV1Alpha1ClusterCidrRequest.ProtoReflect.Descriptor instead. +func (*ListNetworkingV1Alpha1ClusterCidrRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{844} +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListNetworkingV1Alpha1ClusterCidrRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListNetworkingV1Alpha1IpAddressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) Reset() { + *x = ListNetworkingV1Alpha1IpAddressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[845] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListNetworkingV1Alpha1IpAddressRequest) ProtoMessage() {} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[845] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListNetworkingV1Alpha1IpAddressRequest.ProtoReflect.Descriptor instead. +func (*ListNetworkingV1Alpha1IpAddressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{845} +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListNetworkingV1Alpha1IpAddressRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListNodeV1RuntimeClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListNodeV1RuntimeClassRequest) Reset() { + *x = ListNodeV1RuntimeClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[846] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListNodeV1RuntimeClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListNodeV1RuntimeClassRequest) ProtoMessage() {} + +func (x *ListNodeV1RuntimeClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[846] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListNodeV1RuntimeClassRequest.ProtoReflect.Descriptor instead. +func (*ListNodeV1RuntimeClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{846} +} + +func (x *ListNodeV1RuntimeClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListNodeV1RuntimeClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListNodeV1RuntimeClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListNodeV1RuntimeClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListNodeV1RuntimeClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListNodeV1RuntimeClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListNodeV1RuntimeClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListNodeV1RuntimeClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListNodeV1RuntimeClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListNodeV1RuntimeClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListNodeV1RuntimeClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListPolicyV1NamespacedPodDisruptionBudgetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) Reset() { + *x = ListPolicyV1NamespacedPodDisruptionBudgetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[847] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListPolicyV1NamespacedPodDisruptionBudgetRequest) ProtoMessage() {} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[847] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListPolicyV1NamespacedPodDisruptionBudgetRequest.ProtoReflect.Descriptor instead. +func (*ListPolicyV1NamespacedPodDisruptionBudgetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{847} +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListPolicyV1NamespacedPodDisruptionBudgetRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) Reset() { + *x = ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[848] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[848] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{848} +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListRbacAuthorizationV1ClusterRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) Reset() { + *x = ListRbacAuthorizationV1ClusterRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[849] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListRbacAuthorizationV1ClusterRoleBindingRequest) ProtoMessage() {} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[849] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListRbacAuthorizationV1ClusterRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*ListRbacAuthorizationV1ClusterRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{849} +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListRbacAuthorizationV1ClusterRoleBindingRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListRbacAuthorizationV1ClusterRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) Reset() { + *x = ListRbacAuthorizationV1ClusterRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[850] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListRbacAuthorizationV1ClusterRoleRequest) ProtoMessage() {} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[850] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListRbacAuthorizationV1ClusterRoleRequest.ProtoReflect.Descriptor instead. +func (*ListRbacAuthorizationV1ClusterRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{850} +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListRbacAuthorizationV1ClusterRoleRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListRbacAuthorizationV1NamespacedRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) Reset() { + *x = ListRbacAuthorizationV1NamespacedRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[851] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoMessage() {} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[851] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListRbacAuthorizationV1NamespacedRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*ListRbacAuthorizationV1NamespacedRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{851} +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListRbacAuthorizationV1NamespacedRoleBindingRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListRbacAuthorizationV1NamespacedRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) Reset() { + *x = ListRbacAuthorizationV1NamespacedRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[852] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListRbacAuthorizationV1NamespacedRoleRequest) ProtoMessage() {} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[852] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListRbacAuthorizationV1NamespacedRoleRequest.ProtoReflect.Descriptor instead. +func (*ListRbacAuthorizationV1NamespacedRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{852} +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListRbacAuthorizationV1NamespacedRoleRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) Reset() { + *x = ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[853] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[853] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{853} +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListRbacAuthorizationV1RoleForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) Reset() { + *x = ListRbacAuthorizationV1RoleForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[854] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListRbacAuthorizationV1RoleForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[854] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListRbacAuthorizationV1RoleForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListRbacAuthorizationV1RoleForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{854} +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListRbacAuthorizationV1RoleForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListResourceV1Alpha2NamespacedPodSchedulingContextRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) Reset() { + *x = ListResourceV1Alpha2NamespacedPodSchedulingContextRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[855] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoMessage() {} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[855] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListResourceV1Alpha2NamespacedPodSchedulingContextRequest.ProtoReflect.Descriptor instead. +func (*ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{855} +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListResourceV1Alpha2NamespacedResourceClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) Reset() { + *x = ListResourceV1Alpha2NamespacedResourceClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[856] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListResourceV1Alpha2NamespacedResourceClaimRequest) ProtoMessage() {} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[856] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListResourceV1Alpha2NamespacedResourceClaimRequest.ProtoReflect.Descriptor instead. +func (*ListResourceV1Alpha2NamespacedResourceClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{856} +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Reset() { + *x = ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[857] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoMessage() {} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[857] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest.ProtoReflect.Descriptor instead. +func (*ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{857} +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) Reset() { + *x = ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[858] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[858] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{858} +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) Reset() { + *x = ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[859] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[859] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{859} +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) Reset() { + *x = ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[860] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[860] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{860} +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListResourceV1Alpha2ResourceClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) Reset() { + *x = ListResourceV1Alpha2ResourceClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[861] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListResourceV1Alpha2ResourceClassRequest) ProtoMessage() {} + +func (x *ListResourceV1Alpha2ResourceClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[861] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListResourceV1Alpha2ResourceClassRequest.ProtoReflect.Descriptor instead. +func (*ListResourceV1Alpha2ResourceClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{861} +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListResourceV1Alpha2ResourceClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListSchedulingV1PriorityClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListSchedulingV1PriorityClassRequest) Reset() { + *x = ListSchedulingV1PriorityClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[862] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListSchedulingV1PriorityClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListSchedulingV1PriorityClassRequest) ProtoMessage() {} + +func (x *ListSchedulingV1PriorityClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[862] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListSchedulingV1PriorityClassRequest.ProtoReflect.Descriptor instead. +func (*ListSchedulingV1PriorityClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{862} +} + +func (x *ListSchedulingV1PriorityClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListSchedulingV1PriorityClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListSchedulingV1PriorityClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListSchedulingV1PriorityClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListSchedulingV1PriorityClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListSchedulingV1PriorityClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListSchedulingV1PriorityClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListSchedulingV1PriorityClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListSchedulingV1PriorityClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListSchedulingV1PriorityClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListSchedulingV1PriorityClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListStorageV1CsiDriverRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListStorageV1CsiDriverRequest) Reset() { + *x = ListStorageV1CsiDriverRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[863] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListStorageV1CsiDriverRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListStorageV1CsiDriverRequest) ProtoMessage() {} + +func (x *ListStorageV1CsiDriverRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[863] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListStorageV1CsiDriverRequest.ProtoReflect.Descriptor instead. +func (*ListStorageV1CsiDriverRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{863} +} + +func (x *ListStorageV1CsiDriverRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListStorageV1CsiDriverRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListStorageV1CsiDriverRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListStorageV1CsiDriverRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListStorageV1CsiDriverRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListStorageV1CsiDriverRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListStorageV1CsiDriverRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListStorageV1CsiDriverRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListStorageV1CsiDriverRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListStorageV1CsiDriverRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListStorageV1CsiDriverRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListStorageV1CsiNodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListStorageV1CsiNodeRequest) Reset() { + *x = ListStorageV1CsiNodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[864] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListStorageV1CsiNodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListStorageV1CsiNodeRequest) ProtoMessage() {} + +func (x *ListStorageV1CsiNodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[864] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListStorageV1CsiNodeRequest.ProtoReflect.Descriptor instead. +func (*ListStorageV1CsiNodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{864} +} + +func (x *ListStorageV1CsiNodeRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListStorageV1CsiNodeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListStorageV1CsiNodeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListStorageV1CsiNodeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListStorageV1CsiNodeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListStorageV1CsiNodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListStorageV1CsiNodeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListStorageV1CsiNodeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListStorageV1CsiNodeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListStorageV1CsiNodeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListStorageV1CsiNodeRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListStorageV1CsiStorageCapacityForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) Reset() { + *x = ListStorageV1CsiStorageCapacityForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[865] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListStorageV1CsiStorageCapacityForAllNamespacesRequest) ProtoMessage() {} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[865] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListStorageV1CsiStorageCapacityForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*ListStorageV1CsiStorageCapacityForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{865} +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListStorageV1CsiStorageCapacityForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListStorageV1NamespacedCsiStorageCapacityRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) Reset() { + *x = ListStorageV1NamespacedCsiStorageCapacityRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[866] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListStorageV1NamespacedCsiStorageCapacityRequest) ProtoMessage() {} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[866] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListStorageV1NamespacedCsiStorageCapacityRequest.ProtoReflect.Descriptor instead. +func (*ListStorageV1NamespacedCsiStorageCapacityRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{866} +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListStorageV1NamespacedCsiStorageCapacityRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListStorageV1StorageClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListStorageV1StorageClassRequest) Reset() { + *x = ListStorageV1StorageClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[867] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListStorageV1StorageClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListStorageV1StorageClassRequest) ProtoMessage() {} + +func (x *ListStorageV1StorageClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[867] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListStorageV1StorageClassRequest.ProtoReflect.Descriptor instead. +func (*ListStorageV1StorageClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{867} +} + +func (x *ListStorageV1StorageClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListStorageV1StorageClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListStorageV1StorageClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListStorageV1StorageClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListStorageV1StorageClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListStorageV1StorageClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListStorageV1StorageClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListStorageV1StorageClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListStorageV1StorageClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListStorageV1StorageClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListStorageV1StorageClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type ListStorageV1VolumeAttachmentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *ListStorageV1VolumeAttachmentRequest) Reset() { + *x = ListStorageV1VolumeAttachmentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[868] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ListStorageV1VolumeAttachmentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ListStorageV1VolumeAttachmentRequest) ProtoMessage() {} + +func (x *ListStorageV1VolumeAttachmentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[868] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ListStorageV1VolumeAttachmentRequest.ProtoReflect.Descriptor instead. +func (*ListStorageV1VolumeAttachmentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{868} +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *ListStorageV1VolumeAttachmentRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type LogFileHandlerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // path to the log + Logpath string `protobuf:"bytes,1,opt,name=logpath,proto3" json:"logpath,omitempty"` +} + +func (x *LogFileHandlerRequest) Reset() { + *x = LogFileHandlerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[869] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *LogFileHandlerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*LogFileHandlerRequest) ProtoMessage() {} + +func (x *LogFileHandlerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[869] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use LogFileHandlerRequest.ProtoReflect.Descriptor instead. +func (*LogFileHandlerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{869} +} + +func (x *LogFileHandlerRequest) GetLogpath() string { + if x != nil { + return x.Logpath + } + return "" +} + +type PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the MutatingWebhookConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) Reset() { + *x = PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[870] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[870] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{870} +} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ValidatingWebhookConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Reset() { + *x = PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[871] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[871] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{871} +} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ValidatingAdmissionPolicyBinding + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Reset() { + *x = PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[872] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoMessage() {} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[872] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest.ProtoReflect.Descriptor instead. +func (*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{872} +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ValidatingAdmissionPolicy + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Reset() { + *x = PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[873] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoMessage() {} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[873] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest.ProtoReflect.Descriptor instead. +func (*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{873} +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ValidatingAdmissionPolicy + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) Reset() { + *x = PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[874] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) ProtoMessage() {} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[874] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{874} +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchApiextensionsV1CustomResourceDefinitionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CustomResourceDefinition + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) Reset() { + *x = PatchApiextensionsV1CustomResourceDefinitionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[875] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchApiextensionsV1CustomResourceDefinitionRequest) ProtoMessage() {} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[875] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchApiextensionsV1CustomResourceDefinitionRequest.ProtoReflect.Descriptor instead. +func (*PatchApiextensionsV1CustomResourceDefinitionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{875} +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchApiextensionsV1CustomResourceDefinitionStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CustomResourceDefinition + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) Reset() { + *x = PatchApiextensionsV1CustomResourceDefinitionStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[876] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchApiextensionsV1CustomResourceDefinitionStatusRequest) ProtoMessage() {} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[876] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchApiextensionsV1CustomResourceDefinitionStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchApiextensionsV1CustomResourceDefinitionStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{876} +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchApiextensionsV1CustomResourceDefinitionStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchApiregistrationV1ApiServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the APIService + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchApiregistrationV1ApiServiceRequest) Reset() { + *x = PatchApiregistrationV1ApiServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[877] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchApiregistrationV1ApiServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchApiregistrationV1ApiServiceRequest) ProtoMessage() {} + +func (x *PatchApiregistrationV1ApiServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[877] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchApiregistrationV1ApiServiceRequest.ProtoReflect.Descriptor instead. +func (*PatchApiregistrationV1ApiServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{877} +} + +func (x *PatchApiregistrationV1ApiServiceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchApiregistrationV1ApiServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchApiregistrationV1ApiServiceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchApiregistrationV1ApiServiceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchApiregistrationV1ApiServiceRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchApiregistrationV1ApiServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchApiregistrationV1ApiServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchApiregistrationV1ApiServiceStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the APIService + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) Reset() { + *x = PatchApiregistrationV1ApiServiceStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[878] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchApiregistrationV1ApiServiceStatusRequest) ProtoMessage() {} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[878] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchApiregistrationV1ApiServiceStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchApiregistrationV1ApiServiceStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{878} +} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchApiregistrationV1ApiServiceStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedControllerRevisionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ControllerRevision + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) Reset() { + *x = PatchAppsV1NamespacedControllerRevisionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[879] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedControllerRevisionRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[879] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedControllerRevisionRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedControllerRevisionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{879} +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedControllerRevisionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedDaemonSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the DaemonSet + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) Reset() { + *x = PatchAppsV1NamespacedDaemonSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[880] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedDaemonSetRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[880] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedDaemonSetRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedDaemonSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{880} +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedDaemonSetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the DaemonSet + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) Reset() { + *x = PatchAppsV1NamespacedDaemonSetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[881] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedDaemonSetStatusRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[881] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedDaemonSetStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedDaemonSetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{881} +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedDaemonSetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedDeploymentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Deployment + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) Reset() { + *x = PatchAppsV1NamespacedDeploymentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[882] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedDeploymentRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedDeploymentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[882] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedDeploymentRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedDeploymentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{882} +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedDeploymentScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Scale + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) Reset() { + *x = PatchAppsV1NamespacedDeploymentScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[883] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedDeploymentScaleRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[883] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedDeploymentScaleRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedDeploymentScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{883} +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedDeploymentStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Deployment + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) Reset() { + *x = PatchAppsV1NamespacedDeploymentStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[884] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedDeploymentStatusRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[884] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedDeploymentStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedDeploymentStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{884} +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedDeploymentStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedReplicaSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ReplicaSet + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) Reset() { + *x = PatchAppsV1NamespacedReplicaSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[885] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedReplicaSetRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[885] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedReplicaSetRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedReplicaSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{885} +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedReplicaSetScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Scale + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) Reset() { + *x = PatchAppsV1NamespacedReplicaSetScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[886] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedReplicaSetScaleRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[886] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedReplicaSetScaleRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedReplicaSetScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{886} +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedReplicaSetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ReplicaSet + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) Reset() { + *x = PatchAppsV1NamespacedReplicaSetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[887] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedReplicaSetStatusRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[887] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedReplicaSetStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedReplicaSetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{887} +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedReplicaSetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedStatefulSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the StatefulSet + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) Reset() { + *x = PatchAppsV1NamespacedStatefulSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[888] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedStatefulSetRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[888] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedStatefulSetRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedStatefulSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{888} +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedStatefulSetScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Scale + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) Reset() { + *x = PatchAppsV1NamespacedStatefulSetScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[889] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedStatefulSetScaleRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[889] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedStatefulSetScaleRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedStatefulSetScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{889} +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAppsV1NamespacedStatefulSetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the StatefulSet + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) Reset() { + *x = PatchAppsV1NamespacedStatefulSetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[890] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAppsV1NamespacedStatefulSetStatusRequest) ProtoMessage() {} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[890] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAppsV1NamespacedStatefulSetStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchAppsV1NamespacedStatefulSetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{890} +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAppsV1NamespacedStatefulSetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[891] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[891] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{891} +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) Reset() { + *x = PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[892] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) ProtoMessage() {} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[892] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{892} +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[893] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[893] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{893} +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) Reset() { + *x = PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[894] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) ProtoMessage() {} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[894] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{894} +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchBatchV1NamespacedCronJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CronJob + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchBatchV1NamespacedCronJobRequest) Reset() { + *x = PatchBatchV1NamespacedCronJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[895] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchBatchV1NamespacedCronJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchBatchV1NamespacedCronJobRequest) ProtoMessage() {} + +func (x *PatchBatchV1NamespacedCronJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[895] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchBatchV1NamespacedCronJobRequest.ProtoReflect.Descriptor instead. +func (*PatchBatchV1NamespacedCronJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{895} +} + +func (x *PatchBatchV1NamespacedCronJobRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchBatchV1NamespacedCronJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchBatchV1NamespacedCronJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchBatchV1NamespacedCronJobStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CronJob + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) Reset() { + *x = PatchBatchV1NamespacedCronJobStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[896] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchBatchV1NamespacedCronJobStatusRequest) ProtoMessage() {} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[896] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchBatchV1NamespacedCronJobStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchBatchV1NamespacedCronJobStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{896} +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchBatchV1NamespacedCronJobStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchBatchV1NamespacedJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Job + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchBatchV1NamespacedJobRequest) Reset() { + *x = PatchBatchV1NamespacedJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[897] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchBatchV1NamespacedJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchBatchV1NamespacedJobRequest) ProtoMessage() {} + +func (x *PatchBatchV1NamespacedJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[897] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchBatchV1NamespacedJobRequest.ProtoReflect.Descriptor instead. +func (*PatchBatchV1NamespacedJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{897} +} + +func (x *PatchBatchV1NamespacedJobRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchBatchV1NamespacedJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchBatchV1NamespacedJobRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchBatchV1NamespacedJobRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchBatchV1NamespacedJobRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchBatchV1NamespacedJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchBatchV1NamespacedJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchBatchV1NamespacedJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchBatchV1NamespacedJobStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Job + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) Reset() { + *x = PatchBatchV1NamespacedJobStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[898] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchBatchV1NamespacedJobStatusRequest) ProtoMessage() {} + +func (x *PatchBatchV1NamespacedJobStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[898] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchBatchV1NamespacedJobStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchBatchV1NamespacedJobStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{898} +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchBatchV1NamespacedJobStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCertificatesV1CertificateSigningRequestApprovalRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) Reset() { + *x = PatchCertificatesV1CertificateSigningRequestApprovalRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[899] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCertificatesV1CertificateSigningRequestApprovalRequest) ProtoMessage() {} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[899] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCertificatesV1CertificateSigningRequestApprovalRequest.ProtoReflect.Descriptor instead. +func (*PatchCertificatesV1CertificateSigningRequestApprovalRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{899} +} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestApprovalRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCertificatesV1CertificateSigningRequestRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) Reset() { + *x = PatchCertificatesV1CertificateSigningRequestRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[900] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCertificatesV1CertificateSigningRequestRequest) ProtoMessage() {} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[900] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCertificatesV1CertificateSigningRequestRequest.ProtoReflect.Descriptor instead. +func (*PatchCertificatesV1CertificateSigningRequestRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{900} +} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCertificatesV1CertificateSigningRequestStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) Reset() { + *x = PatchCertificatesV1CertificateSigningRequestStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[901] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCertificatesV1CertificateSigningRequestStatusRequest) ProtoMessage() {} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[901] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCertificatesV1CertificateSigningRequestStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchCertificatesV1CertificateSigningRequestStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{901} +} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCertificatesV1CertificateSigningRequestStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCertificatesV1Alpha1ClusterTrustBundleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ClusterTrustBundle + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) Reset() { + *x = PatchCertificatesV1Alpha1ClusterTrustBundleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[902] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoMessage() {} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[902] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCertificatesV1Alpha1ClusterTrustBundleRequest.ProtoReflect.Descriptor instead. +func (*PatchCertificatesV1Alpha1ClusterTrustBundleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{902} +} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoordinationV1NamespacedLeaseRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Lease + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) Reset() { + *x = PatchCoordinationV1NamespacedLeaseRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[903] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoordinationV1NamespacedLeaseRequest) ProtoMessage() {} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[903] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoordinationV1NamespacedLeaseRequest.ProtoReflect.Descriptor instead. +func (*PatchCoordinationV1NamespacedLeaseRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{903} +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoordinationV1NamespacedLeaseRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespaceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Namespace + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespaceRequest) Reset() { + *x = PatchCoreV1NamespaceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[904] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespaceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespaceRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespaceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[904] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespaceRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespaceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{904} +} + +func (x *PatchCoreV1NamespaceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespaceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespaceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespaceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespaceRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespaceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespaceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespaceStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Namespace + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespaceStatusRequest) Reset() { + *x = PatchCoreV1NamespaceStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[905] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespaceStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespaceStatusRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespaceStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[905] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespaceStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespaceStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{905} +} + +func (x *PatchCoreV1NamespaceStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespaceStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespaceStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespaceStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespaceStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespaceStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespaceStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedConfigMapRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ConfigMap + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) Reset() { + *x = PatchCoreV1NamespacedConfigMapRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[906] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedConfigMapRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedConfigMapRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[906] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedConfigMapRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedConfigMapRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{906} +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedConfigMapRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedEndpointsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Endpoints + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) Reset() { + *x = PatchCoreV1NamespacedEndpointsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[907] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedEndpointsRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedEndpointsRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[907] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedEndpointsRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedEndpointsRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{907} +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedEndpointsRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Event + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedEventRequest) Reset() { + *x = PatchCoreV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[908] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedEventRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[908] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{908} +} + +func (x *PatchCoreV1NamespacedEventRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedEventRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedEventRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedEventRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedLimitRangeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the LimitRange + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) Reset() { + *x = PatchCoreV1NamespacedLimitRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[909] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedLimitRangeRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[909] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedLimitRangeRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedLimitRangeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{909} +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedLimitRangeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedPersistentVolumeClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PersistentVolumeClaim + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) Reset() { + *x = PatchCoreV1NamespacedPersistentVolumeClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[910] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedPersistentVolumeClaimRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[910] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedPersistentVolumeClaimRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedPersistentVolumeClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{910} +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PersistentVolumeClaim + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) Reset() { + *x = PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[911] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[911] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{911} +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedPodEphemeralcontainersRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Pod + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) Reset() { + *x = PatchCoreV1NamespacedPodEphemeralcontainersRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[912] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedPodEphemeralcontainersRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[912] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedPodEphemeralcontainersRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedPodEphemeralcontainersRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{912} +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedPodEphemeralcontainersRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedPodRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Pod + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedPodRequest) Reset() { + *x = PatchCoreV1NamespacedPodRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[913] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedPodRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedPodRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedPodRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[913] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedPodRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedPodRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{913} +} + +func (x *PatchCoreV1NamespacedPodRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedPodRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedPodRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedPodRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedPodRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedPodRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedPodRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedPodRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedPodStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Pod + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) Reset() { + *x = PatchCoreV1NamespacedPodStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[914] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedPodStatusRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedPodStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[914] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedPodStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedPodStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{914} +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedPodStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedPodTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PodTemplate + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) Reset() { + *x = PatchCoreV1NamespacedPodTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[915] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedPodTemplateRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[915] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedPodTemplateRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedPodTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{915} +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedPodTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedReplicationControllerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ReplicationController + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) Reset() { + *x = PatchCoreV1NamespacedReplicationControllerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[916] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedReplicationControllerRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[916] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedReplicationControllerRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedReplicationControllerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{916} +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedReplicationControllerScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Scale + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) Reset() { + *x = PatchCoreV1NamespacedReplicationControllerScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[917] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedReplicationControllerScaleRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[917] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedReplicationControllerScaleRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedReplicationControllerScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{917} +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedReplicationControllerStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ReplicationController + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) Reset() { + *x = PatchCoreV1NamespacedReplicationControllerStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[918] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedReplicationControllerStatusRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[918] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedReplicationControllerStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedReplicationControllerStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{918} +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedReplicationControllerStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedResourceQuotaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ResourceQuota + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) Reset() { + *x = PatchCoreV1NamespacedResourceQuotaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[919] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedResourceQuotaRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[919] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedResourceQuotaRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedResourceQuotaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{919} +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedResourceQuotaStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ResourceQuota + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) Reset() { + *x = PatchCoreV1NamespacedResourceQuotaStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[920] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedResourceQuotaStatusRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[920] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedResourceQuotaStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedResourceQuotaStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{920} +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedResourceQuotaStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedSecretRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Secret + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedSecretRequest) Reset() { + *x = PatchCoreV1NamespacedSecretRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[921] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedSecretRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedSecretRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedSecretRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[921] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedSecretRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedSecretRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{921} +} + +func (x *PatchCoreV1NamespacedSecretRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedSecretRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedSecretRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedSecretRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedSecretRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedSecretRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedSecretRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedSecretRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedServiceAccountRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ServiceAccount + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) Reset() { + *x = PatchCoreV1NamespacedServiceAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[922] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedServiceAccountRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[922] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedServiceAccountRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedServiceAccountRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{922} +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceAccountRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Service + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedServiceRequest) Reset() { + *x = PatchCoreV1NamespacedServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[923] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedServiceRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[923] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedServiceRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{923} +} + +func (x *PatchCoreV1NamespacedServiceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NamespacedServiceStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Service + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) Reset() { + *x = PatchCoreV1NamespacedServiceStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[924] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NamespacedServiceStatusRequest) ProtoMessage() {} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[924] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NamespacedServiceStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NamespacedServiceStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{924} +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchCoreV1NamespacedServiceStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Node + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NodeRequest) Reset() { + *x = PatchCoreV1NodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[925] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NodeRequest) ProtoMessage() {} + +func (x *PatchCoreV1NodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[925] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NodeRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{925} +} + +func (x *PatchCoreV1NodeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NodeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NodeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NodeRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1NodeStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Node + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1NodeStatusRequest) Reset() { + *x = PatchCoreV1NodeStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[926] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1NodeStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1NodeStatusRequest) ProtoMessage() {} + +func (x *PatchCoreV1NodeStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[926] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1NodeStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1NodeStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{926} +} + +func (x *PatchCoreV1NodeStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1NodeStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1NodeStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1NodeStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1NodeStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1NodeStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1NodeStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1PersistentVolumeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PersistentVolume + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1PersistentVolumeRequest) Reset() { + *x = PatchCoreV1PersistentVolumeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[927] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1PersistentVolumeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1PersistentVolumeRequest) ProtoMessage() {} + +func (x *PatchCoreV1PersistentVolumeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[927] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1PersistentVolumeRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1PersistentVolumeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{927} +} + +func (x *PatchCoreV1PersistentVolumeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1PersistentVolumeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1PersistentVolumeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1PersistentVolumeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1PersistentVolumeRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1PersistentVolumeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1PersistentVolumeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchCoreV1PersistentVolumeStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PersistentVolume + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) Reset() { + *x = PatchCoreV1PersistentVolumeStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[928] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchCoreV1PersistentVolumeStatusRequest) ProtoMessage() {} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[928] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchCoreV1PersistentVolumeStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchCoreV1PersistentVolumeStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{928} +} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchCoreV1PersistentVolumeStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchDiscoveryV1NamespacedEndpointSliceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the EndpointSlice + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) Reset() { + *x = PatchDiscoveryV1NamespacedEndpointSliceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[929] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchDiscoveryV1NamespacedEndpointSliceRequest) ProtoMessage() {} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[929] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchDiscoveryV1NamespacedEndpointSliceRequest.ProtoReflect.Descriptor instead. +func (*PatchDiscoveryV1NamespacedEndpointSliceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{929} +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchDiscoveryV1NamespacedEndpointSliceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchEventsV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Event + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchEventsV1NamespacedEventRequest) Reset() { + *x = PatchEventsV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[930] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchEventsV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchEventsV1NamespacedEventRequest) ProtoMessage() {} + +func (x *PatchEventsV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[930] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchEventsV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*PatchEventsV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{930} +} + +func (x *PatchEventsV1NamespacedEventRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchEventsV1NamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchEventsV1NamespacedEventRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchEventsV1NamespacedEventRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchEventsV1NamespacedEventRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchEventsV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchEventsV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchEventsV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) Reset() { + *x = PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[931] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoMessage() {} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[931] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{931} +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) Reset() { + *x = PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[932] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) ProtoMessage() {} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[932] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{932} +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Reset() { + *x = PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[933] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[933] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{933} +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) Reset() { + *x = PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[934] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) ProtoMessage() {} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[934] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{934} +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) Reset() { + *x = PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[935] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoMessage() {} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[935] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{935} +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) Reset() { + *x = PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[936] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) ProtoMessage() {} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[936] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{936} +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Reset() { + *x = PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[937] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[937] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{937} +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) Reset() { + *x = PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[938] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) ProtoMessage() {} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[938] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{938} +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchInternalApiserverV1Alpha1StorageVersionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the StorageVersion + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) Reset() { + *x = PatchInternalApiserverV1Alpha1StorageVersionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[939] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchInternalApiserverV1Alpha1StorageVersionRequest) ProtoMessage() {} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[939] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchInternalApiserverV1Alpha1StorageVersionRequest.ProtoReflect.Descriptor instead. +func (*PatchInternalApiserverV1Alpha1StorageVersionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{939} +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchInternalApiserverV1Alpha1StorageVersionStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the StorageVersion + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) Reset() { + *x = PatchInternalApiserverV1Alpha1StorageVersionStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[940] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) ProtoMessage() {} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[940] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchInternalApiserverV1Alpha1StorageVersionStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{940} +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchInternalApiserverV1Alpha1StorageVersionStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchNetworkingV1IngressClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the IngressClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchNetworkingV1IngressClassRequest) Reset() { + *x = PatchNetworkingV1IngressClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[941] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchNetworkingV1IngressClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchNetworkingV1IngressClassRequest) ProtoMessage() {} + +func (x *PatchNetworkingV1IngressClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[941] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchNetworkingV1IngressClassRequest.ProtoReflect.Descriptor instead. +func (*PatchNetworkingV1IngressClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{941} +} + +func (x *PatchNetworkingV1IngressClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchNetworkingV1IngressClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchNetworkingV1IngressClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchNetworkingV1IngressClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchNetworkingV1IngressClassRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchNetworkingV1IngressClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchNetworkingV1IngressClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchNetworkingV1NamespacedIngressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Ingress + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) Reset() { + *x = PatchNetworkingV1NamespacedIngressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[942] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchNetworkingV1NamespacedIngressRequest) ProtoMessage() {} + +func (x *PatchNetworkingV1NamespacedIngressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[942] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchNetworkingV1NamespacedIngressRequest.ProtoReflect.Descriptor instead. +func (*PatchNetworkingV1NamespacedIngressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{942} +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchNetworkingV1NamespacedIngressStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Ingress + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) Reset() { + *x = PatchNetworkingV1NamespacedIngressStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[943] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchNetworkingV1NamespacedIngressStatusRequest) ProtoMessage() {} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[943] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchNetworkingV1NamespacedIngressStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchNetworkingV1NamespacedIngressStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{943} +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchNetworkingV1NamespacedIngressStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchNetworkingV1NamespacedNetworkPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the NetworkPolicy + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) Reset() { + *x = PatchNetworkingV1NamespacedNetworkPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[944] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchNetworkingV1NamespacedNetworkPolicyRequest) ProtoMessage() {} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[944] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchNetworkingV1NamespacedNetworkPolicyRequest.ProtoReflect.Descriptor instead. +func (*PatchNetworkingV1NamespacedNetworkPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{944} +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchNetworkingV1NamespacedNetworkPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchNetworkingV1Alpha1ClusterCidrRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ClusterCIDR + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) Reset() { + *x = PatchNetworkingV1Alpha1ClusterCidrRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[945] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchNetworkingV1Alpha1ClusterCidrRequest) ProtoMessage() {} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[945] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchNetworkingV1Alpha1ClusterCidrRequest.ProtoReflect.Descriptor instead. +func (*PatchNetworkingV1Alpha1ClusterCidrRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{945} +} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchNetworkingV1Alpha1ClusterCidrRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchNetworkingV1Alpha1IpAddressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the IPAddress + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) Reset() { + *x = PatchNetworkingV1Alpha1IpAddressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[946] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchNetworkingV1Alpha1IpAddressRequest) ProtoMessage() {} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[946] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchNetworkingV1Alpha1IpAddressRequest.ProtoReflect.Descriptor instead. +func (*PatchNetworkingV1Alpha1IpAddressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{946} +} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchNetworkingV1Alpha1IpAddressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchNodeV1RuntimeClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the RuntimeClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchNodeV1RuntimeClassRequest) Reset() { + *x = PatchNodeV1RuntimeClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[947] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchNodeV1RuntimeClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchNodeV1RuntimeClassRequest) ProtoMessage() {} + +func (x *PatchNodeV1RuntimeClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[947] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchNodeV1RuntimeClassRequest.ProtoReflect.Descriptor instead. +func (*PatchNodeV1RuntimeClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{947} +} + +func (x *PatchNodeV1RuntimeClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchNodeV1RuntimeClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchNodeV1RuntimeClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchNodeV1RuntimeClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchNodeV1RuntimeClassRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchNodeV1RuntimeClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchNodeV1RuntimeClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchPolicyV1NamespacedPodDisruptionBudgetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PodDisruptionBudget + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) Reset() { + *x = PatchPolicyV1NamespacedPodDisruptionBudgetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[948] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchPolicyV1NamespacedPodDisruptionBudgetRequest) ProtoMessage() {} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[948] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchPolicyV1NamespacedPodDisruptionBudgetRequest.ProtoReflect.Descriptor instead. +func (*PatchPolicyV1NamespacedPodDisruptionBudgetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{948} +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PodDisruptionBudget + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) Reset() { + *x = PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[949] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) ProtoMessage() {} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[949] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{949} +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchRbacAuthorizationV1ClusterRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ClusterRoleBinding + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) Reset() { + *x = PatchRbacAuthorizationV1ClusterRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[950] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchRbacAuthorizationV1ClusterRoleBindingRequest) ProtoMessage() {} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[950] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchRbacAuthorizationV1ClusterRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*PatchRbacAuthorizationV1ClusterRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{950} +} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchRbacAuthorizationV1ClusterRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchRbacAuthorizationV1ClusterRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ClusterRole + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) Reset() { + *x = PatchRbacAuthorizationV1ClusterRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[951] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchRbacAuthorizationV1ClusterRoleRequest) ProtoMessage() {} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[951] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchRbacAuthorizationV1ClusterRoleRequest.ProtoReflect.Descriptor instead. +func (*PatchRbacAuthorizationV1ClusterRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{951} +} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchRbacAuthorizationV1ClusterRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchRbacAuthorizationV1NamespacedRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the RoleBinding + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) Reset() { + *x = PatchRbacAuthorizationV1NamespacedRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[952] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoMessage() {} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[952] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchRbacAuthorizationV1NamespacedRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*PatchRbacAuthorizationV1NamespacedRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{952} +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchRbacAuthorizationV1NamespacedRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the Role + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) Reset() { + *x = PatchRbacAuthorizationV1NamespacedRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[953] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchRbacAuthorizationV1NamespacedRoleRequest) ProtoMessage() {} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[953] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchRbacAuthorizationV1NamespacedRoleRequest.ProtoReflect.Descriptor instead. +func (*PatchRbacAuthorizationV1NamespacedRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{953} +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchRbacAuthorizationV1NamespacedRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PodSchedulingContext + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) Reset() { + *x = PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[954] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoMessage() {} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[954] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest.ProtoReflect.Descriptor instead. +func (*PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{954} +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PodSchedulingContext + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) Reset() { + *x = PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[955] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) ProtoMessage() {} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[955] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{955} +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchResourceV1Alpha2NamespacedResourceClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ResourceClaim + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) Reset() { + *x = PatchResourceV1Alpha2NamespacedResourceClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[956] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchResourceV1Alpha2NamespacedResourceClaimRequest) ProtoMessage() {} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[956] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchResourceV1Alpha2NamespacedResourceClaimRequest.ProtoReflect.Descriptor instead. +func (*PatchResourceV1Alpha2NamespacedResourceClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{956} +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ResourceClaim + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) Reset() { + *x = PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[957] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) ProtoMessage() {} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[957] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{957} +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ResourceClaimTemplate + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Reset() { + *x = PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[958] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoMessage() {} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[958] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest.ProtoReflect.Descriptor instead. +func (*PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{958} +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchResourceV1Alpha2ResourceClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the ResourceClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) Reset() { + *x = PatchResourceV1Alpha2ResourceClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[959] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchResourceV1Alpha2ResourceClassRequest) ProtoMessage() {} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[959] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchResourceV1Alpha2ResourceClassRequest.ProtoReflect.Descriptor instead. +func (*PatchResourceV1Alpha2ResourceClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{959} +} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchResourceV1Alpha2ResourceClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchSchedulingV1PriorityClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the PriorityClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchSchedulingV1PriorityClassRequest) Reset() { + *x = PatchSchedulingV1PriorityClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[960] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchSchedulingV1PriorityClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchSchedulingV1PriorityClassRequest) ProtoMessage() {} + +func (x *PatchSchedulingV1PriorityClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[960] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchSchedulingV1PriorityClassRequest.ProtoReflect.Descriptor instead. +func (*PatchSchedulingV1PriorityClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{960} +} + +func (x *PatchSchedulingV1PriorityClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchSchedulingV1PriorityClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchSchedulingV1PriorityClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchSchedulingV1PriorityClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchSchedulingV1PriorityClassRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchSchedulingV1PriorityClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchSchedulingV1PriorityClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchStorageV1CsiDriverRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CSIDriver + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchStorageV1CsiDriverRequest) Reset() { + *x = PatchStorageV1CsiDriverRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[961] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchStorageV1CsiDriverRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchStorageV1CsiDriverRequest) ProtoMessage() {} + +func (x *PatchStorageV1CsiDriverRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[961] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchStorageV1CsiDriverRequest.ProtoReflect.Descriptor instead. +func (*PatchStorageV1CsiDriverRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{961} +} + +func (x *PatchStorageV1CsiDriverRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchStorageV1CsiDriverRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchStorageV1CsiDriverRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchStorageV1CsiDriverRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchStorageV1CsiDriverRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchStorageV1CsiDriverRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchStorageV1CsiDriverRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchStorageV1CsiNodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CSINode + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchStorageV1CsiNodeRequest) Reset() { + *x = PatchStorageV1CsiNodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[962] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchStorageV1CsiNodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchStorageV1CsiNodeRequest) ProtoMessage() {} + +func (x *PatchStorageV1CsiNodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[962] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchStorageV1CsiNodeRequest.ProtoReflect.Descriptor instead. +func (*PatchStorageV1CsiNodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{962} +} + +func (x *PatchStorageV1CsiNodeRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchStorageV1CsiNodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchStorageV1CsiNodeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchStorageV1CsiNodeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchStorageV1CsiNodeRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchStorageV1CsiNodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchStorageV1CsiNodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchStorageV1NamespacedCsiStorageCapacityRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the CSIStorageCapacity + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) Reset() { + *x = PatchStorageV1NamespacedCsiStorageCapacityRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[963] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchStorageV1NamespacedCsiStorageCapacityRequest) ProtoMessage() {} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[963] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchStorageV1NamespacedCsiStorageCapacityRequest.ProtoReflect.Descriptor instead. +func (*PatchStorageV1NamespacedCsiStorageCapacityRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{963} +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *PatchStorageV1NamespacedCsiStorageCapacityRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchStorageV1StorageClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the StorageClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchStorageV1StorageClassRequest) Reset() { + *x = PatchStorageV1StorageClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[964] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchStorageV1StorageClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchStorageV1StorageClassRequest) ProtoMessage() {} + +func (x *PatchStorageV1StorageClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[964] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchStorageV1StorageClassRequest.ProtoReflect.Descriptor instead. +func (*PatchStorageV1StorageClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{964} +} + +func (x *PatchStorageV1StorageClassRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchStorageV1StorageClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchStorageV1StorageClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchStorageV1StorageClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchStorageV1StorageClassRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchStorageV1StorageClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchStorageV1StorageClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchStorageV1VolumeAttachmentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the VolumeAttachment + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchStorageV1VolumeAttachmentRequest) Reset() { + *x = PatchStorageV1VolumeAttachmentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[965] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchStorageV1VolumeAttachmentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchStorageV1VolumeAttachmentRequest) ProtoMessage() {} + +func (x *PatchStorageV1VolumeAttachmentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[965] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchStorageV1VolumeAttachmentRequest.ProtoReflect.Descriptor instead. +func (*PatchStorageV1VolumeAttachmentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{965} +} + +func (x *PatchStorageV1VolumeAttachmentRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchStorageV1VolumeAttachmentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchStorageV1VolumeAttachmentRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchStorageV1VolumeAttachmentRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchStorageV1VolumeAttachmentRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchStorageV1VolumeAttachmentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchStorageV1VolumeAttachmentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type PatchStorageV1VolumeAttachmentStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApimachineryPkgApisMetaV1Patch `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"` + // name of the VolumeAttachment + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) Reset() { + *x = PatchStorageV1VolumeAttachmentStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[966] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*PatchStorageV1VolumeAttachmentStatusRequest) ProtoMessage() {} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[966] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use PatchStorageV1VolumeAttachmentStatusRequest.ProtoReflect.Descriptor instead. +func (*PatchStorageV1VolumeAttachmentStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{966} +} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) GetBody() *IoK8SApimachineryPkgApisMetaV1Patch { + if x != nil { + return x.Body + } + return nil +} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) GetForce() bool { + if x != nil { + return x.Force + } + return false +} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *PatchStorageV1VolumeAttachmentStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the MutatingWebhookConfiguration + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest) Reset() { + *x = ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[967] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[967] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{967} +} + +func (x *ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ValidatingWebhookConfiguration + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Reset() { + *x = ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[968] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[968] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{968} +} + +func (x *ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ValidatingAdmissionPolicyBinding + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Reset() { + *x = ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[969] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoMessage() {} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[969] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest.ProtoReflect.Descriptor instead. +func (*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{969} +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ValidatingAdmissionPolicy + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Reset() { + *x = ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[970] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoMessage() {} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[970] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest.ProtoReflect.Descriptor instead. +func (*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{970} +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ValidatingAdmissionPolicy + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) Reset() { + *x = ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[971] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) ProtoMessage() {} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[971] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{971} +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadApiextensionsV1CustomResourceDefinitionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CustomResourceDefinition + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadApiextensionsV1CustomResourceDefinitionRequest) Reset() { + *x = ReadApiextensionsV1CustomResourceDefinitionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[972] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadApiextensionsV1CustomResourceDefinitionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadApiextensionsV1CustomResourceDefinitionRequest) ProtoMessage() {} + +func (x *ReadApiextensionsV1CustomResourceDefinitionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[972] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadApiextensionsV1CustomResourceDefinitionRequest.ProtoReflect.Descriptor instead. +func (*ReadApiextensionsV1CustomResourceDefinitionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{972} +} + +func (x *ReadApiextensionsV1CustomResourceDefinitionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadApiextensionsV1CustomResourceDefinitionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadApiextensionsV1CustomResourceDefinitionStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CustomResourceDefinition + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadApiextensionsV1CustomResourceDefinitionStatusRequest) Reset() { + *x = ReadApiextensionsV1CustomResourceDefinitionStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[973] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadApiextensionsV1CustomResourceDefinitionStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadApiextensionsV1CustomResourceDefinitionStatusRequest) ProtoMessage() {} + +func (x *ReadApiextensionsV1CustomResourceDefinitionStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[973] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadApiextensionsV1CustomResourceDefinitionStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadApiextensionsV1CustomResourceDefinitionStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{973} +} + +func (x *ReadApiextensionsV1CustomResourceDefinitionStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadApiextensionsV1CustomResourceDefinitionStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadApiregistrationV1ApiServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the APIService + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadApiregistrationV1ApiServiceRequest) Reset() { + *x = ReadApiregistrationV1ApiServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[974] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadApiregistrationV1ApiServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadApiregistrationV1ApiServiceRequest) ProtoMessage() {} + +func (x *ReadApiregistrationV1ApiServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[974] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadApiregistrationV1ApiServiceRequest.ProtoReflect.Descriptor instead. +func (*ReadApiregistrationV1ApiServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{974} +} + +func (x *ReadApiregistrationV1ApiServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadApiregistrationV1ApiServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadApiregistrationV1ApiServiceStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the APIService + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadApiregistrationV1ApiServiceStatusRequest) Reset() { + *x = ReadApiregistrationV1ApiServiceStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[975] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadApiregistrationV1ApiServiceStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadApiregistrationV1ApiServiceStatusRequest) ProtoMessage() {} + +func (x *ReadApiregistrationV1ApiServiceStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[975] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadApiregistrationV1ApiServiceStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadApiregistrationV1ApiServiceStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{975} +} + +func (x *ReadApiregistrationV1ApiServiceStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadApiregistrationV1ApiServiceStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedControllerRevisionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ControllerRevision + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedControllerRevisionRequest) Reset() { + *x = ReadAppsV1NamespacedControllerRevisionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[976] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedControllerRevisionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedControllerRevisionRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedControllerRevisionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[976] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedControllerRevisionRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedControllerRevisionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{976} +} + +func (x *ReadAppsV1NamespacedControllerRevisionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedControllerRevisionRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedControllerRevisionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedDaemonSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the DaemonSet + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedDaemonSetRequest) Reset() { + *x = ReadAppsV1NamespacedDaemonSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[977] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedDaemonSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedDaemonSetRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedDaemonSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[977] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedDaemonSetRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedDaemonSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{977} +} + +func (x *ReadAppsV1NamespacedDaemonSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedDaemonSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedDaemonSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedDaemonSetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the DaemonSet + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedDaemonSetStatusRequest) Reset() { + *x = ReadAppsV1NamespacedDaemonSetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[978] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedDaemonSetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedDaemonSetStatusRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedDaemonSetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[978] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedDaemonSetStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedDaemonSetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{978} +} + +func (x *ReadAppsV1NamespacedDaemonSetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedDaemonSetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedDaemonSetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedDeploymentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Deployment + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedDeploymentRequest) Reset() { + *x = ReadAppsV1NamespacedDeploymentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[979] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedDeploymentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedDeploymentRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedDeploymentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[979] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedDeploymentRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedDeploymentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{979} +} + +func (x *ReadAppsV1NamespacedDeploymentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedDeploymentRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedDeploymentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedDeploymentScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Scale + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedDeploymentScaleRequest) Reset() { + *x = ReadAppsV1NamespacedDeploymentScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[980] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedDeploymentScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedDeploymentScaleRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedDeploymentScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[980] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedDeploymentScaleRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedDeploymentScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{980} +} + +func (x *ReadAppsV1NamespacedDeploymentScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedDeploymentScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedDeploymentScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedDeploymentStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Deployment + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedDeploymentStatusRequest) Reset() { + *x = ReadAppsV1NamespacedDeploymentStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[981] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedDeploymentStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedDeploymentStatusRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedDeploymentStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[981] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedDeploymentStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedDeploymentStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{981} +} + +func (x *ReadAppsV1NamespacedDeploymentStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedDeploymentStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedDeploymentStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedReplicaSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ReplicaSet + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedReplicaSetRequest) Reset() { + *x = ReadAppsV1NamespacedReplicaSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[982] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedReplicaSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedReplicaSetRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedReplicaSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[982] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedReplicaSetRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedReplicaSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{982} +} + +func (x *ReadAppsV1NamespacedReplicaSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedReplicaSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedReplicaSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedReplicaSetScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Scale + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedReplicaSetScaleRequest) Reset() { + *x = ReadAppsV1NamespacedReplicaSetScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[983] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedReplicaSetScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedReplicaSetScaleRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedReplicaSetScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[983] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedReplicaSetScaleRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedReplicaSetScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{983} +} + +func (x *ReadAppsV1NamespacedReplicaSetScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedReplicaSetScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedReplicaSetScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedReplicaSetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ReplicaSet + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedReplicaSetStatusRequest) Reset() { + *x = ReadAppsV1NamespacedReplicaSetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[984] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedReplicaSetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedReplicaSetStatusRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedReplicaSetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[984] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedReplicaSetStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedReplicaSetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{984} +} + +func (x *ReadAppsV1NamespacedReplicaSetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedReplicaSetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedReplicaSetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedStatefulSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the StatefulSet + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedStatefulSetRequest) Reset() { + *x = ReadAppsV1NamespacedStatefulSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[985] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedStatefulSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedStatefulSetRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedStatefulSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[985] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedStatefulSetRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedStatefulSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{985} +} + +func (x *ReadAppsV1NamespacedStatefulSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedStatefulSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedStatefulSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedStatefulSetScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Scale + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedStatefulSetScaleRequest) Reset() { + *x = ReadAppsV1NamespacedStatefulSetScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[986] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedStatefulSetScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedStatefulSetScaleRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedStatefulSetScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[986] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedStatefulSetScaleRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedStatefulSetScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{986} +} + +func (x *ReadAppsV1NamespacedStatefulSetScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedStatefulSetScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedStatefulSetScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAppsV1NamespacedStatefulSetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the StatefulSet + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAppsV1NamespacedStatefulSetStatusRequest) Reset() { + *x = ReadAppsV1NamespacedStatefulSetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[987] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAppsV1NamespacedStatefulSetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAppsV1NamespacedStatefulSetStatusRequest) ProtoMessage() {} + +func (x *ReadAppsV1NamespacedStatefulSetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[987] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAppsV1NamespacedStatefulSetStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadAppsV1NamespacedStatefulSetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{987} +} + +func (x *ReadAppsV1NamespacedStatefulSetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAppsV1NamespacedStatefulSetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAppsV1NamespacedStatefulSetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[988] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[988] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{988} +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) Reset() { + *x = ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[989] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) ProtoMessage() {} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[989] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{989} +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[990] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[990] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{990} +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) Reset() { + *x = ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[991] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) ProtoMessage() {} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[991] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{991} +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadBatchV1NamespacedCronJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CronJob + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadBatchV1NamespacedCronJobRequest) Reset() { + *x = ReadBatchV1NamespacedCronJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[992] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadBatchV1NamespacedCronJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadBatchV1NamespacedCronJobRequest) ProtoMessage() {} + +func (x *ReadBatchV1NamespacedCronJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[992] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadBatchV1NamespacedCronJobRequest.ProtoReflect.Descriptor instead. +func (*ReadBatchV1NamespacedCronJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{992} +} + +func (x *ReadBatchV1NamespacedCronJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadBatchV1NamespacedCronJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadBatchV1NamespacedCronJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadBatchV1NamespacedCronJobStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CronJob + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadBatchV1NamespacedCronJobStatusRequest) Reset() { + *x = ReadBatchV1NamespacedCronJobStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[993] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadBatchV1NamespacedCronJobStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadBatchV1NamespacedCronJobStatusRequest) ProtoMessage() {} + +func (x *ReadBatchV1NamespacedCronJobStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[993] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadBatchV1NamespacedCronJobStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadBatchV1NamespacedCronJobStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{993} +} + +func (x *ReadBatchV1NamespacedCronJobStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadBatchV1NamespacedCronJobStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadBatchV1NamespacedCronJobStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadBatchV1NamespacedJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Job + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadBatchV1NamespacedJobRequest) Reset() { + *x = ReadBatchV1NamespacedJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[994] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadBatchV1NamespacedJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadBatchV1NamespacedJobRequest) ProtoMessage() {} + +func (x *ReadBatchV1NamespacedJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[994] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadBatchV1NamespacedJobRequest.ProtoReflect.Descriptor instead. +func (*ReadBatchV1NamespacedJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{994} +} + +func (x *ReadBatchV1NamespacedJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadBatchV1NamespacedJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadBatchV1NamespacedJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadBatchV1NamespacedJobStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Job + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadBatchV1NamespacedJobStatusRequest) Reset() { + *x = ReadBatchV1NamespacedJobStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[995] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadBatchV1NamespacedJobStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadBatchV1NamespacedJobStatusRequest) ProtoMessage() {} + +func (x *ReadBatchV1NamespacedJobStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[995] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadBatchV1NamespacedJobStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadBatchV1NamespacedJobStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{995} +} + +func (x *ReadBatchV1NamespacedJobStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadBatchV1NamespacedJobStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadBatchV1NamespacedJobStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCertificatesV1CertificateSigningRequestApprovalRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCertificatesV1CertificateSigningRequestApprovalRequest) Reset() { + *x = ReadCertificatesV1CertificateSigningRequestApprovalRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[996] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCertificatesV1CertificateSigningRequestApprovalRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCertificatesV1CertificateSigningRequestApprovalRequest) ProtoMessage() {} + +func (x *ReadCertificatesV1CertificateSigningRequestApprovalRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[996] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCertificatesV1CertificateSigningRequestApprovalRequest.ProtoReflect.Descriptor instead. +func (*ReadCertificatesV1CertificateSigningRequestApprovalRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{996} +} + +func (x *ReadCertificatesV1CertificateSigningRequestApprovalRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCertificatesV1CertificateSigningRequestApprovalRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCertificatesV1CertificateSigningRequestRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCertificatesV1CertificateSigningRequestRequest) Reset() { + *x = ReadCertificatesV1CertificateSigningRequestRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[997] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCertificatesV1CertificateSigningRequestRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCertificatesV1CertificateSigningRequestRequest) ProtoMessage() {} + +func (x *ReadCertificatesV1CertificateSigningRequestRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[997] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCertificatesV1CertificateSigningRequestRequest.ProtoReflect.Descriptor instead. +func (*ReadCertificatesV1CertificateSigningRequestRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{997} +} + +func (x *ReadCertificatesV1CertificateSigningRequestRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCertificatesV1CertificateSigningRequestRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCertificatesV1CertificateSigningRequestStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCertificatesV1CertificateSigningRequestStatusRequest) Reset() { + *x = ReadCertificatesV1CertificateSigningRequestStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[998] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCertificatesV1CertificateSigningRequestStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCertificatesV1CertificateSigningRequestStatusRequest) ProtoMessage() {} + +func (x *ReadCertificatesV1CertificateSigningRequestStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[998] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCertificatesV1CertificateSigningRequestStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCertificatesV1CertificateSigningRequestStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{998} +} + +func (x *ReadCertificatesV1CertificateSigningRequestStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCertificatesV1CertificateSigningRequestStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCertificatesV1Alpha1ClusterTrustBundleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ClusterTrustBundle + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCertificatesV1Alpha1ClusterTrustBundleRequest) Reset() { + *x = ReadCertificatesV1Alpha1ClusterTrustBundleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[999] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCertificatesV1Alpha1ClusterTrustBundleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoMessage() {} + +func (x *ReadCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[999] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCertificatesV1Alpha1ClusterTrustBundleRequest.ProtoReflect.Descriptor instead. +func (*ReadCertificatesV1Alpha1ClusterTrustBundleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{999} +} + +func (x *ReadCertificatesV1Alpha1ClusterTrustBundleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCertificatesV1Alpha1ClusterTrustBundleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoordinationV1NamespacedLeaseRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Lease + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoordinationV1NamespacedLeaseRequest) Reset() { + *x = ReadCoordinationV1NamespacedLeaseRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1000] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoordinationV1NamespacedLeaseRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoordinationV1NamespacedLeaseRequest) ProtoMessage() {} + +func (x *ReadCoordinationV1NamespacedLeaseRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1000] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoordinationV1NamespacedLeaseRequest.ProtoReflect.Descriptor instead. +func (*ReadCoordinationV1NamespacedLeaseRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1000} +} + +func (x *ReadCoordinationV1NamespacedLeaseRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoordinationV1NamespacedLeaseRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoordinationV1NamespacedLeaseRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1ComponentStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ComponentStatus + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1ComponentStatusRequest) Reset() { + *x = ReadCoreV1ComponentStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1001] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1ComponentStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1ComponentStatusRequest) ProtoMessage() {} + +func (x *ReadCoreV1ComponentStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1001] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1ComponentStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1ComponentStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1001} +} + +func (x *ReadCoreV1ComponentStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1ComponentStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespaceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Namespace + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespaceRequest) Reset() { + *x = ReadCoreV1NamespaceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1002] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespaceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespaceRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespaceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1002] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespaceRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespaceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1002} +} + +func (x *ReadCoreV1NamespaceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespaceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespaceStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Namespace + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespaceStatusRequest) Reset() { + *x = ReadCoreV1NamespaceStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1003] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespaceStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespaceStatusRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespaceStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1003] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespaceStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespaceStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1003} +} + +func (x *ReadCoreV1NamespaceStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespaceStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedConfigMapRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ConfigMap + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedConfigMapRequest) Reset() { + *x = ReadCoreV1NamespacedConfigMapRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1004] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedConfigMapRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedConfigMapRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedConfigMapRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1004] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedConfigMapRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedConfigMapRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1004} +} + +func (x *ReadCoreV1NamespacedConfigMapRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedConfigMapRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedConfigMapRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedEndpointsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Endpoints + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedEndpointsRequest) Reset() { + *x = ReadCoreV1NamespacedEndpointsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1005] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedEndpointsRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedEndpointsRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedEndpointsRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1005] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedEndpointsRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedEndpointsRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1005} +} + +func (x *ReadCoreV1NamespacedEndpointsRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedEndpointsRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedEndpointsRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Event + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedEventRequest) Reset() { + *x = ReadCoreV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1006] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedEventRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1006] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1006} +} + +func (x *ReadCoreV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedLimitRangeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the LimitRange + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedLimitRangeRequest) Reset() { + *x = ReadCoreV1NamespacedLimitRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1007] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedLimitRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedLimitRangeRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedLimitRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1007] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedLimitRangeRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedLimitRangeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1007} +} + +func (x *ReadCoreV1NamespacedLimitRangeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedLimitRangeRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedLimitRangeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedPersistentVolumeClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PersistentVolumeClaim + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimRequest) Reset() { + *x = ReadCoreV1NamespacedPersistentVolumeClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1008] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedPersistentVolumeClaimRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1008] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedPersistentVolumeClaimRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedPersistentVolumeClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1008} +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PersistentVolumeClaim + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest) Reset() { + *x = ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1009] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1009] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1009} +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedPodEphemeralcontainersRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Pod + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedPodEphemeralcontainersRequest) Reset() { + *x = ReadCoreV1NamespacedPodEphemeralcontainersRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1010] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedPodEphemeralcontainersRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedPodEphemeralcontainersRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedPodEphemeralcontainersRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1010] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedPodEphemeralcontainersRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedPodEphemeralcontainersRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1010} +} + +func (x *ReadCoreV1NamespacedPodEphemeralcontainersRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedPodEphemeralcontainersRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedPodEphemeralcontainersRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedPodLogRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // The container for which to stream logs. Defaults to only container if there is one container in the pod. + Container string `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"` + // Follow the log stream of the pod. Defaults to false. + Follow bool `protobuf:"varint,2,opt,name=follow,proto3" json:"follow,omitempty"` + // insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). + InsecureSkipTLSVerifyBackend bool `protobuf:"varint,3,opt,name=insecureSkipTLSVerifyBackend,proto3" json:"insecureSkipTLSVerifyBackend,omitempty"` + // If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. + LimitBytes int32 `protobuf:"varint,4,opt,name=limitBytes,proto3" json:"limitBytes,omitempty"` + // name of the Pod + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // Return previous terminated container logs. Defaults to false. + Previous bool `protobuf:"varint,8,opt,name=previous,proto3" json:"previous,omitempty"` + // A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. + SinceSeconds int32 `protobuf:"varint,9,opt,name=sinceSeconds,proto3" json:"sinceSeconds,omitempty"` + // If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime + TailLines int32 `protobuf:"varint,10,opt,name=tailLines,proto3" json:"tailLines,omitempty"` + // If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. + Timestamps bool `protobuf:"varint,11,opt,name=timestamps,proto3" json:"timestamps,omitempty"` +} + +func (x *ReadCoreV1NamespacedPodLogRequest) Reset() { + *x = ReadCoreV1NamespacedPodLogRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1011] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedPodLogRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedPodLogRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedPodLogRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1011] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedPodLogRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedPodLogRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1011} +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetContainer() string { + if x != nil { + return x.Container + } + return "" +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetFollow() bool { + if x != nil { + return x.Follow + } + return false +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetInsecureSkipTLSVerifyBackend() bool { + if x != nil { + return x.InsecureSkipTLSVerifyBackend + } + return false +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetLimitBytes() int32 { + if x != nil { + return x.LimitBytes + } + return 0 +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetPrevious() bool { + if x != nil { + return x.Previous + } + return false +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetSinceSeconds() int32 { + if x != nil { + return x.SinceSeconds + } + return 0 +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetTailLines() int32 { + if x != nil { + return x.TailLines + } + return 0 +} + +func (x *ReadCoreV1NamespacedPodLogRequest) GetTimestamps() bool { + if x != nil { + return x.Timestamps + } + return false +} + +type ReadCoreV1NamespacedPodRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Pod + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedPodRequest) Reset() { + *x = ReadCoreV1NamespacedPodRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1012] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedPodRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedPodRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedPodRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1012] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedPodRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedPodRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1012} +} + +func (x *ReadCoreV1NamespacedPodRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedPodRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedPodRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedPodStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Pod + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedPodStatusRequest) Reset() { + *x = ReadCoreV1NamespacedPodStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1013] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedPodStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedPodStatusRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedPodStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1013] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedPodStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedPodStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1013} +} + +func (x *ReadCoreV1NamespacedPodStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedPodStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedPodStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedPodTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodTemplate + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedPodTemplateRequest) Reset() { + *x = ReadCoreV1NamespacedPodTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1014] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedPodTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedPodTemplateRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedPodTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1014] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedPodTemplateRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedPodTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1014} +} + +func (x *ReadCoreV1NamespacedPodTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedPodTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedPodTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedReplicationControllerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ReplicationController + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedReplicationControllerRequest) Reset() { + *x = ReadCoreV1NamespacedReplicationControllerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1015] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedReplicationControllerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedReplicationControllerRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedReplicationControllerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1015] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedReplicationControllerRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedReplicationControllerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1015} +} + +func (x *ReadCoreV1NamespacedReplicationControllerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedReplicationControllerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedReplicationControllerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedReplicationControllerScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Scale + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedReplicationControllerScaleRequest) Reset() { + *x = ReadCoreV1NamespacedReplicationControllerScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1016] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedReplicationControllerScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedReplicationControllerScaleRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedReplicationControllerScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1016] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedReplicationControllerScaleRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedReplicationControllerScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1016} +} + +func (x *ReadCoreV1NamespacedReplicationControllerScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedReplicationControllerScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedReplicationControllerScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedReplicationControllerStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ReplicationController + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedReplicationControllerStatusRequest) Reset() { + *x = ReadCoreV1NamespacedReplicationControllerStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1017] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedReplicationControllerStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedReplicationControllerStatusRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedReplicationControllerStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1017] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedReplicationControllerStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedReplicationControllerStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1017} +} + +func (x *ReadCoreV1NamespacedReplicationControllerStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedReplicationControllerStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedReplicationControllerStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedResourceQuotaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ResourceQuota + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedResourceQuotaRequest) Reset() { + *x = ReadCoreV1NamespacedResourceQuotaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1018] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedResourceQuotaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedResourceQuotaRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedResourceQuotaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1018] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedResourceQuotaRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedResourceQuotaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1018} +} + +func (x *ReadCoreV1NamespacedResourceQuotaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedResourceQuotaRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedResourceQuotaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedResourceQuotaStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ResourceQuota + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedResourceQuotaStatusRequest) Reset() { + *x = ReadCoreV1NamespacedResourceQuotaStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1019] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedResourceQuotaStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedResourceQuotaStatusRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedResourceQuotaStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1019] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedResourceQuotaStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedResourceQuotaStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1019} +} + +func (x *ReadCoreV1NamespacedResourceQuotaStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedResourceQuotaStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedResourceQuotaStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedSecretRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Secret + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedSecretRequest) Reset() { + *x = ReadCoreV1NamespacedSecretRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1020] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedSecretRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedSecretRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedSecretRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1020] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedSecretRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedSecretRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1020} +} + +func (x *ReadCoreV1NamespacedSecretRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedSecretRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedSecretRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedServiceAccountRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ServiceAccount + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedServiceAccountRequest) Reset() { + *x = ReadCoreV1NamespacedServiceAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1021] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedServiceAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedServiceAccountRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedServiceAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1021] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedServiceAccountRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedServiceAccountRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1021} +} + +func (x *ReadCoreV1NamespacedServiceAccountRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedServiceAccountRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedServiceAccountRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Service + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedServiceRequest) Reset() { + *x = ReadCoreV1NamespacedServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1022] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedServiceRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1022] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedServiceRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1022} +} + +func (x *ReadCoreV1NamespacedServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedServiceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NamespacedServiceStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Service + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NamespacedServiceStatusRequest) Reset() { + *x = ReadCoreV1NamespacedServiceStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1023] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NamespacedServiceStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NamespacedServiceStatusRequest) ProtoMessage() {} + +func (x *ReadCoreV1NamespacedServiceStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1023] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NamespacedServiceStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NamespacedServiceStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1023} +} + +func (x *ReadCoreV1NamespacedServiceStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NamespacedServiceStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadCoreV1NamespacedServiceStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Node + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NodeRequest) Reset() { + *x = ReadCoreV1NodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1024] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NodeRequest) ProtoMessage() {} + +func (x *ReadCoreV1NodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1024] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NodeRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1024} +} + +func (x *ReadCoreV1NodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1NodeStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Node + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1NodeStatusRequest) Reset() { + *x = ReadCoreV1NodeStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1025] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1NodeStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1NodeStatusRequest) ProtoMessage() {} + +func (x *ReadCoreV1NodeStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1025] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1NodeStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1NodeStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1025} +} + +func (x *ReadCoreV1NodeStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1NodeStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1PersistentVolumeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PersistentVolume + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1PersistentVolumeRequest) Reset() { + *x = ReadCoreV1PersistentVolumeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1026] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1PersistentVolumeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1PersistentVolumeRequest) ProtoMessage() {} + +func (x *ReadCoreV1PersistentVolumeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1026] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1PersistentVolumeRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1PersistentVolumeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1026} +} + +func (x *ReadCoreV1PersistentVolumeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1PersistentVolumeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadCoreV1PersistentVolumeStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PersistentVolume + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadCoreV1PersistentVolumeStatusRequest) Reset() { + *x = ReadCoreV1PersistentVolumeStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1027] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadCoreV1PersistentVolumeStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadCoreV1PersistentVolumeStatusRequest) ProtoMessage() {} + +func (x *ReadCoreV1PersistentVolumeStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1027] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadCoreV1PersistentVolumeStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadCoreV1PersistentVolumeStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1027} +} + +func (x *ReadCoreV1PersistentVolumeStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadCoreV1PersistentVolumeStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadDiscoveryV1NamespacedEndpointSliceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the EndpointSlice + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadDiscoveryV1NamespacedEndpointSliceRequest) Reset() { + *x = ReadDiscoveryV1NamespacedEndpointSliceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1028] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadDiscoveryV1NamespacedEndpointSliceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadDiscoveryV1NamespacedEndpointSliceRequest) ProtoMessage() {} + +func (x *ReadDiscoveryV1NamespacedEndpointSliceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1028] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadDiscoveryV1NamespacedEndpointSliceRequest.ProtoReflect.Descriptor instead. +func (*ReadDiscoveryV1NamespacedEndpointSliceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1028} +} + +func (x *ReadDiscoveryV1NamespacedEndpointSliceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadDiscoveryV1NamespacedEndpointSliceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadDiscoveryV1NamespacedEndpointSliceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadEventsV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Event + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadEventsV1NamespacedEventRequest) Reset() { + *x = ReadEventsV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1029] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadEventsV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadEventsV1NamespacedEventRequest) ProtoMessage() {} + +func (x *ReadEventsV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1029] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadEventsV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*ReadEventsV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1029} +} + +func (x *ReadEventsV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadEventsV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadEventsV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the FlowSchema + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest) Reset() { + *x = ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1030] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoMessage() {} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1030] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1030} +} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the FlowSchema + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) Reset() { + *x = ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1031] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) ProtoMessage() {} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1031] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1031} +} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Reset() { + *x = ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1032] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1032] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1032} +} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) Reset() { + *x = ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1033] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) ProtoMessage() {} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1033] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1033} +} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the FlowSchema + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest) Reset() { + *x = ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1034] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoMessage() {} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1034] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1034} +} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the FlowSchema + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) Reset() { + *x = ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1035] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) ProtoMessage() {} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1035] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1035} +} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Reset() { + *x = ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1036] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1036] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1036} +} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) Reset() { + *x = ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1037] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) ProtoMessage() {} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1037] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1037} +} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadInternalApiserverV1Alpha1StorageVersionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the StorageVersion + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionRequest) Reset() { + *x = ReadInternalApiserverV1Alpha1StorageVersionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1038] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadInternalApiserverV1Alpha1StorageVersionRequest) ProtoMessage() {} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1038] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadInternalApiserverV1Alpha1StorageVersionRequest.ProtoReflect.Descriptor instead. +func (*ReadInternalApiserverV1Alpha1StorageVersionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1038} +} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadInternalApiserverV1Alpha1StorageVersionStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the StorageVersion + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionStatusRequest) Reset() { + *x = ReadInternalApiserverV1Alpha1StorageVersionStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1039] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadInternalApiserverV1Alpha1StorageVersionStatusRequest) ProtoMessage() {} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1039] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadInternalApiserverV1Alpha1StorageVersionStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadInternalApiserverV1Alpha1StorageVersionStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1039} +} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadInternalApiserverV1Alpha1StorageVersionStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadNetworkingV1IngressClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the IngressClass + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadNetworkingV1IngressClassRequest) Reset() { + *x = ReadNetworkingV1IngressClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1040] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadNetworkingV1IngressClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadNetworkingV1IngressClassRequest) ProtoMessage() {} + +func (x *ReadNetworkingV1IngressClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1040] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadNetworkingV1IngressClassRequest.ProtoReflect.Descriptor instead. +func (*ReadNetworkingV1IngressClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1040} +} + +func (x *ReadNetworkingV1IngressClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadNetworkingV1IngressClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadNetworkingV1NamespacedIngressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Ingress + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadNetworkingV1NamespacedIngressRequest) Reset() { + *x = ReadNetworkingV1NamespacedIngressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1041] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadNetworkingV1NamespacedIngressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadNetworkingV1NamespacedIngressRequest) ProtoMessage() {} + +func (x *ReadNetworkingV1NamespacedIngressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1041] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadNetworkingV1NamespacedIngressRequest.ProtoReflect.Descriptor instead. +func (*ReadNetworkingV1NamespacedIngressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1041} +} + +func (x *ReadNetworkingV1NamespacedIngressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadNetworkingV1NamespacedIngressRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadNetworkingV1NamespacedIngressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadNetworkingV1NamespacedIngressStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Ingress + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadNetworkingV1NamespacedIngressStatusRequest) Reset() { + *x = ReadNetworkingV1NamespacedIngressStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1042] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadNetworkingV1NamespacedIngressStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadNetworkingV1NamespacedIngressStatusRequest) ProtoMessage() {} + +func (x *ReadNetworkingV1NamespacedIngressStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1042] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadNetworkingV1NamespacedIngressStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadNetworkingV1NamespacedIngressStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1042} +} + +func (x *ReadNetworkingV1NamespacedIngressStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadNetworkingV1NamespacedIngressStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadNetworkingV1NamespacedIngressStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadNetworkingV1NamespacedNetworkPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the NetworkPolicy + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadNetworkingV1NamespacedNetworkPolicyRequest) Reset() { + *x = ReadNetworkingV1NamespacedNetworkPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1043] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadNetworkingV1NamespacedNetworkPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadNetworkingV1NamespacedNetworkPolicyRequest) ProtoMessage() {} + +func (x *ReadNetworkingV1NamespacedNetworkPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1043] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadNetworkingV1NamespacedNetworkPolicyRequest.ProtoReflect.Descriptor instead. +func (*ReadNetworkingV1NamespacedNetworkPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1043} +} + +func (x *ReadNetworkingV1NamespacedNetworkPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadNetworkingV1NamespacedNetworkPolicyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadNetworkingV1NamespacedNetworkPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadNetworkingV1Alpha1ClusterCidrRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ClusterCIDR + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadNetworkingV1Alpha1ClusterCidrRequest) Reset() { + *x = ReadNetworkingV1Alpha1ClusterCidrRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1044] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadNetworkingV1Alpha1ClusterCidrRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadNetworkingV1Alpha1ClusterCidrRequest) ProtoMessage() {} + +func (x *ReadNetworkingV1Alpha1ClusterCidrRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1044] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadNetworkingV1Alpha1ClusterCidrRequest.ProtoReflect.Descriptor instead. +func (*ReadNetworkingV1Alpha1ClusterCidrRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1044} +} + +func (x *ReadNetworkingV1Alpha1ClusterCidrRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadNetworkingV1Alpha1ClusterCidrRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadNetworkingV1Alpha1IpAddressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the IPAddress + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadNetworkingV1Alpha1IpAddressRequest) Reset() { + *x = ReadNetworkingV1Alpha1IpAddressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1045] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadNetworkingV1Alpha1IpAddressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadNetworkingV1Alpha1IpAddressRequest) ProtoMessage() {} + +func (x *ReadNetworkingV1Alpha1IpAddressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1045] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadNetworkingV1Alpha1IpAddressRequest.ProtoReflect.Descriptor instead. +func (*ReadNetworkingV1Alpha1IpAddressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1045} +} + +func (x *ReadNetworkingV1Alpha1IpAddressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadNetworkingV1Alpha1IpAddressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadNodeV1RuntimeClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the RuntimeClass + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadNodeV1RuntimeClassRequest) Reset() { + *x = ReadNodeV1RuntimeClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1046] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadNodeV1RuntimeClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadNodeV1RuntimeClassRequest) ProtoMessage() {} + +func (x *ReadNodeV1RuntimeClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1046] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadNodeV1RuntimeClassRequest.ProtoReflect.Descriptor instead. +func (*ReadNodeV1RuntimeClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1046} +} + +func (x *ReadNodeV1RuntimeClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadNodeV1RuntimeClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadPolicyV1NamespacedPodDisruptionBudgetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodDisruptionBudget + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetRequest) Reset() { + *x = ReadPolicyV1NamespacedPodDisruptionBudgetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1047] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadPolicyV1NamespacedPodDisruptionBudgetRequest) ProtoMessage() {} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1047] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadPolicyV1NamespacedPodDisruptionBudgetRequest.ProtoReflect.Descriptor instead. +func (*ReadPolicyV1NamespacedPodDisruptionBudgetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1047} +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodDisruptionBudget + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest) Reset() { + *x = ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1048] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest) ProtoMessage() {} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1048] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1048} +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadRbacAuthorizationV1ClusterRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ClusterRoleBinding + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadRbacAuthorizationV1ClusterRoleBindingRequest) Reset() { + *x = ReadRbacAuthorizationV1ClusterRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1049] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadRbacAuthorizationV1ClusterRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadRbacAuthorizationV1ClusterRoleBindingRequest) ProtoMessage() {} + +func (x *ReadRbacAuthorizationV1ClusterRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1049] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadRbacAuthorizationV1ClusterRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*ReadRbacAuthorizationV1ClusterRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1049} +} + +func (x *ReadRbacAuthorizationV1ClusterRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadRbacAuthorizationV1ClusterRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadRbacAuthorizationV1ClusterRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ClusterRole + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadRbacAuthorizationV1ClusterRoleRequest) Reset() { + *x = ReadRbacAuthorizationV1ClusterRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1050] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadRbacAuthorizationV1ClusterRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadRbacAuthorizationV1ClusterRoleRequest) ProtoMessage() {} + +func (x *ReadRbacAuthorizationV1ClusterRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1050] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadRbacAuthorizationV1ClusterRoleRequest.ProtoReflect.Descriptor instead. +func (*ReadRbacAuthorizationV1ClusterRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1050} +} + +func (x *ReadRbacAuthorizationV1ClusterRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadRbacAuthorizationV1ClusterRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadRbacAuthorizationV1NamespacedRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the RoleBinding + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleBindingRequest) Reset() { + *x = ReadRbacAuthorizationV1NamespacedRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1051] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoMessage() {} + +func (x *ReadRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1051] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadRbacAuthorizationV1NamespacedRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*ReadRbacAuthorizationV1NamespacedRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1051} +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadRbacAuthorizationV1NamespacedRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the Role + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleRequest) Reset() { + *x = ReadRbacAuthorizationV1NamespacedRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1052] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadRbacAuthorizationV1NamespacedRoleRequest) ProtoMessage() {} + +func (x *ReadRbacAuthorizationV1NamespacedRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1052] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadRbacAuthorizationV1NamespacedRoleRequest.ProtoReflect.Descriptor instead. +func (*ReadRbacAuthorizationV1NamespacedRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1052} +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadRbacAuthorizationV1NamespacedRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodSchedulingContext + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest) Reset() { + *x = ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1053] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoMessage() {} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1053] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest.ProtoReflect.Descriptor instead. +func (*ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1053} +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PodSchedulingContext + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) Reset() { + *x = ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1054] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) ProtoMessage() {} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1054] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1054} +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadResourceV1Alpha2NamespacedResourceClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ResourceClaim + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimRequest) Reset() { + *x = ReadResourceV1Alpha2NamespacedResourceClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1055] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadResourceV1Alpha2NamespacedResourceClaimRequest) ProtoMessage() {} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1055] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadResourceV1Alpha2NamespacedResourceClaimRequest.ProtoReflect.Descriptor instead. +func (*ReadResourceV1Alpha2NamespacedResourceClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1055} +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ResourceClaim + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest) Reset() { + *x = ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1056] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest) ProtoMessage() {} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1056] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1056} +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ResourceClaimTemplate + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Reset() { + *x = ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1057] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoMessage() {} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1057] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest.ProtoReflect.Descriptor instead. +func (*ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1057} +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadResourceV1Alpha2ResourceClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the ResourceClass + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadResourceV1Alpha2ResourceClassRequest) Reset() { + *x = ReadResourceV1Alpha2ResourceClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1058] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadResourceV1Alpha2ResourceClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadResourceV1Alpha2ResourceClassRequest) ProtoMessage() {} + +func (x *ReadResourceV1Alpha2ResourceClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1058] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadResourceV1Alpha2ResourceClassRequest.ProtoReflect.Descriptor instead. +func (*ReadResourceV1Alpha2ResourceClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1058} +} + +func (x *ReadResourceV1Alpha2ResourceClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadResourceV1Alpha2ResourceClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadSchedulingV1PriorityClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the PriorityClass + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadSchedulingV1PriorityClassRequest) Reset() { + *x = ReadSchedulingV1PriorityClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1059] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadSchedulingV1PriorityClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadSchedulingV1PriorityClassRequest) ProtoMessage() {} + +func (x *ReadSchedulingV1PriorityClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1059] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadSchedulingV1PriorityClassRequest.ProtoReflect.Descriptor instead. +func (*ReadSchedulingV1PriorityClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1059} +} + +func (x *ReadSchedulingV1PriorityClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadSchedulingV1PriorityClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadStorageV1CsiDriverRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CSIDriver + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadStorageV1CsiDriverRequest) Reset() { + *x = ReadStorageV1CsiDriverRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1060] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadStorageV1CsiDriverRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadStorageV1CsiDriverRequest) ProtoMessage() {} + +func (x *ReadStorageV1CsiDriverRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1060] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadStorageV1CsiDriverRequest.ProtoReflect.Descriptor instead. +func (*ReadStorageV1CsiDriverRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1060} +} + +func (x *ReadStorageV1CsiDriverRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadStorageV1CsiDriverRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadStorageV1CsiNodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CSINode + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadStorageV1CsiNodeRequest) Reset() { + *x = ReadStorageV1CsiNodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1061] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadStorageV1CsiNodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadStorageV1CsiNodeRequest) ProtoMessage() {} + +func (x *ReadStorageV1CsiNodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1061] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadStorageV1CsiNodeRequest.ProtoReflect.Descriptor instead. +func (*ReadStorageV1CsiNodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1061} +} + +func (x *ReadStorageV1CsiNodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadStorageV1CsiNodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadStorageV1NamespacedCsiStorageCapacityRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the CSIStorageCapacity + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,3,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadStorageV1NamespacedCsiStorageCapacityRequest) Reset() { + *x = ReadStorageV1NamespacedCsiStorageCapacityRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1062] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadStorageV1NamespacedCsiStorageCapacityRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadStorageV1NamespacedCsiStorageCapacityRequest) ProtoMessage() {} + +func (x *ReadStorageV1NamespacedCsiStorageCapacityRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1062] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadStorageV1NamespacedCsiStorageCapacityRequest.ProtoReflect.Descriptor instead. +func (*ReadStorageV1NamespacedCsiStorageCapacityRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1062} +} + +func (x *ReadStorageV1NamespacedCsiStorageCapacityRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadStorageV1NamespacedCsiStorageCapacityRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReadStorageV1NamespacedCsiStorageCapacityRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadStorageV1StorageClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the StorageClass + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadStorageV1StorageClassRequest) Reset() { + *x = ReadStorageV1StorageClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1063] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadStorageV1StorageClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadStorageV1StorageClassRequest) ProtoMessage() {} + +func (x *ReadStorageV1StorageClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1063] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadStorageV1StorageClassRequest.ProtoReflect.Descriptor instead. +func (*ReadStorageV1StorageClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1063} +} + +func (x *ReadStorageV1StorageClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadStorageV1StorageClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadStorageV1VolumeAttachmentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the VolumeAttachment + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadStorageV1VolumeAttachmentRequest) Reset() { + *x = ReadStorageV1VolumeAttachmentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1064] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadStorageV1VolumeAttachmentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadStorageV1VolumeAttachmentRequest) ProtoMessage() {} + +func (x *ReadStorageV1VolumeAttachmentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1064] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadStorageV1VolumeAttachmentRequest.ProtoReflect.Descriptor instead. +func (*ReadStorageV1VolumeAttachmentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1064} +} + +func (x *ReadStorageV1VolumeAttachmentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadStorageV1VolumeAttachmentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReadStorageV1VolumeAttachmentStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // name of the VolumeAttachment + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,2,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReadStorageV1VolumeAttachmentStatusRequest) Reset() { + *x = ReadStorageV1VolumeAttachmentStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1065] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReadStorageV1VolumeAttachmentStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReadStorageV1VolumeAttachmentStatusRequest) ProtoMessage() {} + +func (x *ReadStorageV1VolumeAttachmentStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1065] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReadStorageV1VolumeAttachmentStatusRequest.ProtoReflect.Descriptor instead. +func (*ReadStorageV1VolumeAttachmentStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1065} +} + +func (x *ReadStorageV1VolumeAttachmentStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReadStorageV1VolumeAttachmentStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the MutatingWebhookConfiguration + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) Reset() { + *x = ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1066] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1066] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1066} +} + +func (x *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetBody() *IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ValidatingWebhookConfiguration + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Reset() { + *x = ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1067] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1067] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1067} +} + +func (x *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetBody() *IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ValidatingAdmissionPolicyBinding + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Reset() { + *x = ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1068] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoMessage() {} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1068] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1068} +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetBody() *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ValidatingAdmissionPolicy + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Reset() { + *x = ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1069] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoMessage() {} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1069] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1069} +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetBody() *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ValidatingAdmissionPolicy + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) Reset() { + *x = ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1070] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) ProtoMessage() {} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1070] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1070} +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetBody() *IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceApiextensionsV1CustomResourceDefinitionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CustomResourceDefinition + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionRequest) Reset() { + *x = ReplaceApiextensionsV1CustomResourceDefinitionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1071] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceApiextensionsV1CustomResourceDefinitionRequest) ProtoMessage() {} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1071] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceApiextensionsV1CustomResourceDefinitionRequest.ProtoReflect.Descriptor instead. +func (*ReplaceApiextensionsV1CustomResourceDefinitionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1071} +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionRequest) GetBody() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CustomResourceDefinition + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) Reset() { + *x = ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1072] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) ProtoMessage() {} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1072] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1072} +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) GetBody() *IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceApiregistrationV1ApiServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the APIService + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceApiregistrationV1ApiServiceRequest) Reset() { + *x = ReplaceApiregistrationV1ApiServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1073] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceApiregistrationV1ApiServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceApiregistrationV1ApiServiceRequest) ProtoMessage() {} + +func (x *ReplaceApiregistrationV1ApiServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1073] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceApiregistrationV1ApiServiceRequest.ProtoReflect.Descriptor instead. +func (*ReplaceApiregistrationV1ApiServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1073} +} + +func (x *ReplaceApiregistrationV1ApiServiceRequest) GetBody() *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceApiregistrationV1ApiServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceApiregistrationV1ApiServiceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceApiregistrationV1ApiServiceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceApiregistrationV1ApiServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceApiregistrationV1ApiServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceApiregistrationV1ApiServiceStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the APIService + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceApiregistrationV1ApiServiceStatusRequest) Reset() { + *x = ReplaceApiregistrationV1ApiServiceStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1074] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceApiregistrationV1ApiServiceStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceApiregistrationV1ApiServiceStatusRequest) ProtoMessage() {} + +func (x *ReplaceApiregistrationV1ApiServiceStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1074] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceApiregistrationV1ApiServiceStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceApiregistrationV1ApiServiceStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1074} +} + +func (x *ReplaceApiregistrationV1ApiServiceStatusRequest) GetBody() *IoK8SKubeAggregatorPkgApisApiregistrationV1APIService { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceApiregistrationV1ApiServiceStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceApiregistrationV1ApiServiceStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceApiregistrationV1ApiServiceStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceApiregistrationV1ApiServiceStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceApiregistrationV1ApiServiceStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedControllerRevisionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1ControllerRevision `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ControllerRevision + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) Reset() { + *x = ReplaceAppsV1NamespacedControllerRevisionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1075] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedControllerRevisionRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1075] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedControllerRevisionRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedControllerRevisionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1075} +} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) GetBody() *IoK8SApiAppsV1ControllerRevision { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedControllerRevisionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedDaemonSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1DaemonSet `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the DaemonSet + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) Reset() { + *x = ReplaceAppsV1NamespacedDaemonSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1076] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedDaemonSetRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1076] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedDaemonSetRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedDaemonSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1076} +} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) GetBody() *IoK8SApiAppsV1DaemonSet { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedDaemonSetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1DaemonSet `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the DaemonSet + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) Reset() { + *x = ReplaceAppsV1NamespacedDaemonSetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1077] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedDaemonSetStatusRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1077] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedDaemonSetStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedDaemonSetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1077} +} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) GetBody() *IoK8SApiAppsV1DaemonSet { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDaemonSetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedDeploymentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1Deployment `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Deployment + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) Reset() { + *x = ReplaceAppsV1NamespacedDeploymentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1078] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedDeploymentRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1078] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedDeploymentRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedDeploymentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1078} +} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) GetBody() *IoK8SApiAppsV1Deployment { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedDeploymentScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV1Scale `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Scale + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) Reset() { + *x = ReplaceAppsV1NamespacedDeploymentScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1079] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedDeploymentScaleRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1079] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedDeploymentScaleRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedDeploymentScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1079} +} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) GetBody() *IoK8SApiAutoscalingV1Scale { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedDeploymentStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1Deployment `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Deployment + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) Reset() { + *x = ReplaceAppsV1NamespacedDeploymentStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1080] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedDeploymentStatusRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1080] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedDeploymentStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedDeploymentStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1080} +} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) GetBody() *IoK8SApiAppsV1Deployment { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedDeploymentStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedReplicaSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1ReplicaSet `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ReplicaSet + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) Reset() { + *x = ReplaceAppsV1NamespacedReplicaSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1081] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedReplicaSetRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1081] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedReplicaSetRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedReplicaSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1081} +} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) GetBody() *IoK8SApiAppsV1ReplicaSet { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedReplicaSetScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV1Scale `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Scale + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) Reset() { + *x = ReplaceAppsV1NamespacedReplicaSetScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1082] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedReplicaSetScaleRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1082] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedReplicaSetScaleRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedReplicaSetScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1082} +} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) GetBody() *IoK8SApiAutoscalingV1Scale { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedReplicaSetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1ReplicaSet `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ReplicaSet + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) Reset() { + *x = ReplaceAppsV1NamespacedReplicaSetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1083] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedReplicaSetStatusRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1083] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedReplicaSetStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedReplicaSetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1083} +} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) GetBody() *IoK8SApiAppsV1ReplicaSet { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedReplicaSetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedStatefulSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1StatefulSet `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the StatefulSet + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) Reset() { + *x = ReplaceAppsV1NamespacedStatefulSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1084] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedStatefulSetRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1084] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedStatefulSetRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedStatefulSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1084} +} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) GetBody() *IoK8SApiAppsV1StatefulSet { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedStatefulSetScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV1Scale `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Scale + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) Reset() { + *x = ReplaceAppsV1NamespacedStatefulSetScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1085] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedStatefulSetScaleRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1085] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedStatefulSetScaleRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedStatefulSetScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1085} +} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) GetBody() *IoK8SApiAutoscalingV1Scale { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAppsV1NamespacedStatefulSetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAppsV1StatefulSet `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the StatefulSet + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) Reset() { + *x = ReplaceAppsV1NamespacedStatefulSetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1086] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAppsV1NamespacedStatefulSetStatusRequest) ProtoMessage() {} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1086] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAppsV1NamespacedStatefulSetStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAppsV1NamespacedStatefulSetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1086} +} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) GetBody() *IoK8SApiAppsV1StatefulSet { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAppsV1NamespacedStatefulSetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV1HorizontalPodAutoscaler `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1087] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1087] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1087} +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApiAutoscalingV1HorizontalPodAutoscaler { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV1HorizontalPodAutoscaler `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) Reset() { + *x = ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1088] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) ProtoMessage() {} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1088] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1088} +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetBody() *IoK8SApiAutoscalingV1HorizontalPodAutoscaler { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV2HorizontalPodAutoscaler `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1089] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1089] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1089} +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetBody() *IoK8SApiAutoscalingV2HorizontalPodAutoscaler { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV2HorizontalPodAutoscaler `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) Reset() { + *x = ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1090] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) ProtoMessage() {} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1090] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1090} +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetBody() *IoK8SApiAutoscalingV2HorizontalPodAutoscaler { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceBatchV1NamespacedCronJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiBatchV1CronJob `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CronJob + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) Reset() { + *x = ReplaceBatchV1NamespacedCronJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1091] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceBatchV1NamespacedCronJobRequest) ProtoMessage() {} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1091] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceBatchV1NamespacedCronJobRequest.ProtoReflect.Descriptor instead. +func (*ReplaceBatchV1NamespacedCronJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1091} +} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) GetBody() *IoK8SApiBatchV1CronJob { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceBatchV1NamespacedCronJobStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiBatchV1CronJob `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CronJob + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) Reset() { + *x = ReplaceBatchV1NamespacedCronJobStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1092] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceBatchV1NamespacedCronJobStatusRequest) ProtoMessage() {} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1092] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceBatchV1NamespacedCronJobStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceBatchV1NamespacedCronJobStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1092} +} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) GetBody() *IoK8SApiBatchV1CronJob { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceBatchV1NamespacedCronJobStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceBatchV1NamespacedJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiBatchV1Job `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Job + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceBatchV1NamespacedJobRequest) Reset() { + *x = ReplaceBatchV1NamespacedJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1093] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceBatchV1NamespacedJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceBatchV1NamespacedJobRequest) ProtoMessage() {} + +func (x *ReplaceBatchV1NamespacedJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1093] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceBatchV1NamespacedJobRequest.ProtoReflect.Descriptor instead. +func (*ReplaceBatchV1NamespacedJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1093} +} + +func (x *ReplaceBatchV1NamespacedJobRequest) GetBody() *IoK8SApiBatchV1Job { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceBatchV1NamespacedJobRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceBatchV1NamespacedJobStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiBatchV1Job `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Job + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) Reset() { + *x = ReplaceBatchV1NamespacedJobStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1094] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceBatchV1NamespacedJobStatusRequest) ProtoMessage() {} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1094] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceBatchV1NamespacedJobStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceBatchV1NamespacedJobStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1094} +} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) GetBody() *IoK8SApiBatchV1Job { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceBatchV1NamespacedJobStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCertificatesV1CertificateSigningRequestApprovalRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCertificatesV1CertificateSigningRequest `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) Reset() { + *x = ReplaceCertificatesV1CertificateSigningRequestApprovalRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1095] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) ProtoMessage() {} + +func (x *ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1095] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCertificatesV1CertificateSigningRequestApprovalRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1095} +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) GetBody() *IoK8SApiCertificatesV1CertificateSigningRequest { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCertificatesV1CertificateSigningRequestRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCertificatesV1CertificateSigningRequest `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestRequest) Reset() { + *x = ReplaceCertificatesV1CertificateSigningRequestRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1096] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCertificatesV1CertificateSigningRequestRequest) ProtoMessage() {} + +func (x *ReplaceCertificatesV1CertificateSigningRequestRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1096] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCertificatesV1CertificateSigningRequestRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCertificatesV1CertificateSigningRequestRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1096} +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestRequest) GetBody() *IoK8SApiCertificatesV1CertificateSigningRequest { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCertificatesV1CertificateSigningRequestStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCertificatesV1CertificateSigningRequest `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestStatusRequest) Reset() { + *x = ReplaceCertificatesV1CertificateSigningRequestStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1097] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCertificatesV1CertificateSigningRequestStatusRequest) ProtoMessage() {} + +func (x *ReplaceCertificatesV1CertificateSigningRequestStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1097] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCertificatesV1CertificateSigningRequestStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCertificatesV1CertificateSigningRequestStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1097} +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestStatusRequest) GetBody() *IoK8SApiCertificatesV1CertificateSigningRequest { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCertificatesV1CertificateSigningRequestStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ClusterTrustBundle + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) Reset() { + *x = ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1098] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoMessage() {} + +func (x *ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1098] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1098} +} + +func (x *ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) GetBody() *IoK8SApiCertificatesV1Alpha1ClusterTrustBundle { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoordinationV1NamespacedLeaseRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoordinationV1Lease `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Lease + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) Reset() { + *x = ReplaceCoordinationV1NamespacedLeaseRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1099] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoordinationV1NamespacedLeaseRequest) ProtoMessage() {} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1099] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoordinationV1NamespacedLeaseRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoordinationV1NamespacedLeaseRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1099} +} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) GetBody() *IoK8SApiCoordinationV1Lease { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoordinationV1NamespacedLeaseRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespaceFinalizeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Namespace `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Namespace + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespaceFinalizeRequest) Reset() { + *x = ReplaceCoreV1NamespaceFinalizeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1100] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespaceFinalizeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespaceFinalizeRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespaceFinalizeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1100] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespaceFinalizeRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespaceFinalizeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1100} +} + +func (x *ReplaceCoreV1NamespaceFinalizeRequest) GetBody() *IoK8SApiCoreV1Namespace { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespaceFinalizeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespaceFinalizeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespaceFinalizeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespaceFinalizeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespaceFinalizeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespaceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Namespace `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Namespace + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespaceRequest) Reset() { + *x = ReplaceCoreV1NamespaceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1101] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespaceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespaceRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespaceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1101] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespaceRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespaceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1101} +} + +func (x *ReplaceCoreV1NamespaceRequest) GetBody() *IoK8SApiCoreV1Namespace { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespaceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespaceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespaceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespaceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespaceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespaceStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Namespace `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Namespace + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespaceStatusRequest) Reset() { + *x = ReplaceCoreV1NamespaceStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1102] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespaceStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespaceStatusRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespaceStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1102] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespaceStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespaceStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1102} +} + +func (x *ReplaceCoreV1NamespaceStatusRequest) GetBody() *IoK8SApiCoreV1Namespace { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespaceStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespaceStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespaceStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespaceStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespaceStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedConfigMapRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ConfigMap `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ConfigMap + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) Reset() { + *x = ReplaceCoreV1NamespacedConfigMapRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1103] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedConfigMapRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1103] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedConfigMapRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedConfigMapRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1103} +} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) GetBody() *IoK8SApiCoreV1ConfigMap { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedConfigMapRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedEndpointsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Endpoints `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Endpoints + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) Reset() { + *x = ReplaceCoreV1NamespacedEndpointsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1104] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedEndpointsRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1104] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedEndpointsRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedEndpointsRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1104} +} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) GetBody() *IoK8SApiCoreV1Endpoints { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEndpointsRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Event `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Event + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedEventRequest) Reset() { + *x = ReplaceCoreV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1105] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedEventRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1105] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1105} +} + +func (x *ReplaceCoreV1NamespacedEventRequest) GetBody() *IoK8SApiCoreV1Event { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEventRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEventRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedLimitRangeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1LimitRange `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the LimitRange + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) Reset() { + *x = ReplaceCoreV1NamespacedLimitRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1106] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedLimitRangeRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1106] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedLimitRangeRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedLimitRangeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1106} +} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) GetBody() *IoK8SApiCoreV1LimitRange { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedLimitRangeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedPersistentVolumeClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1PersistentVolumeClaim `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PersistentVolumeClaim + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) Reset() { + *x = ReplaceCoreV1NamespacedPersistentVolumeClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1107] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1107] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedPersistentVolumeClaimRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1107} +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) GetBody() *IoK8SApiCoreV1PersistentVolumeClaim { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1PersistentVolumeClaim `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PersistentVolumeClaim + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) Reset() { + *x = ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1108] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1108] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1108} +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetBody() *IoK8SApiCoreV1PersistentVolumeClaim { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedPodEphemeralcontainersRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Pod `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Pod + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) Reset() { + *x = ReplaceCoreV1NamespacedPodEphemeralcontainersRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1109] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1109] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedPodEphemeralcontainersRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1109} +} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) GetBody() *IoK8SApiCoreV1Pod { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedPodRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Pod `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Pod + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedPodRequest) Reset() { + *x = ReplaceCoreV1NamespacedPodRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1110] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedPodRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedPodRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedPodRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1110] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedPodRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedPodRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1110} +} + +func (x *ReplaceCoreV1NamespacedPodRequest) GetBody() *IoK8SApiCoreV1Pod { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedPodRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedPodStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Pod `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Pod + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) Reset() { + *x = ReplaceCoreV1NamespacedPodStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1111] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedPodStatusRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1111] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedPodStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedPodStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1111} +} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) GetBody() *IoK8SApiCoreV1Pod { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedPodTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1PodTemplate `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PodTemplate + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) Reset() { + *x = ReplaceCoreV1NamespacedPodTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1112] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedPodTemplateRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1112] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedPodTemplateRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedPodTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1112} +} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) GetBody() *IoK8SApiCoreV1PodTemplate { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedPodTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedReplicationControllerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ReplicationController `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ReplicationController + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) Reset() { + *x = ReplaceCoreV1NamespacedReplicationControllerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1113] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedReplicationControllerRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1113] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedReplicationControllerRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedReplicationControllerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1113} +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) GetBody() *IoK8SApiCoreV1ReplicationController { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedReplicationControllerScaleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiAutoscalingV1Scale `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Scale + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) Reset() { + *x = ReplaceCoreV1NamespacedReplicationControllerScaleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1114] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedReplicationControllerScaleRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1114] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedReplicationControllerScaleRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedReplicationControllerScaleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1114} +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) GetBody() *IoK8SApiAutoscalingV1Scale { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerScaleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedReplicationControllerStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ReplicationController `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ReplicationController + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) Reset() { + *x = ReplaceCoreV1NamespacedReplicationControllerStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1115] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedReplicationControllerStatusRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1115] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedReplicationControllerStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedReplicationControllerStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1115} +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) GetBody() *IoK8SApiCoreV1ReplicationController { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedReplicationControllerStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedResourceQuotaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ResourceQuota `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ResourceQuota + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) Reset() { + *x = ReplaceCoreV1NamespacedResourceQuotaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1116] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedResourceQuotaRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1116] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedResourceQuotaRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedResourceQuotaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1116} +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) GetBody() *IoK8SApiCoreV1ResourceQuota { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedResourceQuotaStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ResourceQuota `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ResourceQuota + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) Reset() { + *x = ReplaceCoreV1NamespacedResourceQuotaStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1117] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedResourceQuotaStatusRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1117] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedResourceQuotaStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedResourceQuotaStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1117} +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) GetBody() *IoK8SApiCoreV1ResourceQuota { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedResourceQuotaStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedSecretRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Secret `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Secret + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedSecretRequest) Reset() { + *x = ReplaceCoreV1NamespacedSecretRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1118] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedSecretRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedSecretRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedSecretRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1118] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedSecretRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedSecretRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1118} +} + +func (x *ReplaceCoreV1NamespacedSecretRequest) GetBody() *IoK8SApiCoreV1Secret { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedSecretRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedSecretRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedSecretRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedSecretRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedSecretRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedSecretRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedServiceAccountRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1ServiceAccount `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ServiceAccount + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) Reset() { + *x = ReplaceCoreV1NamespacedServiceAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1119] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedServiceAccountRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1119] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedServiceAccountRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedServiceAccountRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1119} +} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) GetBody() *IoK8SApiCoreV1ServiceAccount { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceAccountRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Service `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Service + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedServiceRequest) Reset() { + *x = ReplaceCoreV1NamespacedServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1120] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedServiceRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1120] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedServiceRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1120} +} + +func (x *ReplaceCoreV1NamespacedServiceRequest) GetBody() *IoK8SApiCoreV1Service { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedServiceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NamespacedServiceStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Service `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Service + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) Reset() { + *x = ReplaceCoreV1NamespacedServiceStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1121] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NamespacedServiceStatusRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1121] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NamespacedServiceStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NamespacedServiceStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1121} +} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) GetBody() *IoK8SApiCoreV1Service { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceCoreV1NamespacedServiceStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Node `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Node + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NodeRequest) Reset() { + *x = ReplaceCoreV1NodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1122] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NodeRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1122] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NodeRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1122} +} + +func (x *ReplaceCoreV1NodeRequest) GetBody() *IoK8SApiCoreV1Node { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NodeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NodeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1NodeStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1Node `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Node + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1NodeStatusRequest) Reset() { + *x = ReplaceCoreV1NodeStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1123] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1NodeStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1NodeStatusRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1NodeStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1123] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1NodeStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1NodeStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1123} +} + +func (x *ReplaceCoreV1NodeStatusRequest) GetBody() *IoK8SApiCoreV1Node { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1NodeStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1NodeStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1NodeStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1NodeStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1NodeStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1PersistentVolumeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1PersistentVolume `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PersistentVolume + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1PersistentVolumeRequest) Reset() { + *x = ReplaceCoreV1PersistentVolumeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1124] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1PersistentVolumeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1PersistentVolumeRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1PersistentVolumeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1124] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1PersistentVolumeRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1PersistentVolumeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1124} +} + +func (x *ReplaceCoreV1PersistentVolumeRequest) GetBody() *IoK8SApiCoreV1PersistentVolume { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1PersistentVolumeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1PersistentVolumeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1PersistentVolumeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1PersistentVolumeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1PersistentVolumeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceCoreV1PersistentVolumeStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiCoreV1PersistentVolume `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PersistentVolume + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceCoreV1PersistentVolumeStatusRequest) Reset() { + *x = ReplaceCoreV1PersistentVolumeStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1125] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceCoreV1PersistentVolumeStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceCoreV1PersistentVolumeStatusRequest) ProtoMessage() {} + +func (x *ReplaceCoreV1PersistentVolumeStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1125] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceCoreV1PersistentVolumeStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceCoreV1PersistentVolumeStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1125} +} + +func (x *ReplaceCoreV1PersistentVolumeStatusRequest) GetBody() *IoK8SApiCoreV1PersistentVolume { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceCoreV1PersistentVolumeStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceCoreV1PersistentVolumeStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceCoreV1PersistentVolumeStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceCoreV1PersistentVolumeStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceCoreV1PersistentVolumeStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceDiscoveryV1NamespacedEndpointSliceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiDiscoveryV1EndpointSlice `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the EndpointSlice + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) Reset() { + *x = ReplaceDiscoveryV1NamespacedEndpointSliceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1126] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceDiscoveryV1NamespacedEndpointSliceRequest) ProtoMessage() {} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1126] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceDiscoveryV1NamespacedEndpointSliceRequest.ProtoReflect.Descriptor instead. +func (*ReplaceDiscoveryV1NamespacedEndpointSliceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1126} +} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) GetBody() *IoK8SApiDiscoveryV1EndpointSlice { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceDiscoveryV1NamespacedEndpointSliceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceEventsV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiEventsV1Event `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Event + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceEventsV1NamespacedEventRequest) Reset() { + *x = ReplaceEventsV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1127] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceEventsV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceEventsV1NamespacedEventRequest) ProtoMessage() {} + +func (x *ReplaceEventsV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1127] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceEventsV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*ReplaceEventsV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1127} +} + +func (x *ReplaceEventsV1NamespacedEventRequest) GetBody() *IoK8SApiEventsV1Event { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceEventsV1NamespacedEventRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceEventsV1NamespacedEventRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceEventsV1NamespacedEventRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceEventsV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceEventsV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceEventsV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta2FlowSchema `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) Reset() { + *x = ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1128] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoMessage() {} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1128] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1128} +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetBody() *IoK8SApiFlowcontrolV1Beta2FlowSchema { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta2FlowSchema `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) Reset() { + *x = ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1129] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) ProtoMessage() {} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1129] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1129} +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetBody() *IoK8SApiFlowcontrolV1Beta2FlowSchema { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Reset() { + *x = ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1130] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1130] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1130} +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetBody() *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) Reset() { + *x = ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1131] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) ProtoMessage() {} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1131] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1131} +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetBody() *IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta3FlowSchema `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) Reset() { + *x = ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1132] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoMessage() {} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1132] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1132} +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetBody() *IoK8SApiFlowcontrolV1Beta3FlowSchema { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta3FlowSchema `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) Reset() { + *x = ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1133] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) ProtoMessage() {} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1133] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1133} +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetBody() *IoK8SApiFlowcontrolV1Beta3FlowSchema { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Reset() { + *x = ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1134] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1134] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1134} +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetBody() *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) Reset() { + *x = ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1135] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) ProtoMessage() {} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1135] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1135} +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetBody() *IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceInternalApiserverV1Alpha1StorageVersionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiApiserverinternalV1Alpha1StorageVersion `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the StorageVersion + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionRequest) Reset() { + *x = ReplaceInternalApiserverV1Alpha1StorageVersionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1136] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceInternalApiserverV1Alpha1StorageVersionRequest) ProtoMessage() {} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1136] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceInternalApiserverV1Alpha1StorageVersionRequest.ProtoReflect.Descriptor instead. +func (*ReplaceInternalApiserverV1Alpha1StorageVersionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1136} +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionRequest) GetBody() *IoK8SApiApiserverinternalV1Alpha1StorageVersion { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiApiserverinternalV1Alpha1StorageVersion `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the StorageVersion + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) Reset() { + *x = ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1137] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) ProtoMessage() {} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1137] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1137} +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) GetBody() *IoK8SApiApiserverinternalV1Alpha1StorageVersion { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceNetworkingV1IngressClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1IngressClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the IngressClass + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceNetworkingV1IngressClassRequest) Reset() { + *x = ReplaceNetworkingV1IngressClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1138] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceNetworkingV1IngressClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceNetworkingV1IngressClassRequest) ProtoMessage() {} + +func (x *ReplaceNetworkingV1IngressClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1138] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceNetworkingV1IngressClassRequest.ProtoReflect.Descriptor instead. +func (*ReplaceNetworkingV1IngressClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1138} +} + +func (x *ReplaceNetworkingV1IngressClassRequest) GetBody() *IoK8SApiNetworkingV1IngressClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceNetworkingV1IngressClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceNetworkingV1IngressClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceNetworkingV1IngressClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceNetworkingV1IngressClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceNetworkingV1IngressClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceNetworkingV1NamespacedIngressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1Ingress `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Ingress + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) Reset() { + *x = ReplaceNetworkingV1NamespacedIngressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1139] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceNetworkingV1NamespacedIngressRequest) ProtoMessage() {} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1139] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceNetworkingV1NamespacedIngressRequest.ProtoReflect.Descriptor instead. +func (*ReplaceNetworkingV1NamespacedIngressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1139} +} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) GetBody() *IoK8SApiNetworkingV1Ingress { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceNetworkingV1NamespacedIngressStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1Ingress `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Ingress + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) Reset() { + *x = ReplaceNetworkingV1NamespacedIngressStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1140] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceNetworkingV1NamespacedIngressStatusRequest) ProtoMessage() {} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1140] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceNetworkingV1NamespacedIngressStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceNetworkingV1NamespacedIngressStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1140} +} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) GetBody() *IoK8SApiNetworkingV1Ingress { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedIngressStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceNetworkingV1NamespacedNetworkPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1NetworkPolicy `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the NetworkPolicy + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) Reset() { + *x = ReplaceNetworkingV1NamespacedNetworkPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1141] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceNetworkingV1NamespacedNetworkPolicyRequest) ProtoMessage() {} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1141] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceNetworkingV1NamespacedNetworkPolicyRequest.ProtoReflect.Descriptor instead. +func (*ReplaceNetworkingV1NamespacedNetworkPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1141} +} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) GetBody() *IoK8SApiNetworkingV1NetworkPolicy { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceNetworkingV1NamespacedNetworkPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceNetworkingV1Alpha1ClusterCidrRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1Alpha1ClusterCIDR `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ClusterCIDR + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceNetworkingV1Alpha1ClusterCidrRequest) Reset() { + *x = ReplaceNetworkingV1Alpha1ClusterCidrRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1142] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceNetworkingV1Alpha1ClusterCidrRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceNetworkingV1Alpha1ClusterCidrRequest) ProtoMessage() {} + +func (x *ReplaceNetworkingV1Alpha1ClusterCidrRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1142] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceNetworkingV1Alpha1ClusterCidrRequest.ProtoReflect.Descriptor instead. +func (*ReplaceNetworkingV1Alpha1ClusterCidrRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1142} +} + +func (x *ReplaceNetworkingV1Alpha1ClusterCidrRequest) GetBody() *IoK8SApiNetworkingV1Alpha1ClusterCIDR { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceNetworkingV1Alpha1ClusterCidrRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceNetworkingV1Alpha1ClusterCidrRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceNetworkingV1Alpha1ClusterCidrRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceNetworkingV1Alpha1ClusterCidrRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceNetworkingV1Alpha1ClusterCidrRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceNetworkingV1Alpha1IpAddressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNetworkingV1Alpha1IPAddress `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the IPAddress + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceNetworkingV1Alpha1IpAddressRequest) Reset() { + *x = ReplaceNetworkingV1Alpha1IpAddressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1143] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceNetworkingV1Alpha1IpAddressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceNetworkingV1Alpha1IpAddressRequest) ProtoMessage() {} + +func (x *ReplaceNetworkingV1Alpha1IpAddressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1143] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceNetworkingV1Alpha1IpAddressRequest.ProtoReflect.Descriptor instead. +func (*ReplaceNetworkingV1Alpha1IpAddressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1143} +} + +func (x *ReplaceNetworkingV1Alpha1IpAddressRequest) GetBody() *IoK8SApiNetworkingV1Alpha1IPAddress { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceNetworkingV1Alpha1IpAddressRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceNetworkingV1Alpha1IpAddressRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceNetworkingV1Alpha1IpAddressRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceNetworkingV1Alpha1IpAddressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceNetworkingV1Alpha1IpAddressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceNodeV1RuntimeClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiNodeV1RuntimeClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the RuntimeClass + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceNodeV1RuntimeClassRequest) Reset() { + *x = ReplaceNodeV1RuntimeClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1144] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceNodeV1RuntimeClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceNodeV1RuntimeClassRequest) ProtoMessage() {} + +func (x *ReplaceNodeV1RuntimeClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1144] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceNodeV1RuntimeClassRequest.ProtoReflect.Descriptor instead. +func (*ReplaceNodeV1RuntimeClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1144} +} + +func (x *ReplaceNodeV1RuntimeClassRequest) GetBody() *IoK8SApiNodeV1RuntimeClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceNodeV1RuntimeClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceNodeV1RuntimeClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceNodeV1RuntimeClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceNodeV1RuntimeClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceNodeV1RuntimeClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplacePolicyV1NamespacedPodDisruptionBudgetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiPolicyV1PodDisruptionBudget `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PodDisruptionBudget + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) Reset() { + *x = ReplacePolicyV1NamespacedPodDisruptionBudgetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1145] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) ProtoMessage() {} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1145] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplacePolicyV1NamespacedPodDisruptionBudgetRequest.ProtoReflect.Descriptor instead. +func (*ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1145} +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) GetBody() *IoK8SApiPolicyV1PodDisruptionBudget { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiPolicyV1PodDisruptionBudget `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PodDisruptionBudget + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) Reset() { + *x = ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1146] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) ProtoMessage() {} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1146] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1146} +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetBody() *IoK8SApiPolicyV1PodDisruptionBudget { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceRbacAuthorizationV1ClusterRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiRbacV1ClusterRoleBinding `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ClusterRoleBinding + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) Reset() { + *x = ReplaceRbacAuthorizationV1ClusterRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1147] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) ProtoMessage() {} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1147] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceRbacAuthorizationV1ClusterRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1147} +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) GetBody() *IoK8SApiRbacV1ClusterRoleBinding { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceRbacAuthorizationV1ClusterRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiRbacV1ClusterRole `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ClusterRole + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleRequest) Reset() { + *x = ReplaceRbacAuthorizationV1ClusterRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1148] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceRbacAuthorizationV1ClusterRoleRequest) ProtoMessage() {} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1148] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceRbacAuthorizationV1ClusterRoleRequest.ProtoReflect.Descriptor instead. +func (*ReplaceRbacAuthorizationV1ClusterRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1148} +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleRequest) GetBody() *IoK8SApiRbacV1ClusterRole { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1ClusterRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiRbacV1RoleBinding `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the RoleBinding + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) Reset() { + *x = ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1149] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoMessage() {} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1149] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1149} +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) GetBody() *IoK8SApiRbacV1RoleBinding { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceRbacAuthorizationV1NamespacedRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiRbacV1Role `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the Role + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) Reset() { + *x = ReplaceRbacAuthorizationV1NamespacedRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1150] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceRbacAuthorizationV1NamespacedRoleRequest) ProtoMessage() {} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1150] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceRbacAuthorizationV1NamespacedRoleRequest.ProtoReflect.Descriptor instead. +func (*ReplaceRbacAuthorizationV1NamespacedRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1150} +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) GetBody() *IoK8SApiRbacV1Role { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceRbacAuthorizationV1NamespacedRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2PodSchedulingContext `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PodSchedulingContext + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) Reset() { + *x = ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1151] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoMessage() {} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1151] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest.ProtoReflect.Descriptor instead. +func (*ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1151} +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetBody() *IoK8SApiResourceV1Alpha2PodSchedulingContext { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2PodSchedulingContext `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PodSchedulingContext + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) Reset() { + *x = ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1152] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) ProtoMessage() {} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1152] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1152} +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetBody() *IoK8SApiResourceV1Alpha2PodSchedulingContext { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceResourceV1Alpha2NamespacedResourceClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2ResourceClaim `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ResourceClaim + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) Reset() { + *x = ReplaceResourceV1Alpha2NamespacedResourceClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1153] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) ProtoMessage() {} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1153] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceResourceV1Alpha2NamespacedResourceClaimRequest.ProtoReflect.Descriptor instead. +func (*ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1153} +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) GetBody() *IoK8SApiResourceV1Alpha2ResourceClaim { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2ResourceClaim `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ResourceClaim + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) Reset() { + *x = ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1154] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) ProtoMessage() {} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1154] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1154} +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetBody() *IoK8SApiResourceV1Alpha2ResourceClaim { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2ResourceClaimTemplate `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ResourceClaimTemplate + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Reset() { + *x = ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1155] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoMessage() {} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1155] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest.ProtoReflect.Descriptor instead. +func (*ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1155} +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetBody() *IoK8SApiResourceV1Alpha2ResourceClaimTemplate { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceResourceV1Alpha2ResourceClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiResourceV1Alpha2ResourceClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the ResourceClass + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceResourceV1Alpha2ResourceClassRequest) Reset() { + *x = ReplaceResourceV1Alpha2ResourceClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1156] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceResourceV1Alpha2ResourceClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceResourceV1Alpha2ResourceClassRequest) ProtoMessage() {} + +func (x *ReplaceResourceV1Alpha2ResourceClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1156] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceResourceV1Alpha2ResourceClassRequest.ProtoReflect.Descriptor instead. +func (*ReplaceResourceV1Alpha2ResourceClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1156} +} + +func (x *ReplaceResourceV1Alpha2ResourceClassRequest) GetBody() *IoK8SApiResourceV1Alpha2ResourceClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceResourceV1Alpha2ResourceClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceResourceV1Alpha2ResourceClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceResourceV1Alpha2ResourceClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceResourceV1Alpha2ResourceClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceResourceV1Alpha2ResourceClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceSchedulingV1PriorityClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiSchedulingV1PriorityClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the PriorityClass + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceSchedulingV1PriorityClassRequest) Reset() { + *x = ReplaceSchedulingV1PriorityClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1157] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceSchedulingV1PriorityClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceSchedulingV1PriorityClassRequest) ProtoMessage() {} + +func (x *ReplaceSchedulingV1PriorityClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1157] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceSchedulingV1PriorityClassRequest.ProtoReflect.Descriptor instead. +func (*ReplaceSchedulingV1PriorityClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1157} +} + +func (x *ReplaceSchedulingV1PriorityClassRequest) GetBody() *IoK8SApiSchedulingV1PriorityClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceSchedulingV1PriorityClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceSchedulingV1PriorityClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceSchedulingV1PriorityClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceSchedulingV1PriorityClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceSchedulingV1PriorityClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceStorageV1CsiDriverRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1CSIDriver `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CSIDriver + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceStorageV1CsiDriverRequest) Reset() { + *x = ReplaceStorageV1CsiDriverRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1158] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceStorageV1CsiDriverRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceStorageV1CsiDriverRequest) ProtoMessage() {} + +func (x *ReplaceStorageV1CsiDriverRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1158] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceStorageV1CsiDriverRequest.ProtoReflect.Descriptor instead. +func (*ReplaceStorageV1CsiDriverRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1158} +} + +func (x *ReplaceStorageV1CsiDriverRequest) GetBody() *IoK8SApiStorageV1CSIDriver { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceStorageV1CsiDriverRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceStorageV1CsiDriverRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceStorageV1CsiDriverRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceStorageV1CsiDriverRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceStorageV1CsiDriverRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceStorageV1CsiNodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1CSINode `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CSINode + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceStorageV1CsiNodeRequest) Reset() { + *x = ReplaceStorageV1CsiNodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1159] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceStorageV1CsiNodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceStorageV1CsiNodeRequest) ProtoMessage() {} + +func (x *ReplaceStorageV1CsiNodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1159] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceStorageV1CsiNodeRequest.ProtoReflect.Descriptor instead. +func (*ReplaceStorageV1CsiNodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1159} +} + +func (x *ReplaceStorageV1CsiNodeRequest) GetBody() *IoK8SApiStorageV1CSINode { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceStorageV1CsiNodeRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceStorageV1CsiNodeRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceStorageV1CsiNodeRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceStorageV1CsiNodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceStorageV1CsiNodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceStorageV1NamespacedCsiStorageCapacityRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1CSIStorageCapacity `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the CSIStorageCapacity + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) Reset() { + *x = ReplaceStorageV1NamespacedCsiStorageCapacityRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1160] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceStorageV1NamespacedCsiStorageCapacityRequest) ProtoMessage() {} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1160] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceStorageV1NamespacedCsiStorageCapacityRequest.ProtoReflect.Descriptor instead. +func (*ReplaceStorageV1NamespacedCsiStorageCapacityRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1160} +} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) GetBody() *IoK8SApiStorageV1CSIStorageCapacity { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *ReplaceStorageV1NamespacedCsiStorageCapacityRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceStorageV1StorageClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1StorageClass `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the StorageClass + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceStorageV1StorageClassRequest) Reset() { + *x = ReplaceStorageV1StorageClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1161] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceStorageV1StorageClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceStorageV1StorageClassRequest) ProtoMessage() {} + +func (x *ReplaceStorageV1StorageClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1161] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceStorageV1StorageClassRequest.ProtoReflect.Descriptor instead. +func (*ReplaceStorageV1StorageClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1161} +} + +func (x *ReplaceStorageV1StorageClassRequest) GetBody() *IoK8SApiStorageV1StorageClass { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceStorageV1StorageClassRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceStorageV1StorageClassRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceStorageV1StorageClassRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceStorageV1StorageClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceStorageV1StorageClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceStorageV1VolumeAttachmentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1VolumeAttachment `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the VolumeAttachment + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceStorageV1VolumeAttachmentRequest) Reset() { + *x = ReplaceStorageV1VolumeAttachmentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1162] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceStorageV1VolumeAttachmentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceStorageV1VolumeAttachmentRequest) ProtoMessage() {} + +func (x *ReplaceStorageV1VolumeAttachmentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1162] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceStorageV1VolumeAttachmentRequest.ProtoReflect.Descriptor instead. +func (*ReplaceStorageV1VolumeAttachmentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1162} +} + +func (x *ReplaceStorageV1VolumeAttachmentRequest) GetBody() *IoK8SApiStorageV1VolumeAttachment { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceStorageV1VolumeAttachmentRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceStorageV1VolumeAttachmentRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceStorageV1VolumeAttachmentRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceStorageV1VolumeAttachmentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceStorageV1VolumeAttachmentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type ReplaceStorageV1VolumeAttachmentStatusRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Body *IoK8SApiStorageV1VolumeAttachment `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"` + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + DryRun string `protobuf:"bytes,2,opt,name=dryRun,proto3" json:"dryRun,omitempty"` + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + FieldManager string `protobuf:"bytes,3,opt,name=fieldManager,proto3" json:"fieldManager,omitempty"` + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + FieldValidation string `protobuf:"bytes,4,opt,name=fieldValidation,proto3" json:"fieldValidation,omitempty"` + // name of the VolumeAttachment + Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` +} + +func (x *ReplaceStorageV1VolumeAttachmentStatusRequest) Reset() { + *x = ReplaceStorageV1VolumeAttachmentStatusRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1163] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *ReplaceStorageV1VolumeAttachmentStatusRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*ReplaceStorageV1VolumeAttachmentStatusRequest) ProtoMessage() {} + +func (x *ReplaceStorageV1VolumeAttachmentStatusRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1163] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use ReplaceStorageV1VolumeAttachmentStatusRequest.ProtoReflect.Descriptor instead. +func (*ReplaceStorageV1VolumeAttachmentStatusRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1163} +} + +func (x *ReplaceStorageV1VolumeAttachmentStatusRequest) GetBody() *IoK8SApiStorageV1VolumeAttachment { + if x != nil { + return x.Body + } + return nil +} + +func (x *ReplaceStorageV1VolumeAttachmentStatusRequest) GetDryRun() string { + if x != nil { + return x.DryRun + } + return "" +} + +func (x *ReplaceStorageV1VolumeAttachmentStatusRequest) GetFieldManager() string { + if x != nil { + return x.FieldManager + } + return "" +} + +func (x *ReplaceStorageV1VolumeAttachmentStatusRequest) GetFieldValidation() string { + if x != nil { + return x.FieldValidation + } + return "" +} + +func (x *ReplaceStorageV1VolumeAttachmentStatusRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *ReplaceStorageV1VolumeAttachmentStatusRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +type WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) Reset() { + *x = WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1164] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) ProtoMessage() {} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1164] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest.ProtoReflect.Descriptor instead. +func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1164} +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the MutatingWebhookConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) Reset() { + *x = WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1165] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1165] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1165} +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) Reset() { + *x = WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1166] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) ProtoMessage() {} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1166] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest.ProtoReflect.Descriptor instead. +func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1166} +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ValidatingWebhookConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Reset() { + *x = WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1167] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoMessage() {} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1167] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest.ProtoReflect.Descriptor instead. +func (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1167} +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) Reset() { + *x = WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1168] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) ProtoMessage() { +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1168] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest.ProtoReflect.Descriptor instead. +func (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1168} +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ValidatingAdmissionPolicyBinding + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Reset() { + *x = WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1169] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoMessage() {} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1169] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest.ProtoReflect.Descriptor instead. +func (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1169} +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) Reset() { + *x = WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1170] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) ProtoMessage() {} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1170] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest.ProtoReflect.Descriptor instead. +func (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1170} +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ValidatingAdmissionPolicy + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Reset() { + *x = WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1171] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoMessage() {} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1171] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest.ProtoReflect.Descriptor instead. +func (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1171} +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchApiextensionsV1CustomResourceDefinitionListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) Reset() { + *x = WatchApiextensionsV1CustomResourceDefinitionListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1172] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchApiextensionsV1CustomResourceDefinitionListRequest) ProtoMessage() {} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1172] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchApiextensionsV1CustomResourceDefinitionListRequest.ProtoReflect.Descriptor instead. +func (*WatchApiextensionsV1CustomResourceDefinitionListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1172} +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchApiextensionsV1CustomResourceDefinitionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the CustomResourceDefinition + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) Reset() { + *x = WatchApiextensionsV1CustomResourceDefinitionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1173] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchApiextensionsV1CustomResourceDefinitionRequest) ProtoMessage() {} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1173] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchApiextensionsV1CustomResourceDefinitionRequest.ProtoReflect.Descriptor instead. +func (*WatchApiextensionsV1CustomResourceDefinitionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1173} +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchApiextensionsV1CustomResourceDefinitionRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchApiregistrationV1ApiServiceListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) Reset() { + *x = WatchApiregistrationV1ApiServiceListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1174] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchApiregistrationV1ApiServiceListRequest) ProtoMessage() {} + +func (x *WatchApiregistrationV1ApiServiceListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1174] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchApiregistrationV1ApiServiceListRequest.ProtoReflect.Descriptor instead. +func (*WatchApiregistrationV1ApiServiceListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1174} +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchApiregistrationV1ApiServiceListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchApiregistrationV1ApiServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the APIService + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchApiregistrationV1ApiServiceRequest) Reset() { + *x = WatchApiregistrationV1ApiServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1175] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchApiregistrationV1ApiServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchApiregistrationV1ApiServiceRequest) ProtoMessage() {} + +func (x *WatchApiregistrationV1ApiServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1175] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchApiregistrationV1ApiServiceRequest.ProtoReflect.Descriptor instead. +func (*WatchApiregistrationV1ApiServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1175} +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchApiregistrationV1ApiServiceRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1ControllerRevisionListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) Reset() { + *x = WatchAppsV1ControllerRevisionListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1176] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1ControllerRevisionListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1176] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1ControllerRevisionListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1ControllerRevisionListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1176} +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1ControllerRevisionListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1DaemonSetListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) Reset() { + *x = WatchAppsV1DaemonSetListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1177] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1DaemonSetListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1177] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1DaemonSetListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1DaemonSetListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1177} +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1DaemonSetListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1DeploymentListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) Reset() { + *x = WatchAppsV1DeploymentListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1178] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1DeploymentListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1178] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1DeploymentListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1DeploymentListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1178} +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1DeploymentListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedControllerRevisionListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) Reset() { + *x = WatchAppsV1NamespacedControllerRevisionListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1179] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedControllerRevisionListRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1179] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedControllerRevisionListRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedControllerRevisionListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1179} +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedControllerRevisionListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedControllerRevisionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ControllerRevision + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) Reset() { + *x = WatchAppsV1NamespacedControllerRevisionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1180] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedControllerRevisionRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1180] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedControllerRevisionRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedControllerRevisionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1180} +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedControllerRevisionRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedDaemonSetListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) Reset() { + *x = WatchAppsV1NamespacedDaemonSetListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1181] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedDaemonSetListRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1181] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedDaemonSetListRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedDaemonSetListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1181} +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedDaemonSetListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedDaemonSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the DaemonSet + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) Reset() { + *x = WatchAppsV1NamespacedDaemonSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1182] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedDaemonSetRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1182] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedDaemonSetRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedDaemonSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1182} +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedDaemonSetRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedDeploymentListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) Reset() { + *x = WatchAppsV1NamespacedDeploymentListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1183] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedDeploymentListRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1183] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedDeploymentListRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedDeploymentListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1183} +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedDeploymentListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedDeploymentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Deployment + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) Reset() { + *x = WatchAppsV1NamespacedDeploymentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1184] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedDeploymentRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedDeploymentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1184] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedDeploymentRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedDeploymentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1184} +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedDeploymentRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedReplicaSetListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) Reset() { + *x = WatchAppsV1NamespacedReplicaSetListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1185] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedReplicaSetListRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1185] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedReplicaSetListRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedReplicaSetListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1185} +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedReplicaSetListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedReplicaSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ReplicaSet + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) Reset() { + *x = WatchAppsV1NamespacedReplicaSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1186] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedReplicaSetRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1186] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedReplicaSetRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedReplicaSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1186} +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedReplicaSetRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedStatefulSetListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) Reset() { + *x = WatchAppsV1NamespacedStatefulSetListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1187] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedStatefulSetListRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1187] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedStatefulSetListRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedStatefulSetListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1187} +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedStatefulSetListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1NamespacedStatefulSetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the StatefulSet + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) Reset() { + *x = WatchAppsV1NamespacedStatefulSetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1188] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1NamespacedStatefulSetRequest) ProtoMessage() {} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1188] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1NamespacedStatefulSetRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1NamespacedStatefulSetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1188} +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1NamespacedStatefulSetRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1ReplicaSetListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) Reset() { + *x = WatchAppsV1ReplicaSetListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1189] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1ReplicaSetListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1189] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1ReplicaSetListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1ReplicaSetListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1189} +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1ReplicaSetListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAppsV1StatefulSetListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) Reset() { + *x = WatchAppsV1StatefulSetListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1190] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAppsV1StatefulSetListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1190] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAppsV1StatefulSetListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchAppsV1StatefulSetListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1190} +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAppsV1StatefulSetListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) Reset() { + *x = WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1191] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1191] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1191} +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) Reset() { + *x = WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1192] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) ProtoMessage() {} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1192] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest.ProtoReflect.Descriptor instead. +func (*WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1192} +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1193] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1193] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1193} +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) Reset() { + *x = WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1194] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1194] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1194} +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) Reset() { + *x = WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1195] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) ProtoMessage() {} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1195] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest.ProtoReflect.Descriptor instead. +func (*WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1195} +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the HorizontalPodAutoscaler + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Reset() { + *x = WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1196] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoMessage() {} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1196] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.ProtoReflect.Descriptor instead. +func (*WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1196} +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchBatchV1CronJobListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) Reset() { + *x = WatchBatchV1CronJobListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1197] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchBatchV1CronJobListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1197] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchBatchV1CronJobListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchBatchV1CronJobListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1197} +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchBatchV1CronJobListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchBatchV1JobListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) Reset() { + *x = WatchBatchV1JobListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1198] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchBatchV1JobListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1198] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchBatchV1JobListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchBatchV1JobListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1198} +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchBatchV1JobListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchBatchV1NamespacedCronJobListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) Reset() { + *x = WatchBatchV1NamespacedCronJobListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1199] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchBatchV1NamespacedCronJobListRequest) ProtoMessage() {} + +func (x *WatchBatchV1NamespacedCronJobListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1199] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchBatchV1NamespacedCronJobListRequest.ProtoReflect.Descriptor instead. +func (*WatchBatchV1NamespacedCronJobListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1199} +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchBatchV1NamespacedCronJobListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchBatchV1NamespacedCronJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the CronJob + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchBatchV1NamespacedCronJobRequest) Reset() { + *x = WatchBatchV1NamespacedCronJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1200] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchBatchV1NamespacedCronJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchBatchV1NamespacedCronJobRequest) ProtoMessage() {} + +func (x *WatchBatchV1NamespacedCronJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1200] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchBatchV1NamespacedCronJobRequest.ProtoReflect.Descriptor instead. +func (*WatchBatchV1NamespacedCronJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1200} +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchBatchV1NamespacedCronJobRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchBatchV1NamespacedJobListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchBatchV1NamespacedJobListRequest) Reset() { + *x = WatchBatchV1NamespacedJobListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1201] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchBatchV1NamespacedJobListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchBatchV1NamespacedJobListRequest) ProtoMessage() {} + +func (x *WatchBatchV1NamespacedJobListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1201] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchBatchV1NamespacedJobListRequest.ProtoReflect.Descriptor instead. +func (*WatchBatchV1NamespacedJobListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1201} +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchBatchV1NamespacedJobListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchBatchV1NamespacedJobRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Job + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchBatchV1NamespacedJobRequest) Reset() { + *x = WatchBatchV1NamespacedJobRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1202] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchBatchV1NamespacedJobRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchBatchV1NamespacedJobRequest) ProtoMessage() {} + +func (x *WatchBatchV1NamespacedJobRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1202] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchBatchV1NamespacedJobRequest.ProtoReflect.Descriptor instead. +func (*WatchBatchV1NamespacedJobRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1202} +} + +func (x *WatchBatchV1NamespacedJobRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchBatchV1NamespacedJobRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchBatchV1NamespacedJobRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchBatchV1NamespacedJobRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchBatchV1NamespacedJobRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchBatchV1NamespacedJobRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchBatchV1NamespacedJobRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchBatchV1NamespacedJobRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchBatchV1NamespacedJobRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchBatchV1NamespacedJobRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchBatchV1NamespacedJobRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchBatchV1NamespacedJobRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchBatchV1NamespacedJobRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCertificatesV1CertificateSigningRequestListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) Reset() { + *x = WatchCertificatesV1CertificateSigningRequestListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1203] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCertificatesV1CertificateSigningRequestListRequest) ProtoMessage() {} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1203] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCertificatesV1CertificateSigningRequestListRequest.ProtoReflect.Descriptor instead. +func (*WatchCertificatesV1CertificateSigningRequestListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1203} +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCertificatesV1CertificateSigningRequestListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCertificatesV1CertificateSigningRequestRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the CertificateSigningRequest + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) Reset() { + *x = WatchCertificatesV1CertificateSigningRequestRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1204] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCertificatesV1CertificateSigningRequestRequest) ProtoMessage() {} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1204] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCertificatesV1CertificateSigningRequestRequest.ProtoReflect.Descriptor instead. +func (*WatchCertificatesV1CertificateSigningRequestRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1204} +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCertificatesV1CertificateSigningRequestRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCertificatesV1Alpha1ClusterTrustBundleListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) Reset() { + *x = WatchCertificatesV1Alpha1ClusterTrustBundleListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1205] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) ProtoMessage() {} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1205] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCertificatesV1Alpha1ClusterTrustBundleListRequest.ProtoReflect.Descriptor instead. +func (*WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1205} +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCertificatesV1Alpha1ClusterTrustBundleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ClusterTrustBundle + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) Reset() { + *x = WatchCertificatesV1Alpha1ClusterTrustBundleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1206] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoMessage() {} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1206] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCertificatesV1Alpha1ClusterTrustBundleRequest.ProtoReflect.Descriptor instead. +func (*WatchCertificatesV1Alpha1ClusterTrustBundleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1206} +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCertificatesV1Alpha1ClusterTrustBundleRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoordinationV1LeaseListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) Reset() { + *x = WatchCoordinationV1LeaseListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1207] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoordinationV1LeaseListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1207] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoordinationV1LeaseListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoordinationV1LeaseListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1207} +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoordinationV1LeaseListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoordinationV1NamespacedLeaseListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) Reset() { + *x = WatchCoordinationV1NamespacedLeaseListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1208] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoordinationV1NamespacedLeaseListRequest) ProtoMessage() {} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1208] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoordinationV1NamespacedLeaseListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoordinationV1NamespacedLeaseListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1208} +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoordinationV1NamespacedLeaseListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoordinationV1NamespacedLeaseRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Lease + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) Reset() { + *x = WatchCoordinationV1NamespacedLeaseRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1209] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoordinationV1NamespacedLeaseRequest) ProtoMessage() {} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1209] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoordinationV1NamespacedLeaseRequest.ProtoReflect.Descriptor instead. +func (*WatchCoordinationV1NamespacedLeaseRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1209} +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoordinationV1NamespacedLeaseRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1ConfigMapListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1ConfigMapListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1210] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1ConfigMapListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1210] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1ConfigMapListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1ConfigMapListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1210} +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1ConfigMapListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1EndpointsListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1EndpointsListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1211] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1EndpointsListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1211] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1EndpointsListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1EndpointsListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1211} +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1EndpointsListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1EventListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1EventListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1212] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1EventListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1212] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1EventListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1EventListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1212} +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1EventListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1LimitRangeListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1LimitRangeListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1213] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1LimitRangeListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1213] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1LimitRangeListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1LimitRangeListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1213} +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1LimitRangeListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespaceListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespaceListRequest) Reset() { + *x = WatchCoreV1NamespaceListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1214] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespaceListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespaceListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespaceListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1214] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespaceListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespaceListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1214} +} + +func (x *WatchCoreV1NamespaceListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespaceListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespaceListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespaceListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespaceListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespaceListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespaceListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespaceListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespaceListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespaceListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespaceListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespaceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Namespace + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespaceRequest) Reset() { + *x = WatchCoreV1NamespaceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1215] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespaceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespaceRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespaceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1215] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespaceRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespaceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1215} +} + +func (x *WatchCoreV1NamespaceRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespaceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespaceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespaceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespaceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespaceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespaceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespaceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespaceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespaceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespaceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespaceRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedConfigMapListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) Reset() { + *x = WatchCoreV1NamespacedConfigMapListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1216] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedConfigMapListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1216] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedConfigMapListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedConfigMapListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1216} +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedConfigMapListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedConfigMapRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ConfigMap + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) Reset() { + *x = WatchCoreV1NamespacedConfigMapRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1217] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedConfigMapRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedConfigMapRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1217] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedConfigMapRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedConfigMapRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1217} +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedConfigMapRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedEndpointsListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) Reset() { + *x = WatchCoreV1NamespacedEndpointsListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1218] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedEndpointsListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1218] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedEndpointsListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedEndpointsListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1218} +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedEndpointsListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedEndpointsRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Endpoints + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) Reset() { + *x = WatchCoreV1NamespacedEndpointsRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1219] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedEndpointsRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedEndpointsRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1219] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedEndpointsRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedEndpointsRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1219} +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedEndpointsRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedEventListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedEventListRequest) Reset() { + *x = WatchCoreV1NamespacedEventListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1220] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedEventListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedEventListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedEventListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1220] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedEventListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedEventListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1220} +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedEventListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Event + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedEventRequest) Reset() { + *x = WatchCoreV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1221] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedEventRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1221] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1221} +} + +func (x *WatchCoreV1NamespacedEventRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedEventRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedEventRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedEventRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedEventRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedEventRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedEventRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedEventRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedEventRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedEventRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedLimitRangeListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) Reset() { + *x = WatchCoreV1NamespacedLimitRangeListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1222] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedLimitRangeListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1222] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedLimitRangeListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedLimitRangeListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1222} +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedLimitRangeListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedLimitRangeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the LimitRange + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) Reset() { + *x = WatchCoreV1NamespacedLimitRangeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1223] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedLimitRangeRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1223] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedLimitRangeRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedLimitRangeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1223} +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedLimitRangeRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedPersistentVolumeClaimListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) Reset() { + *x = WatchCoreV1NamespacedPersistentVolumeClaimListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1224] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedPersistentVolumeClaimListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1224] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedPersistentVolumeClaimListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedPersistentVolumeClaimListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1224} +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedPersistentVolumeClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the PersistentVolumeClaim + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) Reset() { + *x = WatchCoreV1NamespacedPersistentVolumeClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1225] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedPersistentVolumeClaimRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1225] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedPersistentVolumeClaimRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedPersistentVolumeClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1225} +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedPersistentVolumeClaimRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedPodListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedPodListRequest) Reset() { + *x = WatchCoreV1NamespacedPodListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1226] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedPodListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedPodListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedPodListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1226] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedPodListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedPodListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1226} +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedPodListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedPodRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Pod + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedPodRequest) Reset() { + *x = WatchCoreV1NamespacedPodRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1227] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedPodRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedPodRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedPodRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1227] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedPodRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedPodRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1227} +} + +func (x *WatchCoreV1NamespacedPodRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedPodRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedPodRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPodRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPodRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedPodRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedPodRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedPodRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedPodRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedPodRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedPodRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedPodRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedPodRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedPodTemplateListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) Reset() { + *x = WatchCoreV1NamespacedPodTemplateListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1228] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedPodTemplateListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1228] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedPodTemplateListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedPodTemplateListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1228} +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedPodTemplateListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedPodTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the PodTemplate + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) Reset() { + *x = WatchCoreV1NamespacedPodTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1229] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedPodTemplateRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1229] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedPodTemplateRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedPodTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1229} +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedPodTemplateRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedReplicationControllerListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) Reset() { + *x = WatchCoreV1NamespacedReplicationControllerListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1230] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedReplicationControllerListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1230] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedReplicationControllerListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedReplicationControllerListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1230} +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedReplicationControllerListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedReplicationControllerRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ReplicationController + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) Reset() { + *x = WatchCoreV1NamespacedReplicationControllerRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1231] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedReplicationControllerRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1231] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedReplicationControllerRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedReplicationControllerRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1231} +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedReplicationControllerRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedResourceQuotaListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) Reset() { + *x = WatchCoreV1NamespacedResourceQuotaListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1232] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedResourceQuotaListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1232] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedResourceQuotaListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedResourceQuotaListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1232} +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedResourceQuotaListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedResourceQuotaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ResourceQuota + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) Reset() { + *x = WatchCoreV1NamespacedResourceQuotaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1233] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedResourceQuotaRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1233] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedResourceQuotaRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedResourceQuotaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1233} +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedResourceQuotaRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedSecretListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedSecretListRequest) Reset() { + *x = WatchCoreV1NamespacedSecretListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1234] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedSecretListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedSecretListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedSecretListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1234] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedSecretListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedSecretListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1234} +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedSecretListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedSecretRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Secret + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedSecretRequest) Reset() { + *x = WatchCoreV1NamespacedSecretRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1235] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedSecretRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedSecretRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedSecretRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1235] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedSecretRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedSecretRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1235} +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedSecretRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedServiceAccountListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) Reset() { + *x = WatchCoreV1NamespacedServiceAccountListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1236] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedServiceAccountListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1236] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedServiceAccountListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedServiceAccountListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1236} +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedServiceAccountListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedServiceAccountRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ServiceAccount + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) Reset() { + *x = WatchCoreV1NamespacedServiceAccountRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1237] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedServiceAccountRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1237] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedServiceAccountRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedServiceAccountRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1237} +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedServiceAccountRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedServiceListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedServiceListRequest) Reset() { + *x = WatchCoreV1NamespacedServiceListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1238] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedServiceListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedServiceListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedServiceListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1238] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedServiceListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedServiceListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1238} +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedServiceListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NamespacedServiceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Service + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NamespacedServiceRequest) Reset() { + *x = WatchCoreV1NamespacedServiceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1239] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NamespacedServiceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NamespacedServiceRequest) ProtoMessage() {} + +func (x *WatchCoreV1NamespacedServiceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1239] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NamespacedServiceRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NamespacedServiceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1239} +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NamespacedServiceRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NodeListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NodeListRequest) Reset() { + *x = WatchCoreV1NodeListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1240] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NodeListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NodeListRequest) ProtoMessage() {} + +func (x *WatchCoreV1NodeListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1240] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NodeListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NodeListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1240} +} + +func (x *WatchCoreV1NodeListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NodeListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NodeListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NodeListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NodeListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NodeListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NodeListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NodeListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NodeListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NodeListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NodeListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1NodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Node + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1NodeRequest) Reset() { + *x = WatchCoreV1NodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1241] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1NodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1NodeRequest) ProtoMessage() {} + +func (x *WatchCoreV1NodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1241] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1NodeRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1NodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1241} +} + +func (x *WatchCoreV1NodeRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1NodeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1NodeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1NodeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1NodeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1NodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1NodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1NodeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1NodeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1NodeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1NodeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1NodeRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1242] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1242] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1242} +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1PersistentVolumeListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1PersistentVolumeListRequest) Reset() { + *x = WatchCoreV1PersistentVolumeListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1243] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1PersistentVolumeListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1PersistentVolumeListRequest) ProtoMessage() {} + +func (x *WatchCoreV1PersistentVolumeListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1243] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1PersistentVolumeListRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1PersistentVolumeListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1243} +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1PersistentVolumeListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1PersistentVolumeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the PersistentVolume + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1PersistentVolumeRequest) Reset() { + *x = WatchCoreV1PersistentVolumeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1244] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1PersistentVolumeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1PersistentVolumeRequest) ProtoMessage() {} + +func (x *WatchCoreV1PersistentVolumeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1244] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1PersistentVolumeRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1PersistentVolumeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1244} +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1PersistentVolumeRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1PodListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1PodListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1245] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1PodListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1245] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1PodListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1PodListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1245} +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1PodListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1PodTemplateListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1PodTemplateListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1246] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1PodTemplateListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1246] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1PodTemplateListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1PodTemplateListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1246} +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1PodTemplateListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1ReplicationControllerListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1ReplicationControllerListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1247] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1ReplicationControllerListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1247] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1ReplicationControllerListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1ReplicationControllerListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1247} +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1ReplicationControllerListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1ResourceQuotaListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1ResourceQuotaListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1248] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1ResourceQuotaListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1248] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1ResourceQuotaListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1ResourceQuotaListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1248} +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1ResourceQuotaListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1SecretListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1SecretListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1249] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1SecretListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1249] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1SecretListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1SecretListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1249} +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1SecretListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1ServiceAccountListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1ServiceAccountListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1250] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1ServiceAccountListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1250] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1ServiceAccountListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1ServiceAccountListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1250} +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1ServiceAccountListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchCoreV1ServiceListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) Reset() { + *x = WatchCoreV1ServiceListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1251] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchCoreV1ServiceListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1251] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchCoreV1ServiceListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchCoreV1ServiceListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1251} +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchCoreV1ServiceListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) Reset() { + *x = WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1252] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1252] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1252} +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchDiscoveryV1NamespacedEndpointSliceListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) Reset() { + *x = WatchDiscoveryV1NamespacedEndpointSliceListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1253] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchDiscoveryV1NamespacedEndpointSliceListRequest) ProtoMessage() {} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1253] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchDiscoveryV1NamespacedEndpointSliceListRequest.ProtoReflect.Descriptor instead. +func (*WatchDiscoveryV1NamespacedEndpointSliceListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1253} +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchDiscoveryV1NamespacedEndpointSliceRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the EndpointSlice + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) Reset() { + *x = WatchDiscoveryV1NamespacedEndpointSliceRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1254] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchDiscoveryV1NamespacedEndpointSliceRequest) ProtoMessage() {} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1254] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchDiscoveryV1NamespacedEndpointSliceRequest.ProtoReflect.Descriptor instead. +func (*WatchDiscoveryV1NamespacedEndpointSliceRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1254} +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchDiscoveryV1NamespacedEndpointSliceRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchEventsV1EventListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) Reset() { + *x = WatchEventsV1EventListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1255] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchEventsV1EventListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1255] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchEventsV1EventListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchEventsV1EventListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1255} +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchEventsV1EventListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchEventsV1NamespacedEventListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchEventsV1NamespacedEventListRequest) Reset() { + *x = WatchEventsV1NamespacedEventListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1256] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchEventsV1NamespacedEventListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchEventsV1NamespacedEventListRequest) ProtoMessage() {} + +func (x *WatchEventsV1NamespacedEventListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1256] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchEventsV1NamespacedEventListRequest.ProtoReflect.Descriptor instead. +func (*WatchEventsV1NamespacedEventListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1256} +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchEventsV1NamespacedEventListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchEventsV1NamespacedEventRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Event + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchEventsV1NamespacedEventRequest) Reset() { + *x = WatchEventsV1NamespacedEventRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1257] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchEventsV1NamespacedEventRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchEventsV1NamespacedEventRequest) ProtoMessage() {} + +func (x *WatchEventsV1NamespacedEventRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1257] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchEventsV1NamespacedEventRequest.ProtoReflect.Descriptor instead. +func (*WatchEventsV1NamespacedEventRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1257} +} + +func (x *WatchEventsV1NamespacedEventRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchEventsV1NamespacedEventRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchEventsV1NamespacedEventRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchEventsV1NamespacedEventRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchEventsV1NamespacedEventRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchEventsV1NamespacedEventRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchEventsV1NamespacedEventRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchEventsV1NamespacedEventRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchEventsV1NamespacedEventRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchEventsV1NamespacedEventRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchEventsV1NamespacedEventRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchEventsV1NamespacedEventRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchEventsV1NamespacedEventRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) Reset() { + *x = WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1258] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) ProtoMessage() {} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1258] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest.ProtoReflect.Descriptor instead. +func (*WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1258} +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) Reset() { + *x = WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1259] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoMessage() {} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1259] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1259} +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) Reset() { + *x = WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1260] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) ProtoMessage() {} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1260] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest.ProtoReflect.Descriptor instead. +func (*WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1260} +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Reset() { + *x = WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1261] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1261] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1261} +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) Reset() { + *x = WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1262] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) ProtoMessage() {} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1262] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest.ProtoReflect.Descriptor instead. +func (*WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1262} +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the FlowSchema + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) Reset() { + *x = WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1263] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoMessage() {} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1263] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest.ProtoReflect.Descriptor instead. +func (*WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1263} +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) Reset() { + *x = WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1264] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) ProtoMessage() {} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1264] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest.ProtoReflect.Descriptor instead. +func (*WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1264} +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the PriorityLevelConfiguration + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Reset() { + *x = WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1265] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoMessage() {} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1265] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest.ProtoReflect.Descriptor instead. +func (*WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1265} +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchInternalApiserverV1Alpha1StorageVersionListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) Reset() { + *x = WatchInternalApiserverV1Alpha1StorageVersionListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1266] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchInternalApiserverV1Alpha1StorageVersionListRequest) ProtoMessage() {} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1266] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchInternalApiserverV1Alpha1StorageVersionListRequest.ProtoReflect.Descriptor instead. +func (*WatchInternalApiserverV1Alpha1StorageVersionListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1266} +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchInternalApiserverV1Alpha1StorageVersionRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the StorageVersion + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) Reset() { + *x = WatchInternalApiserverV1Alpha1StorageVersionRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1267] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchInternalApiserverV1Alpha1StorageVersionRequest) ProtoMessage() {} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1267] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchInternalApiserverV1Alpha1StorageVersionRequest.ProtoReflect.Descriptor instead. +func (*WatchInternalApiserverV1Alpha1StorageVersionRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1267} +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchInternalApiserverV1Alpha1StorageVersionRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1IngressClassListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1IngressClassListRequest) Reset() { + *x = WatchNetworkingV1IngressClassListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1268] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1IngressClassListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1IngressClassListRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1IngressClassListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1268] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1IngressClassListRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1IngressClassListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1268} +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1IngressClassListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1IngressClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the IngressClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1IngressClassRequest) Reset() { + *x = WatchNetworkingV1IngressClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1269] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1IngressClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1IngressClassRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1IngressClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1269] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1IngressClassRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1IngressClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1269} +} + +func (x *WatchNetworkingV1IngressClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1IngressClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1IngressClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1IngressClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1IngressClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1IngressClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchNetworkingV1IngressClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1IngressClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1IngressClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1IngressClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1IngressClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1IngressClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1IngressListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) Reset() { + *x = WatchNetworkingV1IngressListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1270] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1IngressListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1270] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1IngressListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1IngressListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1270} +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1IngressListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1NamespacedIngressListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) Reset() { + *x = WatchNetworkingV1NamespacedIngressListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1271] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1NamespacedIngressListRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1271] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1NamespacedIngressListRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1NamespacedIngressListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1271} +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1NamespacedIngressListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1NamespacedIngressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Ingress + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) Reset() { + *x = WatchNetworkingV1NamespacedIngressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1272] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1NamespacedIngressRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1NamespacedIngressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1272] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1NamespacedIngressRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1NamespacedIngressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1272} +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1NamespacedIngressRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1NamespacedNetworkPolicyListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) Reset() { + *x = WatchNetworkingV1NamespacedNetworkPolicyListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1273] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1NamespacedNetworkPolicyListRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1273] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1NamespacedNetworkPolicyListRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1NamespacedNetworkPolicyListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1273} +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1NamespacedNetworkPolicyRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the NetworkPolicy + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) Reset() { + *x = WatchNetworkingV1NamespacedNetworkPolicyRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1274] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1NamespacedNetworkPolicyRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1274] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1NamespacedNetworkPolicyRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1NamespacedNetworkPolicyRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1274} +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1NamespacedNetworkPolicyRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) Reset() { + *x = WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1275] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1275] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1275} +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1Alpha1ClusterCidrListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) Reset() { + *x = WatchNetworkingV1Alpha1ClusterCidrListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1276] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1Alpha1ClusterCidrListRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1276] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1Alpha1ClusterCidrListRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1Alpha1ClusterCidrListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1276} +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1Alpha1ClusterCidrRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ClusterCIDR + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) Reset() { + *x = WatchNetworkingV1Alpha1ClusterCidrRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1277] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1Alpha1ClusterCidrRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1277] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1Alpha1ClusterCidrRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1Alpha1ClusterCidrRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1277} +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1Alpha1ClusterCidrRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1Alpha1IpAddressListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) Reset() { + *x = WatchNetworkingV1Alpha1IpAddressListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1278] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1Alpha1IpAddressListRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1278] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1Alpha1IpAddressListRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1Alpha1IpAddressListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1278} +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1Alpha1IpAddressListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNetworkingV1Alpha1IpAddressRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the IPAddress + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) Reset() { + *x = WatchNetworkingV1Alpha1IpAddressRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1279] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNetworkingV1Alpha1IpAddressRequest) ProtoMessage() {} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1279] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNetworkingV1Alpha1IpAddressRequest.ProtoReflect.Descriptor instead. +func (*WatchNetworkingV1Alpha1IpAddressRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1279} +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNetworkingV1Alpha1IpAddressRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNodeV1RuntimeClassListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNodeV1RuntimeClassListRequest) Reset() { + *x = WatchNodeV1RuntimeClassListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1280] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNodeV1RuntimeClassListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNodeV1RuntimeClassListRequest) ProtoMessage() {} + +func (x *WatchNodeV1RuntimeClassListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1280] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNodeV1RuntimeClassListRequest.ProtoReflect.Descriptor instead. +func (*WatchNodeV1RuntimeClassListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1280} +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNodeV1RuntimeClassListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchNodeV1RuntimeClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the RuntimeClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchNodeV1RuntimeClassRequest) Reset() { + *x = WatchNodeV1RuntimeClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1281] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchNodeV1RuntimeClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchNodeV1RuntimeClassRequest) ProtoMessage() {} + +func (x *WatchNodeV1RuntimeClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1281] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchNodeV1RuntimeClassRequest.ProtoReflect.Descriptor instead. +func (*WatchNodeV1RuntimeClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1281} +} + +func (x *WatchNodeV1RuntimeClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchNodeV1RuntimeClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchNodeV1RuntimeClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchNodeV1RuntimeClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchNodeV1RuntimeClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchNodeV1RuntimeClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchNodeV1RuntimeClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchNodeV1RuntimeClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchNodeV1RuntimeClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchNodeV1RuntimeClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchNodeV1RuntimeClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchNodeV1RuntimeClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchPolicyV1NamespacedPodDisruptionBudgetListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) Reset() { + *x = WatchPolicyV1NamespacedPodDisruptionBudgetListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1282] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) ProtoMessage() {} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1282] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchPolicyV1NamespacedPodDisruptionBudgetListRequest.ProtoReflect.Descriptor instead. +func (*WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1282} +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchPolicyV1NamespacedPodDisruptionBudgetRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the PodDisruptionBudget + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) Reset() { + *x = WatchPolicyV1NamespacedPodDisruptionBudgetRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1283] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchPolicyV1NamespacedPodDisruptionBudgetRequest) ProtoMessage() {} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1283] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchPolicyV1NamespacedPodDisruptionBudgetRequest.ProtoReflect.Descriptor instead. +func (*WatchPolicyV1NamespacedPodDisruptionBudgetRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1283} +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchPolicyV1NamespacedPodDisruptionBudgetRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) Reset() { + *x = WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1284] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1284] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1284} +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1ClusterRoleBindingListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) Reset() { + *x = WatchRbacAuthorizationV1ClusterRoleBindingListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1285] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1ClusterRoleBindingListRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1285] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1ClusterRoleBindingListRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1ClusterRoleBindingListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1285} +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1ClusterRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ClusterRoleBinding + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) Reset() { + *x = WatchRbacAuthorizationV1ClusterRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1286] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1ClusterRoleBindingRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1286] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1ClusterRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1ClusterRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1286} +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1ClusterRoleBindingRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1ClusterRoleListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) Reset() { + *x = WatchRbacAuthorizationV1ClusterRoleListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1287] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1ClusterRoleListRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1287] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1ClusterRoleListRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1ClusterRoleListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1287} +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1ClusterRoleListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1ClusterRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ClusterRole + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) Reset() { + *x = WatchRbacAuthorizationV1ClusterRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1288] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1ClusterRoleRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1288] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1ClusterRoleRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1ClusterRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1288} +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1ClusterRoleRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1NamespacedRoleBindingListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) Reset() { + *x = WatchRbacAuthorizationV1NamespacedRoleBindingListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1289] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1289] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1NamespacedRoleBindingListRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1289} +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1NamespacedRoleBindingRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the RoleBinding + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) Reset() { + *x = WatchRbacAuthorizationV1NamespacedRoleBindingRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1290] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1290] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1NamespacedRoleBindingRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1NamespacedRoleBindingRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1290} +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleBindingRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1NamespacedRoleListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) Reset() { + *x = WatchRbacAuthorizationV1NamespacedRoleListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1291] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1NamespacedRoleListRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1291] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1NamespacedRoleListRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1NamespacedRoleListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1291} +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1NamespacedRoleRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the Role + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) Reset() { + *x = WatchRbacAuthorizationV1NamespacedRoleRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1292] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1NamespacedRoleRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1292] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1NamespacedRoleRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1NamespacedRoleRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1292} +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1NamespacedRoleRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) Reset() { + *x = WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1293] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1293] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1293} +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchRbacAuthorizationV1RoleListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) Reset() { + *x = WatchRbacAuthorizationV1RoleListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1294] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1294] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchRbacAuthorizationV1RoleListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1294} +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) Reset() { + *x = WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1295] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1295] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1295} +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the PodSchedulingContext + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) Reset() { + *x = WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1296] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1296] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1296} +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2NamespacedResourceClaimListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) Reset() { + *x = WatchResourceV1Alpha2NamespacedResourceClaimListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1297] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2NamespacedResourceClaimListRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1297] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2NamespacedResourceClaimListRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2NamespacedResourceClaimListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1297} +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2NamespacedResourceClaimRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ResourceClaim + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) Reset() { + *x = WatchResourceV1Alpha2NamespacedResourceClaimRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1298] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2NamespacedResourceClaimRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1298] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2NamespacedResourceClaimRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2NamespacedResourceClaimRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1298} +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) Reset() { + *x = WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1299] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1299] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1299} +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ResourceClaimTemplate + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Reset() { + *x = WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1300] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1300] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1300} +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) Reset() { + *x = WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1301] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1301] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1301} +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) Reset() { + *x = WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1302] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1302] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1302} +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) Reset() { + *x = WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1303] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1303] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1303} +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2ResourceClassListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) Reset() { + *x = WatchResourceV1Alpha2ResourceClassListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1304] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2ResourceClassListRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1304] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2ResourceClassListRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2ResourceClassListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1304} +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2ResourceClassListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchResourceV1Alpha2ResourceClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the ResourceClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) Reset() { + *x = WatchResourceV1Alpha2ResourceClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1305] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchResourceV1Alpha2ResourceClassRequest) ProtoMessage() {} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1305] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchResourceV1Alpha2ResourceClassRequest.ProtoReflect.Descriptor instead. +func (*WatchResourceV1Alpha2ResourceClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1305} +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchResourceV1Alpha2ResourceClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchSchedulingV1PriorityClassListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchSchedulingV1PriorityClassListRequest) Reset() { + *x = WatchSchedulingV1PriorityClassListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1306] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchSchedulingV1PriorityClassListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchSchedulingV1PriorityClassListRequest) ProtoMessage() {} + +func (x *WatchSchedulingV1PriorityClassListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1306] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchSchedulingV1PriorityClassListRequest.ProtoReflect.Descriptor instead. +func (*WatchSchedulingV1PriorityClassListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1306} +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchSchedulingV1PriorityClassListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchSchedulingV1PriorityClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the PriorityClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchSchedulingV1PriorityClassRequest) Reset() { + *x = WatchSchedulingV1PriorityClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1307] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchSchedulingV1PriorityClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchSchedulingV1PriorityClassRequest) ProtoMessage() {} + +func (x *WatchSchedulingV1PriorityClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1307] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchSchedulingV1PriorityClassRequest.ProtoReflect.Descriptor instead. +func (*WatchSchedulingV1PriorityClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1307} +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchSchedulingV1PriorityClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1CsiDriverListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1CsiDriverListRequest) Reset() { + *x = WatchStorageV1CsiDriverListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1308] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1CsiDriverListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1CsiDriverListRequest) ProtoMessage() {} + +func (x *WatchStorageV1CsiDriverListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1308] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1CsiDriverListRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1CsiDriverListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1308} +} + +func (x *WatchStorageV1CsiDriverListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1CsiDriverListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1CsiDriverListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1CsiDriverListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1CsiDriverListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1CsiDriverListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1CsiDriverListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1CsiDriverListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1CsiDriverListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1CsiDriverListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1CsiDriverListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1CsiDriverRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the CSIDriver + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1CsiDriverRequest) Reset() { + *x = WatchStorageV1CsiDriverRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1309] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1CsiDriverRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1CsiDriverRequest) ProtoMessage() {} + +func (x *WatchStorageV1CsiDriverRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1309] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1CsiDriverRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1CsiDriverRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1309} +} + +func (x *WatchStorageV1CsiDriverRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1CsiDriverRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1CsiDriverRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1CsiDriverRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1CsiDriverRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1CsiDriverRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchStorageV1CsiDriverRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1CsiDriverRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1CsiDriverRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1CsiDriverRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1CsiDriverRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1CsiDriverRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1CsiNodeListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1CsiNodeListRequest) Reset() { + *x = WatchStorageV1CsiNodeListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1310] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1CsiNodeListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1CsiNodeListRequest) ProtoMessage() {} + +func (x *WatchStorageV1CsiNodeListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1310] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1CsiNodeListRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1CsiNodeListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1310} +} + +func (x *WatchStorageV1CsiNodeListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1CsiNodeListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1CsiNodeListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1CsiNodeListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1CsiNodeListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1CsiNodeListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1CsiNodeListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1CsiNodeListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1CsiNodeListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1CsiNodeListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1CsiNodeListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1CsiNodeRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the CSINode + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1CsiNodeRequest) Reset() { + *x = WatchStorageV1CsiNodeRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1311] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1CsiNodeRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1CsiNodeRequest) ProtoMessage() {} + +func (x *WatchStorageV1CsiNodeRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1311] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1CsiNodeRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1CsiNodeRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1311} +} + +func (x *WatchStorageV1CsiNodeRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1CsiNodeRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1CsiNodeRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1CsiNodeRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1CsiNodeRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1CsiNodeRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchStorageV1CsiNodeRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1CsiNodeRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1CsiNodeRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1CsiNodeRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1CsiNodeRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1CsiNodeRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) Reset() { + *x = WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1312] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) ProtoMessage() {} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1312] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1312} +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1NamespacedCsiStorageCapacityListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) Reset() { + *x = WatchStorageV1NamespacedCsiStorageCapacityListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1313] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1NamespacedCsiStorageCapacityListRequest) ProtoMessage() {} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1313] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1NamespacedCsiStorageCapacityListRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1NamespacedCsiStorageCapacityListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1313} +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1NamespacedCsiStorageCapacityRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the CSIStorageCapacity + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // object name and auth scope, such as for teams and projects + Namespace string `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,8,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,9,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,10,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,11,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,12,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,13,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) Reset() { + *x = WatchStorageV1NamespacedCsiStorageCapacityRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1314] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1NamespacedCsiStorageCapacityRequest) ProtoMessage() {} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1314] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1NamespacedCsiStorageCapacityRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1NamespacedCsiStorageCapacityRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1314} +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetNamespace() string { + if x != nil { + return x.Namespace + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1NamespacedCsiStorageCapacityRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1StorageClassListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1StorageClassListRequest) Reset() { + *x = WatchStorageV1StorageClassListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1315] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1StorageClassListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1StorageClassListRequest) ProtoMessage() {} + +func (x *WatchStorageV1StorageClassListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1315] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1StorageClassListRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1StorageClassListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1315} +} + +func (x *WatchStorageV1StorageClassListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1StorageClassListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1StorageClassListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1StorageClassListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1StorageClassListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1StorageClassListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1StorageClassListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1StorageClassListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1StorageClassListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1StorageClassListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1StorageClassListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1StorageClassRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the StorageClass + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1StorageClassRequest) Reset() { + *x = WatchStorageV1StorageClassRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1316] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1StorageClassRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1StorageClassRequest) ProtoMessage() {} + +func (x *WatchStorageV1StorageClassRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1316] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1StorageClassRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1StorageClassRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1316} +} + +func (x *WatchStorageV1StorageClassRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1StorageClassRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1StorageClassRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1StorageClassRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1StorageClassRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1StorageClassRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchStorageV1StorageClassRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1StorageClassRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1StorageClassRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1StorageClassRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1StorageClassRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1StorageClassRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1VolumeAttachmentListRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,6,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,7,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,8,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,9,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,10,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,11,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) Reset() { + *x = WatchStorageV1VolumeAttachmentListRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1317] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1VolumeAttachmentListRequest) ProtoMessage() {} + +func (x *WatchStorageV1VolumeAttachmentListRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1317] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1VolumeAttachmentListRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1VolumeAttachmentListRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1317} +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1VolumeAttachmentListRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +type WatchStorageV1VolumeAttachmentRequest struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + AllowWatchBookmarks bool `protobuf:"varint,1,opt,name=allowWatchBookmarks,proto3" json:"allowWatchBookmarks,omitempty"` + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + Continue string `protobuf:"bytes,2,opt,name=continue,proto3" json:"continue,omitempty"` + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + FieldSelector string `protobuf:"bytes,3,opt,name=fieldSelector,proto3" json:"fieldSelector,omitempty"` + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + LabelSelector string `protobuf:"bytes,4,opt,name=labelSelector,proto3" json:"labelSelector,omitempty"` + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + Limit int32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` + // name of the VolumeAttachment + Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"` + // If 'true', then the output is pretty printed. + Pretty string `protobuf:"bytes,7,opt,name=pretty,proto3" json:"pretty,omitempty"` + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersion string `protobuf:"bytes,8,opt,name=resourceVersion,proto3" json:"resourceVersion,omitempty"` + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + ResourceVersionMatch string `protobuf:"bytes,9,opt,name=resourceVersionMatch,proto3" json:"resourceVersionMatch,omitempty"` + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + SendInitialEvents bool `protobuf:"varint,10,opt,name=sendInitialEvents,proto3" json:"sendInitialEvents,omitempty"` + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + TimeoutSeconds int32 `protobuf:"varint,11,opt,name=timeoutSeconds,proto3" json:"timeoutSeconds,omitempty"` + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + Watch bool `protobuf:"varint,12,opt,name=watch,proto3" json:"watch,omitempty"` +} + +func (x *WatchStorageV1VolumeAttachmentRequest) Reset() { + *x = WatchStorageV1VolumeAttachmentRequest{} + if protoimpl.UnsafeEnabled { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1318] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *WatchStorageV1VolumeAttachmentRequest) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*WatchStorageV1VolumeAttachmentRequest) ProtoMessage() {} + +func (x *WatchStorageV1VolumeAttachmentRequest) ProtoReflect() protoreflect.Message { + mi := &file_kubernetes_proto_kubernetes_proto_msgTypes[1318] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +// Deprecated: Use WatchStorageV1VolumeAttachmentRequest.ProtoReflect.Descriptor instead. +func (*WatchStorageV1VolumeAttachmentRequest) Descriptor() ([]byte, []int) { + return file_kubernetes_proto_kubernetes_proto_rawDescGZIP(), []int{1318} +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetAllowWatchBookmarks() bool { + if x != nil { + return x.AllowWatchBookmarks + } + return false +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetContinue() string { + if x != nil { + return x.Continue + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetFieldSelector() string { + if x != nil { + return x.FieldSelector + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetLabelSelector() string { + if x != nil { + return x.LabelSelector + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetLimit() int32 { + if x != nil { + return x.Limit + } + return 0 +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetName() string { + if x != nil { + return x.Name + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetPretty() string { + if x != nil { + return x.Pretty + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetResourceVersion() string { + if x != nil { + return x.ResourceVersion + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetResourceVersionMatch() string { + if x != nil { + return x.ResourceVersionMatch + } + return "" +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetSendInitialEvents() bool { + if x != nil { + return x.SendInitialEvents + } + return false +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetTimeoutSeconds() int32 { + if x != nil { + return x.TimeoutSeconds + } + return 0 +} + +func (x *WatchStorageV1VolumeAttachmentRequest) GetWatch() bool { + if x != nil { + return x.Watch + } + return false +} + +var File_kubernetes_proto_kubernetes_proto protoreflect.FileDescriptor + +var file_kubernetes_proto_kubernetes_proto_rawDesc = []byte{ + 0x0a, 0x21, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2f, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x2f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x1a, + 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x73, 0x74, + 0x72, 0x75, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x77, 0x72, 0x61, 0x70, + 0x70, 0x65, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x74, 0x0a, 0x2c, 0x43, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, + 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, + 0x22, 0x7c, 0x0a, 0x34, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, + 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, + 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x78, + 0x0a, 0x30, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x80, 0x01, 0x0a, 0x38, 0x43, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x4d, 0x0a, 0x23, 0x43, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x55, 0x0a, 0x2b, 0x43, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, + 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, + 0x68, 0x22, 0xd4, 0x01, 0x0a, 0x2a, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x64, 0x65, 0x72, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x06, 0x73, 0x74, 0x64, 0x65, 0x72, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x64, 0x69, + 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x12, 0x16, + 0x0a, 0x06, 0x73, 0x74, 0x64, 0x6f, 0x75, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, + 0x73, 0x74, 0x64, 0x6f, 0x75, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x03, 0x74, 0x74, 0x79, 0x22, 0xec, 0x01, 0x0a, 0x28, 0x43, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x78, 0x65, 0x63, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, + 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x73, 0x74, 0x64, 0x65, 0x72, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x06, 0x73, 0x74, 0x64, 0x65, 0x72, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x64, 0x69, 0x6e, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x12, 0x16, 0x0a, + 0x06, 0x73, 0x74, 0x64, 0x6f, 0x75, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, + 0x74, 0x64, 0x6f, 0x75, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x03, 0x74, 0x74, 0x79, 0x22, 0x79, 0x0a, 0x2f, 0x43, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x66, 0x6f, 0x72, 0x77, + 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, + 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x70, 0x6f, 0x72, + 0x74, 0x73, 0x22, 0x71, 0x0a, 0x29, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x79, 0x0a, 0x31, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, + 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, + 0x22, 0x75, 0x0a, 0x2d, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x7d, 0x0a, 0x35, 0x43, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, + 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x4a, 0x0a, 0x20, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, + 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, + 0x74, 0x68, 0x22, 0x52, 0x0a, 0x28, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, + 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x73, 0x0a, 0x2b, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x7b, 0x0a, 0x33, 0x43, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, + 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x77, 0x0a, 0x2f, 0x43, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, + 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, + 0x68, 0x22, 0x7f, 0x0a, 0x37, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, + 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, + 0x74, 0x68, 0x22, 0x4c, 0x0a, 0x22, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, + 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, + 0x22, 0x54, 0x0a, 0x2a, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, + 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0xd5, 0x01, 0x0a, 0x2b, 0x43, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, + 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, + 0x69, 0x6e, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x64, 0x65, 0x72, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, 0x74, 0x64, 0x65, 0x72, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x73, + 0x74, 0x64, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x64, 0x6f, 0x75, 0x74, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, 0x74, 0x64, 0x6f, 0x75, 0x74, 0x12, 0x10, 0x0a, 0x03, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x03, 0x74, 0x74, 0x79, 0x22, 0xed, + 0x01, 0x0a, 0x29, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x45, 0x78, 0x65, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07, + 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, + 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, + 0x6e, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, + 0x69, 0x6e, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x64, 0x65, 0x72, 0x72, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, 0x74, 0x64, 0x65, 0x72, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x73, + 0x74, 0x64, 0x69, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x64, 0x6f, 0x75, 0x74, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, 0x74, 0x64, 0x6f, 0x75, 0x74, 0x12, 0x10, 0x0a, 0x03, + 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x03, 0x74, 0x74, 0x79, 0x22, 0x7a, + 0x0a, 0x30, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x50, 0x6f, 0x72, 0x74, 0x66, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x22, 0x72, 0x0a, 0x2a, 0x43, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, + 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, + 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x7a, + 0x0a, 0x32, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x76, 0x0a, 0x2e, 0x43, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, + 0x74, 0x68, 0x22, 0x7e, 0x0a, 0x36, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, + 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, + 0x74, 0x68, 0x22, 0x4b, 0x0a, 0x21, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, + 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, + 0x53, 0x0a, 0x29, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, + 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x70, 0x61, 0x74, 0x68, 0x22, 0x71, 0x0a, 0x29, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x79, 0x0a, 0x31, 0x43, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, + 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, + 0x74, 0x68, 0x22, 0x75, 0x0a, 0x2d, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x7d, 0x0a, 0x35, 0x43, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, + 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x4a, 0x0a, 0x20, 0x43, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x70, 0x61, 0x74, 0x68, 0x22, 0x52, 0x0a, 0x28, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, + 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x9d, 0x02, 0x0a, 0x40, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5b, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa1, 0x02, 0x0a, 0x42, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x5d, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x49, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb1, 0x02, 0x0a, + 0x4a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, + 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x65, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xa3, 0x02, 0x0a, 0x43, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5e, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9f, 0x02, 0x0a, 0x34, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, + 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x69, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x55, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, + 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xff, 0x01, 0x0a, 0x28, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x55, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, + 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8f, 0x02, 0x0a, 0x2f, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, + 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, + 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xfd, 0x01, 0x0a, + 0x26, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xff, 0x01, 0x0a, + 0x27, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xff, + 0x01, 0x0a, 0x27, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x81, 0x02, 0x0a, 0x28, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, + 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xf9, 0x01, 0x0a, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, + 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, + 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x49, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, + 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, + 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xed, 0x01, 0x0a, 0x28, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, + 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, + 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x85, 0x02, 0x0a, 0x34, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, + 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, + 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, + 0x76, 0x69, 0x65, 0x77, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x83, 0x02, 0x0a, 0x33, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4e, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xad, + 0x02, 0x0a, 0x3e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x4f, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x83, + 0x02, 0x0a, 0x33, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x81, 0x02, 0x0a, 0x32, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, + 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, + 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4d, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, + 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, + 0x76, 0x69, 0x65, 0x77, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xfb, 0x01, 0x0a, 0x2f, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, + 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4a, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, + 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, + 0x65, 0x77, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa7, 0x02, 0x0a, 0x3b, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, + 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, + 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xa7, 0x02, 0x0a, 0x3b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xfb, 0x01, 0x0a, 0x25, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, + 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf3, 0x01, 0x0a, 0x21, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x85, + 0x02, 0x0a, 0x34, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x83, 0x02, 0x0a, 0x33, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, + 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4e, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, + 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x85, 0x02, 0x0a, + 0x2a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, + 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xd5, 0x01, 0x0a, 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf9, 0x01, 0x0a, + 0x24, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x42, + 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xfd, 0x01, 0x0a, 0x26, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xfd, 0x01, 0x0a, 0x26, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, + 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf5, 0x01, 0x0a, 0x22, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x33, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xff, 0x01, 0x0a, 0x27, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, + 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x95, 0x02, 0x0a, 0x32, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x90, 0x02, 0x0a, 0x27, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x94, 0x02, + 0x0a, 0x28, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x76, 0x69, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x45, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xf1, 0x01, 0x0a, 0x20, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x81, 0x02, 0x0a, 0x28, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x95, 0x02, 0x0a, + 0x32, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, + 0x65, 0x72, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x85, 0x02, 0x0a, 0x2a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf7, 0x01, 0x0a, + 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x34, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x87, 0x02, 0x0a, 0x2b, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xa8, 0x02, 0x0a, 0x30, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x44, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf9, 0x01, 0x0a, 0x24, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xcb, 0x01, 0x0a, 0x17, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, + 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xe3, 0x01, 0x0a, 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8f, 0x02, 0x0a, 0x2f, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x40, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, + 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf9, 0x01, + 0x0a, 0x24, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf8, 0x01, 0x0a, 0x32, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, + 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x44, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x98, 0x02, 0x0a, 0x42, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xf8, 0x01, 0x0a, 0x32, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x44, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, + 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x98, 0x02, 0x0a, 0x42, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, + 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x54, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, + 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x85, 0x02, 0x0a, 0x34, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xe7, 0x01, + 0x0a, 0x25, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x85, 0x02, 0x0a, 0x2a, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x91, 0x02, 0x0a, 0x30, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xf1, 0x01, 0x0a, 0x2a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x45, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, + 0x49, 0x44, 0x52, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xed, 0x01, 0x0a, 0x28, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x50, 0x41, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xdb, 0x01, 0x0a, 0x1f, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, + 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x95, 0x02, 0x0a, 0x32, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf4, 0x01, + 0x0a, 0x32, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xe6, 0x01, 0x0a, 0x2b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, + 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8e, 0x02, + 0x0a, 0x35, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, + 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x80, + 0x02, 0x0a, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x32, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0xa7, 0x02, 0x0a, 0x3b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x4c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, + 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x99, 0x02, 0x0a, 0x34, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa9, 0x02, 0x0a, 0x3c, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4d, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, + 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xf1, 0x01, 0x0a, 0x2a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x45, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xe9, 0x01, 0x0a, 0x26, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xdb, 0x01, 0x0a, 0x1f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0xd7, 0x01, 0x0a, 0x1d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x95, 0x02, 0x0a, 0x32, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, + 0x53, 0x49, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, + 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xe1, 0x01, 0x0a, 0x22, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3d, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xe9, 0x01, 0x0a, 0x26, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x85, 0x05, 0x0a, 0x4a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, + 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x87, 0x05, 0x0a, 0x4c, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, + 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xdd, 0x02, 0x0a, 0x40, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, + 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xdf, 0x02, 0x0a, 0x42, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, + 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x8f, 0x05, 0x0a, 0x54, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x88, 0x05, 0x0a, 0x4d, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, + 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xe7, 0x02, 0x0a, 0x4a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe0, + 0x02, 0x0a, 0x43, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0xf9, 0x04, 0x0a, 0x3e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x65, + 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xd1, 0x02, + 0x0a, 0x34, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0xc5, 0x02, 0x0a, 0x28, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xed, 0x04, 0x0a, 0x32, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x41, + 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x92, 0x05, 0x0a, 0x39, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, + 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, + 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x89, + 0x05, 0x0a, 0x30, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, + 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, + 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x8a, 0x05, 0x0a, 0x31, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, + 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x8a, 0x05, 0x0a, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, + 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, + 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x8b, 0x05, 0x0a, 0x32, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, + 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x22, 0xea, 0x02, 0x0a, 0x2f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, + 0xe1, 0x02, 0x0a, 0x26, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, + 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x22, 0xe2, 0x02, 0x0a, 0x27, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, + 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, + 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe2, 0x02, 0x0a, 0x27, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe3, 0x02, + 0x0a, 0x28, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, + 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x22, 0x9e, 0x05, 0x0a, 0x45, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, + 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, + 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, + 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xf6, 0x02, 0x0a, 0x3b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x9e, 0x05, + 0x0a, 0x45, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, + 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, + 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, + 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xf6, + 0x02, 0x0a, 0x3b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x88, 0x05, 0x0a, 0x2f, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, + 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x22, 0x84, 0x05, 0x0a, 0x2b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xe0, 0x02, 0x0a, 0x25, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, + 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, + 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, + 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xdc, 0x02, 0x0a, + 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xd1, 0x02, 0x0a, 0x34, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, + 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, + 0xf9, 0x04, 0x0a, 0x3e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, + 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xd0, 0x02, 0x0a, 0x33, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, + 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xf8, + 0x04, 0x0a, 0x3d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, + 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x8d, 0x05, 0x0a, 0x34, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xe5, 0x02, 0x0a, 0x2a, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0x89, 0x05, 0x0a, 0x30, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x89, 0x05, + 0x0a, 0x30, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x85, 0x05, 0x0a, 0x2c, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x22, 0x8a, 0x05, 0x0a, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, + 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, + 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x95, + 0x05, 0x0a, 0x3c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, + 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, + 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x83, 0x05, 0x0a, 0x2a, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, + 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x8b, 0x05, 0x0a, + 0x32, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, + 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, + 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x95, 0x05, 0x0a, 0x3c, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x22, 0x8d, 0x05, 0x0a, 0x34, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, + 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x22, 0x86, 0x05, 0x0a, 0x2d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x8e, 0x05, 0x0a, 0x35, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, + 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x87, 0x05, 0x0a, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, + 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, + 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xdc, 0x04, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xe8, 0x04, 0x0a, 0x2d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, + 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, + 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, + 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, + 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x22, 0xb9, 0x02, 0x0a, 0x1c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, + 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, + 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, + 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, + 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe1, 0x02, 0x0a, + 0x26, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, + 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, + 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x22, 0xe1, 0x02, 0x0a, 0x26, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, + 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, + 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, + 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x22, 0xdd, 0x02, 0x0a, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, + 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, + 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, + 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe2, 0x02, 0x0a, 0x27, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, + 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xed, 0x02, 0x0a, 0x32, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xdb, 0x02, 0x0a, 0x20, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe3, 0x02, 0x0a, 0x28, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xed, 0x02, + 0x0a, 0x32, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe5, 0x02, + 0x0a, 0x2a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xde, 0x02, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe6, 0x02, 0x0a, 0x2b, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, + 0xdf, 0x02, 0x0a, 0x24, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0xb4, 0x02, 0x0a, 0x17, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xc0, 0x02, 0x0a, 0x23, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, + 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x92, 0x05, 0x0a, 0x39, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, + 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, + 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, + 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, + 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, + 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, + 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x22, 0xea, 0x02, 0x0a, 0x2f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, + 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x87, 0x05, + 0x0a, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, + 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xdf, 0x02, 0x0a, 0x24, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xf7, 0x04, 0x0a, 0x3c, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, + 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x22, 0x87, 0x05, 0x0a, 0x4c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xcf, 0x02, + 0x0a, 0x32, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, + 0xdf, 0x02, 0x0a, 0x42, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0xf7, 0x04, 0x0a, 0x3c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x87, 0x05, 0x0a, 0x4c, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x33, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xcf, 0x02, 0x0a, 0x32, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, + 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xdf, 0x02, 0x0a, 0x42, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xf9, 0x04, 0x0a, 0x3e, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xd1, 0x02, 0x0a, 0x34, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xea, 0x04, 0x0a, 0x2f, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, + 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, + 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x8d, 0x05, 0x0a, 0x34, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, + 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, + 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x93, 0x05, 0x0a, 0x3a, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, + 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xc2, 0x02, 0x0a, + 0x25, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0xe5, 0x02, 0x0a, 0x2a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xeb, 0x02, 0x0a, 0x30, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xc7, 0x02, 0x0a, 0x2a, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0xef, 0x04, 0x0a, 0x34, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, + 0x69, 0x64, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x22, 0xed, 0x04, 0x0a, 0x32, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x22, 0xc5, 0x02, 0x0a, 0x28, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe4, 0x04, 0x0a, 0x29, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, + 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x22, 0xbc, 0x02, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, + 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0x95, 0x05, 0x0a, 0x3c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xed, 0x02, 0x0a, 0x32, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xcf, 0x02, 0x0a, 0x32, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, + 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xc8, 0x02, 0x0a, 0x2b, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, + 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xf7, 0x04, 0x0a, 0x3c, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, + 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, + 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, + 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, + 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x22, 0xf0, 0x04, 0x0a, 0x35, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, + 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x22, 0x98, 0x05, 0x0a, 0x3f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, + 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, + 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, + 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x91, + 0x05, 0x0a, 0x38, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x22, 0xf0, 0x02, 0x0a, 0x35, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, + 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xe9, 0x02, 0x0a, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0x9e, 0x05, 0x0a, 0x45, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, + 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x22, 0x97, 0x05, 0x0a, 0x3e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, + 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, + 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, + 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x9f, 0x05, 0x0a, + 0x46, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, + 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, + 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, + 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xef, + 0x04, 0x0a, 0x34, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, + 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, + 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, + 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, + 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x22, 0xf6, 0x02, 0x0a, 0x3b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, + 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xef, 0x02, 0x0a, 0x34, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xf7, 0x02, 0x0a, 0x3c, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, + 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, + 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xc7, 0x02, 0x0a, 0x2a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, + 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, + 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, + 0xeb, 0x04, 0x0a, 0x30, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, + 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, + 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, + 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xc3, 0x02, + 0x0a, 0x26, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x22, 0xe4, 0x04, 0x0a, 0x29, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xe2, 0x04, 0x0a, 0x27, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, + 0x95, 0x05, 0x0a, 0x3c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xe7, 0x04, 0x0a, 0x2c, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x22, 0xeb, 0x04, 0x0a, 0x30, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2e, 0x0a, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, + 0xbc, 0x02, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, + 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, + 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xba, + 0x02, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, + 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xed, 0x02, 0x0a, 0x32, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, + 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xbf, 0x02, 0x0a, 0x22, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, + 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, + 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0xc3, 0x02, + 0x0a, 0x26, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x2e, 0x0a, + 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x6f, 0x72, 0x70, + 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x22, 0x63, 0x0a, 0x2d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xa6, 0x06, 0x0a, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x12, 0x38, 0x0a, 0x17, 0x61, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x17, 0x61, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x62, 0x0a, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, + 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x0c, 0x63, 0x6c, 0x69, + 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x61, 0x69, + 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, + 0x63, 0x0a, 0x0f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x65, 0x0a, 0x11, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x11, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x5f, 0x0a, 0x0e, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x52, 0x0e, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x2e, 0x0a, 0x12, 0x72, 0x65, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, + 0x72, 0x65, 0x69, 0x6e, 0x76, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x12, 0x53, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x75, + 0x6c, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x69, 0x64, 0x65, 0x45, + 0x66, 0x66, 0x65, 0x63, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x69, + 0x64, 0x65, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x22, 0x9b, 0x02, 0x0a, 0x3b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, + 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x56, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x68, 0x6f, + 0x6f, 0x6b, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, + 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x52, 0x08, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x73, 0x22, + 0xa4, 0x02, 0x0a, 0x3f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, + 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, + 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x5d, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, + 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x05, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xc7, 0x01, 0x0a, 0x31, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x75, 0x6c, 0x65, 0x57, 0x69, + 0x74, 0x68, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1c, 0x0a, 0x09, + 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x0b, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1e, 0x0a, 0x0a, + 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, + 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1c, 0x0a, 0x09, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, + 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, + 0x22, 0x8b, 0x01, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, + 0x65, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, + 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0xf8, + 0x05, 0x0a, 0x30, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, + 0x6f, 0x6f, 0x6b, 0x12, 0x38, 0x0a, 0x17, 0x61, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x17, 0x61, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x76, 0x69, 0x65, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x62, 0x0a, + 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x52, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, + 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x63, 0x0a, 0x0f, 0x6d, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x20, 0x0a, 0x0b, + 0x6d, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x65, 0x0a, 0x11, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x11, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x5f, 0x0a, 0x0e, 0x6f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x0e, 0x6f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x53, 0x0a, 0x05, 0x72, 0x75, + 0x6c, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x75, 0x6c, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, + 0x20, 0x0a, 0x0b, 0x73, 0x69, 0x64, 0x65, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x69, 0x64, 0x65, 0x45, 0x66, 0x66, 0x65, 0x63, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x9f, 0x02, 0x0a, 0x3d, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x12, 0x58, 0x0a, 0x08, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x73, 0x18, 0x04, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x52, 0x08, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x73, 0x22, 0xa8, 0x02, 0x0a, 0x41, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x5f, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x49, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x05, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xb9, 0x01, 0x0a, 0x32, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x61, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, + 0x08, 0x63, 0x61, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x55, 0x0a, 0x07, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, + 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, + 0x72, 0x6c, 0x22, 0x72, 0x0a, 0x34, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x41, 0x75, 0x64, 0x69, 0x74, + 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x45, 0x78, 0x70, 0x72, + 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x6e, 0x0a, 0x36, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x45, + 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, + 0x12, 0x1a, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x12, 0x18, 0x0a, 0x07, + 0x77, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x77, + 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x22, 0x69, 0x0a, 0x33, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, + 0x0a, 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x22, 0x8d, 0x04, 0x0a, 0x33, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x7c, 0x0a, 0x14, 0x65, 0x78, 0x63, + 0x6c, 0x75, 0x64, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x64, 0x52, + 0x75, 0x6c, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x52, 0x14, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x64, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x6d, 0x61, + 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x65, 0x0a, 0x11, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x11, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x5f, 0x0a, 0x0e, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x52, 0x0e, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x6e, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, + 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x64, + 0x52, 0x75, 0x6c, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x52, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, + 0x73, 0x22, 0xf8, 0x01, 0x0a, 0x3c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x64, + 0x52, 0x75, 0x6c, 0x65, 0x57, 0x69, 0x74, 0x68, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, + 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x22, 0x64, 0x0a, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x22, 0x61, 0x0a, 0x2d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x50, 0x61, 0x72, 0x61, 0x6d, + 0x52, 0x65, 0x66, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xa7, 0x01, 0x0a, 0x31, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x54, + 0x79, 0x70, 0x65, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x67, 0x12, 0x72, 0x0a, 0x12, 0x65, + 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x12, 0x65, 0x78, 0x70, + 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x73, 0x22, + 0x94, 0x03, 0x0a, 0x3e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x62, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x68, 0x0a, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x50, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xb8, 0x02, 0x0a, 0x45, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x69, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, + 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x22, 0xb8, 0x02, 0x0a, 0x49, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x67, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x51, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xd9, 0x02, 0x0a, + 0x49, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, + 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x53, 0x70, 0x65, 0x63, 0x12, 0x67, 0x0a, 0x0e, 0x6d, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x73, 0x52, 0x0e, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x73, 0x12, 0x55, 0x0a, 0x08, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x65, 0x66, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x65, 0x66, + 0x52, 0x08, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x52, 0x65, 0x66, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x76, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, + 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x11, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xaa, 0x02, 0x0a, 0x42, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x60, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4a, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe9, 0x04, 0x0a, 0x42, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x70, 0x65, 0x63, 0x12, 0x6c, 0x0a, 0x10, + 0x61, 0x75, 0x64, 0x69, 0x74, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x41, 0x75, 0x64, 0x69, 0x74, 0x41, 0x6e, + 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x10, 0x61, 0x75, 0x64, 0x69, 0x74, 0x41, + 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x61, + 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x12, 0x69, 0x0a, 0x0f, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x6d, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x6b, 0x0a, 0x10, 0x6d, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x52, 0x10, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6e, + 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x58, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x61, + 0x6d, 0x4b, 0x69, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x50, 0x61, + 0x72, 0x61, 0x6d, 0x4b, 0x69, 0x6e, 0x64, 0x52, 0x09, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x4b, 0x69, + 0x6e, 0x64, 0x12, 0x5d, 0x0a, 0x0b, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x22, 0xae, 0x02, 0x0a, 0x44, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x53, 0x0a, 0x0a, 0x63, 0x6f, + 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, + 0x2e, 0x0a, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x6f, 0x62, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x61, 0x0a, 0x0c, 0x74, 0x79, 0x70, 0x65, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x69, 0x6e, 0x67, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x54, 0x79, 0x70, 0x65, 0x43, 0x68, 0x65, 0x63, + 0x6b, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x74, 0x79, 0x70, 0x65, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x69, + 0x6e, 0x67, 0x22, 0xb1, 0x01, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x72, + 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, + 0x12, 0x2c, 0x0a, 0x11, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x45, 0x78, 0x70, 0x72, 0x65, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x6d, 0x65, 0x73, + 0x73, 0x61, 0x67, 0x65, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, + 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0xb1, 0x01, 0x0a, 0x35, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, + 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x44, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x49, 0x44, 0x12, 0x2c, 0x0a, 0x11, 0x64, 0x65, 0x63, 0x6f, 0x64, 0x61, 0x62, 0x6c, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x11, 0x64, + 0x65, 0x63, 0x6f, 0x64, 0x61, 0x62, 0x6c, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x12, 0x28, 0x0a, 0x0f, 0x65, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x6e, 0x63, 0x6f, 0x64, + 0x69, 0x6e, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0xe7, 0x02, 0x0a, 0x2f, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x12, 0x53, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, + 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x59, 0x0a, 0x06, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0xf8, 0x01, 0x0a, 0x38, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, + 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, + 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, + 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6f, + 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x72, + 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, + 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, + 0x8c, 0x02, 0x0a, 0x33, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x51, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, + 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x35, + 0x0a, 0x33, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x53, 0x70, 0x65, 0x63, 0x22, 0xc0, 0x02, 0x0a, 0x35, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x34, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, + 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, + 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x45, 0x6e, 0x63, 0x6f, 0x64, 0x69, 0x6e, 0x67, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x64, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x6b, 0x0a, 0x0f, 0x73, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x31, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x0f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x8d, 0x02, 0x0a, 0x20, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x47, 0x0a, + 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x52, 0x75, 0x6e, + 0x74, 0x69, 0x6d, 0x65, 0x52, 0x61, 0x77, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1a, 0x0a, 0x08, + 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, + 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0xee, 0x01, 0x0a, 0x24, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x42, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x9f, 0x02, 0x0a, 0x17, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, + 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, + 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3b, 0x0a, 0x04, 0x73, + 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x70, + 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x41, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xb0, 0x01, 0x0a, 0x20, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, + 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, + 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, + 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, + 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, + 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xdc, + 0x01, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x39, + 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, + 0x65, 0x74, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, + 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xf2, 0x02, + 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x70, 0x65, 0x63, 0x12, 0x28, 0x0a, + 0x0f, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x76, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x48, + 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x53, 0x0a, 0x08, 0x73, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x45, 0x0a, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x08, 0x74, + 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x59, 0x0a, 0x0e, 0x75, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, + 0x6e, 0x53, 0x65, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, + 0x67, 0x79, 0x52, 0x0e, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, + 0x67, 0x79, 0x22, 0x97, 0x04, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x63, 0x6f, + 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4c, 0x0a, 0x0a, + 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, + 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, + 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x36, 0x0a, 0x16, 0x63, 0x75, + 0x72, 0x72, 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x63, 0x75, 0x72, 0x72, + 0x65, 0x6e, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x65, 0x64, 0x12, 0x36, 0x0a, 0x16, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x4e, 0x75, 0x6d, + 0x62, 0x65, 0x72, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x16, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x4e, 0x75, 0x6d, 0x62, 0x65, + 0x72, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x6e, 0x75, + 0x6d, 0x62, 0x65, 0x72, 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x41, 0x76, 0x61, 0x69, 0x6c, + 0x61, 0x62, 0x6c, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x69, + 0x73, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x12, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x69, 0x73, 0x73, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x65, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x52, 0x65, + 0x61, 0x64, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6e, 0x75, 0x6d, 0x62, 0x65, + 0x72, 0x52, 0x65, 0x61, 0x64, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, + 0x55, 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x11, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x55, 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, + 0x61, 0x62, 0x6c, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, + 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, + 0x52, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x36, 0x0a, 0x16, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x4e, + 0x75, 0x6d, 0x62, 0x65, 0x72, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x4e, 0x75, 0x6d, + 0x62, 0x65, 0x72, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x64, 0x22, 0x93, 0x01, 0x0a, + 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, + 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, + 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x56, 0x0a, 0x0d, 0x72, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, + 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, + 0x0d, 0x72, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x22, 0xa2, 0x02, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3c, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, + 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, + 0x70, 0x65, 0x63, 0x12, 0x42, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, + 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xd9, 0x01, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, + 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, + 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, + 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, + 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x22, 0xde, 0x01, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, + 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, + 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, + 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x22, 0xd0, 0x03, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x53, 0x70, 0x65, 0x63, 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, + 0x79, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, + 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x12, 0x38, 0x0a, 0x17, 0x70, 0x72, 0x6f, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x44, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x17, 0x70, 0x72, 0x6f, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x44, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x72, 0x65, 0x76, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x53, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x08, 0x73, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x48, 0x0a, 0x08, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, + 0x67, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, + 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x08, 0x73, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, + 0x12, 0x45, 0x0a, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x08, 0x74, + 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x93, 0x03, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, + 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2c, 0x0a, 0x11, 0x61, 0x76, + 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x6f, 0x6c, 0x6c, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x63, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, + 0x12, 0x4d, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, + 0x2e, 0x0a, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x6f, 0x62, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x73, 0x12, 0x30, 0x0a, 0x13, 0x75, 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, + 0x75, 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x22, 0x8f, 0x01, + 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, + 0x67, 0x79, 0x12, 0x57, 0x0a, 0x0d, 0x72, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x0d, 0x72, 0x6f, + 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, + 0xa2, 0x02, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x12, 0x3c, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, + 0x12, 0x42, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0xb1, 0x01, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, + 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, + 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, + 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, + 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xde, 0x01, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x80, 0x02, 0x0a, 0x1c, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x70, 0x65, 0x63, 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x69, + 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0f, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, + 0x12, 0x53, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x08, 0x73, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x45, 0x0a, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x70, + 0x65, 0x63, 0x52, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0xc3, 0x02, 0x0a, + 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x2c, 0x0a, 0x11, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x61, 0x76, 0x61, 0x69, + 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x4d, 0x0a, + 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x32, 0x0a, 0x14, + 0x66, 0x75, 0x6c, 0x6c, 0x79, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x66, 0x75, 0x6c, 0x6c, + 0x79, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, + 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x6f, 0x62, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x73, 0x22, 0x6a, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x61, + 0x78, 0x53, 0x75, 0x72, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, + 0x78, 0x53, 0x75, 0x72, 0x67, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x55, 0x6e, 0x61, + 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, + 0x6d, 0x61, 0x78, 0x55, 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x6b, + 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x52, 0x6f, 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x70, + 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x61, 0x78, 0x53, 0x75, + 0x72, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x61, 0x78, 0x53, 0x75, + 0x72, 0x67, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x55, 0x6e, 0x61, 0x76, 0x61, 0x69, + 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6d, 0x61, 0x78, + 0x55, 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x76, 0x0a, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x6f, 0x6c, + 0x6c, 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, + 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x26, 0x0a, + 0x0e, 0x6d, 0x61, 0x78, 0x55, 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6d, 0x61, 0x78, 0x55, 0x6e, 0x61, 0x76, 0x61, 0x69, + 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x22, 0xa5, 0x02, 0x0a, 0x19, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, + 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3d, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x70, 0x65, 0x63, + 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x43, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xb2, 0x01, 0x0a, 0x22, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, + 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, + 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, + 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, + 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, + 0x22, 0xe0, 0x01, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x4c, 0x69, + 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x3b, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x22, 0x39, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, + 0x4f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x6c, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x72, + 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x73, 0x74, 0x61, 0x72, 0x74, 0x22, 0x81, + 0x01, 0x0a, 0x3d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x12, 0x20, 0x0a, 0x0b, 0x77, 0x68, 0x65, 0x6e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x77, 0x68, 0x65, 0x6e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x77, 0x68, 0x65, 0x6e, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x77, 0x68, 0x65, 0x6e, 0x53, 0x63, 0x61, 0x6c, + 0x65, 0x64, 0x22, 0xb6, 0x06, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, + 0x53, 0x70, 0x65, 0x63, 0x12, 0x28, 0x0a, 0x0f, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x6d, + 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x49, + 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x6c, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x4f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x6c, 0x73, 0x52, + 0x08, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x6c, 0x73, 0x12, 0x9d, 0x01, 0x0a, 0x24, 0x70, 0x65, + 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x52, 0x24, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x74, 0x65, 0x6e, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x30, 0x0a, 0x13, 0x70, 0x6f, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x70, 0x6f, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x72, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x76, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x48, + 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x53, 0x0a, 0x08, 0x73, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4e, 0x61, + 0x6d, 0x65, 0x12, 0x45, 0x0a, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, + 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x5b, 0x0a, 0x0e, 0x75, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, + 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x0e, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, + 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x63, 0x0a, 0x14, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x18, 0x0b, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x14, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x22, 0xdf, 0x03, 0x0a, 0x1f, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x2c, 0x0a, 0x11, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x61, 0x76, 0x61, 0x69, + 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x63, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x63, 0x6f, 0x6c, 0x6c, 0x69, 0x73, 0x69, 0x6f, 0x6e, + 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x4e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, + 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, + 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, + 0x28, 0x0a, 0x0f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x62, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, + 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x61, + 0x64, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x75, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0e, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x65, 0x76, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x0f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x75, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x22, 0x9f, 0x01, + 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x12, 0x60, 0x0a, 0x0d, 0x72, 0x6f, 0x6c, + 0x6c, 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x6c, + 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, + 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x72, 0x61, 0x74, 0x65, 0x67, 0x79, 0x52, 0x0d, 0x72, 0x6f, + 0x6c, 0x6c, 0x69, 0x6e, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, + 0x88, 0x01, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, + 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x42, 0x6f, 0x75, 0x6e, + 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, + 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x22, 0x86, 0x02, 0x0a, 0x29, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x53, + 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, + 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x7b, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, + 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x48, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x49, 0x6e, + 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x55, 0x73, + 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, + 0x22, 0xc6, 0x02, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, + 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, + 0x48, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, + 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x4e, 0x0a, 0x06, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, + 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xd8, 0x01, 0x0a, 0x28, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x53, 0x70, 0x65, 0x63, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x75, 0x64, 0x69, 0x65, 0x6e, + 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x61, 0x75, 0x64, 0x69, 0x65, + 0x6e, 0x63, 0x65, 0x73, 0x12, 0x60, 0x0a, 0x0e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x42, 0x6f, 0x75, 0x6e, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, + 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x12, 0x2c, 0x0a, 0x11, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x03, 0x52, 0x11, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x74, 0x0a, 0x2a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x30, 0x0a, 0x13, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x13, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x73, + 0x74, 0x61, 0x6d, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xc3, 0x02, 0x0a, 0x23, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x76, 0x69, + 0x65, 0x77, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, + 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, + 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x12, 0x4d, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x76, 0x69, + 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x22, 0x5d, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, + 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, + 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x70, 0x65, 0x63, 0x12, 0x1c, 0x0a, 0x09, 0x61, + 0x75, 0x64, 0x69, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, + 0x61, 0x75, 0x64, 0x69, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, + 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x22, + 0xc7, 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, + 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, + 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, + 0x09, 0x61, 0x75, 0x64, 0x69, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, + 0x52, 0x09, 0x61, 0x75, 0x64, 0x69, 0x65, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x61, + 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x0d, 0x61, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x40, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, + 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x55, 0x73, 0x65, 0x72, 0x49, + 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0x8d, 0x02, 0x0a, 0x20, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x4d, + 0x0a, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x45, 0x78, 0x74, 0x72, + 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x12, 0x16, 0x0a, + 0x06, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x67, + 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, + 0x61, 0x6d, 0x65, 0x1a, 0x54, 0x0a, 0x0a, 0x45, 0x78, 0x74, 0x72, 0x61, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x6b, 0x65, 0x79, 0x12, 0x30, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x92, 0x02, 0x0a, 0x2f, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, + 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x1e, 0x0a, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x12, 0x59, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, + 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x81, + 0x01, 0x0a, 0x35, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, + 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, + 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x48, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, + 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x49, 0x6e, + 0x66, 0x6f, 0x22, 0x90, 0x02, 0x0a, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, + 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, + 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x58, 0x0a, 0x06, 0x73, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x80, 0x01, 0x0a, 0x34, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x48, + 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, + 0x75, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xdd, 0x02, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x12, 0x4e, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, + 0x65, 0x63, 0x12, 0x54, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x56, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x4e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x74, + 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, + 0x76, 0x65, 0x72, 0x62, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x76, 0x65, 0x72, 0x62, + 0x22, 0x68, 0x0a, 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x6f, 0x6e, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x6e, 0x6f, + 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x52, 0x4c, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x09, 0x52, 0x0f, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x55, 0x52, 0x4c, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x18, 0x02, 0x20, + 0x03, 0x28, 0x09, 0x52, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x22, 0xdf, 0x01, 0x0a, 0x29, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x74, + 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, + 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, + 0x73, 0x75, 0x62, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0b, 0x73, 0x75, 0x62, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x76, 0x65, 0x72, 0x62, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x76, 0x65, + 0x72, 0x62, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x9d, 0x01, 0x0a, + 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x52, 0x75, 0x6c, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x18, + 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x22, 0xe0, 0x02, 0x0a, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x52, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, + 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x54, 0x0a, 0x06, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, + 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x8b, 0x02, 0x0a, 0x32, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, + 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, + 0x65, 0x77, 0x53, 0x70, 0x65, 0x63, 0x12, 0x6e, 0x0a, 0x15, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x6f, 0x6e, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x52, + 0x15, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x74, 0x74, 0x72, + 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x65, 0x0a, 0x12, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, + 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x52, 0x12, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x22, 0xdd, 0x02, + 0x0a, 0x2d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x51, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x70, + 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x53, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x51, 0x0a, + 0x31, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x70, + 0x65, 0x63, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x22, 0xd8, 0x02, 0x0a, 0x2a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x4e, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x70, 0x65, 0x63, 0x52, + 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x54, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xf8, 0x03, 0x0a, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, + 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x70, 0x65, 0x63, 0x12, 0x5b, + 0x0a, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x45, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, + 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x70, 0x65, 0x63, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x45, + 0x6e, 0x74, 0x72, 0x79, 0x52, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x67, + 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x67, 0x72, 0x6f, + 0x75, 0x70, 0x73, 0x12, 0x6e, 0x0a, 0x15, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x52, 0x15, 0x6e, 0x6f, + 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, + 0x74, 0x65, 0x73, 0x12, 0x65, 0x0a, 0x12, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, + 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x74, 0x74, 0x72, + 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x52, 0x12, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, + 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, + 0x75, 0x73, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, + 0x1a, 0x54, 0x0a, 0x0a, 0x45, 0x78, 0x74, 0x72, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, + 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, + 0x12, 0x30, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xa6, 0x01, 0x0a, 0x30, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, + 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x65, 0x6e, 0x69, 0x65, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x64, 0x65, 0x6e, 0x69, 0x65, 0x64, 0x12, 0x28, 0x0a, + 0x0f, 0x65, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, + 0xb2, 0x02, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x65, 0x76, 0x61, 0x6c, 0x75, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x65, 0x76, + 0x61, 0x6c, 0x75, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x1e, 0x0a, + 0x0a, 0x69, 0x6e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x0a, 0x69, 0x6e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x5e, 0x0a, + 0x10, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, + 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x6f, 0x6e, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x10, 0x6e, 0x6f, 0x6e, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x55, 0x0a, + 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x04, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, + 0x75, 0x6c, 0x65, 0x73, 0x22, 0x7a, 0x0a, 0x30, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x72, 0x6f, + 0x73, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, + 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x22, 0xde, 0x02, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, + 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, + 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x50, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, + 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, + 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x56, 0x0a, 0x06, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, + 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x86, 0x02, 0x0a, 0x30, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, + 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4e, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, + 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xa4, 0x02, 0x0a, 0x30, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, + 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x70, 0x65, 0x63, 0x12, + 0x20, 0x0a, 0x0b, 0x6d, 0x61, 0x78, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6d, 0x61, 0x78, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x73, 0x12, 0x64, 0x0a, 0x0e, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x54, 0x61, 0x72, 0x67, + 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x72, + 0x6f, 0x73, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0e, 0x73, 0x63, 0x61, 0x6c, 0x65, + 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x46, 0x0a, 0x1e, 0x74, 0x61, 0x72, + 0x67, 0x65, 0x74, 0x43, 0x50, 0x55, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x1e, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x43, 0x50, 0x55, 0x55, 0x74, 0x69, 0x6c, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, + 0x65, 0x22, 0xa8, 0x02, 0x0a, 0x32, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, + 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x48, 0x0a, 0x1f, 0x63, 0x75, 0x72, 0x72, + 0x65, 0x6e, 0x74, 0x43, 0x50, 0x55, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x1f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x43, 0x50, 0x55, 0x55, 0x74, 0x69, + 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x61, + 0x67, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x63, 0x75, 0x72, + 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x28, 0x0a, 0x0f, + 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x63, + 0x61, 0x6c, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x73, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x12, + 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xa8, 0x02, 0x0a, + 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x12, 0x3e, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x12, 0x44, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x3c, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x53, 0x63, 0x61, 0x6c, 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x22, 0x5a, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, + 0x61, 0x6c, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x22, 0xad, 0x01, 0x0a, 0x32, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x43, 0x6f, 0x6e, 0x74, 0x61, + 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4d, 0x65, 0x74, 0x72, + 0x69, 0x63, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, + 0x61, 0x69, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6e, + 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x45, 0x0a, 0x06, 0x74, 0x61, + 0x72, 0x67, 0x65, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, + 0x72, 0x69, 0x63, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, + 0x74, 0x22, 0xb4, 0x01, 0x0a, 0x32, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x43, 0x6f, 0x6e, 0x74, 0x61, + 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4d, 0x65, 0x74, 0x72, + 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, + 0x61, 0x69, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6e, + 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x12, 0x4c, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, + 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x07, 0x63, 0x75, 0x72, + 0x72, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x7a, 0x0a, 0x30, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x43, 0x72, 0x6f, 0x73, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xbd, 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x45, 0x78, + 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x12, 0x49, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x49, 0x64, 0x65, 0x6e, 0x74, + 0x69, 0x66, 0x69, 0x65, 0x72, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x12, 0x45, 0x0a, + 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x06, 0x74, 0x61, + 0x72, 0x67, 0x65, 0x74, 0x22, 0xc4, 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x45, 0x78, + 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x4c, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x56, 0x61, 0x6c, 0x75, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, + 0x12, 0x49, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, + 0x69, 0x65, 0x72, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x22, 0x77, 0x0a, 0x25, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x32, 0x48, 0x50, 0x41, 0x53, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x12, 0x24, 0x0a, 0x0d, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x70, 0x65, 0x72, + 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x22, 0xd9, 0x01, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x50, + 0x41, 0x53, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x4d, 0x0a, + 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x32, 0x48, 0x50, 0x41, 0x53, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x52, 0x08, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x22, 0x0a, 0x0c, + 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x12, 0x3e, 0x0a, 0x1a, 0x73, 0x74, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x1a, 0x73, 0x74, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x22, 0xde, 0x02, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, + 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, + 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x50, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, + 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, + 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x56, 0x0a, 0x06, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, + 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0xd2, 0x01, 0x0a, 0x34, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, + 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x72, 0x42, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x12, 0x4e, 0x0a, 0x09, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x48, 0x50, 0x41, 0x53, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, + 0x09, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x44, 0x6f, 0x77, 0x6e, 0x12, 0x4a, 0x0a, 0x07, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x55, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x50, + 0x41, 0x53, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x07, 0x73, + 0x63, 0x61, 0x6c, 0x65, 0x55, 0x70, 0x22, 0xc5, 0x01, 0x0a, 0x35, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, + 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, + 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, + 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, + 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x86, + 0x02, 0x0a, 0x30, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, + 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, + 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x4e, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, + 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x05, 0x69, 0x74, + 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x81, 0x03, 0x0a, 0x30, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x70, 0x65, 0x63, 0x12, 0x5c, 0x0a, 0x08, + 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x42, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, + 0x52, 0x08, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x61, + 0x78, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0b, 0x6d, 0x61, 0x78, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x45, 0x0a, 0x07, + 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x70, 0x65, 0x63, 0x52, 0x07, 0x6d, 0x65, 0x74, 0x72, + 0x69, 0x63, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x64, 0x0a, 0x0e, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x54, 0x61, + 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x43, 0x72, 0x6f, 0x73, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0e, 0x73, 0x63, 0x61, + 0x6c, 0x65, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x22, 0x98, 0x03, 0x0a, 0x32, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, + 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x61, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, + 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, + 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x55, 0x0a, 0x0e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, + 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0e, 0x63, 0x75, + 0x72, 0x72, 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x12, 0x28, 0x0a, 0x0f, + 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, + 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0f, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x54, 0x69, 0x6d, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x63, 0x61, + 0x6c, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x03, 0x52, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x90, 0x01, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x53, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, + 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x22, 0xdd, 0x03, 0x0a, 0x1f, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x70, 0x65, 0x63, 0x12, 0x6c, 0x0a, + 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x43, 0x6f, 0x6e, 0x74, 0x61, + 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4d, 0x65, 0x74, 0x72, + 0x69, 0x63, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, + 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x51, 0x0a, 0x08, 0x65, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x12, 0x4b, + 0x0a, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x52, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x45, 0x0a, 0x04, 0x70, + 0x6f, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x50, 0x6f, 0x64, 0x73, + 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x04, 0x70, 0x6f, + 0x64, 0x73, 0x12, 0x51, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4d, + 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x08, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xdf, 0x03, 0x0a, 0x21, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x6c, 0x0a, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x43, 0x6f, 0x6e, + 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4d, 0x65, + 0x74, 0x72, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x74, + 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x51, 0x0a, + 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x32, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x08, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x12, 0x4b, 0x0a, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x32, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x45, 0x0a, + 0x04, 0x70, 0x6f, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x50, 0x6f, + 0x64, 0x73, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x04, + 0x70, 0x6f, 0x64, 0x73, 0x12, 0x51, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x08, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xa1, 0x01, 0x0a, 0x21, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x54, 0x61, 0x72, 0x67, 0x65, + 0x74, 0x12, 0x2e, 0x0a, 0x12, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x55, 0x74, 0x69, 0x6c, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x61, + 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x56, 0x61, 0x6c, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, + 0x92, 0x01, 0x0a, 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x56, + 0x61, 0x6c, 0x75, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2e, 0x0a, 0x12, 0x61, 0x76, + 0x65, 0x72, 0x61, 0x67, 0x65, 0x55, 0x74, 0x69, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x55, + 0x74, 0x69, 0x6c, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x61, 0x76, + 0x65, 0x72, 0x61, 0x67, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x61, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x22, 0xa3, 0x02, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4f, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x12, 0x66, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, 0x64, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x43, 0x72, 0x6f, 0x73, + 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, + 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, + 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x49, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x72, + 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, + 0x63, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x52, 0x06, 0x6d, 0x65, 0x74, + 0x72, 0x69, 0x63, 0x12, 0x45, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x54, 0x61, 0x72, 0x67, + 0x65, 0x74, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, 0xaa, 0x02, 0x0a, 0x27, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x32, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4c, 0x0a, 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, + 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x07, 0x63, 0x75, 0x72, + 0x72, 0x65, 0x6e, 0x74, 0x12, 0x66, 0x0a, 0x0f, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x62, 0x65, + 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x43, 0x72, 0x6f, 0x73, 0x73, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0f, 0x64, 0x65, 0x73, + 0x63, 0x72, 0x69, 0x62, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x49, 0x0a, 0x06, + 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, + 0x65, 0x74, 0x72, 0x69, 0x63, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x52, + 0x06, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x22, 0xb9, 0x01, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x50, 0x6f, 0x64, 0x73, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x12, 0x49, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, + 0x66, 0x69, 0x65, 0x72, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x12, 0x45, 0x0a, 0x06, + 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, + 0x65, 0x74, 0x72, 0x69, 0x63, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x06, 0x74, 0x61, 0x72, + 0x67, 0x65, 0x74, 0x22, 0xc0, 0x01, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x50, 0x6f, 0x64, + 0x73, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4c, 0x0a, + 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x49, 0x0a, 0x06, 0x6d, + 0x65, 0x74, 0x72, 0x69, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, + 0x74, 0x72, 0x69, 0x63, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x52, 0x06, + 0x6d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x22, 0x86, 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x45, 0x0a, 0x06, 0x74, 0x61, 0x72, 0x67, + 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, + 0x63, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x22, + 0x8d, 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4c, 0x0a, + 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x07, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, + 0x9c, 0x02, 0x0a, 0x16, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, + 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x12, 0x3a, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, + 0x6f, 0x62, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x40, 0x0a, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xda, + 0x01, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x38, 0x0a, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, + 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, + 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x9c, 0x03, 0x0a, 0x1a, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, + 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x53, 0x70, 0x65, 0x63, 0x12, 0x2c, 0x0a, 0x11, 0x63, 0x6f, + 0x6e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, + 0x63, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x36, 0x0a, 0x16, 0x66, 0x61, 0x69, 0x6c, + 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x73, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x16, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, + 0x4a, 0x6f, 0x62, 0x73, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x4c, 0x0a, 0x0b, 0x6a, 0x6f, 0x62, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x70, 0x65, + 0x63, 0x52, 0x0b, 0x6a, 0x6f, 0x62, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x1a, + 0x0a, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x12, 0x38, 0x0a, 0x17, 0x73, 0x74, + 0x61, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x44, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x17, 0x73, 0x74, 0x61, + 0x72, 0x74, 0x69, 0x6e, 0x67, 0x44, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x3e, 0x0a, 0x1a, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x66, + 0x75, 0x6c, 0x4a, 0x6f, 0x62, 0x73, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x1a, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, + 0x73, 0x66, 0x75, 0x6c, 0x4a, 0x6f, 0x62, 0x73, 0x48, 0x69, 0x73, 0x74, 0x6f, 0x72, 0x79, 0x4c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x12, 0x1a, + 0x0a, 0x08, 0x74, 0x69, 0x6d, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x74, 0x69, 0x6d, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x22, 0xbd, 0x01, 0x0a, 0x1c, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, + 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x41, 0x0a, 0x06, 0x61, + 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, + 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x2a, + 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x69, + 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, + 0x73, 0x74, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x66, 0x75, 0x6c, 0x54, 0x69, 0x6d, 0x65, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x75, 0x63, 0x63, + 0x65, 0x73, 0x73, 0x66, 0x75, 0x6c, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x90, 0x02, 0x0a, 0x12, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, + 0x62, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x36, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, + 0x3c, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xd1, 0x01, + 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, + 0x31, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x54, + 0x69, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, + 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, + 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, + 0x65, 0x22, 0xd2, 0x01, 0x0a, 0x16, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, + 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x0a, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x52, 0x05, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xcf, 0x04, 0x0a, 0x16, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x53, 0x70, 0x65, + 0x63, 0x12, 0x34, 0x0a, 0x15, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x44, 0x65, 0x61, 0x64, 0x6c, + 0x69, 0x6e, 0x65, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, + 0x52, 0x15, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x44, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x62, 0x61, 0x63, 0x6b, 0x6f, + 0x66, 0x66, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x62, + 0x61, 0x63, 0x6b, 0x6f, 0x66, 0x66, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x63, + 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x4d, + 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x6d, 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x6d, + 0x61, 0x6e, 0x75, 0x61, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x20, 0x0a, + 0x0b, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0b, 0x70, 0x61, 0x72, 0x61, 0x6c, 0x6c, 0x65, 0x6c, 0x69, 0x73, 0x6d, 0x12, + 0x57, 0x0a, 0x10, 0x70, 0x6f, 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, + 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x10, 0x70, 0x6f, 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, + 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x53, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x52, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x18, 0x0a, + 0x07, 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, + 0x73, 0x75, 0x73, 0x70, 0x65, 0x6e, 0x64, 0x12, 0x45, 0x0a, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, + 0x61, 0x74, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, + 0x53, 0x70, 0x65, 0x63, 0x52, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x38, + 0x0a, 0x17, 0x74, 0x74, 0x6c, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x41, 0x66, 0x74, 0x65, + 0x72, 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x17, 0x74, 0x74, 0x6c, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x41, 0x66, 0x74, 0x65, 0x72, + 0x46, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x22, 0xa7, 0x03, 0x0a, 0x18, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x2a, 0x0a, + 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x65, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x65, + 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, + 0x65, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x63, 0x6f, 0x6d, + 0x70, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0e, 0x63, 0x6f, 0x6d, 0x70, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, + 0x65, 0x12, 0x47, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, + 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, + 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x61, + 0x69, 0x6c, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x66, 0x61, 0x69, 0x6c, + 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, 0x61, 0x64, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x72, 0x65, 0x61, 0x64, 0x79, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, + 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, + 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x75, 0x63, 0x63, 0x65, 0x65, + 0x64, 0x65, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x73, 0x75, 0x63, 0x63, 0x65, + 0x65, 0x64, 0x65, 0x64, 0x12, 0x6c, 0x0a, 0x17, 0x75, 0x6e, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x65, + 0x64, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x55, 0x6e, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x64, 0x54, 0x65, 0x72, 0x6d, 0x69, + 0x6e, 0x61, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x73, 0x52, 0x17, 0x75, 0x6e, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x65, 0x64, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x73, 0x22, 0xaa, 0x01, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, + 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, + 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x36, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x22, + 0x68, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x12, 0x45, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, + 0x6c, 0x65, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x22, 0x91, 0x01, 0x0a, 0x35, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x50, 0x6f, 0x64, + 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4f, 0x6e, 0x45, + 0x78, 0x69, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, + 0x65, 0x6e, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, + 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x74, + 0x61, 0x69, 0x6e, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, + 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, + 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, + 0x03, 0x20, 0x03, 0x28, 0x05, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x63, 0x0a, + 0x35, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, + 0x50, 0x6f, 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x4f, 0x6e, 0x50, 0x6f, 0x64, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x50, + 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, + 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x22, 0x8f, 0x02, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, + 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x63, 0x0a, 0x0b, 0x6f, 0x6e, 0x45, 0x78, 0x69, 0x74, 0x43, 0x6f, 0x64, 0x65, + 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x4f, 0x6e, 0x45, 0x78, 0x69, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x0b, 0x6f, 0x6e, 0x45, 0x78, + 0x69, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x6b, 0x0a, 0x0f, 0x6f, 0x6e, 0x50, 0x6f, 0x64, + 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x50, 0x6f, 0x64, + 0x46, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4f, 0x6e, 0x50, + 0x6f, 0x64, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x50, 0x61, 0x74, 0x74, + 0x65, 0x72, 0x6e, 0x52, 0x0f, 0x6f, 0x6e, 0x50, 0x6f, 0x64, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x5e, 0x0a, 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x55, 0x6e, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x65, 0x64, + 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x73, 0x12, 0x16, + 0x0a, 0x06, 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, + 0x66, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x75, 0x63, 0x63, 0x65, 0x65, + 0x64, 0x65, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x73, 0x75, 0x63, 0x63, 0x65, + 0x65, 0x64, 0x65, 0x64, 0x22, 0xe7, 0x02, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x53, + 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, + 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, + 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, + 0x70, 0x65, 0x63, 0x12, 0x59, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xf0, + 0x01, 0x0a, 0x38, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x6c, + 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, + 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x6c, + 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54, + 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, + 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, + 0x65, 0x22, 0x8c, 0x02, 0x0a, 0x33, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, + 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x51, 0x0a, 0x05, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, + 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, + 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x22, 0xb3, 0x03, 0x0a, 0x33, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x53, 0x70, 0x65, 0x63, 0x12, 0x2c, 0x0a, 0x11, 0x65, 0x78, 0x70, 0x69, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x11, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x60, 0x0a, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x53, 0x70, 0x65, 0x63, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x52, 0x05, 0x65, 0x78, 0x74, 0x72, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x67, 0x72, 0x6f, 0x75, + 0x70, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, + 0x12, 0x18, 0x0a, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0c, 0x52, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, + 0x67, 0x6e, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x73, 0x69, 0x67, 0x6e, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, + 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, + 0x75, 0x73, 0x61, 0x67, 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, + 0x61, 0x67, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, + 0x1a, 0x54, 0x0a, 0x0a, 0x45, 0x78, 0x74, 0x72, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, + 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, + 0x12, 0x30, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xbf, 0x01, 0x0a, 0x35, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, + 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x63, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x12, 0x64, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, + 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x8a, 0x02, 0x0a, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x12, 0x52, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, + 0x04, 0x73, 0x70, 0x65, 0x63, 0x22, 0x8a, 0x02, 0x0a, 0x32, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, + 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x50, 0x0a, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, + 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x22, 0x76, 0x0a, 0x32, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, + 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, + 0x6e, 0x64, 0x6c, 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x69, 0x67, 0x6e, + 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x69, + 0x67, 0x6e, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x72, 0x75, 0x73, + 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x74, + 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x22, 0xe4, 0x01, 0x0a, 0x1b, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x12, 0x3f, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x22, 0xe4, 0x01, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, + 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3d, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, + 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x05, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe9, 0x01, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x20, 0x0a, 0x0b, + 0x61, 0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0b, 0x61, 0x63, 0x71, 0x75, 0x69, 0x72, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26, + 0x0a, 0x0e, 0x68, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x68, 0x6f, 0x6c, 0x64, 0x65, 0x72, 0x49, 0x64, + 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x32, 0x0a, 0x14, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x2a, 0x0a, 0x10, 0x6c, 0x65, + 0x61, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x6c, 0x65, 0x61, 0x73, 0x65, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x6e, 0x65, 0x77, 0x54, + 0x69, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x6e, 0x65, 0x77, + 0x54, 0x69, 0x6d, 0x65, 0x22, 0x9e, 0x01, 0x0a, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, 0x57, 0x53, 0x45, 0x6c, 0x61, 0x73, 0x74, 0x69, + 0x63, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, + 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x49, 0x44, 0x22, 0x82, 0x02, 0x0a, 0x16, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, + 0x12, 0x4a, 0x0a, 0x0c, 0x6e, 0x6f, 0x64, 0x65, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x0c, + 0x6e, 0x6f, 0x64, 0x65, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x12, 0x47, 0x0a, 0x0b, + 0x70, 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, + 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x0b, 0x70, 0x6f, 0x64, 0x41, 0x66, 0x66, + 0x69, 0x6e, 0x69, 0x74, 0x79, 0x12, 0x53, 0x0a, 0x0f, 0x70, 0x6f, 0x64, 0x41, 0x6e, 0x74, 0x69, + 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x41, 0x6e, 0x74, + 0x69, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x0f, 0x70, 0x6f, 0x64, 0x41, 0x6e, + 0x74, 0x69, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x22, 0x52, 0x0a, 0x1c, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, 0x74, 0x74, 0x61, + 0x63, 0x68, 0x65, 0x64, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, + 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x50, 0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xc5, + 0x01, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x44, 0x69, 0x73, 0x6b, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x64, 0x69, 0x73, 0x6b, + 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x64, 0x69, 0x73, 0x6b, + 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x69, 0x73, 0x6b, 0x55, 0x52, 0x49, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x64, 0x69, 0x73, 0x6b, 0x55, 0x52, 0x49, 0x12, 0x16, + 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, + 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, + 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x22, 0xb3, 0x01, 0x0a, 0x2d, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x46, 0x69, + 0x6c, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, + 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, + 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4e, 0x61, + 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x73, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x73, 0x68, 0x61, 0x72, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x73, 0x68, 0x61, 0x72, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x7f, 0x0a, 0x23, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, 0x7a, + 0x75, 0x72, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, + 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x73, 0x68, 0x61, 0x72, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x73, 0x68, 0x61, 0x72, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xe0, 0x01, + 0x0a, 0x15, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, + 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x41, 0x0a, + 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, + 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x06, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, + 0x22, 0xc0, 0x06, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x67, 0x0a, 0x19, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, + 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x19, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x53, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x69, 0x0a, 0x1a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x6c, 0x65, 0x72, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x52, 0x65, 0x66, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, + 0x65, 0x6e, 0x63, 0x65, 0x52, 0x1a, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, + 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, + 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, + 0x12, 0x5b, 0x0a, 0x13, 0x6e, 0x6f, 0x64, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x64, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, + 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x13, 0x6e, 0x6f, 0x64, 0x65, 0x45, 0x78, + 0x70, 0x61, 0x6e, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x5d, 0x0a, + 0x14, 0x6e, 0x6f, 0x64, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x53, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, + 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x14, 0x6e, 0x6f, 0x64, 0x65, 0x50, 0x75, 0x62, 0x6c, + 0x69, 0x73, 0x68, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x59, 0x0a, 0x12, + 0x6e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x67, 0x65, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, + 0x65, 0x66, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, + 0x6e, 0x63, 0x65, 0x52, 0x12, 0x6e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x67, 0x65, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, + 0x6e, 0x6c, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, + 0x6e, 0x6c, 0x79, 0x12, 0x75, 0x0a, 0x10, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, + 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x49, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x2e, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, + 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x10, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x76, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x1a, 0x43, + 0x0a, 0x15, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, + 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, + 0x02, 0x38, 0x01, 0x22, 0x81, 0x03, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x12, 0x16, 0x0a, + 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, + 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x62, 0x0a, 0x14, 0x6e, 0x6f, 0x64, 0x65, 0x50, 0x75, 0x62, + 0x6c, 0x69, 0x73, 0x68, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, + 0x6f, 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, + 0x6e, 0x63, 0x65, 0x52, 0x14, 0x6e, 0x6f, 0x64, 0x65, 0x50, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, + 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x6b, 0x0a, 0x10, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, + 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x10, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, + 0x65, 0x73, 0x1a, 0x43, 0x0a, 0x15, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x72, + 0x69, 0x62, 0x75, 0x74, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, + 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, + 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, + 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x42, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, + 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x61, 0x64, 0x64, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x09, 0x52, 0x03, 0x61, 0x64, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x72, 0x6f, 0x70, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x64, 0x72, 0x6f, 0x70, 0x22, 0xf5, 0x01, 0x0a, 0x2a, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x65, + 0x70, 0x68, 0x46, 0x53, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x6f, + 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6f, + 0x6e, 0x69, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, + 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, + 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x46, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x47, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x52, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, + 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, + 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, + 0x73, 0x65, 0x72, 0x22, 0xf0, 0x01, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x65, 0x70, 0x68, 0x46, 0x53, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x6f, 0x6e, 0x69, + 0x74, 0x6f, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6f, 0x6e, 0x69, + 0x74, 0x6f, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, + 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, + 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x46, 0x69, + 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x46, 0x69, 0x6c, 0x65, 0x12, 0x4c, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, + 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, + 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, + 0x65, 0x66, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0xc5, 0x01, 0x0a, 0x2a, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, + 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x47, 0x0a, 0x09, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, + 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, + 0x65, 0x66, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x49, 0x44, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x49, 0x44, 0x22, 0xc0, + 0x01, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x43, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, + 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, + 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x4c, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x49, + 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x49, + 0x44, 0x22, 0x87, 0x01, 0x0a, 0x19, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, + 0x2c, 0x0a, 0x11, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x3c, 0x0a, + 0x19, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, + 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x19, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, + 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x46, 0x0a, 0x1c, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6c, 0x69, + 0x65, 0x6e, 0x74, 0x49, 0x50, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x22, 0x7e, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x43, 0x6f, + 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x18, 0x0a, + 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, + 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x22, 0xf3, 0x01, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4c, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x43, 0x6f, + 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe8, 0x01, 0x0a, 0x21, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, + 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x3f, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, + 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, + 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x22, 0xcd, 0x03, 0x0a, 0x17, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, + 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x53, 0x0a, 0x0a, 0x62, 0x69, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x18, 0x02, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x2e, 0x42, 0x69, 0x6e, 0x61, 0x72, 0x79, + 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x62, 0x69, 0x6e, 0x61, 0x72, + 0x79, 0x44, 0x61, 0x74, 0x61, 0x12, 0x41, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, + 0x72, 0x79, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6d, 0x6d, 0x75, + 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x6d, 0x6d, + 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x3d, 0x0a, 0x0f, + 0x42, 0x69, 0x6e, 0x61, 0x72, 0x79, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, + 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, + 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x37, 0x0a, 0x09, 0x44, + 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, + 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x3a, 0x02, 0x38, 0x01, 0x22, 0x52, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x45, + 0x6e, 0x76, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, + 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, + 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x22, 0x66, 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x4d, 0x61, 0x70, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x10, + 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, + 0x22, 0xdc, 0x01, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4c, 0x69, 0x73, 0x74, + 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x39, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x4d, 0x61, 0x70, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, + 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, + 0xc3, 0x01, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4e, 0x6f, 0x64, 0x65, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6b, + 0x75, 0x62, 0x65, 0x6c, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4b, 0x65, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6b, 0x75, 0x62, 0x65, 0x6c, 0x65, 0x74, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x4b, 0x65, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x03, 0x75, 0x69, 0x64, 0x22, 0x8e, 0x01, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, + 0x70, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x05, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4b, 0x65, 0x79, 0x54, 0x6f, 0x50, 0x61, 0x74, 0x68, 0x52, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x22, 0xb2, 0x01, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, + 0x61, 0x70, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x20, + 0x0a, 0x0b, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0b, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x4d, 0x6f, 0x64, 0x65, + 0x12, 0x39, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4b, 0x65, 0x79, 0x54, 0x6f, + 0x50, 0x61, 0x74, 0x68, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x22, 0xd4, 0x09, 0x0a, 0x17, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x67, 0x73, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72, 0x67, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x63, + 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, + 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, 0x32, 0x0a, 0x03, 0x65, 0x6e, 0x76, 0x18, 0x03, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, + 0x76, 0x56, 0x61, 0x72, 0x52, 0x03, 0x65, 0x6e, 0x76, 0x12, 0x41, 0x0a, 0x07, 0x65, 0x6e, 0x76, + 0x46, 0x72, 0x6f, 0x6d, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x76, 0x46, 0x72, 0x6f, 0x6d, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x52, 0x07, 0x65, 0x6e, 0x76, 0x46, 0x72, 0x6f, 0x6d, 0x12, 0x14, 0x0a, 0x05, + 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, + 0x67, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x75, 0x6c, 0x6c, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6d, 0x61, + 0x67, 0x65, 0x50, 0x75, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x41, 0x0a, 0x09, + 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x66, 0x65, 0x63, + 0x79, 0x63, 0x6c, 0x65, 0x52, 0x09, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x12, + 0x45, 0x0a, 0x0d, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, 0x62, 0x65, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x52, 0x0d, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, + 0x73, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x05, 0x70, 0x6f, + 0x72, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x50, 0x6f, + 0x72, 0x74, 0x52, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0x47, 0x0a, 0x0e, 0x72, 0x65, 0x61, + 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, + 0x62, 0x65, 0x52, 0x0e, 0x72, 0x65, 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, + 0x62, 0x65, 0x12, 0x53, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, + 0x69, 0x7a, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x69, 0x7a, + 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x4c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x09, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x53, 0x0a, 0x0f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, + 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, + 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x0f, 0x73, 0x65, 0x63, 0x75, 0x72, + 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x43, 0x0a, 0x0c, 0x73, 0x74, + 0x61, 0x72, 0x74, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x1f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x62, + 0x65, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x12, + 0x14, 0x0a, 0x05, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x73, 0x74, 0x64, 0x69, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x4f, 0x6e, + 0x63, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x4f, + 0x6e, 0x63, 0x65, 0x12, 0x36, 0x0a, 0x16, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x12, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x16, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x61, 0x74, 0x68, 0x12, 0x3a, 0x0a, 0x18, 0x74, + 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, + 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x18, 0x74, + 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, + 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x74, 0x79, 0x18, 0x14, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x03, 0x74, 0x74, 0x79, 0x12, 0x4c, 0x0a, 0x0d, 0x76, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x15, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x52, 0x0d, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0c, 0x76, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x18, 0x16, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4d, + 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x0c, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4d, 0x6f, 0x75, 0x6e, + 0x74, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x44, 0x69, 0x72, + 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x44, + 0x69, 0x72, 0x22, 0x52, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x49, 0x6d, 0x61, + 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, + 0x09, 0x52, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x7a, 0x65, + 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x69, 0x7a, + 0x65, 0x42, 0x79, 0x74, 0x65, 0x73, 0x22, 0xa7, 0x01, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, + 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, + 0x6e, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x63, + 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x68, 0x6f, 0x73, 0x74, 0x49, 0x50, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x6f, + 0x73, 0x74, 0x49, 0x50, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x50, 0x6f, 0x72, 0x74, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x50, 0x6f, 0x72, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, + 0x22, 0x6f, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x69, 0x7a, + 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x72, + 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0x88, 0x02, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x12, 0x49, 0x0a, 0x07, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, + 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6e, + 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x07, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x12, 0x52, 0x0a, + 0x0a, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, + 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x54, 0x65, 0x72, 0x6d, 0x69, + 0x6e, 0x61, 0x74, 0x65, 0x64, 0x52, 0x0a, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, + 0x64, 0x12, 0x49, 0x0a, 0x07, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x57, 0x61, 0x69, 0x74, + 0x69, 0x6e, 0x67, 0x52, 0x07, 0x77, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x43, 0x0a, 0x23, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6e, 0x6e, + 0x69, 0x6e, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x41, 0x74, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x41, + 0x74, 0x22, 0xee, 0x01, 0x0a, 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x54, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x12, 0x20, 0x0a, 0x0b, + 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x12, 0x1a, + 0x0a, 0x08, 0x65, 0x78, 0x69, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x08, 0x65, 0x78, 0x69, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, + 0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x41, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x66, 0x69, 0x6e, 0x69, 0x73, 0x68, 0x65, 0x64, 0x41, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, + 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, + 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, + 0x73, 0x69, 0x67, 0x6e, 0x61, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x69, + 0x67, 0x6e, 0x61, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, 0x41, + 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, + 0x41, 0x74, 0x22, 0x57, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, + 0x74, 0x65, 0x57, 0x61, 0x69, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, + 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, + 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0xe9, 0x04, 0x0a, 0x1d, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x71, 0x0a, + 0x12, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x2e, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x12, 0x61, 0x6c, + 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, + 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x49, 0x44, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, + 0x49, 0x44, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x69, 0x6d, 0x61, 0x67, + 0x65, 0x49, 0x44, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x69, 0x6d, 0x61, 0x67, 0x65, + 0x49, 0x44, 0x12, 0x46, 0x0a, 0x09, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, + 0x09, 0x6c, 0x61, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, + 0x0a, 0x05, 0x72, 0x65, 0x61, 0x64, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x72, + 0x65, 0x61, 0x64, 0x79, 0x12, 0x4c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, + 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x43, 0x6f, 0x75, + 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x74, 0x61, 0x72, + 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, + 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x74, 0x61, 0x72, 0x74, 0x65, 0x64, + 0x12, 0x3e, 0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, + 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, + 0x1a, 0x45, 0x0a, 0x17, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, + 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, + 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, + 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x32, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x45, + 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x6f, 0x72, 0x74, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x50, 0x6f, 0x72, 0x74, 0x22, 0x6c, 0x0a, 0x23, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x6f, 0x77, + 0x6e, 0x77, 0x61, 0x72, 0x64, 0x41, 0x50, 0x49, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x45, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x6f, 0x77, + 0x6e, 0x77, 0x61, 0x72, 0x64, 0x41, 0x50, 0x49, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x46, 0x69, + 0x6c, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x22, 0xf5, 0x01, 0x0a, 0x23, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x6f, 0x77, 0x6e, + 0x77, 0x61, 0x72, 0x64, 0x41, 0x50, 0x49, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x46, 0x69, 0x6c, + 0x65, 0x12, 0x49, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x12, 0x12, 0x0a, 0x04, + 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x70, 0x61, 0x74, 0x68, 0x12, 0x5b, 0x0a, 0x10, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, + 0x10, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, + 0x66, 0x22, 0x90, 0x01, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x44, 0x6f, 0x77, 0x6e, 0x77, 0x61, 0x72, 0x64, 0x41, 0x50, 0x49, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, + 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0b, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x45, 0x0a, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x6f, 0x77, 0x6e, 0x77, 0x61, 0x72, 0x64, + 0x41, 0x50, 0x49, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x52, 0x05, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x22, 0x5a, 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x44, 0x69, 0x72, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x65, + 0x64, 0x69, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x64, 0x69, + 0x75, 0x6d, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x69, 0x7a, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x69, 0x7a, 0x65, 0x4c, 0x69, 0x6d, 0x69, 0x74, + 0x22, 0xb0, 0x01, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, + 0x0a, 0x02, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x1a, + 0x0a, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x47, 0x0a, 0x09, 0x74, 0x61, + 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, + 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, + 0x52, 0x65, 0x66, 0x22, 0x82, 0x01, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x50, 0x6f, + 0x72, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x70, 0x70, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, + 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x70, 0x70, 0x50, 0x72, 0x6f, 0x74, + 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x22, 0xfe, 0x01, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x73, 0x65, 0x74, 0x12, 0x47, 0x0a, 0x09, 0x61, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x09, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x65, 0x73, 0x12, 0x57, 0x0a, 0x11, 0x6e, 0x6f, 0x74, 0x52, 0x65, 0x61, 0x64, 0x79, 0x41, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x11, 0x6e, 0x6f, 0x74, 0x52, 0x65, 0x61, + 0x64, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x3c, 0x0a, 0x05, 0x70, + 0x6f, 0x72, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x50, 0x6f, + 0x72, 0x74, 0x52, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x22, 0xe3, 0x01, 0x0a, 0x17, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, + 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, + 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x42, 0x0a, 0x07, 0x73, + 0x75, 0x62, 0x73, 0x65, 0x74, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x53, 0x75, 0x62, 0x73, 0x65, 0x74, 0x52, 0x07, 0x73, 0x75, 0x62, 0x73, 0x65, 0x74, 0x73, 0x22, + 0xdc, 0x01, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x39, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, + 0x6e, 0x74, 0x73, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, + 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xd0, + 0x01, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x45, 0x6e, 0x76, 0x46, 0x72, 0x6f, 0x6d, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x50, + 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x66, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x45, 0x6e, 0x76, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x66, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x66, 0x69, 0x78, 0x12, 0x47, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x45, 0x6e, 0x76, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, + 0x66, 0x22, 0x86, 0x01, 0x0a, 0x14, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x76, 0x56, 0x61, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x12, 0x44, 0x0a, 0x09, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x46, 0x72, 0x6f, + 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x45, 0x6e, 0x76, 0x56, 0x61, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, + 0x09, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x22, 0xef, 0x02, 0x0a, 0x1a, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x76, + 0x56, 0x61, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x58, 0x0a, 0x0f, 0x63, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x66, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x52, 0x0f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4b, 0x65, 0x79, + 0x52, 0x65, 0x66, 0x12, 0x49, 0x0a, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x12, 0x5b, + 0x0a, 0x10, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, + 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x10, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x52, 0x65, 0x66, 0x12, 0x4f, 0x0a, 0x0c, 0x73, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x0c, + 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4b, 0x65, 0x79, 0x52, 0x65, 0x66, 0x22, 0x8f, 0x0a, 0x0a, + 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, + 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, + 0x72, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x67, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x04, 0x61, 0x72, 0x67, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x12, + 0x32, 0x0a, 0x03, 0x65, 0x6e, 0x76, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x76, 0x56, 0x61, 0x72, 0x52, 0x03, + 0x65, 0x6e, 0x76, 0x12, 0x41, 0x0a, 0x07, 0x65, 0x6e, 0x76, 0x46, 0x72, 0x6f, 0x6d, 0x18, 0x04, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x45, 0x6e, 0x76, 0x46, 0x72, 0x6f, 0x6d, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x07, 0x65, + 0x6e, 0x76, 0x46, 0x72, 0x6f, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x28, 0x0a, 0x0f, + 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x75, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x75, 0x6c, 0x6c, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x41, 0x0a, 0x09, 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, + 0x63, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x52, 0x09, + 0x6c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x12, 0x45, 0x0a, 0x0d, 0x6c, 0x69, 0x76, + 0x65, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x1f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x62, + 0x65, 0x52, 0x0d, 0x6c, 0x69, 0x76, 0x65, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, 0x62, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x0a, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, + 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x50, 0x6f, 0x72, 0x74, 0x52, 0x05, 0x70, 0x6f, + 0x72, 0x74, 0x73, 0x12, 0x47, 0x0a, 0x0e, 0x72, 0x65, 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, + 0x50, 0x72, 0x6f, 0x62, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x52, 0x0e, 0x72, 0x65, + 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x12, 0x53, 0x0a, 0x0c, + 0x72, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0c, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x12, 0x4c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, + 0x65, 0x6e, 0x74, 0x73, 0x52, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, + 0x53, 0x0a, 0x0f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, + 0x78, 0x74, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x74, + 0x65, 0x78, 0x74, 0x52, 0x0f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, + 0x74, 0x65, 0x78, 0x74, 0x12, 0x43, 0x0a, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x75, 0x70, 0x50, + 0x72, 0x6f, 0x62, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x52, 0x0c, 0x73, 0x74, 0x61, + 0x72, 0x74, 0x75, 0x70, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x64, + 0x69, 0x6e, 0x18, 0x10, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x12, + 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x4f, 0x6e, 0x63, 0x65, 0x18, 0x11, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x09, 0x73, 0x74, 0x64, 0x69, 0x6e, 0x4f, 0x6e, 0x63, 0x65, 0x12, 0x30, 0x0a, + 0x13, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, + 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x12, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x74, 0x61, 0x72, 0x67, + 0x65, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, + 0x36, 0x0a, 0x16, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, + 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x16, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, + 0x61, 0x67, 0x65, 0x50, 0x61, 0x74, 0x68, 0x12, 0x3a, 0x0a, 0x18, 0x74, 0x65, 0x72, 0x6d, 0x69, + 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x14, 0x20, 0x01, 0x28, 0x09, 0x52, 0x18, 0x74, 0x65, 0x72, 0x6d, 0x69, + 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x74, 0x74, 0x79, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x03, 0x74, 0x74, 0x79, 0x12, 0x4c, 0x0a, 0x0d, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x44, + 0x65, 0x76, 0x69, 0x63, 0x65, 0x73, 0x18, 0x16, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x44, 0x65, + 0x76, 0x69, 0x63, 0x65, 0x52, 0x0d, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x44, 0x65, 0x76, 0x69, + 0x63, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x0c, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4d, 0x6f, 0x75, + 0x6e, 0x74, 0x73, 0x18, 0x17, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4d, 0x6f, 0x75, 0x6e, 0x74, + 0x52, 0x0c, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x1e, + 0x0a, 0x0a, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x44, 0x69, 0x72, 0x18, 0x18, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x44, 0x69, 0x72, 0x22, 0x90, + 0x01, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x45, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x69, 0x0a, 0x13, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x13, 0x76, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, + 0x65, 0x22, 0xef, 0x05, 0x0a, 0x13, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, + 0x54, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x76, 0x65, 0x6e, + 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x26, 0x0a, 0x0e, 0x66, 0x69, 0x72, 0x73, 0x74, 0x54, 0x69, + 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x66, + 0x69, 0x72, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x51, 0x0a, + 0x0e, 0x69, 0x6e, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, + 0x52, 0x0e, 0x69, 0x6e, 0x76, 0x6f, 0x6c, 0x76, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, + 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x73, + 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, + 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, + 0x73, 0x61, 0x67, 0x65, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x43, + 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x61, + 0x74, 0x65, 0x64, 0x12, 0x2e, 0x0a, 0x12, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, + 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x12, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, + 0x65, 0x6e, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, + 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, + 0x65, 0x12, 0x3d, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x52, 0x06, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, + 0x12, 0x3d, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x22, 0xd4, 0x01, 0x0a, 0x17, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x35, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x5d, 0x0a, 0x19, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2a, 0x0a, + 0x10, 0x6c, 0x61, 0x73, 0x74, 0x4f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x54, 0x69, 0x6d, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x4f, 0x62, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x4d, 0x0a, 0x19, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, + 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x70, 0x6f, + 0x6e, 0x65, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x22, 0x34, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x78, 0x65, 0x63, 0x41, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6d, 0x6d, 0x61, 0x6e, 0x64, 0x22, 0x9a, + 0x01, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x46, 0x43, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6c, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6c, 0x75, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x57, + 0x57, 0x4e, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, + 0x74, 0x57, 0x57, 0x4e, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x77, 0x69, 0x64, 0x73, 0x18, 0x05, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x77, 0x77, 0x69, 0x64, 0x73, 0x22, 0xd8, 0x02, 0x0a, 0x28, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x46, 0x6c, + 0x65, 0x78, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x69, 0x76, + 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, + 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x5b, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x46, 0x6c, 0x65, 0x78, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, + 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, + 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x07, 0x6f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, + 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, + 0x79, 0x12, 0x47, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, + 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x1a, 0x3a, 0x0a, 0x0c, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xc9, 0x02, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x46, 0x6c, 0x65, 0x78, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x69, + 0x76, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x69, 0x76, 0x65, + 0x72, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x51, 0x0a, 0x07, 0x6f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x46, 0x6c, 0x65, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, + 0x74, 0x72, 0x79, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, + 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x4c, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x1a, 0x3a, 0x0a, 0x0c, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, + 0x38, 0x01, 0x22, 0x67, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x46, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x61, 0x74, 0x61, 0x73, + 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x61, + 0x74, 0x61, 0x73, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x61, 0x74, + 0x61, 0x73, 0x65, 0x74, 0x55, 0x55, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, + 0x64, 0x61, 0x74, 0x61, 0x73, 0x65, 0x74, 0x55, 0x55, 0x49, 0x44, 0x22, 0x97, 0x01, 0x0a, 0x2b, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x43, + 0x45, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, + 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, + 0x79, 0x70, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x70, 0x61, 0x72, 0x74, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x64, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x22, 0x48, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x52, 0x50, 0x43, 0x41, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, + 0x7d, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x47, 0x69, 0x74, 0x52, 0x65, 0x70, 0x6f, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x69, 0x72, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 0x79, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, + 0x72, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0xad, + 0x01, 0x0a, 0x2d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x47, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x66, 0x73, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, + 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x2e, + 0x0a, 0x12, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x65, 0x6e, 0x64, 0x70, + 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, + 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x22, 0x73, + 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x47, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x66, 0x73, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, + 0x6e, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, + 0x6e, 0x6c, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, + 0x6e, 0x6c, 0x79, 0x22, 0xb9, 0x01, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x48, 0x54, 0x54, 0x50, 0x47, 0x65, 0x74, 0x41, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x46, 0x0a, 0x0b, 0x68, 0x74, 0x74, 0x70, 0x48, + 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x48, 0x54, 0x54, 0x50, 0x48, 0x65, 0x61, 0x64, + 0x65, 0x72, 0x52, 0x0b, 0x68, 0x74, 0x74, 0x70, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, + 0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x65, 0x22, + 0x44, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x48, 0x54, 0x54, 0x50, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x47, 0x0a, 0x17, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x48, 0x6f, 0x73, 0x74, 0x41, 0x6c, 0x69, 0x61, 0x73, + 0x12, 0x1c, 0x0a, 0x09, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x09, 0x52, 0x09, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x0e, + 0x0a, 0x02, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x22, 0x4c, + 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x48, 0x6f, 0x73, 0x74, 0x50, 0x61, 0x74, 0x68, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xb0, 0x03, 0x0a, + 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x49, + 0x53, 0x43, 0x53, 0x49, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x63, 0x68, + 0x61, 0x70, 0x41, 0x75, 0x74, 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x63, 0x68, 0x61, 0x70, 0x41, 0x75, 0x74, 0x68, 0x44, + 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x63, 0x68, 0x61, 0x70, + 0x41, 0x75, 0x74, 0x68, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x0f, 0x63, 0x68, 0x61, 0x70, 0x41, 0x75, 0x74, 0x68, 0x53, 0x65, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x74, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, + 0x12, 0x10, 0x0a, 0x03, 0x69, 0x71, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x69, + 0x71, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x73, 0x63, 0x73, 0x69, 0x49, 0x6e, 0x74, 0x65, 0x72, + 0x66, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x73, 0x63, 0x73, + 0x69, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6c, 0x75, + 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x6c, 0x75, 0x6e, 0x12, 0x18, 0x0a, 0x07, + 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x70, + 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, + 0x6c, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, + 0x6c, 0x79, 0x12, 0x47, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, + 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x74, + 0x61, 0x72, 0x67, 0x65, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x22, + 0xab, 0x03, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x49, 0x53, 0x43, 0x53, 0x49, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x63, 0x68, 0x61, 0x70, 0x41, 0x75, 0x74, 0x68, 0x44, + 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x63, 0x68, 0x61, 0x70, 0x41, 0x75, 0x74, 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x63, 0x68, 0x61, 0x70, 0x41, 0x75, 0x74, 0x68, 0x53, 0x65, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x63, 0x68, 0x61, 0x70, + 0x41, 0x75, 0x74, 0x68, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, + 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, + 0x79, 0x70, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x6f, 0x72, + 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x69, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x74, 0x6f, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x71, 0x6e, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x69, 0x71, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x69, + 0x73, 0x63, 0x73, 0x69, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0e, 0x69, 0x73, 0x63, 0x73, 0x69, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x66, + 0x61, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x6c, 0x75, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x03, 0x6c, 0x75, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x73, + 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x70, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x4c, 0x0a, 0x09, 0x73, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x4f, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, + 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x61, 0x72, + 0x67, 0x65, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x61, 0x6c, 0x22, 0x53, 0x0a, + 0x17, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4b, + 0x65, 0x79, 0x54, 0x6f, 0x50, 0x61, 0x74, 0x68, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x6f, + 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, + 0x74, 0x68, 0x22, 0xa9, 0x01, 0x0a, 0x17, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x12, 0x48, + 0x0a, 0x09, 0x70, 0x6f, 0x73, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x66, + 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x52, 0x09, 0x70, + 0x6f, 0x73, 0x74, 0x53, 0x74, 0x61, 0x72, 0x74, 0x12, 0x44, 0x0a, 0x07, 0x70, 0x72, 0x65, 0x53, + 0x74, 0x6f, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x48, 0x61, + 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x52, 0x07, 0x70, 0x72, 0x65, 0x53, 0x74, 0x6f, 0x70, 0x22, 0xe6, + 0x01, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, + 0x72, 0x12, 0x38, 0x0a, 0x04, 0x65, 0x78, 0x65, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x78, 0x65, 0x63, 0x41, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x65, 0x78, 0x65, 0x63, 0x12, 0x41, 0x0a, 0x07, 0x68, + 0x74, 0x74, 0x70, 0x47, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x48, 0x54, 0x54, 0x50, 0x47, 0x65, 0x74, 0x41, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x68, 0x74, 0x74, 0x70, 0x47, 0x65, 0x74, 0x12, 0x47, + 0x0a, 0x09, 0x74, 0x63, 0x70, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x43, 0x50, + 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x74, 0x63, + 0x70, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x22, 0xde, 0x01, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, + 0x61, 0x6e, 0x67, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3c, 0x0a, 0x04, 0x73, 0x70, + 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x70, + 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x22, 0xa3, 0x06, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, + 0x52, 0x61, 0x6e, 0x67, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x4f, 0x0a, 0x07, 0x64, 0x65, 0x66, + 0x61, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, + 0x49, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x12, 0x64, 0x0a, 0x0e, 0x64, 0x65, + 0x66, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x02, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, + 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x2e, 0x44, 0x65, 0x66, + 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x0e, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x43, 0x0a, 0x03, 0x6d, 0x61, 0x78, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, + 0x6e, 0x67, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x2e, 0x4d, 0x61, 0x78, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x03, 0x6d, 0x61, 0x78, 0x12, 0x76, 0x0a, 0x14, 0x6d, 0x61, 0x78, 0x4c, 0x69, 0x6d, 0x69, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x18, 0x04, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, + 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x2e, 0x4d, 0x61, + 0x78, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x61, 0x74, + 0x69, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x14, 0x6d, 0x61, 0x78, 0x4c, 0x69, 0x6d, 0x69, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x61, 0x74, 0x69, 0x6f, 0x12, 0x43, 0x0a, + 0x03, 0x6d, 0x69, 0x6e, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, + 0x49, 0x74, 0x65, 0x6d, 0x2e, 0x4d, 0x69, 0x6e, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x03, 0x6d, + 0x69, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x1a, 0x3a, 0x0a, 0x0c, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, + 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, + 0x38, 0x01, 0x1a, 0x41, 0x0a, 0x13, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x36, 0x0a, 0x08, 0x4d, 0x61, 0x78, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x47, 0x0a, + 0x19, 0x4d, 0x61, 0x78, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x52, 0x61, 0x74, 0x69, 0x6f, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x36, 0x0a, 0x08, 0x4d, 0x69, 0x6e, 0x45, 0x6e, 0x74, + 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xde, + 0x01, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x3a, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, + 0x61, 0x6e, 0x67, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, + 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, + 0x60, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, + 0x40, 0x0a, 0x06, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, + 0x52, 0x61, 0x6e, 0x67, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x06, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x73, 0x22, 0x8b, 0x01, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x02, 0x69, 0x70, 0x12, 0x3a, 0x0a, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x22, + 0x6b, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x47, 0x0a, 0x07, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x52, 0x07, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x22, 0x38, 0x0a, 0x22, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, + 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x4d, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, + 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, + 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0x67, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x46, 0x53, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, + 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, + 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0x9f, + 0x02, 0x0a, 0x17, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x12, 0x3b, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x41, 0x0a, + 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x22, 0xb0, 0x01, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x64, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, + 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x22, 0xdc, 0x01, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x4c, + 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x22, 0x3d, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x70, 0x65, + 0x63, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x72, 0x73, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x72, + 0x73, 0x22, 0x83, 0x01, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x4c, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x64, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x22, 0x90, 0x02, 0x0a, 0x12, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x12, 0x36, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, + 0x64, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x3c, 0x0a, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x49, 0x0a, 0x19, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, + 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xcb, 0x02, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x66, 0x66, 0x69, + 0x6e, 0x69, 0x74, 0x79, 0x12, 0x9b, 0x01, 0x0a, 0x2f, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, + 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, + 0x6e, 0x67, 0x49, 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, + 0x72, 0x65, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x54, 0x65, 0x72, + 0x6d, 0x52, 0x2f, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, + 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x67, 0x6e, 0x6f, + 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x8e, 0x01, 0x0a, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x44, + 0x75, 0x72, 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, + 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x52, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, + 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x67, 0x6e, + 0x6f, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x22, 0xd9, 0x01, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x11, 0x6c, 0x61, 0x73, 0x74, 0x48, 0x65, 0x61, 0x72, 0x74, + 0x62, 0x65, 0x61, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, + 0x6c, 0x61, 0x73, 0x74, 0x48, 0x65, 0x61, 0x72, 0x74, 0x62, 0x65, 0x61, 0x74, 0x54, 0x69, 0x6d, + 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, + 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, + 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, + 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, + 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, + 0x73, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x12, 0x51, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x4d, 0x61, 0x70, 0x22, 0x94, 0x02, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x42, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x76, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x12, 0x46, 0x0a, 0x08, 0x61, + 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x08, 0x61, 0x73, 0x73, 0x69, 0x67, + 0x6e, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x50, 0x0a, 0x0d, 0x6c, 0x61, 0x73, + 0x74, 0x4b, 0x6e, 0x6f, 0x77, 0x6e, 0x47, 0x6f, 0x6f, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x0d, 0x6c, 0x61, + 0x73, 0x74, 0x4b, 0x6e, 0x6f, 0x77, 0x6e, 0x47, 0x6f, 0x6f, 0x64, 0x22, 0x77, 0x0a, 0x21, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, + 0x65, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, + 0x12, 0x52, 0x0a, 0x0f, 0x6b, 0x75, 0x62, 0x65, 0x6c, 0x65, 0x74, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x52, 0x0f, 0x6b, 0x75, 0x62, 0x65, 0x6c, 0x65, 0x74, 0x45, 0x6e, 0x64, 0x70, + 0x6f, 0x69, 0x6e, 0x74, 0x22, 0xd2, 0x01, 0x0a, 0x16, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x34, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x76, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x58, 0x0a, 0x11, 0x6e, 0x6f, 0x64, 0x65, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x72, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, + 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x72, 0x6d, 0x52, 0x11, + 0x6e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x72, 0x6d, + 0x73, 0x22, 0x6d, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, + 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, + 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, + 0x22, 0xd4, 0x01, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x54, + 0x65, 0x72, 0x6d, 0x12, 0x5d, 0x0a, 0x10, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x45, 0x78, 0x70, 0x72, + 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, + 0x52, 0x10, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x12, 0x53, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x46, 0x69, 0x65, 0x6c, 0x64, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, + 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x0b, 0x6d, 0x61, 0x74, 0x63, + 0x68, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0xbd, 0x02, 0x0a, 0x16, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x70, + 0x65, 0x63, 0x12, 0x4e, 0x0a, 0x0c, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x0c, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x44, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x49, 0x44, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x6f, 0x64, 0x43, 0x49, 0x44, 0x52, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x6f, 0x64, 0x43, 0x49, 0x44, 0x52, 0x12, 0x1a, 0x0a, 0x08, + 0x70, 0x6f, 0x64, 0x43, 0x49, 0x44, 0x52, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, + 0x70, 0x6f, 0x64, 0x43, 0x49, 0x44, 0x52, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x76, + 0x69, 0x64, 0x65, 0x72, 0x49, 0x44, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x72, + 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x49, 0x44, 0x12, 0x37, 0x0a, 0x06, 0x74, 0x61, 0x69, 0x6e, + 0x74, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x54, 0x61, 0x69, 0x6e, 0x74, 0x52, 0x06, 0x74, 0x61, 0x69, 0x6e, 0x74, + 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x75, 0x6e, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x61, 0x62, + 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x75, 0x6e, 0x73, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x22, 0x81, 0x07, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x43, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x09, + 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x57, 0x0a, 0x0b, 0x61, 0x6c, 0x6c, + 0x6f, 0x63, 0x61, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x2e, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x61, 0x62, 0x6c, 0x65, + 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x61, 0x62, + 0x6c, 0x65, 0x12, 0x4e, 0x0a, 0x08, 0x63, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x18, 0x03, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x43, 0x61, 0x70, 0x61, 0x63, + 0x69, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x63, 0x61, 0x70, 0x61, 0x63, 0x69, + 0x74, 0x79, 0x12, 0x47, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x42, 0x0a, 0x06, 0x63, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, + 0x57, 0x0a, 0x0f, 0x64, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x45, 0x6e, + 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x0f, 0x64, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x45, + 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x40, 0x0a, 0x06, 0x69, 0x6d, 0x61, 0x67, + 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x49, 0x6d, 0x61, + 0x67, 0x65, 0x52, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x12, 0x44, 0x0a, 0x08, 0x6e, 0x6f, + 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x79, 0x73, 0x74, + 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x6e, 0x66, 0x6f, + 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x12, 0x52, 0x0a, 0x0f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x73, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x65, 0x64, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, 0x74, 0x74, 0x61, 0x63, + 0x68, 0x65, 0x64, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x0f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x73, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x65, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x76, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x73, 0x49, 0x6e, 0x55, 0x73, 0x65, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x09, + 0x52, 0x0c, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x73, 0x49, 0x6e, 0x55, 0x73, 0x65, 0x1a, 0x3e, + 0x0a, 0x10, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x45, 0x6e, 0x74, + 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3b, + 0x0a, 0x0d, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, + 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, + 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x90, 0x03, 0x0a, 0x1c, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, + 0x64, 0x65, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x22, 0x0a, 0x0c, + 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x61, 0x72, 0x63, 0x68, 0x69, 0x74, 0x65, 0x63, 0x74, 0x75, 0x72, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x62, 0x6f, 0x6f, 0x74, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x62, 0x6f, 0x6f, 0x74, 0x49, 0x44, 0x12, 0x38, 0x0a, 0x17, 0x63, 0x6f, 0x6e, 0x74, + 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x17, 0x63, 0x6f, 0x6e, 0x74, 0x61, + 0x69, 0x6e, 0x65, 0x72, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x6b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6b, 0x65, 0x72, 0x6e, 0x65, + 0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2a, 0x0a, 0x10, 0x6b, 0x75, 0x62, 0x65, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x10, 0x6b, 0x75, 0x62, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x26, 0x0a, 0x0e, 0x6b, 0x75, 0x62, 0x65, 0x6c, 0x65, 0x74, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6b, 0x75, + 0x62, 0x65, 0x6c, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x49, 0x44, 0x12, 0x28, 0x0a, 0x0f, 0x6f, 0x70, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x79, + 0x73, 0x74, 0x65, 0x6d, 0x12, 0x18, 0x0a, 0x07, 0x6f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6f, 0x73, 0x49, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x1e, + 0x0a, 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x55, 0x55, 0x49, 0x44, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x55, 0x55, 0x49, 0x44, 0x22, 0x61, + 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x50, 0x61, 0x74, 0x68, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x50, 0x61, 0x74, + 0x68, 0x22, 0xdf, 0x01, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, + 0x6e, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x50, 0x61, 0x74, 0x68, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x50, 0x61, 0x74, + 0x68, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x75, 0x69, 0x64, 0x22, 0xb4, 0x02, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x42, 0x0a, 0x04, + 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, + 0x12, 0x48, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xc3, 0x02, 0x0a, 0x23, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x12, 0x4d, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x22, 0xe2, 0x01, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x54, 0x69, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x50, 0x72, + 0x6f, 0x62, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, + 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xf4, 0x01, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, + 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x45, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x85, 0x04, 0x0a, + 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x70, 0x65, 0x63, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x4d, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x61, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x53, 0x0a, 0x0a, 0x64, 0x61, + 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x79, 0x70, 0x65, 0x64, 0x4c, + 0x6f, 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, + 0x6e, 0x63, 0x65, 0x52, 0x0a, 0x64, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, + 0x54, 0x0a, 0x0d, 0x64, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x66, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x54, 0x79, 0x70, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, + 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0d, 0x64, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x52, 0x65, 0x66, 0x12, 0x4c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x52, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x73, 0x12, 0x53, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x08, + 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2a, 0x0a, 0x10, 0x73, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x10, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4d, 0x6f, + 0x64, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, + 0x6d, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xc5, 0x04, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x6f, 0x64, 0x65, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, + 0x6f, 0x64, 0x65, 0x73, 0x12, 0x7d, 0x0a, 0x12, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, + 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x4d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, + 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, + 0x12, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x73, 0x12, 0x5f, 0x0a, 0x08, 0x63, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x18, + 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x43, 0x61, 0x70, + 0x61, 0x63, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x63, 0x61, 0x70, 0x61, + 0x63, 0x69, 0x74, 0x79, 0x12, 0x58, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, + 0x68, 0x61, 0x73, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x69, + 0x7a, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x1a, 0x45, 0x0a, 0x17, 0x41, 0x6c, 0x6c, 0x6f, + 0x63, 0x61, 0x74, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x45, 0x6e, + 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, + 0x3b, 0x0a, 0x0d, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, + 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xc8, 0x01, 0x0a, + 0x2b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x50, 0x0a, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, + 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, + 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x70, 0x65, + 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x22, 0x6b, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, + 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6c, + 0x61, 0x69, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, + 0x6c, 0x61, 0x69, 0x6d, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, + 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, + 0x4f, 0x6e, 0x6c, 0x79, 0x22, 0xea, 0x01, 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x40, 0x0a, 0x05, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, + 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x22, 0xc1, 0x12, 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x4d, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x61, + 0x63, 0x63, 0x65, 0x73, 0x73, 0x4d, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x6e, 0x0a, 0x14, 0x61, 0x77, + 0x73, 0x45, 0x6c, 0x61, 0x73, 0x74, 0x69, 0x63, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x74, 0x6f, + 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x41, 0x57, 0x53, 0x45, 0x6c, 0x61, 0x73, 0x74, 0x69, 0x63, 0x42, 0x6c, + 0x6f, 0x63, 0x6b, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x14, 0x61, 0x77, 0x73, 0x45, 0x6c, 0x61, 0x73, 0x74, 0x69, 0x63, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x4d, 0x0a, 0x09, 0x61, 0x7a, + 0x75, 0x72, 0x65, 0x44, 0x69, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x44, 0x69, + 0x73, 0x6b, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, + 0x61, 0x7a, 0x75, 0x72, 0x65, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x57, 0x0a, 0x09, 0x61, 0x7a, 0x75, + 0x72, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x46, 0x69, 0x6c, + 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x46, 0x69, + 0x6c, 0x65, 0x12, 0x58, 0x0a, 0x08, 0x63, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x18, 0x05, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x70, 0x65, 0x63, 0x2e, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x74, + 0x72, 0x79, 0x52, 0x08, 0x63, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x4e, 0x0a, 0x06, + 0x63, 0x65, 0x70, 0x68, 0x66, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x65, 0x70, 0x68, 0x46, 0x53, 0x50, 0x65, + 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x06, 0x63, 0x65, 0x70, 0x68, 0x66, 0x73, 0x12, 0x4e, 0x0a, 0x06, + 0x63, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x50, 0x65, + 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x06, 0x63, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x45, 0x0a, 0x08, + 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x66, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x08, 0x63, 0x6c, 0x61, 0x69, 0x6d, + 0x52, 0x65, 0x66, 0x12, 0x45, 0x0a, 0x03, 0x63, 0x73, 0x69, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x03, 0x63, 0x73, 0x69, 0x12, 0x38, 0x0a, 0x02, 0x66, 0x63, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x46, 0x43, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x52, 0x02, 0x66, 0x63, 0x12, 0x54, 0x0a, 0x0a, 0x66, 0x6c, 0x65, 0x78, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x46, 0x6c, 0x65, 0x78, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, + 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x0a, + 0x66, 0x6c, 0x65, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x47, 0x0a, 0x07, 0x66, 0x6c, + 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x46, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x07, 0x66, 0x6c, 0x6f, 0x63, + 0x6b, 0x65, 0x72, 0x12, 0x65, 0x0a, 0x11, 0x67, 0x63, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, + 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x43, 0x45, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x11, 0x67, 0x63, 0x65, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x57, 0x0a, 0x09, 0x67, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x66, 0x73, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x66, 0x73, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, 0x67, 0x6c, 0x75, 0x73, 0x74, 0x65, + 0x72, 0x66, 0x73, 0x12, 0x4a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x50, 0x61, 0x74, 0x68, 0x18, + 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x48, 0x6f, 0x73, 0x74, 0x50, 0x61, 0x74, 0x68, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x50, 0x61, 0x74, 0x68, 0x12, + 0x4b, 0x0a, 0x05, 0x69, 0x73, 0x63, 0x73, 0x69, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x49, 0x53, 0x43, 0x53, 0x49, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x05, 0x69, 0x73, 0x63, 0x73, 0x69, 0x12, 0x41, 0x0a, 0x05, + 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x05, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x12, + 0x22, 0x0a, 0x0c, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, + 0x12, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x4f, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x12, 0x3b, 0x0a, 0x03, 0x6e, 0x66, 0x73, 0x18, 0x13, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x46, 0x53, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x03, 0x6e, 0x66, 0x73, + 0x12, 0x50, 0x0a, 0x0c, 0x6e, 0x6f, 0x64, 0x65, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, + 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x66, 0x66, 0x69, + 0x6e, 0x69, 0x74, 0x79, 0x52, 0x0c, 0x6e, 0x6f, 0x64, 0x65, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x79, 0x12, 0x44, 0x0a, 0x1d, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x1d, 0x70, 0x65, 0x72, 0x73, 0x69, + 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x63, 0x6c, 0x61, + 0x69, 0x6d, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x6e, 0x0a, 0x14, 0x70, 0x68, 0x6f, 0x74, + 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, + 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, + 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x52, 0x14, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, + 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x56, 0x0a, 0x0e, 0x70, 0x6f, 0x72, 0x74, + 0x77, 0x6f, 0x72, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x72, 0x74, + 0x77, 0x6f, 0x72, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x52, 0x0e, 0x70, 0x6f, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x12, 0x47, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x62, 0x79, 0x74, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x51, 0x75, 0x6f, + 0x62, 0x79, 0x74, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x52, 0x07, 0x71, 0x75, 0x6f, 0x62, 0x79, 0x74, 0x65, 0x12, 0x45, 0x0a, 0x03, 0x72, 0x62, 0x64, + 0x18, 0x19, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x52, 0x42, 0x44, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x03, 0x72, 0x62, 0x64, + 0x12, 0x51, 0x0a, 0x07, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x49, 0x4f, 0x18, 0x1a, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x63, 0x61, + 0x6c, 0x65, 0x49, 0x4f, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x07, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x49, 0x4f, 0x12, 0x2a, 0x0a, 0x10, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x73, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, + 0x57, 0x0a, 0x09, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x6f, 0x73, 0x18, 0x1c, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x4f, 0x53, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, 0x73, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x6f, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x5e, 0x0a, 0x0d, 0x76, 0x73, 0x70, 0x68, + 0x65, 0x72, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x73, 0x70, 0x68, 0x65, + 0x72, 0x65, 0x56, 0x69, 0x72, 0x74, 0x75, 0x61, 0x6c, 0x44, 0x69, 0x73, 0x6b, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x0d, 0x76, 0x73, 0x70, 0x68, 0x65, + 0x72, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x1a, 0x3b, 0x0a, 0x0d, 0x43, 0x61, 0x70, 0x61, + 0x63, 0x69, 0x74, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x6e, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x18, 0x0a, + 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, + 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, + 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0x5c, 0x0a, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x6e, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x70, 0x64, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, + 0x64, 0x49, 0x44, 0x22, 0x8d, 0x02, 0x0a, 0x11, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, + 0x35, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x53, 0x70, 0x65, 0x63, + 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x3b, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0xcd, 0x02, 0x0a, 0x19, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x79, 0x12, 0x9b, 0x01, 0x0a, 0x2f, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x44, + 0x75, 0x72, 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, + 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, + 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x65, 0x72, 0x6d, 0x52, 0x2f, + 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x64, + 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x91, 0x01, 0x0a, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, + 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x67, 0x6e, 0x6f, + 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x54, + 0x65, 0x72, 0x6d, 0x52, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, + 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x67, 0x6e, + 0x6f, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x22, 0xa7, 0x02, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x79, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x5d, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x65, 0x0a, 0x11, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x11, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x74, + 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x4b, 0x65, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0b, 0x74, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x4b, 0x65, 0x79, 0x22, 0xd1, 0x02, + 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x6f, 0x64, 0x41, 0x6e, 0x74, 0x69, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x12, + 0x9b, 0x01, 0x0a, 0x2f, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, + 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x67, 0x6e, + 0x6f, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x57, 0x65, 0x69, 0x67, 0x68, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x65, 0x72, 0x6d, 0x52, 0x2f, 0x70, 0x72, + 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x53, 0x63, 0x68, + 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x67, 0x6e, 0x6f, 0x72, 0x65, 0x64, 0x44, 0x75, + 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x91, 0x01, + 0x0a, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x67, 0x6e, 0x6f, 0x72, 0x65, + 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x65, 0x72, + 0x6d, 0x52, 0x2e, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, + 0x67, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x49, 0x67, 0x6e, 0x6f, 0x72, + 0x65, 0x64, 0x44, 0x75, 0x72, 0x69, 0x6e, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6f, + 0x6e, 0x22, 0xd0, 0x01, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x54, 0x69, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x50, 0x72, 0x6f, + 0x62, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, + 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, + 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x74, 0x79, 0x70, 0x65, 0x22, 0xa2, 0x01, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x4e, 0x53, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x73, 0x12, 0x46, 0x0a, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x4e, 0x53, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x08, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x65, 0x73, 0x22, 0x4c, 0x0a, 0x20, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x4e, + 0x53, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x25, 0x0a, 0x13, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x49, 0x50, 0x12, 0x0e, + 0x0a, 0x02, 0x69, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x22, 0xd0, + 0x01, 0x0a, 0x15, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x33, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, + 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x22, 0x29, 0x0a, 0x13, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x4f, 0x53, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x46, 0x0a, 0x1e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x52, 0x65, 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x47, 0x61, 0x74, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x54, 0x79, 0x70, 0x65, 0x22, 0x73, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3d, 0x0a, 0x06, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x35, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x47, 0x61, 0x74, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x22, 0xc1, 0x04, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x73, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x73, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, + 0x30, 0x0a, 0x13, 0x66, 0x73, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x66, 0x73, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x4e, 0x6f, 0x6e, 0x52, 0x6f, 0x6f, + 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x4e, 0x6f, + 0x6e, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x55, 0x73, + 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x55, + 0x73, 0x65, 0x72, 0x12, 0x50, 0x0a, 0x0e, 0x73, 0x65, 0x4c, 0x69, 0x6e, 0x75, 0x78, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x45, 0x4c, 0x69, 0x6e, 0x75, 0x78, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0e, 0x73, 0x65, 0x4c, 0x69, 0x6e, 0x75, 0x78, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x50, 0x0a, 0x0e, 0x73, 0x65, 0x63, 0x63, 0x6f, 0x6d, 0x70, + 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x63, 0x6f, 0x6d, 0x70, + 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x0e, 0x73, 0x65, 0x63, 0x63, 0x6f, 0x6d, 0x70, + 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x73, 0x75, 0x70, 0x70, 0x6c, + 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x08, 0x20, + 0x03, 0x28, 0x03, 0x52, 0x12, 0x73, 0x75, 0x70, 0x70, 0x6c, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x61, + 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x3a, 0x0a, 0x07, 0x73, 0x79, 0x73, 0x63, 0x74, + 0x6c, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x79, 0x73, 0x63, 0x74, 0x6c, 0x52, 0x07, 0x73, 0x79, 0x73, 0x63, + 0x74, 0x6c, 0x73, 0x12, 0x5f, 0x0a, 0x0e, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x4f, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x53, 0x65, + 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x4f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0e, 0x77, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x4f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xd6, 0x12, 0x0a, 0x15, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x53, 0x70, 0x65, 0x63, 0x12, 0x34, + 0x0a, 0x15, 0x61, 0x63, 0x74, 0x69, 0x76, 0x65, 0x44, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x15, 0x61, + 0x63, 0x74, 0x69, 0x76, 0x65, 0x44, 0x65, 0x61, 0x64, 0x6c, 0x69, 0x6e, 0x65, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x3e, 0x0a, 0x08, 0x61, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x52, 0x08, 0x61, 0x66, 0x66, 0x69, + 0x6e, 0x69, 0x74, 0x79, 0x12, 0x42, 0x0a, 0x1c, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x6f, 0x75, 0x6e, + 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, + 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x1c, 0x61, 0x75, 0x74, 0x6f, + 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x43, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x74, + 0x61, 0x69, 0x6e, 0x65, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, + 0x72, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x73, 0x12, 0x44, 0x0a, + 0x09, 0x64, 0x6e, 0x73, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, + 0x4e, 0x53, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x09, 0x64, 0x6e, 0x73, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x64, 0x6e, 0x73, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x64, 0x6e, 0x73, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x12, 0x2e, 0x0a, 0x12, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x4c, 0x69, 0x6e, 0x6b, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x12, 0x65, + 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x6e, 0x6b, + 0x73, 0x12, 0x5e, 0x0a, 0x13, 0x65, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x43, 0x6f, + 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x70, 0x68, 0x65, 0x6d, 0x65, + 0x72, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x52, 0x13, 0x65, 0x70, + 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, + 0x73, 0x12, 0x45, 0x0a, 0x0b, 0x68, 0x6f, 0x73, 0x74, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x65, 0x73, + 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x48, 0x6f, 0x73, 0x74, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x52, 0x0b, 0x68, 0x6f, 0x73, + 0x74, 0x41, 0x6c, 0x69, 0x61, 0x73, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x6f, 0x73, 0x74, + 0x49, 0x50, 0x43, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x68, 0x6f, 0x73, 0x74, 0x49, + 0x50, 0x43, 0x12, 0x20, 0x0a, 0x0b, 0x68, 0x6f, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x68, 0x6f, 0x73, 0x74, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x12, 0x18, 0x0a, 0x07, 0x68, 0x6f, 0x73, 0x74, 0x50, 0x49, 0x44, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x68, 0x6f, 0x73, 0x74, 0x50, 0x49, 0x44, 0x12, 0x1c, + 0x0a, 0x09, 0x68, 0x6f, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x18, 0x0d, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x09, 0x68, 0x6f, 0x73, 0x74, 0x55, 0x73, 0x65, 0x72, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x5a, 0x0a, 0x10, 0x69, 0x6d, 0x61, 0x67, + 0x65, 0x50, 0x75, 0x6c, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x18, 0x0f, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, + 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, + 0x63, 0x65, 0x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x75, 0x6c, 0x6c, 0x53, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x73, 0x12, 0x4b, 0x0a, 0x0e, 0x69, 0x6e, 0x69, 0x74, 0x43, 0x6f, 0x6e, 0x74, + 0x61, 0x69, 0x6e, 0x65, 0x72, 0x73, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, + 0x72, 0x52, 0x0e, 0x69, 0x6e, 0x69, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x11, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x57, 0x0a, + 0x0c, 0x6e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x12, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x6f, 0x64, 0x53, 0x70, 0x65, 0x63, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0c, 0x6e, 0x6f, 0x64, 0x65, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x2f, 0x0a, 0x02, 0x6f, 0x73, 0x18, 0x13, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x4f, 0x53, 0x52, 0x02, 0x6f, 0x73, 0x12, 0x4b, 0x0a, 0x08, 0x6f, 0x76, 0x65, 0x72, 0x68, + 0x65, 0x61, 0x64, 0x18, 0x14, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x53, 0x70, 0x65, 0x63, 0x2e, 0x4f, 0x76, 0x65, + 0x72, 0x68, 0x65, 0x61, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x6f, 0x76, 0x65, 0x72, + 0x68, 0x65, 0x61, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x72, 0x65, 0x65, 0x6d, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x15, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, + 0x70, 0x72, 0x65, 0x65, 0x6d, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x16, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x2c, 0x0a, 0x11, + 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, + 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, + 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x52, 0x0a, 0x0e, 0x72, 0x65, + 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x47, 0x61, 0x74, 0x65, 0x73, 0x18, 0x18, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x52, 0x65, 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x47, 0x61, 0x74, 0x65, 0x52, 0x0e, + 0x72, 0x65, 0x61, 0x64, 0x69, 0x6e, 0x65, 0x73, 0x73, 0x47, 0x61, 0x74, 0x65, 0x73, 0x12, 0x52, + 0x0a, 0x0e, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x73, + 0x18, 0x19, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x52, 0x0e, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x74, 0x61, 0x72, 0x74, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, 0x73, 0x74, 0x61, + 0x72, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x72, 0x75, 0x6e, 0x74, + 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x1b, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x10, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x65, + 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x1c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x63, 0x68, + 0x65, 0x64, 0x75, 0x6c, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x55, 0x0a, 0x0f, 0x73, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x47, 0x61, 0x74, 0x65, 0x73, 0x18, 0x1d, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x47, 0x61, 0x74, 0x65, + 0x52, 0x0f, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x47, 0x61, 0x74, 0x65, + 0x73, 0x12, 0x56, 0x0a, 0x0f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, + 0x74, 0x65, 0x78, 0x74, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, + 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x0f, 0x73, 0x65, 0x63, 0x75, 0x72, 0x69, + 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x26, 0x0a, 0x0e, 0x73, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x1f, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, + 0x74, 0x12, 0x2e, 0x0a, 0x12, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x20, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x73, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4e, 0x61, 0x6d, + 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x74, 0x48, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, + 0x41, 0x73, 0x46, 0x51, 0x44, 0x4e, 0x18, 0x21, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x74, 0x48, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x41, 0x73, 0x46, 0x51, 0x44, 0x4e, 0x12, + 0x34, 0x0a, 0x15, 0x73, 0x68, 0x61, 0x72, 0x65, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x22, 0x20, 0x01, 0x28, 0x08, 0x52, 0x15, + 0x73, 0x68, 0x61, 0x72, 0x65, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x75, 0x62, 0x64, 0x6f, 0x6d, 0x61, + 0x69, 0x6e, 0x18, 0x23, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x75, 0x62, 0x64, 0x6f, 0x6d, + 0x61, 0x69, 0x6e, 0x12, 0x44, 0x0a, 0x1d, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x24, 0x20, 0x01, 0x28, 0x03, 0x52, 0x1d, 0x74, 0x65, 0x72, 0x6d, + 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, + 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x46, 0x0a, 0x0b, 0x74, 0x6f, 0x6c, + 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x25, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x6f, 0x6c, 0x65, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x12, 0x70, 0x0a, 0x19, 0x74, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x53, 0x70, 0x72, + 0x65, 0x61, 0x64, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x18, 0x26, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x53, 0x70, 0x72, 0x65, 0x61, 0x64, 0x43, 0x6f, + 0x6e, 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x52, 0x19, 0x74, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, + 0x67, 0x79, 0x53, 0x70, 0x72, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x6e, 0x73, 0x74, 0x72, 0x61, 0x69, + 0x6e, 0x74, 0x73, 0x12, 0x3a, 0x0a, 0x07, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x73, 0x18, 0x27, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x07, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x73, 0x1a, + 0x3f, 0x0a, 0x11, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x45, + 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, + 0x1a, 0x3b, 0x0a, 0x0d, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x64, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xb5, 0x05, + 0x0a, 0x17, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x6f, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x46, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, + 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x43, 0x6f, 0x6e, 0x64, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x12, 0x57, 0x0a, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, + 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x11, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, + 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x65, 0x73, 0x12, 0x69, 0x0a, 0x1a, 0x65, 0x70, + 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, + 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x1a, 0x65, 0x70, 0x68, 0x65, 0x6d, + 0x65, 0x72, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x65, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x6f, 0x73, 0x74, 0x49, 0x50, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x68, 0x6f, 0x73, 0x74, 0x49, 0x50, 0x12, 0x5f, 0x0a, + 0x15, 0x69, 0x6e, 0x69, 0x74, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, + 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x15, 0x69, 0x6e, 0x69, 0x74, 0x43, 0x6f, 0x6e, + 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x65, 0x73, 0x12, 0x18, + 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x6e, 0x6f, 0x6d, 0x69, + 0x6e, 0x61, 0x74, 0x65, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x11, 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x65, 0x64, 0x4e, 0x6f, + 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x12, 0x14, 0x0a, 0x05, + 0x70, 0x6f, 0x64, 0x49, 0x50, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x6f, 0x64, + 0x49, 0x50, 0x12, 0x37, 0x0a, 0x06, 0x70, 0x6f, 0x64, 0x49, 0x50, 0x73, 0x18, 0x0a, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x49, 0x50, 0x52, 0x06, 0x70, 0x6f, 0x64, 0x49, 0x50, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x71, + 0x6f, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x71, + 0x6f, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, + 0x6e, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, + 0x16, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x72, 0x65, 0x73, 0x69, 0x7a, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, + 0x54, 0x69, 0x6d, 0x65, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, + 0x74, 0x54, 0x69, 0x6d, 0x65, 0x22, 0xe8, 0x01, 0x0a, 0x19, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, + 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x45, 0x0a, 0x08, 0x74, 0x65, 0x6d, + 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, + 0x22, 0xe0, 0x01, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, + 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x3b, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, + 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x22, 0xa8, 0x01, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, + 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x35, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x6f, 0x64, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x22, 0x60, + 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, + 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, + 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, + 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, + 0x22, 0x74, 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x6f, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, + 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x49, 0x44, 0x22, 0x8b, 0x01, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, + 0x65, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x54, 0x65, 0x72, 0x6d, + 0x12, 0x4a, 0x0a, 0x0a, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x72, 0x6d, + 0x52, 0x0a, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x77, 0x65, + 0x69, 0x67, 0x68, 0x74, 0x22, 0xb3, 0x04, 0x0a, 0x13, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x62, 0x65, 0x12, 0x38, 0x0a, 0x04, + 0x65, 0x78, 0x65, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x78, 0x65, 0x63, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x04, 0x65, 0x78, 0x65, 0x63, 0x12, 0x2a, 0x0a, 0x10, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, + 0x65, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x10, 0x66, 0x61, 0x69, 0x6c, 0x75, 0x72, 0x65, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, + 0x6c, 0x64, 0x12, 0x38, 0x0a, 0x04, 0x67, 0x72, 0x70, 0x63, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x52, 0x50, 0x43, + 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x67, 0x72, 0x70, 0x63, 0x12, 0x41, 0x0a, 0x07, + 0x68, 0x74, 0x74, 0x70, 0x47, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x48, 0x54, 0x54, 0x50, 0x47, 0x65, 0x74, + 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x68, 0x74, 0x74, 0x70, 0x47, 0x65, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x44, 0x65, 0x6c, 0x61, 0x79, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, 0x69, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x44, 0x65, 0x6c, 0x61, 0x79, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x70, 0x65, 0x72, 0x69, 0x6f, 0x64, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x2a, 0x0a, 0x10, 0x73, 0x75, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, 0x6f, 0x6c, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x10, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x54, 0x68, 0x72, 0x65, 0x73, 0x68, + 0x6f, 0x6c, 0x64, 0x12, 0x47, 0x0a, 0x09, 0x74, 0x63, 0x70, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x54, 0x43, 0x50, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x41, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x09, 0x74, 0x63, 0x70, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x12, 0x44, 0x0a, 0x1d, + 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x03, 0x52, 0x1d, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x47, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0x8d, 0x01, 0x0a, 0x23, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, + 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x4d, 0x6f, 0x64, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, + 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x44, 0x0a, 0x07, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x07, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x22, 0xb5, 0x01, 0x0a, 0x21, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x51, 0x75, 0x6f, + 0x62, 0x79, 0x74, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, + 0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, + 0x6c, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x74, 0x65, 0x6e, 0x61, 0x6e, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x76, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x22, 0x9a, 0x02, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x42, 0x44, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, + 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x18, 0x0a, 0x07, + 0x6b, 0x65, 0x79, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b, + 0x65, 0x79, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, + 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6f, 0x6e, 0x69, 0x74, 0x6f, + 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x6f, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x70, 0x6f, 0x6f, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, + 0x6c, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, + 0x6c, 0x79, 0x12, 0x47, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, + 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x12, 0x0a, 0x04, 0x75, + 0x73, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, + 0x95, 0x02, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x52, 0x42, 0x44, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, + 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, + 0x18, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x07, 0x6b, 0x65, 0x79, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x6f, 0x6e, + 0x69, 0x74, 0x6f, 0x72, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6f, 0x6e, + 0x69, 0x74, 0x6f, 0x72, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x6f, 0x6c, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x6f, 0x6f, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, + 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x4c, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, + 0x65, 0x66, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, + 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x52, 0x65, 0x66, 0x12, 0x12, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0xc3, 0x02, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x4d, + 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xbc, 0x01, + 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, + 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, + 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, + 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, + 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, + 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xf4, 0x01, 0x0a, + 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x45, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x22, 0xd2, 0x02, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x70, 0x65, 0x63, 0x12, + 0x28, 0x0a, 0x0f, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x61, 0x64, 0x79, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x6d, 0x69, 0x6e, 0x52, 0x65, 0x61, + 0x64, 0x79, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x5d, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x70, 0x65, 0x63, 0x2e, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x73, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x45, 0x0a, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x70, 0x65, + 0x63, 0x52, 0x08, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x1a, 0x3b, 0x0a, 0x0d, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, + 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xd9, 0x02, 0x0a, 0x29, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2c, 0x0a, 0x11, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, + 0x62, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x11, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x73, 0x12, 0x58, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x32, + 0x0a, 0x14, 0x66, 0x75, 0x6c, 0x6c, 0x79, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x66, 0x75, + 0x6c, 0x6c, 0x79, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x73, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, + 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, + 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x64, 0x79, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x72, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x73, 0x22, 0x31, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x81, 0x01, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, + 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x64, 0x69, 0x76, 0x69, 0x73, 0x6f, 0x72, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x64, 0x69, 0x76, 0x69, 0x73, 0x6f, 0x72, 0x12, + 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0xab, 0x02, 0x0a, 0x1b, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x12, 0x3f, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, + 0x65, 0x63, 0x12, 0x45, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xe4, 0x01, 0x0a, 0x1f, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3d, 0x0a, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, + 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x22, 0x8c, 0x02, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, + 0x53, 0x70, 0x65, 0x63, 0x12, 0x49, 0x0a, 0x04, 0x68, 0x61, 0x72, 0x64, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x70, 0x65, 0x63, 0x2e, + 0x48, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x68, 0x61, 0x72, 0x64, 0x12, + 0x4d, 0x0a, 0x0d, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, + 0x0d, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x16, + 0x0a, 0x06, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, + 0x73, 0x63, 0x6f, 0x70, 0x65, 0x73, 0x1a, 0x37, 0x0a, 0x09, 0x48, 0x61, 0x72, 0x64, 0x45, 0x6e, + 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, + 0xaf, 0x02, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4b, 0x0a, 0x04, 0x68, 0x61, 0x72, 0x64, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x2e, 0x48, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x68, 0x61, + 0x72, 0x64, 0x12, 0x4b, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x64, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, + 0x55, 0x73, 0x65, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x75, 0x73, 0x65, 0x64, 0x1a, + 0x37, 0x0a, 0x09, 0x48, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, + 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x37, 0x0a, 0x09, 0x55, 0x73, 0x65, 0x64, + 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, + 0x01, 0x22, 0x8b, 0x03, 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x3f, 0x0a, 0x06, 0x63, 0x6c, 0x61, 0x69, + 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x52, 0x06, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x73, 0x12, 0x52, 0x0a, 0x06, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2e, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x73, + 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x06, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x12, 0x58, 0x0a, + 0x08, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x73, 0x2e, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x72, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x1a, 0x39, 0x0a, 0x0b, 0x4c, 0x69, 0x6d, 0x69, 0x74, + 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, + 0x38, 0x01, 0x1a, 0x3b, 0x0a, 0x0d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x45, 0x6e, + 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, + 0x70, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x53, 0x45, 0x4c, 0x69, 0x6e, 0x75, 0x78, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, + 0x6c, 0x65, 0x76, 0x65, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x72, 0x6f, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, + 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x75, 0x73, 0x65, + 0x72, 0x22, 0x8c, 0x03, 0x0a, 0x2b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x49, 0x4f, 0x50, 0x65, 0x72, 0x73, 0x69, + 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x67, 0x61, 0x74, + 0x65, 0x77, 0x61, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x67, 0x61, 0x74, 0x65, + 0x77, 0x61, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x70, + 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x12, + 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x47, 0x0a, 0x09, 0x73, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x52, 0x65, 0x66, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x73, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, + 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x73, 0x73, 0x6c, 0x45, 0x6e, 0x61, + 0x62, 0x6c, 0x65, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x4d, + 0x6f, 0x64, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x79, 0x73, 0x74, + 0x65, 0x6d, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, + 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, + 0x22, 0x87, 0x03, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x49, 0x4f, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, + 0x0a, 0x07, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x07, 0x67, 0x61, 0x74, 0x65, 0x77, 0x61, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x72, 0x6f, 0x74, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x10, 0x70, 0x72, 0x6f, 0x74, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x44, 0x6f, + 0x6d, 0x61, 0x69, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, + 0x12, 0x4c, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, + 0x6f, 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, + 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x1e, + 0x0a, 0x0a, 0x73, 0x73, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x0a, 0x73, 0x73, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x20, + 0x0a, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x4d, 0x6f, 0x64, 0x65, + 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6f, + 0x6f, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x86, 0x01, 0x0a, 0x1b, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x63, 0x6f, + 0x70, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x67, 0x0a, 0x10, 0x6d, 0x61, + 0x74, 0x63, 0x68, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x53, 0x63, 0x6f, 0x70, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, + 0x74, 0x52, 0x10, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x22, 0x83, 0x01, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, + 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, + 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, + 0x74, 0x6f, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x4e, 0x61, 0x6d, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x4e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, + 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0x5e, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x63, 0x6f, + 0x6d, 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x6c, 0x6f, 0x63, + 0x61, 0x6c, 0x68, 0x6f, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x10, 0x6c, 0x6f, 0x63, 0x61, 0x6c, 0x68, 0x6f, 0x73, 0x74, 0x50, 0x72, + 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xd8, 0x03, 0x0a, 0x14, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x3e, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x2e, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x04, 0x64, 0x61, + 0x74, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x6d, 0x6d, 0x75, 0x74, 0x61, 0x62, 0x6c, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x50, 0x0a, 0x0a, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, + 0x44, 0x61, 0x74, 0x61, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x2e, 0x53, 0x74, 0x72, + 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x73, 0x74, + 0x72, 0x69, 0x6e, 0x67, 0x44, 0x61, 0x74, 0x61, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x1a, 0x37, 0x0a, 0x09, + 0x44, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x3d, 0x0a, 0x0f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x44, + 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, + 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x3a, 0x02, 0x38, 0x01, 0x22, 0x4f, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x45, 0x6e, 0x76, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x22, 0x63, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4b, 0x65, 0x79, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, + 0x0a, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x22, 0xd6, 0x01, 0x0a, 0x18, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x36, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x22, 0x8b, 0x01, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4b, 0x65, 0x79, 0x54, 0x6f, 0x50, 0x61, 0x74, 0x68, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, + 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x61, + 0x6c, 0x22, 0x51, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x22, 0xbb, 0x01, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x66, + 0x61, 0x75, 0x6c, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, + 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x39, 0x0a, 0x05, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4b, 0x65, 0x79, 0x54, 0x6f, 0x50, 0x61, 0x74, 0x68, 0x52, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x61, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4e, 0x61, + 0x6d, 0x65, 0x22, 0x84, 0x05, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, + 0x74, 0x65, 0x78, 0x74, 0x12, 0x3a, 0x0a, 0x18, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x50, 0x72, 0x69, + 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x45, 0x73, 0x63, 0x61, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x18, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x50, 0x72, 0x69, + 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x45, 0x73, 0x63, 0x61, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x4a, 0x0a, 0x0c, 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x69, 0x65, 0x73, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x43, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x69, 0x65, 0x73, 0x52, 0x0c, + 0x63, 0x61, 0x70, 0x61, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x1e, 0x0a, 0x0a, + 0x70, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x0a, 0x70, 0x72, 0x69, 0x76, 0x69, 0x6c, 0x65, 0x67, 0x65, 0x64, 0x12, 0x1c, 0x0a, 0x09, + 0x70, 0x72, 0x6f, 0x63, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x70, 0x72, 0x6f, 0x63, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x36, 0x0a, 0x16, 0x72, 0x65, + 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x52, 0x6f, 0x6f, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x79, + 0x73, 0x74, 0x65, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x16, 0x72, 0x65, 0x61, 0x64, + 0x4f, 0x6e, 0x6c, 0x79, 0x52, 0x6f, 0x6f, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x73, 0x79, 0x73, 0x74, + 0x65, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x12, 0x22, 0x0a, 0x0c, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x4e, 0x6f, 0x6e, 0x52, 0x6f, + 0x6f, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x4e, + 0x6f, 0x6e, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x55, + 0x73, 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x72, 0x75, 0x6e, 0x41, 0x73, + 0x55, 0x73, 0x65, 0x72, 0x12, 0x50, 0x0a, 0x0e, 0x73, 0x65, 0x4c, 0x69, 0x6e, 0x75, 0x78, 0x4f, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x45, 0x4c, 0x69, 0x6e, 0x75, 0x78, 0x4f, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0e, 0x73, 0x65, 0x4c, 0x69, 0x6e, 0x75, 0x78, 0x4f, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x50, 0x0a, 0x0e, 0x73, 0x65, 0x63, 0x63, 0x6f, 0x6d, + 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x63, 0x6f, 0x6d, + 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x0e, 0x73, 0x65, 0x63, 0x63, 0x6f, 0x6d, + 0x70, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x5f, 0x0a, 0x0e, 0x77, 0x69, 0x6e, 0x64, + 0x6f, 0x77, 0x73, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x57, 0x69, 0x6e, 0x64, + 0x6f, 0x77, 0x73, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, + 0x78, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0e, 0x77, 0x69, 0x6e, 0x64, 0x6f, + 0x77, 0x73, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x99, 0x02, 0x0a, 0x15, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x39, 0x0a, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, + 0x73, 0x70, 0x65, 0x63, 0x12, 0x3f, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x89, 0x03, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x42, 0x0a, 0x1c, 0x61, 0x75, 0x74, 0x6f, 0x6d, 0x6f, + 0x75, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, + 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x1c, 0x61, 0x75, + 0x74, 0x6f, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x5a, 0x0a, 0x10, 0x69, 0x6d, + 0x61, 0x67, 0x65, 0x50, 0x75, 0x6c, 0x6c, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x18, 0x03, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, + 0x65, 0x6e, 0x63, 0x65, 0x52, 0x10, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x50, 0x75, 0x6c, 0x6c, 0x53, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x43, 0x0a, 0x07, + 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, + 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x07, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x73, 0x22, 0xe6, 0x01, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3e, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x8b, 0x01, 0x0a, 0x2b, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, + 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x75, + 0x64, 0x69, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x75, + 0x64, 0x69, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x03, 0x52, 0x11, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x22, 0xd8, 0x01, 0x0a, 0x19, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x37, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x22, 0xbd, 0x01, 0x0a, 0x19, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6f, 0x72, + 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x70, 0x70, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x70, 0x70, 0x50, 0x72, 0x6f, 0x74, 0x6f, + 0x63, 0x6f, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x50, + 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x50, + 0x6f, 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x63, 0x6f, 0x6c, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x63, 0x6f, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x50, 0x6f, 0x72, + 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x50, + 0x6f, 0x72, 0x74, 0x22, 0x89, 0x08, 0x0a, 0x19, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x70, 0x65, + 0x63, 0x12, 0x44, 0x0a, 0x1d, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x65, 0x4c, 0x6f, 0x61, + 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x6f, 0x72, + 0x74, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x1d, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, + 0x74, 0x65, 0x4c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x4e, 0x6f, + 0x64, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x49, 0x50, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x49, 0x50, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x49, 0x50, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x49, 0x50, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, + 0x6c, 0x49, 0x50, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x65, 0x78, 0x74, 0x65, + 0x72, 0x6e, 0x61, 0x6c, 0x49, 0x50, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x65, 0x78, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x65, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x34, 0x0a, 0x15, 0x65, + 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x15, 0x65, 0x78, 0x74, 0x65, + 0x72, 0x6e, 0x61, 0x6c, 0x54, 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x12, 0x30, 0x0a, 0x13, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x43, 0x68, 0x65, 0x63, 0x6b, + 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x13, + 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x4e, 0x6f, 0x64, 0x65, 0x50, + 0x6f, 0x72, 0x74, 0x12, 0x34, 0x0a, 0x15, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x54, + 0x72, 0x61, 0x66, 0x66, 0x69, 0x63, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x15, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x54, 0x72, 0x61, 0x66, + 0x66, 0x69, 0x63, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x69, 0x70, 0x46, + 0x61, 0x6d, 0x69, 0x6c, 0x69, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x69, + 0x70, 0x46, 0x61, 0x6d, 0x69, 0x6c, 0x69, 0x65, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x69, 0x70, 0x46, + 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0e, 0x69, 0x70, 0x46, 0x61, 0x6d, 0x69, 0x6c, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, + 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x6c, 0x6f, + 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x49, + 0x50, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, + 0x61, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x50, 0x12, 0x3a, 0x0a, 0x18, 0x6c, 0x6f, 0x61, 0x64, 0x42, + 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x61, 0x6e, + 0x67, 0x65, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x09, 0x52, 0x18, 0x6c, 0x6f, 0x61, 0x64, 0x42, + 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x61, 0x6e, + 0x67, 0x65, 0x73, 0x12, 0x3b, 0x0a, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x0e, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x6f, 0x72, 0x74, 0x52, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, + 0x12, 0x3a, 0x0a, 0x18, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x52, 0x65, + 0x61, 0x64, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x0f, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x18, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x4e, 0x6f, 0x74, 0x52, 0x65, + 0x61, 0x64, 0x79, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x4f, 0x0a, 0x08, + 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x10, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x53, 0x70, 0x65, 0x63, 0x2e, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x45, 0x6e, + 0x74, 0x72, 0x79, 0x52, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, + 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x41, + 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x12, 0x65, 0x0a, 0x15, 0x73, 0x65, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x18, 0x12, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x15, 0x73, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x12, + 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x1a, 0x3b, 0x0a, 0x0d, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x45, 0x6e, + 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, + 0xc4, 0x01, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x53, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x43, + 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x50, 0x0a, 0x0c, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, + 0x6e, 0x63, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, + 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0c, 0x6c, 0x6f, 0x61, 0x64, 0x42, 0x61, + 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x22, 0x6b, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x41, + 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x44, 0x0a, + 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x49, 0x50, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6c, 0x69, 0x65, 0x6e, + 0x74, 0x49, 0x50, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x08, 0x63, 0x6c, 0x69, 0x65, 0x6e, + 0x74, 0x49, 0x50, 0x22, 0xf6, 0x01, 0x0a, 0x2d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x4f, 0x53, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, + 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x47, 0x0a, 0x09, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, + 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, + 0x65, 0x66, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, + 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x76, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xf1, 0x01, 0x0a, + 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x4f, 0x53, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1a, 0x0a, 0x08, + 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, + 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x4c, 0x0a, 0x09, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x73, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x22, 0x40, 0x0a, 0x14, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x53, 0x79, 0x73, 0x63, 0x74, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x22, 0x47, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x54, 0x43, 0x50, 0x53, 0x6f, 0x63, 0x6b, 0x65, 0x74, 0x41, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x73, 0x0a, 0x13, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x61, 0x69, + 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, + 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1c, 0x0a, 0x09, + 0x74, 0x69, 0x6d, 0x65, 0x41, 0x64, 0x64, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x74, 0x69, 0x6d, 0x65, 0x41, 0x64, 0x64, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, + 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x22, 0xa4, 0x01, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x54, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, + 0x06, 0x65, 0x66, 0x66, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x65, + 0x66, 0x66, 0x65, 0x63, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, + 0x74, 0x6f, 0x72, 0x12, 0x2c, 0x0a, 0x11, 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, + 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x5a, 0x0a, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, + 0x79, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x52, 0x65, + 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x73, 0x22, 0x96, 0x01, 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x70, 0x0a, 0x15, 0x6d, 0x61, + 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, + 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x15, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, + 0x6c, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x95, 0x03, 0x0a, + 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, + 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x53, 0x70, 0x72, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x6e, + 0x73, 0x74, 0x72, 0x61, 0x69, 0x6e, 0x74, 0x12, 0x5d, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x26, 0x0a, 0x0e, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x4c, + 0x61, 0x62, 0x65, 0x6c, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, + 0x6d, 0x61, 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x18, + 0x0a, 0x07, 0x6d, 0x61, 0x78, 0x53, 0x6b, 0x65, 0x77, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x07, 0x6d, 0x61, 0x78, 0x53, 0x6b, 0x65, 0x77, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x69, 0x6e, 0x44, + 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6d, 0x69, + 0x6e, 0x44, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x73, 0x12, 0x2e, 0x0a, 0x12, 0x6e, 0x6f, 0x64, 0x65, + 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6e, 0x6f, 0x64, 0x65, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x6e, 0x6f, 0x64, 0x65, + 0x54, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x10, 0x6e, 0x6f, 0x64, 0x65, 0x54, 0x61, 0x69, 0x6e, 0x74, 0x73, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, + 0x4b, 0x65, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x74, 0x6f, 0x70, 0x6f, 0x6c, + 0x6f, 0x67, 0x79, 0x4b, 0x65, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x77, 0x68, 0x65, 0x6e, 0x55, 0x6e, + 0x73, 0x61, 0x74, 0x69, 0x73, 0x66, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x11, 0x77, 0x68, 0x65, 0x6e, 0x55, 0x6e, 0x73, 0x61, 0x74, 0x69, 0x73, 0x66, 0x69, + 0x61, 0x62, 0x6c, 0x65, 0x22, 0x6d, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x79, 0x70, 0x65, 0x64, 0x4c, 0x6f, 0x63, 0x61, 0x6c, + 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, + 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x22, 0x86, 0x01, 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x79, 0x70, 0x65, 0x64, 0x4f, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, + 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, + 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xa8, 0x12, 0x0a, + 0x14, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x6e, 0x0a, 0x14, 0x61, 0x77, 0x73, 0x45, 0x6c, 0x61, 0x73, + 0x74, 0x69, 0x63, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x74, 0x6f, 0x72, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, + 0x57, 0x53, 0x45, 0x6c, 0x61, 0x73, 0x74, 0x69, 0x63, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x53, 0x74, + 0x6f, 0x72, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, + 0x14, 0x61, 0x77, 0x73, 0x45, 0x6c, 0x61, 0x73, 0x74, 0x69, 0x63, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x53, 0x74, 0x6f, 0x72, 0x65, 0x12, 0x4d, 0x0a, 0x09, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x44, 0x69, + 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x44, 0x69, 0x73, 0x6b, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, 0x61, 0x7a, 0x75, 0x72, 0x65, + 0x44, 0x69, 0x73, 0x6b, 0x12, 0x4d, 0x0a, 0x09, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x46, 0x69, 0x6c, + 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x41, 0x7a, 0x75, 0x72, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, 0x61, 0x7a, 0x75, 0x72, 0x65, 0x46, + 0x69, 0x6c, 0x65, 0x12, 0x44, 0x0a, 0x06, 0x63, 0x65, 0x70, 0x68, 0x66, 0x73, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, + 0x65, 0x70, 0x68, 0x46, 0x53, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x52, 0x06, 0x63, 0x65, 0x70, 0x68, 0x66, 0x73, 0x12, 0x44, 0x0a, 0x06, 0x63, 0x69, 0x6e, + 0x64, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x06, 0x63, 0x69, 0x6e, 0x64, 0x65, 0x72, 0x12, + 0x4d, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x12, 0x3b, + 0x0a, 0x03, 0x63, 0x73, 0x69, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x03, 0x63, 0x73, 0x69, 0x12, 0x53, 0x0a, 0x0b, 0x64, + 0x6f, 0x77, 0x6e, 0x77, 0x61, 0x72, 0x64, 0x41, 0x50, 0x49, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x6f, 0x77, 0x6e, + 0x77, 0x61, 0x72, 0x64, 0x41, 0x50, 0x49, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x52, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x77, 0x61, 0x72, 0x64, 0x41, 0x50, 0x49, + 0x12, 0x4a, 0x0a, 0x08, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x44, 0x69, 0x72, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6d, + 0x70, 0x74, 0x79, 0x44, 0x69, 0x72, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x52, 0x08, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x44, 0x69, 0x72, 0x12, 0x4d, 0x0a, 0x09, + 0x65, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x70, 0x68, 0x65, 0x6d, + 0x65, 0x72, 0x61, 0x6c, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x52, 0x09, 0x65, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x12, 0x38, 0x0a, 0x02, 0x66, + 0x63, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x46, 0x43, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x52, 0x02, 0x66, 0x63, 0x12, 0x4a, 0x0a, 0x0a, 0x66, 0x6c, 0x65, 0x78, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x46, 0x6c, 0x65, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x0a, 0x66, 0x6c, 0x65, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x12, 0x47, 0x0a, 0x07, 0x66, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x46, 0x6c, + 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x52, 0x07, 0x66, 0x6c, 0x6f, 0x63, 0x6b, 0x65, 0x72, 0x12, 0x65, 0x0a, 0x11, 0x67, 0x63, + 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x18, + 0x0e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x47, 0x43, 0x45, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, + 0x73, 0x6b, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x11, + 0x67, 0x63, 0x65, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, + 0x6b, 0x12, 0x47, 0x0a, 0x07, 0x67, 0x69, 0x74, 0x52, 0x65, 0x70, 0x6f, 0x18, 0x0f, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x69, + 0x74, 0x52, 0x65, 0x70, 0x6f, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x52, 0x07, 0x67, 0x69, 0x74, 0x52, 0x65, 0x70, 0x6f, 0x12, 0x4d, 0x0a, 0x09, 0x67, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x66, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x66, 0x73, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, + 0x67, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x66, 0x73, 0x12, 0x4a, 0x0a, 0x08, 0x68, 0x6f, 0x73, + 0x74, 0x50, 0x61, 0x74, 0x68, 0x18, 0x11, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x48, 0x6f, 0x73, 0x74, 0x50, 0x61, 0x74, 0x68, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x08, 0x68, 0x6f, 0x73, + 0x74, 0x50, 0x61, 0x74, 0x68, 0x12, 0x41, 0x0a, 0x05, 0x69, 0x73, 0x63, 0x73, 0x69, 0x18, 0x12, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x49, 0x53, 0x43, 0x53, 0x49, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x52, 0x05, 0x69, 0x73, 0x63, 0x73, 0x69, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x3b, 0x0a, 0x03, + 0x6e, 0x66, 0x73, 0x18, 0x14, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x46, 0x53, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x03, 0x6e, 0x66, 0x73, 0x12, 0x71, 0x0a, 0x15, 0x70, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x18, 0x15, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x15, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x6e, 0x0a, 0x14, + 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x44, 0x69, 0x73, 0x6b, 0x18, 0x16, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x68, 0x6f, 0x74, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x14, 0x70, 0x68, 0x6f, 0x74, 0x6f, 0x6e, 0x50, 0x65, + 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x44, 0x69, 0x73, 0x6b, 0x12, 0x56, 0x0a, 0x0e, + 0x70, 0x6f, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x18, 0x17, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x6f, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x78, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x0e, 0x70, 0x6f, 0x72, 0x74, 0x77, 0x6f, 0x72, 0x78, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x4d, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x65, + 0x64, 0x18, 0x18, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x65, 0x64, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x65, 0x64, 0x12, 0x47, 0x0a, 0x07, 0x71, 0x75, 0x6f, 0x62, 0x79, 0x74, 0x65, 0x18, 0x19, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x51, 0x75, 0x6f, 0x62, 0x79, 0x74, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x52, 0x07, 0x71, 0x75, 0x6f, 0x62, 0x79, 0x74, 0x65, 0x12, 0x3b, 0x0a, 0x03, + 0x72, 0x62, 0x64, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x42, 0x44, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x03, 0x72, 0x62, 0x64, 0x12, 0x47, 0x0a, 0x07, 0x73, 0x63, 0x61, + 0x6c, 0x65, 0x49, 0x4f, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x49, 0x4f, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x07, 0x73, 0x63, 0x61, 0x6c, 0x65, + 0x49, 0x4f, 0x12, 0x44, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x1c, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x52, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x4d, 0x0a, 0x09, 0x73, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x6f, 0x73, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x4f, 0x53, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x09, 0x73, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x6f, 0x73, 0x12, 0x5e, 0x0a, 0x0d, 0x76, 0x73, 0x70, 0x68, 0x65, + 0x72, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x18, 0x1e, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x73, 0x70, 0x68, 0x65, 0x72, + 0x65, 0x56, 0x69, 0x72, 0x74, 0x75, 0x61, 0x6c, 0x44, 0x69, 0x73, 0x6b, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x0d, 0x76, 0x73, 0x70, 0x68, 0x65, 0x72, + 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x22, 0x50, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x44, + 0x65, 0x76, 0x69, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x50, + 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x65, 0x76, 0x69, 0x63, + 0x65, 0x50, 0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xd1, 0x01, 0x0a, 0x19, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x6f, 0x75, 0x6e, 0x74, + 0x50, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6d, 0x6f, 0x75, 0x6e, + 0x74, 0x50, 0x61, 0x74, 0x68, 0x12, 0x2a, 0x0a, 0x10, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x72, + 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x10, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, + 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x72, 0x65, 0x61, 0x64, 0x4f, 0x6e, 0x6c, + 0x79, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x62, 0x50, 0x61, 0x74, 0x68, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x07, 0x73, 0x75, 0x62, 0x50, 0x61, 0x74, 0x68, 0x12, 0x20, 0x0a, 0x0b, 0x73, + 0x75, 0x62, 0x50, 0x61, 0x74, 0x68, 0x45, 0x78, 0x70, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0b, 0x73, 0x75, 0x62, 0x50, 0x61, 0x74, 0x68, 0x45, 0x78, 0x70, 0x72, 0x22, 0x66, 0x0a, + 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x79, 0x12, 0x42, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x08, 0x72, 0x65, 0x71, + 0x75, 0x69, 0x72, 0x65, 0x64, 0x22, 0xef, 0x02, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x50, 0x72, + 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4b, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x4d, 0x61, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, + 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x4d, 0x61, 0x70, 0x12, 0x51, 0x0a, 0x0b, 0x64, 0x6f, 0x77, 0x6e, 0x77, 0x61, 0x72, + 0x64, 0x41, 0x50, 0x49, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x6f, 0x77, 0x6e, 0x77, 0x61, 0x72, 0x64, 0x41, 0x50, + 0x49, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0b, 0x64, 0x6f, 0x77, + 0x6e, 0x77, 0x61, 0x72, 0x64, 0x41, 0x50, 0x49, 0x12, 0x42, 0x0a, 0x06, 0x73, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x69, 0x0a, 0x13, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x6f, + 0x6b, 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x13, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xbe, 0x01, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x56, 0x73, 0x70, 0x68, 0x65, 0x72, + 0x65, 0x56, 0x69, 0x72, 0x74, 0x75, 0x61, 0x6c, 0x44, 0x69, 0x73, 0x6b, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x73, 0x54, 0x79, + 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, 0x73, 0x54, 0x79, 0x70, 0x65, + 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x49, 0x44, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x73, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x44, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x50, 0x61, 0x74, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x50, 0x61, 0x74, 0x68, 0x22, 0x94, 0x01, 0x0a, 0x25, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x57, 0x65, 0x69, 0x67, 0x68, + 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x79, 0x54, 0x65, + 0x72, 0x6d, 0x12, 0x53, 0x0a, 0x0f, 0x70, 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x79, 0x54, 0x65, 0x72, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x79, 0x54, 0x65, 0x72, 0x6d, 0x52, 0x0f, 0x70, 0x6f, 0x64, 0x41, 0x66, 0x66, 0x69, 0x6e, + 0x69, 0x74, 0x79, 0x54, 0x65, 0x72, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, + 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x77, 0x65, 0x69, 0x67, 0x68, 0x74, 0x22, + 0xdd, 0x01, 0x0a, 0x2b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x57, 0x69, 0x6e, 0x64, 0x6f, 0x77, 0x73, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, + 0x79, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, + 0x2e, 0x0a, 0x12, 0x67, 0x6d, 0x73, 0x61, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, + 0x6c, 0x53, 0x70, 0x65, 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x67, 0x6d, 0x73, + 0x61, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x53, 0x70, 0x65, 0x63, 0x12, + 0x36, 0x0a, 0x16, 0x67, 0x6d, 0x73, 0x61, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, + 0x6c, 0x53, 0x70, 0x65, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x16, 0x67, 0x6d, 0x73, 0x61, 0x43, 0x72, 0x65, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x53, + 0x70, 0x65, 0x63, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x68, 0x6f, 0x73, 0x74, 0x50, + 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x68, 0x6f, + 0x73, 0x74, 0x50, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x75, 0x6e, + 0x41, 0x73, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x72, 0x75, 0x6e, 0x41, 0x73, 0x55, 0x73, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x22, + 0x9f, 0x04, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, + 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, + 0x1c, 0x0a, 0x09, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x09, 0x52, 0x09, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x65, 0x73, 0x12, 0x51, 0x0a, + 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, + 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x12, 0x6f, 0x0a, 0x12, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x54, 0x6f, + 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, + 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x44, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, + 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x12, 0x64, + 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, + 0x79, 0x12, 0x42, 0x0a, 0x05, 0x68, 0x69, 0x6e, 0x74, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, + 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x48, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x05, + 0x68, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x47, 0x0a, + 0x09, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x74, 0x61, 0x72, + 0x67, 0x65, 0x74, 0x52, 0x65, 0x66, 0x12, 0x12, 0x0a, 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x7a, 0x6f, 0x6e, 0x65, 0x1a, 0x45, 0x0a, 0x17, 0x44, 0x65, + 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, + 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, + 0x01, 0x22, 0x79, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x72, 0x65, + 0x61, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x72, 0x65, 0x61, 0x64, 0x79, + 0x12, 0x18, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x6e, 0x67, 0x12, 0x20, 0x0a, 0x0b, 0x74, 0x65, + 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x0b, 0x74, 0x65, 0x72, 0x6d, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x66, 0x0a, 0x20, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, + 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x48, 0x69, 0x6e, 0x74, 0x73, + 0x12, 0x42, 0x0a, 0x08, 0x66, 0x6f, 0x72, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, + 0x79, 0x56, 0x31, 0x46, 0x6f, 0x72, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x08, 0x66, 0x6f, 0x72, 0x5a, + 0x6f, 0x6e, 0x65, 0x73, 0x22, 0x87, 0x01, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, + 0x6f, 0x69, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x70, 0x70, 0x50, + 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, + 0x70, 0x70, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, + 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x22, 0xd4, + 0x02, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, + 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, + 0x69, 0x63, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x54, 0x79, + 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x45, 0x0a, 0x09, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, + 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x52, 0x09, 0x65, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x12, 0x41, 0x0a, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, + 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x50, 0x6f, 0x72, 0x74, 0x52, 0x05, + 0x70, 0x6f, 0x72, 0x74, 0x73, 0x22, 0xee, 0x01, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, + 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x42, + 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, + 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x30, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x46, 0x6f, 0x72, + 0x5a, 0x6f, 0x6e, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xb5, 0x06, 0x0a, 0x15, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, + 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0f, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x43, + 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3a, 0x0a, 0x18, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, + 0x65, 0x64, 0x46, 0x69, 0x72, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x18, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, + 0x65, 0x64, 0x46, 0x69, 0x72, 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, + 0x12, 0x38, 0x0a, 0x17, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x4c, 0x61, + 0x73, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x17, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x4c, 0x61, 0x73, + 0x74, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x51, 0x0a, 0x10, 0x64, 0x65, + 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x10, 0x64, 0x65, 0x70, + 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x65, 0x76, 0x65, 0x6e, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x6f, 0x74, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x6f, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x47, 0x0a, + 0x09, 0x72, 0x65, 0x67, 0x61, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x72, 0x65, 0x67, + 0x61, 0x72, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x43, 0x0a, 0x07, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, + 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, + 0x63, 0x65, 0x52, 0x07, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x65, 0x64, 0x12, 0x30, 0x0a, 0x13, 0x72, + 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, + 0x65, 0x72, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, + 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x2c, 0x0a, + 0x11, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, + 0x63, 0x65, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x72, 0x65, 0x70, 0x6f, 0x72, 0x74, + 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x3f, 0x0a, 0x06, 0x73, + 0x65, 0x72, 0x69, 0x65, 0x73, 0x18, 0x10, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x53, 0x65, + 0x72, 0x69, 0x65, 0x73, 0x52, 0x06, 0x73, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, + 0x74, 0x79, 0x70, 0x65, 0x18, 0x11, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, + 0x22, 0xd8, 0x01, 0x0a, 0x19, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x37, + 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, + 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x5f, 0x0a, 0x1b, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x69, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x12, 0x2a, 0x0a, 0x10, 0x6c, 0x61, 0x73, 0x74, 0x4f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, + 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6c, 0x61, 0x73, 0x74, + 0x4f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x47, 0x0a, 0x31, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x44, 0x69, + 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x68, 0x6f, + 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xc6, 0x02, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x12, 0x48, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x4e, + 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xbd, + 0x01, 0x0a, 0x2d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, + 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, + 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, + 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, + 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, + 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xf6, + 0x01, 0x0a, 0x28, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, + 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x46, 0x0a, 0x05, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x05, 0x69, 0x74, + 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xac, 0x03, 0x0a, 0x28, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, + 0x53, 0x70, 0x65, 0x63, 0x12, 0x6f, 0x0a, 0x13, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, + 0x69, 0x73, 0x68, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, + 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, + 0x52, 0x13, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x72, 0x4d, + 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x2e, 0x0a, 0x12, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, + 0x67, 0x50, 0x72, 0x65, 0x63, 0x65, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x12, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x50, 0x72, 0x65, 0x63, 0x65, + 0x64, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x89, 0x01, 0x0a, 0x1a, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x66, 0x65, + 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x1a, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, + 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x53, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, + 0x6c, 0x65, 0x73, 0x57, 0x69, 0x74, 0x68, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, + 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x22, 0x87, 0x01, 0x0a, 0x2a, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x59, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x43, 0x6f, 0x6e, 0x64, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x22, 0x3c, 0x0a, 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x93, + 0x01, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x4c, 0x69, 0x6d, + 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x07, 0x71, 0x75, + 0x65, 0x75, 0x69, 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x51, 0x75, 0x65, 0x75, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x71, 0x75, 0x65, 0x75, 0x69, 0x6e, 0x67, + 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x74, 0x79, 0x70, 0x65, 0x22, 0xb4, 0x02, 0x0a, 0x3b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x18, 0x61, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x43, + 0x6f, 0x6e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x53, 0x68, 0x61, 0x72, 0x65, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x18, 0x61, 0x73, 0x73, 0x75, 0x72, 0x65, 0x64, 0x43, + 0x6f, 0x6e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x63, 0x79, 0x53, 0x68, 0x61, 0x72, 0x65, 0x73, + 0x12, 0x34, 0x0a, 0x15, 0x62, 0x6f, 0x72, 0x72, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x6d, + 0x69, 0x74, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x15, 0x62, 0x6f, 0x72, 0x72, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x50, + 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x62, + 0x6c, 0x65, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0f, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, + 0x12, 0x59, 0x0a, 0x0d, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x4c, + 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x0d, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x71, 0x0a, 0x2f, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x4e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x28, + 0x0a, 0x0f, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x52, 0x4c, + 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x55, 0x52, 0x4c, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x65, 0x72, 0x62, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x22, 0xc7, + 0x02, 0x0a, 0x31, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x57, 0x69, 0x74, 0x68, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x73, 0x12, 0x67, 0x0a, 0x10, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x4e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x10, 0x6e, 0x6f, 0x6e, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x5e, 0x0a, + 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x02, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x0d, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x49, 0x0a, + 0x08, 0x73, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x08, + 0x73, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0xf6, 0x02, 0x0a, 0x34, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, + 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x12, 0x5e, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x46, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, + 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0xcd, 0x01, 0x0a, 0x3d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, + 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, + 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, + 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, + 0x65, 0x22, 0x96, 0x02, 0x0a, 0x38, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, + 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x56, + 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x40, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x53, 0x0a, 0x3d, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, + 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, + 0xb1, 0x01, 0x0a, 0x38, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x70, 0x65, 0x63, 0x12, 0x61, 0x0a, 0x07, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x47, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x32, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x50, 0x72, 0x69, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x12, + 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, + 0x79, 0x70, 0x65, 0x22, 0xa7, 0x01, 0x0a, 0x3a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x69, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x90, 0x01, + 0x0a, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x51, 0x75, 0x65, 0x75, + 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x61, 0x6e, 0x64, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x08, 0x68, 0x61, 0x6e, 0x64, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x2a, 0x0a, 0x10, + 0x71, 0x75, 0x65, 0x75, 0x65, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x10, 0x71, 0x75, 0x65, 0x75, 0x65, 0x4c, 0x65, 0x6e, + 0x67, 0x74, 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x71, 0x75, 0x65, 0x75, + 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, + 0x22, 0xc4, 0x01, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, + 0x22, 0x0a, 0x0c, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x53, 0x63, + 0x6f, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, + 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, + 0x52, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x22, 0x63, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x32, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xad, 0x02, 0x0a, + 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x53, 0x75, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x12, 0x48, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x75, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x63, 0x0a, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x75, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x45, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x55, 0x73, 0x65, 0x72, 0x53, + 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0x3b, 0x0a, 0x25, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x55, 0x73, 0x65, 0x72, 0x53, 0x75, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x47, 0x0a, 0x31, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x69, + 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x12, + 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x22, 0xc6, 0x02, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x12, 0x48, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, + 0x61, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x4e, 0x0a, 0x06, 0x73, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xbd, 0x01, 0x0a, 0x2d, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, + 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, + 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, + 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, + 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, + 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, + 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xf6, 0x01, 0x0a, 0x28, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x46, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, + 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, + 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x22, 0xac, 0x03, 0x0a, 0x28, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x70, 0x65, + 0x63, 0x12, 0x6f, 0x0a, 0x13, 0x64, 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, + 0x65, 0x72, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3d, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x44, 0x69, 0x73, 0x74, 0x69, 0x6e, + 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x52, 0x13, 0x64, + 0x69, 0x73, 0x74, 0x69, 0x6e, 0x67, 0x75, 0x69, 0x73, 0x68, 0x65, 0x72, 0x4d, 0x65, 0x74, 0x68, + 0x6f, 0x64, 0x12, 0x2e, 0x0a, 0x12, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x50, 0x72, + 0x65, 0x63, 0x65, 0x64, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, + 0x6d, 0x61, 0x74, 0x63, 0x68, 0x69, 0x6e, 0x67, 0x50, 0x72, 0x65, 0x63, 0x65, 0x64, 0x65, 0x6e, + 0x63, 0x65, 0x12, 0x89, 0x01, 0x0a, 0x1a, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, + 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, + 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, + 0x63, 0x65, 0x52, 0x1a, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, + 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x53, + 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3d, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x73, + 0x57, 0x69, 0x74, 0x68, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x05, 0x72, 0x75, + 0x6c, 0x65, 0x73, 0x22, 0x87, 0x01, 0x0a, 0x2a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x59, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x3c, 0x0a, + 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x93, 0x01, 0x0a, 0x27, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a, 0x07, 0x71, 0x75, 0x65, 0x75, 0x69, + 0x6e, 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, + 0x51, 0x75, 0x65, 0x75, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x71, 0x75, 0x65, 0x75, 0x69, 0x6e, 0x67, 0x12, 0x12, 0x0a, + 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, + 0x65, 0x22, 0xb4, 0x02, 0x0a, 0x3b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, + 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x34, 0x0a, 0x15, 0x62, 0x6f, 0x72, 0x72, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x4c, 0x69, + 0x6d, 0x69, 0x74, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x15, 0x62, 0x6f, 0x72, 0x72, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x6d, 0x69, 0x74, + 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x6c, 0x65, 0x6e, 0x64, 0x61, + 0x62, 0x6c, 0x65, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0f, 0x6c, 0x65, 0x6e, 0x64, 0x61, 0x62, 0x6c, 0x65, 0x50, 0x65, 0x72, 0x63, 0x65, 0x6e, + 0x74, 0x12, 0x59, 0x0a, 0x0d, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, + 0x73, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x0d, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3a, 0x0a, 0x18, + 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, + 0x63, 0x79, 0x53, 0x68, 0x61, 0x72, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x18, + 0x6e, 0x6f, 0x6d, 0x69, 0x6e, 0x61, 0x6c, 0x43, 0x6f, 0x6e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, + 0x63, 0x79, 0x53, 0x68, 0x61, 0x72, 0x65, 0x73, 0x22, 0x71, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x4e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x6e, + 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x52, 0x4c, 0x73, 0x18, 0x01, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x55, 0x52, 0x4c, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x18, 0x02, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x22, 0xc7, 0x02, 0x0a, 0x31, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x52, 0x75, 0x6c, 0x65, 0x73, 0x57, 0x69, 0x74, 0x68, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x73, 0x12, 0x67, 0x0a, 0x10, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x52, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x33, 0x4e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x10, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x5e, 0x0a, 0x0d, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x0d, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x49, 0x0a, 0x08, 0x73, 0x75, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x33, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x08, 0x73, 0x75, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0xf6, 0x02, 0x0a, 0x34, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, + 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x12, 0x58, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x5e, + 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x46, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xcd, + 0x01, 0x0a, 0x3d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, + 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, + 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, + 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, + 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0x96, + 0x02, 0x0a, 0x38, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x56, 0x0a, 0x05, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x05, 0x69, 0x74, + 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x53, 0x0a, 0x3d, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xb1, 0x01, 0x0a, + 0x38, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x70, 0x65, 0x63, 0x12, 0x61, 0x0a, 0x07, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, + 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x65, 0x64, 0x12, 0x12, 0x0a, 0x04, + 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, + 0x22, 0xa7, 0x01, 0x0a, 0x3a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, + 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x69, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, + 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x90, 0x01, 0x0a, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x51, 0x75, 0x65, 0x75, 0x69, 0x6e, 0x67, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, + 0x08, 0x68, 0x61, 0x6e, 0x64, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x08, 0x68, 0x61, 0x6e, 0x64, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x71, 0x75, 0x65, + 0x75, 0x65, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x10, 0x71, 0x75, 0x65, 0x75, 0x65, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x71, 0x75, 0x65, 0x75, 0x65, 0x73, 0x22, 0xc4, 0x01, + 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, + 0x09, 0x52, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x22, 0x0a, 0x0c, + 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x53, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x0c, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x53, 0x63, 0x6f, 0x70, 0x65, + 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x18, 0x03, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x04, 0x20, + 0x03, 0x28, 0x09, 0x52, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x76, + 0x65, 0x72, 0x62, 0x73, 0x22, 0x63, 0x0a, 0x2f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xad, 0x02, 0x0a, 0x21, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, + 0x48, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x53, 0x75, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x63, 0x0a, + 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x53, 0x75, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x0e, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x12, 0x45, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x55, 0x73, 0x65, 0x72, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x22, 0x3b, 0x0a, 0x25, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x55, 0x73, 0x65, 0x72, 0x53, 0x75, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x9f, 0x01, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, + 0x54, 0x54, 0x50, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x50, 0x61, 0x74, 0x68, 0x12, 0x48, + 0x0a, 0x07, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x52, + 0x07, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, + 0x70, 0x61, 0x74, 0x68, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x70, 0x61, 0x74, 0x68, 0x54, 0x79, 0x70, 0x65, 0x22, 0x71, 0x0a, 0x28, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x48, 0x54, 0x54, 0x50, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x75, 0x6c, 0x65, 0x56, + 0x61, 0x6c, 0x75, 0x65, 0x12, 0x45, 0x0a, 0x05, 0x70, 0x61, 0x74, 0x68, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x54, 0x54, 0x50, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x50, 0x61, 0x74, 0x68, 0x52, 0x05, 0x70, 0x61, 0x74, 0x68, 0x73, 0x22, 0x49, 0x0a, 0x1b, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x49, 0x50, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x69, + 0x64, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x69, 0x64, 0x72, 0x12, 0x16, + 0x0a, 0x06, 0x65, 0x78, 0x63, 0x65, 0x70, 0x74, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, + 0x65, 0x78, 0x63, 0x65, 0x70, 0x74, 0x22, 0xab, 0x02, 0x0a, 0x1b, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3f, 0x0a, 0x04, + 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x45, 0x0a, + 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0xc6, 0x01, 0x0a, 0x22, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x12, 0x4f, 0x0a, 0x08, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x79, 0x70, 0x65, 0x64, 0x4c, 0x6f, + 0x63, 0x61, 0x6c, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, + 0x63, 0x65, 0x52, 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x4f, 0x0a, 0x07, + 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x42, 0x61, 0x63, + 0x6b, 0x65, 0x6e, 0x64, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0xee, 0x01, + 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x44, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x22, 0xee, + 0x01, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x42, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, + 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, + 0xad, 0x01, 0x0a, 0x33, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, + 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x63, 0x6f, + 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x63, 0x6f, 0x70, 0x65, 0x22, + 0xa7, 0x01, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x53, 0x70, 0x65, 0x63, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x5f, 0x0a, 0x0a, 0x70, 0x61, 0x72, 0x61, + 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, + 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0a, 0x70, + 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x22, 0xe4, 0x01, 0x0a, 0x1f, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3d, 0x0a, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, + 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x22, 0xa5, 0x01, 0x0a, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x4c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x68, 0x6f, 0x73, 0x74, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, + 0x47, 0x0a, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x50, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x22, 0x85, 0x01, 0x0a, 0x2d, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, + 0x6e, 0x63, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x54, 0x0a, 0x07, 0x69, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x07, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x22, 0x6d, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x50, + 0x6f, 0x72, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, + 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, + 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, + 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x22, + 0x7f, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x75, + 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x04, 0x68, 0x74, 0x74, 0x70, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x54, 0x54, 0x50, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x52, 0x75, 0x6c, 0x65, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x52, 0x04, 0x68, 0x74, 0x74, 0x70, + 0x22, 0x87, 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x46, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, + 0x50, 0x6f, 0x72, 0x74, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0xa6, 0x02, 0x0a, 0x1f, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x70, 0x65, 0x63, 0x12, 0x56, + 0x0a, 0x0e, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x42, + 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x52, 0x0e, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x42, + 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x10, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, + 0x6d, 0x65, 0x12, 0x41, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x05, + 0x72, 0x75, 0x6c, 0x65, 0x73, 0x12, 0x3c, 0x0a, 0x03, 0x74, 0x6c, 0x73, 0x18, 0x04, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x54, 0x4c, 0x53, 0x52, 0x03, + 0x74, 0x6c, 0x73, 0x22, 0x82, 0x01, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x5d, 0x0a, 0x0c, 0x6c, 0x6f, 0x61, + 0x64, 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x61, 0x64, 0x42, 0x61, 0x6c, 0x61, + 0x6e, 0x63, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x0c, 0x6c, 0x6f, 0x61, 0x64, + 0x42, 0x61, 0x6c, 0x61, 0x6e, 0x63, 0x65, 0x72, 0x22, 0x56, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x54, 0x4c, 0x53, 0x12, 0x14, 0x0a, 0x05, 0x68, 0x6f, + 0x73, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x68, 0x6f, 0x73, 0x74, 0x73, + 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, + 0x22, 0xf0, 0x01, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x45, 0x0a, 0x04, + 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, + 0x70, 0x65, 0x63, 0x22, 0xb9, 0x01, 0x0a, 0x2b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x45, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, + 0x75, 0x6c, 0x65, 0x12, 0x47, 0x0a, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x50, 0x6f, 0x72, 0x74, 0x52, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, 0x12, 0x41, 0x0a, 0x02, + 0x74, 0x6f, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x50, 0x65, 0x65, 0x72, 0x52, 0x02, 0x74, 0x6f, 0x22, + 0xbe, 0x01, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x75, 0x6c, 0x65, + 0x12, 0x45, 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x50, 0x65, 0x65, + 0x72, 0x52, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x12, 0x47, 0x0a, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x50, 0x6f, 0x72, 0x74, 0x52, 0x05, 0x70, 0x6f, 0x72, 0x74, 0x73, + 0x22, 0xf0, 0x01, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x43, 0x0a, 0x05, 0x69, 0x74, + 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x22, 0xac, 0x02, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x50, 0x65, 0x65, 0x72, 0x12, 0x41, 0x0a, + 0x07, 0x69, 0x70, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x49, 0x50, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x52, 0x07, 0x69, 0x70, 0x42, 0x6c, 0x6f, 0x63, 0x6b, + 0x12, 0x65, 0x0a, 0x11, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x52, 0x11, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x59, 0x0a, 0x0b, 0x70, 0x6f, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x0b, 0x70, 0x6f, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x22, 0x71, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x65, + 0x6e, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x65, 0x6e, + 0x64, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x22, 0xc9, 0x02, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x70, 0x65, 0x63, 0x12, + 0x4f, 0x0a, 0x06, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x45, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x06, 0x65, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x12, 0x52, 0x0a, 0x07, 0x69, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x07, 0x69, 0x6e, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x12, 0x59, 0x0a, 0x0b, 0x70, 0x6f, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x52, 0x0b, 0x70, 0x6f, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x20, 0x0a, 0x0b, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x54, 0x79, 0x70, 0x65, 0x73, 0x18, 0x04, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x54, 0x79, 0x70, 0x65, + 0x73, 0x22, 0x54, 0x0a, 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x06, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xf8, 0x01, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x49, 0x44, + 0x52, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x49, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x43, 0x49, 0x44, 0x52, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, + 0x65, 0x63, 0x22, 0xf8, 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x49, 0x44, 0x52, 0x4c, 0x69, 0x73, 0x74, + 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x47, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x49, + 0x44, 0x52, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, + 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xc9, 0x01, + 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x43, 0x49, 0x44, 0x52, 0x53, 0x70, 0x65, 0x63, 0x12, 0x12, 0x0a, 0x04, 0x69, + 0x70, 0x76, 0x34, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, 0x70, 0x76, 0x34, 0x12, + 0x12, 0x0a, 0x04, 0x69, 0x70, 0x76, 0x36, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x69, + 0x70, 0x76, 0x36, 0x12, 0x4a, 0x0a, 0x0c, 0x6e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x52, 0x0c, 0x6e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x70, 0x65, 0x72, 0x4e, 0x6f, 0x64, 0x65, 0x48, 0x6f, 0x73, 0x74, 0x42, 0x69, + 0x74, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x70, 0x65, 0x72, 0x4e, 0x6f, 0x64, + 0x65, 0x48, 0x6f, 0x73, 0x74, 0x42, 0x69, 0x74, 0x73, 0x22, 0xf4, 0x01, 0x0a, 0x23, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x50, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x50, 0x41, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, + 0x22, 0xf4, 0x01, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, + 0x50, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x45, 0x0a, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x31, 0x49, 0x50, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x05, 0x69, 0x74, + 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x7e, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x50, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x70, + 0x65, 0x63, 0x12, 0x53, 0x0a, 0x09, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x50, 0x61, 0x72, + 0x65, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x09, 0x70, 0x61, + 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x22, 0xa1, 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x66, 0x65, + 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1a, 0x0a, + 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x22, 0xa3, 0x01, 0x0a, 0x16, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x4f, 0x76, + 0x65, 0x72, 0x68, 0x65, 0x61, 0x64, 0x12, 0x4c, 0x0a, 0x08, 0x70, 0x6f, 0x64, 0x46, 0x69, 0x78, + 0x65, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, + 0x64, 0x65, 0x56, 0x31, 0x4f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x64, 0x2e, 0x50, 0x6f, 0x64, + 0x46, 0x69, 0x78, 0x65, 0x64, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x08, 0x70, 0x6f, 0x64, 0x46, + 0x69, 0x78, 0x65, 0x64, 0x1a, 0x3b, 0x0a, 0x0d, 0x50, 0x6f, 0x64, 0x46, 0x69, 0x78, 0x65, 0x64, + 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, + 0x01, 0x22, 0xc2, 0x02, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, + 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x18, 0x0a, 0x07, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x07, 0x68, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x12, 0x3e, 0x0a, 0x08, 0x6f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x64, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x4f, 0x76, + 0x65, 0x72, 0x68, 0x65, 0x61, 0x64, 0x52, 0x08, 0x6f, 0x76, 0x65, 0x72, 0x68, 0x65, 0x61, 0x64, + 0x12, 0x44, 0x0a, 0x0a, 0x73, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x52, 0x0a, 0x73, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x22, 0xe2, 0x01, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3c, 0x0a, 0x05, 0x69, 0x74, 0x65, + 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, + 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, + 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xff, 0x01, 0x0a, 0x18, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x12, 0x5a, 0x0a, 0x0c, 0x6e, 0x6f, 0x64, 0x65, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, + 0x6c, 0x69, 0x6e, 0x67, 0x2e, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0c, 0x6e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x46, 0x0a, 0x0b, 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x0b, 0x74, 0x6f, 0x6c, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x3f, 0x0a, 0x11, + 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xff, 0x01, + 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x56, 0x31, 0x45, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x5d, 0x0a, 0x0d, 0x64, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0d, 0x64, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, + 0xc3, 0x02, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, + 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x47, 0x0a, + 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, + 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x70, 0x65, 0x63, + 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x4d, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xf4, 0x01, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, + 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x45, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, + 0x74, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x8a, 0x02, 0x0a, + 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, + 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, + 0x64, 0x67, 0x65, 0x74, 0x53, 0x70, 0x65, 0x63, 0x12, 0x26, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x55, + 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0e, 0x6d, 0x61, 0x78, 0x55, 0x6e, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, + 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x69, 0x6e, 0x41, 0x76, 0x61, 0x69, 0x6c, 0x61, 0x62, 0x6c, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x69, 0x6e, 0x41, 0x76, 0x61, 0x69, 0x6c, + 0x61, 0x62, 0x6c, 0x65, 0x12, 0x53, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, + 0x08, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x3e, 0x0a, 0x1a, 0x75, 0x6e, 0x68, + 0x65, 0x61, 0x6c, 0x74, 0x68, 0x79, 0x50, 0x6f, 0x64, 0x45, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x1a, 0x75, + 0x6e, 0x68, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x79, 0x50, 0x6f, 0x64, 0x45, 0x76, 0x69, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x86, 0x04, 0x0a, 0x29, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, + 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x53, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x79, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x48, 0x65, 0x61, + 0x6c, 0x74, 0x68, 0x79, 0x12, 0x26, 0x0a, 0x0e, 0x64, 0x65, 0x73, 0x69, 0x72, 0x65, 0x64, 0x48, + 0x65, 0x61, 0x6c, 0x74, 0x68, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x64, 0x65, + 0x73, 0x69, 0x72, 0x65, 0x64, 0x48, 0x65, 0x61, 0x6c, 0x74, 0x68, 0x79, 0x12, 0x6e, 0x0a, 0x0d, + 0x64, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x73, 0x18, 0x04, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, + 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, + 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x2e, 0x44, 0x69, 0x73, 0x72, 0x75, + 0x70, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x64, + 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x73, 0x12, 0x2e, 0x0a, 0x12, + 0x64, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x6c, 0x6c, 0x6f, 0x77, + 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x64, 0x69, 0x73, 0x72, 0x75, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x12, 0x22, 0x0a, 0x0c, + 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x73, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0c, 0x65, 0x78, 0x70, 0x65, 0x63, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x73, + 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x6f, 0x62, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x1a, 0x40, 0x0a, 0x12, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, + 0x38, 0x01, 0x22, 0x8c, 0x01, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, + 0x62, 0x61, 0x63, 0x56, 0x31, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x75, 0x6c, 0x65, 0x12, 0x6b, 0x0a, 0x14, 0x63, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, + 0x6f, 0x6c, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x14, 0x63, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x73, 0x22, 0xb2, 0x02, 0x0a, 0x19, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, + 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, + 0x53, 0x0a, 0x0f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x75, + 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, + 0x61, 0x63, 0x56, 0x31, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x75, 0x6c, 0x65, 0x52, 0x0f, 0x61, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x75, 0x6c, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3a, 0x0a, 0x05, 0x72, 0x75, + 0x6c, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, + 0x62, 0x61, 0x63, 0x56, 0x31, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x52, + 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x22, 0xa4, 0x02, 0x0a, 0x20, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x12, 0x3b, 0x0a, 0x07, 0x72, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, + 0x6c, 0x65, 0x52, 0x65, 0x66, 0x52, 0x07, 0x72, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x12, 0x3d, + 0x0a, 0x08, 0x73, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x52, 0x08, 0x73, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0xee, 0x01, + 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, + 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, + 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x42, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, + 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xe0, + 0x01, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, + 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x3b, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, + 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x22, 0xbc, 0x01, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, + 0x61, 0x63, 0x56, 0x31, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, + 0x09, 0x52, 0x09, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x28, 0x0a, 0x0f, + 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x55, 0x52, 0x4c, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x6e, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x55, 0x52, 0x4c, 0x73, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, + 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x65, + 0x72, 0x62, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x76, 0x65, 0x72, 0x62, 0x73, + 0x22, 0xd6, 0x01, 0x0a, 0x12, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, + 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, + 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3a, 0x0a, + 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x75, + 0x6c, 0x65, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x22, 0x9d, 0x02, 0x0a, 0x19, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, + 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, + 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3b, 0x0a, + 0x07, 0x72, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, + 0x66, 0x52, 0x07, 0x72, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x12, 0x3d, 0x0a, 0x08, 0x73, 0x75, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, + 0x08, 0x73, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x22, 0xe0, 0x01, 0x0a, 0x1d, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, + 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3b, 0x0a, 0x05, 0x69, + 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xd2, 0x01, 0x0a, + 0x16, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, + 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, + 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, + 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x22, 0x5b, 0x0a, 0x15, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, + 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x66, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, + 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, + 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x79, + 0x0a, 0x15, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, + 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0xfa, 0x01, 0x0a, 0x28, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x52, 0x0a, 0x10, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, + 0x62, 0x6c, 0x65, 0x4f, 0x6e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x10, 0x61, 0x76, 0x61, 0x69, 0x6c, 0x61, + 0x62, 0x6c, 0x65, 0x4f, 0x6e, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x5c, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x73, 0x18, 0x02, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x73, 0x68, 0x61, 0x72, + 0x65, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x73, 0x68, 0x61, + 0x72, 0x65, 0x61, 0x62, 0x6c, 0x65, 0x22, 0xde, 0x02, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, + 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, + 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x50, 0x0a, + 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, + 0x56, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, + 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x86, 0x02, 0x0a, 0x30, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, + 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4e, 0x0a, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, + 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x22, 0x7e, 0x0a, 0x30, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, + 0x53, 0x70, 0x65, 0x63, 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x6f, 0x74, 0x65, 0x6e, 0x74, 0x69, 0x61, + 0x6c, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x70, 0x6f, + 0x74, 0x65, 0x6e, 0x74, 0x69, 0x61, 0x6c, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x22, 0x0a, 0x0c, + 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x73, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x4e, 0x6f, 0x64, 0x65, + 0x22, 0x9f, 0x01, 0x0a, 0x32, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, + 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x69, 0x0a, 0x0e, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x0e, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x73, 0x22, 0xc9, 0x02, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x12, 0x49, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x12, 0x4f, 0x0a, + 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x96, + 0x01, 0x0a, 0x36, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x43, 0x6f, 0x6e, 0x73, 0x75, 0x6d, 0x65, 0x72, + 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x22, 0xf8, 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x47, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x22, 0x7e, 0x0a, 0x38, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x61, 0x72, 0x61, 0x6d, + 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1a, + 0x0a, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x22, 0x75, 0x0a, 0x35, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x28, 0x0a, 0x0f, 0x75, 0x6e, 0x73, 0x75, 0x69, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x6f, 0x64, + 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0f, 0x75, 0x6e, 0x73, 0x75, 0x69, 0x74, + 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0xed, 0x01, 0x0a, 0x29, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x53, 0x70, 0x65, 0x63, 0x12, 0x26, 0x0a, 0x0e, 0x61, 0x6c, 0x6c, 0x6f, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0e, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x6f, 0x64, 0x65, 0x12, + 0x6a, 0x0a, 0x0d, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x66, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, + 0x65, 0x72, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0d, 0x70, 0x61, + 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x66, 0x12, 0x2c, 0x0a, 0x11, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xbf, 0x02, 0x0a, 0x2b, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x54, 0x0a, 0x0a, 0x61, 0x6c, 0x6c, + 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x41, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, + 0x75, 0x6c, 0x74, 0x52, 0x0a, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x34, 0x0a, 0x15, 0x64, 0x65, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x15, + 0x64, 0x65, 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x4e, + 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x72, 0x69, 0x76, 0x65, + 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x64, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x64, 0x46, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x43, 0x6f, 0x6e, + 0x73, 0x75, 0x6d, 0x65, 0x72, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0b, + 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x22, 0x88, 0x02, 0x0a, 0x2d, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x1e, 0x0a, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x12, 0x51, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x53, 0x70, 0x65, 0x63, + 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, 0x22, 0x88, 0x02, 0x0a, 0x31, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x0a, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, + 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, + 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x22, 0xd0, 0x01, 0x0a, 0x31, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, + 0x61, 0x74, 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x49, 0x0a, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, + 0x73, 0x70, 0x65, 0x63, 0x22, 0x87, 0x03, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1e, + 0x0a, 0x0a, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x12, 0x6a, 0x0a, 0x0d, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, + 0x72, 0x73, 0x52, 0x65, 0x66, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x44, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x50, 0x61, + 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, + 0x65, 0x52, 0x0d, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x66, + 0x12, 0x4c, 0x0a, 0x0d, 0x73, 0x75, 0x69, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, + 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, + 0x0d, 0x73, 0x75, 0x69, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x73, 0x22, 0xf8, + 0x01, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x47, 0x0a, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x9c, 0x01, 0x0a, 0x38, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x52, 0x65, 0x66, + 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x5c, 0x0a, 0x26, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x48, 0x61, 0x6e, 0x64, + 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, + 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x64, 0x72, 0x69, 0x76, + 0x65, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xb3, 0x02, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, + 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x0a, 0x0b, + 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x24, + 0x0a, 0x0d, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x44, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0d, 0x67, 0x6c, 0x6f, 0x62, 0x61, 0x6c, 0x44, 0x65, 0x66, + 0x61, 0x75, 0x6c, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x2a, 0x0a, 0x10, 0x70, 0x72, + 0x65, 0x65, 0x6d, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x70, 0x72, 0x65, 0x65, 0x6d, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xf0, 0x01, 0x0a, + 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x43, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, + 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, + 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, + 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, + 0xe2, 0x01, 0x0a, 0x1a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x12, 0x3e, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, + 0x73, 0x70, 0x65, 0x63, 0x22, 0xe2, 0x01, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, + 0x76, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3c, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x97, 0x03, 0x0a, 0x1e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, + 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x53, 0x70, 0x65, 0x63, 0x12, 0x26, 0x0a, 0x0e, + 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, + 0x69, 0x72, 0x65, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x73, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x73, 0x47, + 0x72, 0x6f, 0x75, 0x70, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x26, 0x0a, 0x0e, 0x70, 0x6f, + 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x4f, 0x6e, 0x4d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x0e, 0x70, 0x6f, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x4f, 0x6e, 0x4d, 0x6f, 0x75, + 0x6e, 0x74, 0x12, 0x2c, 0x0a, 0x11, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x73, 0x52, 0x65, + 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x72, + 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x73, 0x52, 0x65, 0x70, 0x75, 0x62, 0x6c, 0x69, 0x73, 0x68, + 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x65, 0x4c, 0x69, 0x6e, 0x75, 0x78, 0x4d, 0x6f, 0x75, 0x6e, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x73, 0x65, 0x4c, 0x69, 0x6e, 0x75, 0x78, 0x4d, + 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, + 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0f, 0x73, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x4f, + 0x0a, 0x0d, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x18, + 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x52, 0x0d, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x73, 0x12, + 0x32, 0x0a, 0x14, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, + 0x6c, 0x65, 0x4d, 0x6f, 0x64, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x14, 0x76, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x66, 0x65, 0x63, 0x79, 0x63, 0x6c, 0x65, 0x4d, 0x6f, + 0x64, 0x65, 0x73, 0x22, 0xde, 0x01, 0x0a, 0x18, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, 0x65, + 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x3c, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, + 0x73, 0x70, 0x65, 0x63, 0x22, 0xc4, 0x01, 0x0a, 0x1e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, + 0x65, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x12, 0x52, 0x0a, 0x0b, 0x61, 0x6c, 0x6c, 0x6f, 0x63, + 0x61, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x52, 0x0b, + 0x61, 0x6c, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x44, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x6e, 0x6f, 0x64, 0x65, 0x49, 0x44, 0x12, 0x22, 0x0a, 0x0c, 0x74, 0x6f, 0x70, 0x6f, 0x6c, + 0x6f, 0x67, 0x79, 0x4b, 0x65, 0x79, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x74, + 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x4b, 0x65, 0x79, 0x73, 0x22, 0xde, 0x01, 0x0a, 0x1c, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x05, + 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, + 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, + 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x64, 0x0a, 0x1c, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x44, 0x0a, 0x07, + 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2a, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x4e, + 0x6f, 0x64, 0x65, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x07, 0x64, 0x72, 0x69, 0x76, 0x65, + 0x72, 0x73, 0x22, 0xfe, 0x02, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x61, + 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x61, + 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x2c, 0x0a, 0x11, 0x6d, 0x61, + 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x5b, 0x0a, 0x0c, 0x6e, 0x6f, + 0x64, 0x65, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x0c, 0x6e, 0x6f, 0x64, 0x65, 0x54, + 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x12, 0x2a, 0x0a, 0x10, 0x73, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x10, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4e, + 0x61, 0x6d, 0x65, 0x22, 0xf4, 0x01, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x45, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xeb, 0x04, 0x0a, 0x1d, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x32, 0x0a, 0x14, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x14, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x45, 0x78, 0x70, 0x61, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x5c, 0x0a, 0x11, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x54, 0x6f, 0x70, 0x6f, 0x6c, + 0x6f, 0x67, 0x69, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x79, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x54, 0x65, 0x72, 0x6d, 0x52, 0x11, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x65, 0x64, 0x54, 0x6f, 0x70, 0x6f, 0x6c, 0x6f, 0x67, 0x69, 0x65, 0x73, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x12, 0x22, 0x0a, 0x0c, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x4f, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0c, 0x6d, 0x6f, 0x75, 0x6e, + 0x74, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x59, 0x0a, 0x0a, 0x70, 0x61, 0x72, 0x61, + 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, + 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, + 0x65, 0x72, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, + 0x65, 0x72, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x65, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x72, 0x65, 0x63, 0x6c, 0x61, 0x69, 0x6d, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x72, 0x65, + 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x2c, 0x0a, 0x11, 0x76, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4d, 0x6f, 0x64, 0x65, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x76, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x42, 0x69, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4d, 0x6f, 0x64, 0x65, 0x1a, 0x3d, 0x0a, 0x0f, 0x50, 0x61, 0x72, + 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, + 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xe8, 0x01, 0x0a, 0x21, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3f, + 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x29, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x22, 0x69, 0x0a, 0x1d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x75, 0x64, 0x69, 0x65, 0x6e, 0x63, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x75, 0x64, 0x69, 0x65, 0x6e, 0x63, 0x65, + 0x12, 0x2c, 0x0a, 0x11, 0x65, 0x78, 0x70, 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x11, 0x65, 0x78, 0x70, + 0x69, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x22, 0xbd, + 0x02, 0x0a, 0x21, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, + 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x45, 0x0a, 0x04, 0x73, 0x70, + 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, + 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x12, 0x4b, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xf0, + 0x01, 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, + 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x43, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, + 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, + 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x22, 0xb9, 0x01, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, + 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x5a, 0x0a, + 0x10, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x70, 0x65, + 0x63, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x10, 0x69, 0x6e, 0x6c, 0x69, 0x6e, 0x65, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x32, 0x0a, 0x14, 0x70, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x70, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, + 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0xac, 0x01, + 0x0a, 0x25, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, + 0x65, 0x6e, 0x74, 0x53, 0x70, 0x65, 0x63, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x74, 0x74, 0x61, 0x63, + 0x68, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x74, 0x74, 0x61, 0x63, + 0x68, 0x65, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x6f, 0x64, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x12, + 0x4b, 0x0a, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x52, 0x06, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0xa1, 0x03, 0x0a, + 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, + 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4a, 0x0a, 0x0b, 0x61, 0x74, 0x74, 0x61, + 0x63, 0x68, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x0b, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x45, + 0x72, 0x72, 0x6f, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x65, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x65, 0x64, + 0x12, 0x7b, 0x0a, 0x12, 0x61, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x2e, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x12, 0x61, 0x74, 0x74, 0x61, 0x63, + 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x4a, 0x0a, + 0x0b, 0x64, 0x65, 0x74, 0x61, 0x63, 0x68, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x52, 0x0b, 0x64, 0x65, + 0x74, 0x61, 0x63, 0x68, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x1a, 0x45, 0x0a, 0x17, 0x41, 0x74, 0x74, + 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x45, + 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, + 0x22, 0x4c, 0x0a, 0x1c, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x45, 0x72, 0x72, 0x6f, 0x72, + 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, + 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x22, 0x3c, + 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xeb, 0x01, 0x0a, + 0x4f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6a, 0x73, + 0x6f, 0x6e, 0x50, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6a, 0x73, + 0x6f, 0x6e, 0x50, 0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xd1, 0x01, 0x0a, 0x49, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6f, + 0x6e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x65, 0x67, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x65, 0x67, 0x79, 0x12, 0x68, 0x0a, 0x07, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x07, 0x77, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x22, 0xb5, + 0x03, 0x0a, 0x49, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, + 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, + 0x74, 0x61, 0x12, 0x6d, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x59, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, + 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, + 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, + 0x63, 0x12, 0x73, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x5b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, + 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xe2, 0x01, 0x0a, 0x52, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, + 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, + 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, + 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, + 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, + 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, + 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, + 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, + 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xc0, 0x02, 0x0a, 0x4d, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, + 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, + 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x6b, 0x0a, + 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x55, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, + 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, + 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, + 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, + 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xf4, + 0x01, 0x0a, 0x4e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x18, + 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6c, 0x69, 0x73, 0x74, 0x4b, 0x69, 0x6e, + 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6c, 0x69, 0x73, 0x74, 0x4b, 0x69, 0x6e, + 0x64, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6c, 0x75, 0x72, 0x61, 0x6c, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x6c, 0x75, 0x72, 0x61, 0x6c, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x68, 0x6f, + 0x72, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x73, + 0x68, 0x6f, 0x72, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x69, 0x6e, + 0x67, 0x75, 0x6c, 0x61, 0x72, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x69, 0x6e, + 0x67, 0x75, 0x6c, 0x61, 0x72, 0x22, 0x94, 0x04, 0x0a, 0x4d, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, + 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, + 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x53, 0x70, 0x65, 0x63, 0x12, 0x75, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x55, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x14, + 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x67, + 0x72, 0x6f, 0x75, 0x70, 0x12, 0x70, 0x0a, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x5a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x52, + 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x34, 0x0a, 0x15, 0x70, 0x72, 0x65, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x15, 0x70, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x55, + 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x73, 0x63, 0x6f, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x63, 0x6f, + 0x70, 0x65, 0x12, 0x78, 0x0a, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x52, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xfc, 0x02, 0x0a, + 0x4f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x12, 0x80, 0x01, 0x0a, 0x0d, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x5a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x52, 0x0d, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74, 0x65, 0x64, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x12, 0x7e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, + 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, + 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x64, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x73, 0x74, 0x6f, + 0x72, 0x65, 0x64, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xee, 0x04, 0x0a, 0x50, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, + 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, + 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x97, 0x01, 0x0a, 0x18, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x50, + 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 0x18, 0x01, 0x20, + 0x03, 0x28, 0x0b, 0x32, 0x5b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x18, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x50, 0x72, 0x69, 0x6e, + 0x74, 0x65, 0x72, 0x43, 0x6f, 0x6c, 0x75, 0x6d, 0x6e, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x64, 0x65, + 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, + 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x65, 0x64, 0x12, 0x2e, 0x0a, 0x12, 0x64, 0x65, + 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x64, 0x65, 0x70, 0x72, 0x65, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x57, 0x61, 0x72, 0x6e, 0x69, 0x6e, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x6d, + 0x0a, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x55, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, + 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x16, 0x0a, + 0x06, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x12, + 0x7b, 0x0a, 0x0c, 0x73, 0x75, 0x62, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x57, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x53, 0x75, 0x62, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x52, 0x0c, + 0x73, 0x75, 0x62, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x22, 0xdb, 0x01, 0x0a, + 0x4f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x53, 0x75, 0x62, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x53, 0x63, 0x61, 0x6c, 0x65, + 0x12, 0x2c, 0x0a, 0x11, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x50, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x50, 0x61, 0x74, 0x68, 0x12, 0x2a, + 0x0a, 0x10, 0x73, 0x70, 0x65, 0x63, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x50, 0x61, + 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x73, 0x70, 0x65, 0x63, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x50, 0x61, 0x74, 0x68, 0x12, 0x2e, 0x0a, 0x12, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x50, 0x61, 0x74, 0x68, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x73, 0x50, 0x61, 0x74, 0x68, 0x22, 0x52, 0x0a, 0x50, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, + 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x53, 0x75, 0x62, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xb6, + 0x02, 0x0a, 0x4b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x53, 0x75, 0x62, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x71, + 0x0a, 0x05, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x5b, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, + 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x53, 0x75, 0x62, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x05, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x12, 0x74, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x5c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x53, 0x75, + 0x62, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0xc3, 0x01, 0x0a, 0x49, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, + 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x76, 0x0a, 0x0f, 0x6f, 0x70, 0x65, 0x6e, 0x41, 0x50, 0x49, + 0x56, 0x33, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4c, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, + 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x52, 0x0f, 0x6f, 0x70, + 0x65, 0x6e, 0x41, 0x50, 0x49, 0x56, 0x33, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x7c, 0x0a, + 0x46, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x56, 0x31, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, + 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, + 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, + 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0x37, 0x0a, 0x35, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x4a, 0x53, 0x4f, 0x4e, 0x22, 0xad, 0x1b, 0x0a, 0x40, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x12, 0x11, 0x0a, 0x04, 0x5f, 0x72, 0x65, + 0x66, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x52, 0x65, 0x66, 0x12, 0x17, 0x0a, 0x07, + 0x5f, 0x73, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x53, + 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x7c, 0x0a, 0x0f, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x61, 0x6c, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x52, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, + 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x4f, 0x72, 0x42, 0x6f, + 0x6f, 0x6c, 0x52, 0x0f, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x49, 0x74, + 0x65, 0x6d, 0x73, 0x12, 0x86, 0x01, 0x0a, 0x14, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x52, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, + 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, + 0x4f, 0x72, 0x42, 0x6f, 0x6f, 0x6c, 0x52, 0x14, 0x61, 0x64, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x12, 0x62, 0x0a, 0x05, + 0x61, 0x6c, 0x6c, 0x4f, 0x66, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x4c, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x52, 0x05, 0x61, 0x6c, 0x6c, 0x4f, 0x66, + 0x12, 0x62, 0x0a, 0x05, 0x61, 0x6e, 0x79, 0x4f, 0x66, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, + 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x52, 0x05, 0x61, + 0x6e, 0x79, 0x4f, 0x66, 0x12, 0x5b, 0x0a, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x52, 0x07, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, + 0x74, 0x12, 0x7f, 0x0a, 0x0b, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, + 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, + 0x72, 0x6f, 0x70, 0x73, 0x2e, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x64, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x73, 0x12, 0x82, 0x01, 0x0a, 0x0c, 0x64, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x63, + 0x69, 0x65, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5e, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, + 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, + 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, + 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x2e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, + 0x63, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0c, 0x64, 0x65, 0x70, 0x65, 0x6e, + 0x64, 0x65, 0x6e, 0x63, 0x69, 0x65, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, + 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, + 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x55, 0x0a, 0x04, 0x65, 0x6e, 0x75, + 0x6d, 0x18, 0x0b, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, + 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x52, 0x04, 0x65, 0x6e, 0x75, 0x6d, + 0x12, 0x5b, 0x0a, 0x07, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x4a, 0x53, 0x4f, 0x4e, 0x52, 0x07, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x12, 0x2a, 0x0a, + 0x10, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x4d, 0x61, 0x78, 0x69, 0x6d, 0x75, + 0x6d, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, + 0x76, 0x65, 0x4d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x12, 0x2a, 0x0a, 0x10, 0x65, 0x78, 0x63, + 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x4d, 0x69, 0x6e, 0x69, 0x6d, 0x75, 0x6d, 0x18, 0x0e, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x10, 0x65, 0x78, 0x63, 0x6c, 0x75, 0x73, 0x69, 0x76, 0x65, 0x4d, 0x69, + 0x6e, 0x69, 0x6d, 0x75, 0x6d, 0x12, 0x76, 0x0a, 0x0c, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, + 0x6c, 0x44, 0x6f, 0x63, 0x73, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x52, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x45, 0x78, 0x74, 0x65, 0x72, 0x6e, + 0x61, 0x6c, 0x44, 0x6f, 0x63, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x0c, 0x65, 0x78, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x44, 0x6f, 0x63, 0x73, 0x12, 0x16, 0x0a, + 0x06, 0x66, 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x66, + 0x6f, 0x72, 0x6d, 0x61, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x11, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x69, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x12, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x53, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, + 0x70, 0x73, 0x4f, 0x72, 0x41, 0x72, 0x72, 0x61, 0x79, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x61, 0x78, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x13, 0x20, 0x01, + 0x28, 0x03, 0x52, 0x08, 0x6d, 0x61, 0x78, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x1c, 0x0a, 0x09, + 0x6d, 0x61, 0x78, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, + 0x09, 0x6d, 0x61, 0x78, 0x4c, 0x65, 0x6e, 0x67, 0x74, 0x68, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x61, + 0x78, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x18, 0x15, 0x20, 0x01, 0x28, + 0x03, 0x52, 0x0d, 0x6d, 0x61, 0x78, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, + 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x18, 0x16, 0x20, 0x01, 0x28, + 0x01, 0x52, 0x07, 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x69, + 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x17, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x6d, 0x69, + 0x6e, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x6d, 0x69, 0x6e, 0x4c, 0x65, 0x6e, + 0x67, 0x74, 0x68, 0x18, 0x18, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x6d, 0x69, 0x6e, 0x4c, 0x65, + 0x6e, 0x67, 0x74, 0x68, 0x12, 0x24, 0x0a, 0x0d, 0x6d, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x70, 0x65, + 0x72, 0x74, 0x69, 0x65, 0x73, 0x18, 0x19, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6d, 0x69, 0x6e, + 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x69, + 0x6e, 0x69, 0x6d, 0x75, 0x6d, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x01, 0x52, 0x07, 0x6d, 0x69, 0x6e, + 0x69, 0x6d, 0x75, 0x6d, 0x12, 0x1e, 0x0a, 0x0a, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, + 0x4f, 0x66, 0x18, 0x1b, 0x20, 0x01, 0x28, 0x01, 0x52, 0x0a, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x70, + 0x6c, 0x65, 0x4f, 0x66, 0x12, 0x5e, 0x0a, 0x03, 0x6e, 0x6f, 0x74, 0x18, 0x1c, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x52, + 0x03, 0x6e, 0x6f, 0x74, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x75, 0x6c, 0x6c, 0x61, 0x62, 0x6c, 0x65, + 0x18, 0x1d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x6e, 0x75, 0x6c, 0x6c, 0x61, 0x62, 0x6c, 0x65, + 0x12, 0x62, 0x0a, 0x05, 0x6f, 0x6e, 0x65, 0x4f, 0x66, 0x18, 0x1e, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, + 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x52, 0x05, 0x6f, + 0x6e, 0x65, 0x4f, 0x66, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x18, + 0x1f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x12, 0x91, + 0x01, 0x0a, 0x11, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, + 0x74, 0x69, 0x65, 0x73, 0x18, 0x20, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x63, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, + 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, + 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, + 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, + 0x11, 0x70, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, + 0x65, 0x73, 0x12, 0x7c, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, + 0x18, 0x21, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x5c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, + 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, + 0x72, 0x6f, 0x70, 0x73, 0x2e, 0x50, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x45, + 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0a, 0x70, 0x72, 0x6f, 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x18, 0x22, 0x20, 0x03, + 0x28, 0x09, 0x52, 0x08, 0x72, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, + 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x23, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, + 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x24, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x75, 0x6e, 0x69, 0x71, 0x75, 0x65, + 0x49, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x25, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x75, 0x6e, 0x69, + 0x71, 0x75, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x43, 0x0a, 0x1e, 0x78, 0x5f, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x65, 0x6d, 0x62, 0x65, 0x64, 0x64, 0x65, + 0x64, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x18, 0x26, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x1b, 0x78, 0x4b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x45, 0x6d, 0x62, + 0x65, 0x64, 0x64, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x3a, 0x0a, + 0x1a, 0x78, 0x5f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x69, 0x6e, + 0x74, 0x5f, 0x6f, 0x72, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x18, 0x27, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x16, 0x78, 0x4b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x49, 0x6e, + 0x74, 0x4f, 0x72, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x3a, 0x0a, 0x1a, 0x78, 0x5f, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x6d, + 0x61, 0x70, 0x5f, 0x6b, 0x65, 0x79, 0x73, 0x18, 0x28, 0x20, 0x03, 0x28, 0x09, 0x52, 0x16, 0x78, + 0x4b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x61, + 0x70, 0x4b, 0x65, 0x79, 0x73, 0x12, 0x33, 0x0a, 0x16, 0x78, 0x5f, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, + 0x29, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x78, 0x4b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x31, 0x0a, 0x15, 0x78, 0x5f, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x6d, 0x61, 0x70, 0x5f, 0x74, + 0x79, 0x70, 0x65, 0x18, 0x2a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x78, 0x4b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x4d, 0x61, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x4e, 0x0a, + 0x24, 0x78, 0x5f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x70, 0x72, + 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, 0x5f, 0x75, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x5f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x2b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x20, 0x78, 0x4b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x50, 0x72, 0x65, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x55, 0x6e, 0x6b, 0x6e, 0x6f, 0x77, 0x6e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, 0x85, 0x01, + 0x0a, 0x18, 0x78, 0x5f, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x5f, 0x76, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x2c, 0x20, 0x03, 0x28, 0x0b, + 0x32, 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x16, 0x78, + 0x4b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x1a, 0x8c, 0x01, 0x0a, 0x10, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x62, 0x0a, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4c, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x9a, 0x01, 0x0a, 0x11, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, + 0x6e, 0x63, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x6f, 0x0a, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x59, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x4f, 0x72, 0x53, 0x74, 0x72, 0x69, 0x6e, + 0x67, 0x41, 0x72, 0x72, 0x61, 0x79, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, + 0x01, 0x1a, 0x92, 0x01, 0x0a, 0x16, 0x50, 0x61, 0x74, 0x74, 0x65, 0x72, 0x6e, 0x50, 0x72, 0x6f, + 0x70, 0x65, 0x72, 0x74, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, + 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x62, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, + 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x52, 0x05, 0x76, 0x61, 0x6c, + 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x8b, 0x01, 0x0a, 0x0f, 0x50, 0x72, 0x6f, 0x70, 0x65, + 0x72, 0x74, 0x69, 0x65, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x62, 0x0a, 0x05, + 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4c, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, + 0x3a, 0x02, 0x38, 0x01, 0x22, 0x49, 0x0a, 0x47, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, + 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, + 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x4f, 0x72, 0x41, 0x72, 0x72, 0x61, 0x79, 0x22, + 0x48, 0x0a, 0x46, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, + 0x6f, 0x70, 0x73, 0x4f, 0x72, 0x42, 0x6f, 0x6f, 0x6c, 0x22, 0x4f, 0x0a, 0x4d, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x4a, 0x53, + 0x4f, 0x4e, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x50, 0x72, 0x6f, 0x70, 0x73, 0x4f, 0x72, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x41, 0x72, 0x72, 0x61, 0x79, 0x22, 0x9d, 0x01, 0x0a, 0x41, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, 0x22, 0x9d, 0x01, 0x0a, 0x3f, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x18, + 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x6d, 0x65, 0x73, 0x73, + 0x61, 0x67, 0x65, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x11, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x45, 0x78, 0x70, 0x72, + 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x72, 0x75, 0x6c, 0x65, 0x22, 0xdd, 0x01, 0x0a, 0x44, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x61, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63, 0x61, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, + 0x67, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x4d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x52, + 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x72, 0x6c, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x72, 0x6c, 0x22, 0xf6, 0x01, 0x0a, 0x42, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x74, 0x0a, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x50, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, + 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6c, 0x69, + 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x0c, 0x63, 0x6c, 0x69, 0x65, 0x6e, + 0x74, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x3a, 0x0a, 0x18, 0x63, 0x6f, 0x6e, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x18, 0x63, 0x6f, 0x6e, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x22, 0xc6, 0x03, 0x0a, 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x1e, + 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x6e, 0x0a, 0x10, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, + 0x72, 0x65, 0x64, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6f, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, + 0x76, 0x65, 0x72, 0x79, 0x52, 0x10, 0x70, 0x72, 0x65, 0x66, 0x65, 0x72, 0x72, 0x65, 0x64, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x83, 0x01, 0x0a, 0x1a, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, + 0x43, 0x49, 0x44, 0x52, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x43, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x41, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x49, 0x44, 0x52, + 0x52, 0x1a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, + 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x49, 0x44, 0x52, 0x73, 0x12, 0x5e, 0x0a, 0x08, + 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6f, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, + 0x72, 0x79, 0x52, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xac, 0x01, 0x0a, + 0x2a, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, + 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4a, 0x0a, 0x06, 0x67, + 0x72, 0x6f, 0x75, 0x70, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x52, + 0x06, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x22, 0xcd, 0x02, 0x0a, 0x29, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, + 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x61, 0x74, + 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x63, + 0x61, 0x74, 0x65, 0x67, 0x6f, 0x72, 0x69, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, + 0x75, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x68, 0x6f, 0x72, 0x74, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x68, 0x6f, + 0x72, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6e, 0x67, 0x75, + 0x6c, 0x61, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x73, + 0x69, 0x6e, 0x67, 0x75, 0x6c, 0x61, 0x72, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x73, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x73, + 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x48, 0x61, 0x73, 0x68, 0x12, 0x14, 0x0a, 0x05, 0x76, + 0x65, 0x72, 0x62, 0x73, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x76, 0x65, 0x72, 0x62, + 0x73, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0xdc, 0x01, 0x0a, 0x2d, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, + 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x0a, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x53, 0x0a, 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x52, + 0x09, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x22, 0x81, 0x02, 0x0a, 0x29, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x83, 0x01, 0x0a, + 0x1a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x79, + 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x49, 0x44, 0x52, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x43, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, + 0x6e, 0x74, 0x43, 0x49, 0x44, 0x52, 0x52, 0x1a, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x41, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x49, 0x44, + 0x52, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x04, + 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0xe7, + 0x01, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, + 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, + 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, + 0x73, 0x61, 0x67, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, + 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, + 0x52, 0x12, 0x6f, 0x62, 0x73, 0x65, 0x72, 0x76, 0x65, 0x64, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x22, 0xe2, 0x02, 0x0a, 0x2b, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, + 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x2e, 0x0a, 0x12, 0x67, 0x72, 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, 0x67, 0x72, + 0x61, 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, + 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x10, + 0x6f, 0x72, 0x70, 0x68, 0x61, 0x6e, 0x44, 0x65, 0x70, 0x65, 0x6e, 0x64, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x5d, 0x0a, 0x0d, 0x70, 0x72, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x72, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, + 0x52, 0x0d, 0x70, 0x72, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, + 0x2c, 0x0a, 0x11, 0x70, 0x72, 0x6f, 0x70, 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x70, + 0x61, 0x67, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x28, 0x0a, + 0x26, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x46, + 0x69, 0x65, 0x6c, 0x64, 0x73, 0x56, 0x31, 0x22, 0x76, 0x0a, 0x36, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6f, 0x72, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, + 0x79, 0x12, 0x22, 0x0a, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, + 0xc9, 0x02, 0x0a, 0x2b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x6e, 0x0a, 0x10, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x10, 0x6d, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, + 0x6a, 0x0a, 0x0b, 0x6d, 0x61, 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x02, + 0x20, 0x03, 0x28, 0x0b, 0x32, 0x48, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x2e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, + 0x6d, 0x61, 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x1a, 0x3e, 0x0a, 0x10, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, + 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, + 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0x7e, 0x0a, 0x36, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x75, 0x69, 0x72, + 0x65, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, + 0x74, 0x6f, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6f, 0x70, 0x65, 0x72, 0x61, + 0x74, 0x6f, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x18, 0x03, 0x20, + 0x03, 0x28, 0x09, 0x52, 0x06, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x73, 0x22, 0xba, 0x01, 0x0a, 0x26, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, + 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x49, + 0x74, 0x65, 0x6d, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x12, + 0x72, 0x65, 0x6d, 0x61, 0x69, 0x6e, 0x69, 0x6e, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x43, 0x6f, 0x75, + 0x6e, 0x74, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a, 0x08, + 0x73, 0x65, 0x6c, 0x66, 0x4c, 0x69, 0x6e, 0x6b, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x73, 0x65, 0x6c, 0x66, 0x4c, 0x69, 0x6e, 0x6b, 0x22, 0xb0, 0x02, 0x0a, 0x30, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x1e, 0x0a, + 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, + 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x54, 0x79, 0x70, 0x65, 0x12, 0x4e, 0x0a, + 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x56, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x46, 0x69, 0x65, 0x6c, 0x64, + 0x73, 0x56, 0x31, 0x52, 0x08, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x56, 0x31, 0x12, 0x18, 0x0a, + 0x07, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, + 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f, 0x70, 0x65, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x20, 0x0a, 0x0b, 0x73, 0x75, 0x62, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x73, 0x75, 0x62, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x69, 0x6d, 0x65, 0x22, 0xba, 0x07, 0x0a, 0x28, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x12, 0x67, 0x0a, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, + 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x45, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, + 0x65, 0x74, 0x61, 0x2e, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, + 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0b, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x73, 0x12, 0x2c, 0x0a, 0x11, 0x63, 0x72, 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, + 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x63, 0x72, + 0x65, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, + 0x3e, 0x0a, 0x1a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x72, 0x61, 0x63, 0x65, + 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x03, 0x52, 0x1a, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x47, 0x72, 0x61, + 0x63, 0x65, 0x50, 0x65, 0x72, 0x69, 0x6f, 0x64, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x2c, 0x0a, 0x11, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x73, + 0x74, 0x61, 0x6d, 0x70, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x64, 0x65, 0x6c, 0x65, + 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1e, 0x0a, + 0x0a, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x72, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, + 0x09, 0x52, 0x0a, 0x66, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x72, 0x73, 0x12, 0x22, 0x0a, + 0x0c, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x65, 0x4e, 0x61, 0x6d, + 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x58, 0x0a, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, + 0x0b, 0x32, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x2e, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, + 0x74, 0x72, 0x79, 0x52, 0x06, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x12, 0x62, 0x0a, 0x0d, 0x6d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x09, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, + 0x52, 0x0d, 0x6d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x64, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x62, 0x0a, 0x0f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, + 0x6e, 0x63, 0x65, 0x73, 0x18, 0x0c, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x66, 0x65, 0x72, + 0x65, 0x6e, 0x63, 0x65, 0x52, 0x0f, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x52, 0x65, 0x66, 0x65, 0x72, + 0x65, 0x6e, 0x63, 0x65, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x6c, 0x66, 0x4c, 0x69, 0x6e, 0x6b, 0x18, 0x0e, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x73, 0x65, 0x6c, 0x66, 0x4c, 0x69, 0x6e, 0x6b, 0x12, 0x10, 0x0a, 0x03, 0x75, + 0x69, 0x64, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x1a, 0x3e, 0x0a, + 0x10, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x45, 0x6e, 0x74, 0x72, + 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x39, 0x0a, + 0x0b, 0x4c, 0x61, 0x62, 0x65, 0x6c, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, + 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, + 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, + 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x22, 0xd8, 0x01, 0x0a, 0x2c, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4f, 0x77, 0x6e, 0x65, 0x72, + 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, + 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x4f, 0x77, 0x6e, 0x65, 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x12, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4f, 0x77, 0x6e, 0x65, + 0x72, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, + 0x75, 0x69, 0x64, 0x22, 0x25, 0x0a, 0x23, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x22, 0x69, 0x0a, 0x2b, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x72, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x03, 0x75, 0x69, 0x64, 0x22, 0x7f, 0x0a, 0x37, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x41, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x42, 0x79, 0x43, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x49, 0x44, 0x52, + 0x12, 0x1e, 0x0a, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x49, 0x44, 0x52, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x43, 0x49, 0x44, 0x52, + 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x41, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0xdb, 0x02, 0x0a, 0x24, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x63, + 0x6f, 0x64, 0x65, 0x12, 0x51, 0x0a, 0x07, 0x64, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x07, 0x64, + 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, + 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, + 0x73, 0x61, 0x67, 0x65, 0x12, 0x4e, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, + 0x64, 0x61, 0x74, 0x61, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0x73, 0x0a, 0x29, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x61, 0x75, 0x73, + 0x65, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x05, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, + 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x22, 0xfa, 0x01, 0x0a, 0x2b, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x4d, 0x0a, 0x06, 0x63, 0x61, 0x75, + 0x73, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x61, 0x75, 0x73, 0x65, + 0x52, 0x06, 0x63, 0x61, 0x75, 0x73, 0x65, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, + 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x12, + 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, + 0x6e, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x72, 0x65, 0x74, 0x72, 0x79, 0x41, + 0x66, 0x74, 0x65, 0x72, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x11, 0x72, 0x65, 0x74, 0x72, 0x79, 0x41, 0x66, 0x74, 0x65, 0x72, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x75, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x03, 0x75, 0x69, 0x64, 0x22, 0x8b, 0x01, 0x0a, 0x28, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x12, 0x4b, 0x0a, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x52, 0x61, 0x77, 0x45, + 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x74, 0x79, 0x70, 0x65, 0x22, 0x29, 0x0a, 0x27, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x52, 0x75, 0x6e, 0x74, + 0x69, 0x6d, 0x65, 0x52, 0x61, 0x77, 0x45, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x22, + 0xa3, 0x02, 0x0a, 0x1f, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, + 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x44, 0x61, 0x74, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x44, 0x61, 0x74, + 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x72, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x72, 0x12, 0x1c, 0x0a, + 0x09, 0x67, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x67, 0x69, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x69, 0x74, 0x12, 0x22, 0x0a, 0x0c, 0x67, + 0x69, 0x74, 0x54, 0x72, 0x65, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x67, 0x69, 0x74, 0x54, 0x72, 0x65, 0x65, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, + 0x1e, 0x0a, 0x0a, 0x67, 0x69, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x67, 0x69, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x1c, 0x0a, 0x09, 0x67, 0x6f, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x67, 0x6f, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, + 0x05, 0x6d, 0x61, 0x6a, 0x6f, 0x72, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6d, 0x61, + 0x6a, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x05, 0x6d, 0x69, 0x6e, 0x6f, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x6c, 0x61, + 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x6c, 0x61, + 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x22, 0xf9, 0x02, 0x0a, 0x35, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, + 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, + 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, + 0x69, 0x6e, 0x64, 0x12, 0x50, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x4f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x59, 0x0a, 0x04, 0x73, 0x70, 0x65, 0x63, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, + 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x70, 0x65, 0x63, 0x52, 0x04, 0x73, 0x70, 0x65, 0x63, + 0x12, 0x5f, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, + 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0xce, 0x01, 0x0a, 0x3e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, + 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x64, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, + 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x12, 0x6c, 0x61, 0x73, 0x74, 0x54, 0x72, 0x61, 0x6e, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x72, 0x65, 0x61, 0x73, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x12, + 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, + 0x70, 0x65, 0x22, 0x98, 0x02, 0x0a, 0x39, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, + 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, + 0x12, 0x1e, 0x0a, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x57, 0x0a, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, + 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x52, 0x05, 0x69, 0x74, 0x65, 0x6d, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, + 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x4e, 0x0a, + 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x4d, + 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0xfe, 0x02, + 0x0a, 0x39, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, + 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x70, 0x65, 0x63, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x61, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x08, 0x63, + 0x61, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x32, 0x0a, + 0x14, 0x67, 0x72, 0x6f, 0x75, 0x70, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4d, 0x69, + 0x6e, 0x69, 0x6d, 0x75, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x14, 0x67, 0x72, 0x6f, + 0x75, 0x70, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4d, 0x69, 0x6e, 0x69, 0x6d, 0x75, + 0x6d, 0x12, 0x34, 0x0a, 0x15, 0x69, 0x6e, 0x73, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x6b, 0x69, + 0x70, 0x54, 0x4c, 0x53, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x15, 0x69, 0x6e, 0x73, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x6b, 0x69, 0x70, 0x54, 0x4c, + 0x53, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x12, 0x61, 0x0a, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, + 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, + 0x65, 0x52, 0x07, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x76, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x28, 0x0a, 0x0f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x50, + 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0f, 0x76, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 0xa9, + 0x01, 0x0a, 0x3b, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, + 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, + 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x6a, + 0x0a, 0x0a, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, + 0x28, 0x0b, 0x32, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, + 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x43, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, + 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x83, 0x01, 0x0a, 0x3b, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, + 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x52, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x70, 0x6f, 0x72, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x6f, 0x72, 0x74, + 0x22, 0xd2, 0x03, 0x0a, 0x3e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd4, 0x03, 0x0a, 0x40, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, + 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdc, 0x03, 0x0a, + 0x48, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, + 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd5, 0x03, 0x0a, 0x41, + 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xc6, 0x03, 0x0a, 0x32, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x69, 0x65, + 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, + 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xba, 0x03, 0x0a, + 0x26, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc7, 0x03, 0x0a, 0x33, 0x4c, 0x69, + 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, + 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xbe, 0x03, 0x0a, 0x2a, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, + 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xbf, 0x03, 0x0a, 0x2b, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdf, 0x03, 0x0a, 0x2d, 0x4c, 0x69, 0x73, 0x74, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd6, 0x03, 0x0a, 0x24, 0x4c, 0x69, 0x73, + 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xd7, 0x03, 0x0a, 0x25, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, + 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd7, 0x03, 0x0a, 0x25, + 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd8, 0x03, 0x0a, 0x26, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xbf, 0x03, 0x0a, 0x2b, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xc0, 0x03, 0x0a, 0x2c, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, + 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd3, 0x03, 0x0a, 0x3f, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, + 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x72, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xeb, 0x03, 0x0a, 0x39, + 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, + 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd3, 0x03, 0x0a, 0x3f, 0x4c, 0x69, + 0x73, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, + 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xeb, 0x03, 0x0a, 0x39, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, + 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbd, 0x03, + 0x0a, 0x29, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, + 0x6e, 0x4a, 0x6f, 0x62, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb9, 0x03, + 0x0a, 0x25, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd5, 0x03, 0x0a, 0x23, 0x4c, 0x69, + 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xd1, 0x03, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc6, 0x03, 0x0a, 0x32, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x65, + 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc5, + 0x03, 0x0a, 0x31, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc2, 0x03, 0x0a, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, + 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, + 0x73, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xda, 0x03, 0x0a, 0x28, + 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb4, 0x03, 0x0a, 0x20, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xbe, 0x03, 0x0a, 0x2a, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xbe, 0x03, 0x0a, 0x2a, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, + 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xba, 0x03, 0x0a, 0x26, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbf, + 0x03, 0x0a, 0x2b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, + 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xae, 0x03, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xd6, 0x03, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd6, 0x03, 0x0a, 0x24, 0x4c, + 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xd2, 0x03, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd7, 0x03, 0x0a, 0x25, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xe2, 0x03, 0x0a, 0x30, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, + 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd0, 0x03, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd8, 0x03, 0x0a, 0x26, 0x4c, + 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe2, 0x03, 0x0a, 0x30, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xda, 0x03, 0x0a, 0x28, 0x4c, + 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd3, 0x03, 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdb, 0x03, + 0x0a, 0x29, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd4, 0x03, 0x0a, 0x22, + 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xa9, 0x03, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xca, + 0x03, 0x0a, 0x36, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb5, 0x03, 0x0a, 0x21, + 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, + 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xb8, 0x03, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc0, + 0x03, 0x0a, 0x2c, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, + 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xca, 0x03, 0x0a, 0x36, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc2, + 0x03, 0x0a, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xbb, 0x03, 0x0a, 0x27, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xc3, 0x03, 0x0a, 0x2f, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbc, 0x03, 0x0a, 0x28, 0x4c, 0x69, 0x73, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc7, 0x03, 0x0a, 0x33, 0x4c, 0x69, 0x73, 0x74, 0x44, + 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, + 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xdf, 0x03, 0x0a, 0x2d, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, + 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, + 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xbc, 0x03, 0x0a, 0x28, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xd4, 0x03, 0x0a, 0x22, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc4, 0x03, 0x0a, 0x30, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, + 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xd4, 0x03, 0x0a, 0x40, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc4, 0x03, 0x0a, 0x30, 0x4c, 0x69, 0x73, 0x74, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd4, 0x03, + 0x0a, 0x40, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xc6, 0x03, 0x0a, 0x32, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb7, 0x03, + 0x0a, 0x23, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc2, 0x03, 0x0a, 0x2e, 0x4c, 0x69, 0x73, 0x74, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xda, 0x03, 0x0a, + 0x28, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe0, 0x03, 0x0a, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc8, 0x03, 0x0a, + 0x34, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbc, 0x03, 0x0a, 0x28, 0x4c, 0x69, 0x73, 0x74, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xba, 0x03, 0x0a, 0x26, 0x4c, 0x69, 0x73, 0x74, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xb1, 0x03, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe2, 0x03, 0x0a, 0x30, 0x4c, 0x69, 0x73, 0x74, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xca, 0x03, 0x0a, + 0x36, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, + 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc4, 0x03, 0x0a, 0x30, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, + 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xbd, 0x03, 0x0a, 0x29, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xe5, 0x03, 0x0a, 0x33, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xde, 0x03, 0x0a, 0x2c, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, + 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcd, 0x03, 0x0a, 0x39, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc6, 0x03, 0x0a, 0x32, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xeb, 0x03, 0x0a, 0x39, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, + 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xe4, 0x03, 0x0a, 0x32, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xec, 0x03, 0x0a, 0x3a, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd3, 0x03, 0x0a, 0x3f, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, + 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, + 0x65, 0x78, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcc, 0x03, 0x0a, + 0x38, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd4, 0x03, 0x0a, 0x40, + 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xbc, 0x03, 0x0a, 0x28, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xb8, 0x03, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb1, 0x03, 0x0a, + 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, + 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xaf, 0x03, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xca, 0x03, 0x0a, 0x36, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, + 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xe2, 0x03, 0x0a, 0x30, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xb4, 0x03, 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb8, 0x03, 0x0a, 0x24, + 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0x31, 0x0a, 0x15, 0x4c, 0x6f, 0x67, 0x46, 0x69, 0x6c, + 0x65, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x18, 0x0a, 0x07, 0x6c, 0x6f, 0x67, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x07, 0x6c, 0x6f, 0x67, 0x70, 0x61, 0x74, 0x68, 0x22, 0xae, 0x02, 0x0a, 0x3f, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb0, 0x02, 0x0a, 0x41, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb8, 0x02, + 0x0a, 0x49, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, + 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb1, 0x02, 0x0a, 0x42, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb7, 0x02, 0x0a, + 0x48, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa2, 0x02, 0x0a, 0x33, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, + 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, + 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa8, 0x02, 0x0a, 0x39, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x96, 0x02, 0x0a, 0x27, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x9c, 0x02, 0x0a, 0x2d, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xbb, + 0x02, 0x0a, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, + 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb2, 0x02, 0x0a, + 0x25, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0xb8, 0x02, 0x0a, 0x2b, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, + 0x6e, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb3, 0x02, 0x0a, + 0x26, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0xb8, 0x02, 0x0a, 0x2b, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, + 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb9, 0x02, + 0x0a, 0x2c, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb3, 0x02, 0x0a, 0x26, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xb8, 0x02, 0x0a, 0x2b, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb9, 0x02, 0x0a, 0x2c, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb4, 0x02, 0x0a, 0x27, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb9, 0x02, + 0x0a, 0x2c, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, + 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xba, 0x02, 0x0a, 0x2d, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xc7, 0x02, 0x0a, 0x3a, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, + 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xcd, 0x02, 0x0a, 0x40, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xc7, 0x02, 0x0a, 0x3a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xcd, 0x02, 0x0a, 0x40, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, + 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb1, 0x02, 0x0a, 0x24, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, + 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb7, + 0x02, 0x0a, 0x2a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xad, 0x02, 0x0a, 0x20, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb3, 0x02, 0x0a, 0x26, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, + 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xaa, + 0x02, 0x0a, 0x3b, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, + 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa2, 0x02, 0x0a, 0x33, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, + 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, + 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xa8, 0x02, 0x0a, 0x39, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa1, 0x02, 0x0a, 0x32, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xb6, 0x02, 0x0a, 0x29, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8a, 0x02, 0x0a, 0x1b, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x90, 0x02, 0x0a, 0x21, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb2, 0x02, 0x0a, 0x25, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb2, 0x02, + 0x0a, 0x25, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0xae, 0x02, 0x0a, 0x21, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xb3, 0x02, 0x0a, 0x26, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, + 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xbe, 0x02, 0x0a, 0x31, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xc4, 0x02, 0x0a, 0x37, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0xbf, 0x02, 0x0a, 0x32, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x70, + 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xac, 0x02, 0x0a, 0x1f, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0xb2, 0x02, 0x0a, 0x25, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb4, 0x02, 0x0a, 0x27, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, + 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xbe, + 0x02, 0x0a, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xc3, 0x02, 0x0a, 0x36, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x63, + 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xc4, 0x02, 0x0a, 0x37, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb6, 0x02, 0x0a, + 0x29, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, + 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xbc, 0x02, 0x0a, 0x2f, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xaf, 0x02, 0x0a, 0x22, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb7, 0x02, 0x0a, 0x2a, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xb0, 0x02, 0x0a, 0x23, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xb6, 0x02, 0x0a, 0x29, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x85, 0x02, 0x0a, + 0x16, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x8b, 0x02, 0x0a, 0x1c, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x91, 0x02, 0x0a, 0x22, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x97, 0x02, 0x0a, 0x28, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, + 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xbb, 0x02, 0x0a, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, + 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, + 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, + 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb0, + 0x02, 0x0a, 0x23, 0x50, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0xa0, 0x02, 0x0a, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xa6, 0x02, 0x0a, 0x37, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, + 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb0, 0x02, + 0x0a, 0x41, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, + 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xb6, 0x02, 0x0a, 0x47, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa0, 0x02, 0x0a, 0x31, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa6, 0x02, 0x0a, + 0x37, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb0, 0x02, 0x0a, 0x41, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb6, 0x02, 0x0a, 0x47, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0xa2, 0x02, 0x0a, 0x33, 0x50, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa8, 0x02, 0x0a, 0x39, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x93, 0x02, 0x0a, 0x24, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb6, 0x02, 0x0a, 0x29, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xbc, 0x02, 0x0a, 0x2f, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xbc, 0x02, 0x0a, 0x2f, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, + 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x98, + 0x02, 0x0a, 0x29, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, + 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x96, 0x02, 0x0a, 0x27, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x8d, 0x02, 0x0a, 0x1e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, + 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0xbe, 0x02, 0x0a, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xc4, 0x02, 0x0a, 0x37, 0x50, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, + 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa0, 0x02, 0x0a, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, + 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x99, 0x02, + 0x0a, 0x2a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, + 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xc1, 0x02, 0x0a, 0x34, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xba, 0x02, + 0x0a, 0x2d, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xc7, 0x02, 0x0a, 0x3a, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, + 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xcd, 0x02, 0x0a, 0x40, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xc0, 0x02, 0x0a, 0x33, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xc6, 0x02, 0x0a, 0x39, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xc8, 0x02, 0x0a, 0x3b, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x98, 0x02, 0x0a, 0x29, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x94, 0x02, 0x0a, 0x25, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8d, 0x02, + 0x0a, 0x1e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, + 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, + 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8b, 0x02, + 0x0a, 0x1c, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xbe, 0x02, 0x0a, 0x31, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, + 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, + 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x90, 0x02, 0x0a, + 0x21, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, + 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, + 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x94, 0x02, 0x0a, 0x25, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, + 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9a, 0x02, 0x0a, 0x2b, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, + 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x14, 0x0a, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x66, 0x6f, 0x72, 0x63, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x6c, 0x0a, 0x3e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x6e, 0x0a, 0x40, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x76, 0x0a, 0x48, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, + 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x6f, 0x0a, 0x41, 0x52, 0x65, 0x61, + 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x75, 0x0a, 0x47, 0x52, 0x65, + 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x60, 0x0a, 0x32, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, + 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x66, 0x0a, 0x38, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x54, 0x0a, 0x26, 0x52, + 0x65, 0x61, 0x64, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x5a, 0x0a, 0x2c, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x79, 0x0a, + 0x2d, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, + 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x70, 0x0a, 0x24, 0x52, 0x65, 0x61, 0x64, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x76, 0x0a, 0x2a, 0x52, 0x65, + 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x71, 0x0a, 0x25, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, + 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x76, 0x0a, 0x2a, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, + 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x77, 0x0a, + 0x2b, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x71, 0x0a, 0x25, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x76, 0x0a, 0x2a, 0x52, 0x65, 0x61, + 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x77, 0x0a, 0x2b, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x72, 0x0a, 0x26, 0x52, 0x65, + 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x77, + 0x0a, 0x2b, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, + 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x78, 0x0a, 0x2c, 0x52, 0x65, 0x61, 0x64, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x85, 0x01, 0x0a, 0x39, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8b, 0x01, 0x0a, 0x3f, 0x52, 0x65, + 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, + 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x85, 0x01, 0x0a, 0x39, 0x52, 0x65, 0x61, 0x64, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, + 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x8b, 0x01, 0x0a, 0x3f, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, + 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x6f, 0x0a, + 0x23, 0x52, 0x65, 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x75, + 0x0a, 0x29, 0x52, 0x65, 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x6b, 0x0a, 0x1f, 0x52, 0x65, 0x61, 0x64, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, + 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x71, 0x0a, 0x25, 0x52, 0x65, 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x68, 0x0a, 0x3a, 0x52, 0x65, 0x61, 0x64, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x60, 0x0a, 0x32, 0x52, 0x65, 0x61, 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x66, 0x0a, 0x38, 0x52, 0x65, 0x61, 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x5f, 0x0a, 0x31, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, + 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x74, 0x0a, 0x28, 0x52, 0x65, + 0x61, 0x64, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x4e, 0x0a, 0x20, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x48, 0x0a, 0x1a, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x4e, 0x0a, 0x20, 0x52, 0x65, + 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x70, 0x0a, 0x24, 0x52, 0x65, + 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x70, 0x0a, 0x24, + 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x6c, + 0x0a, 0x20, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x71, 0x0a, 0x25, + 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x7c, 0x0a, 0x30, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x82, 0x01, + 0x0a, 0x36, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x7d, 0x0a, 0x31, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x70, 0x68, + 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x85, 0x03, 0x0a, 0x21, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x4c, 0x6f, 0x67, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6f, 0x6e, 0x74, 0x61, + 0x69, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6f, 0x6e, 0x74, + 0x61, 0x69, 0x6e, 0x65, 0x72, 0x12, 0x16, 0x0a, 0x06, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x42, 0x0a, + 0x1c, 0x69, 0x6e, 0x73, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x6b, 0x69, 0x70, 0x54, 0x4c, 0x53, + 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x1c, 0x69, 0x6e, 0x73, 0x65, 0x63, 0x75, 0x72, 0x65, 0x53, 0x6b, 0x69, + 0x70, 0x54, 0x4c, 0x53, 0x56, 0x65, 0x72, 0x69, 0x66, 0x79, 0x42, 0x61, 0x63, 0x6b, 0x65, 0x6e, + 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x42, 0x79, 0x74, 0x65, + 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x70, + 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x70, + 0x72, 0x65, 0x76, 0x69, 0x6f, 0x75, 0x73, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x69, 0x6e, 0x63, 0x65, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x73, + 0x69, 0x6e, 0x63, 0x65, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x74, + 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, + 0x74, 0x61, 0x69, 0x6c, 0x4c, 0x69, 0x6e, 0x65, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x74, 0x69, 0x6d, + 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x74, + 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x73, 0x22, 0x6a, 0x0a, 0x1e, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x70, 0x0a, 0x24, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x72, 0x0a, 0x26, 0x52, 0x65, 0x61, 0x64, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x7c, 0x0a, 0x30, 0x52, + 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x81, 0x01, 0x0a, 0x35, 0x52, 0x65, + 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x82, 0x01, + 0x0a, 0x36, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x74, 0x0a, 0x28, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x7a, 0x0a, 0x2e, 0x52, 0x65, 0x61, 0x64, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x6d, 0x0a, 0x21, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x75, 0x0a, 0x29, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x6e, 0x0a, 0x22, 0x52, 0x65, + 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x74, 0x0a, 0x28, 0x52, 0x65, + 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x43, 0x0a, 0x15, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, + 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x49, 0x0a, 0x1b, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x4f, 0x0a, 0x21, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, + 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x55, 0x0a, 0x27, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x79, 0x0a, 0x2d, 0x52, 0x65, 0x61, 0x64, + 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, + 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x6e, 0x0a, 0x22, 0x52, 0x65, 0x61, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x5e, 0x0a, 0x30, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x64, 0x0a, 0x36, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x6e, 0x0a, 0x40, 0x52, 0x65, 0x61, + 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x74, 0x0a, 0x46, 0x52, 0x65, 0x61, + 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x5e, 0x0a, 0x30, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x64, 0x0a, 0x36, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x6e, 0x0a, 0x40, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, + 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x74, 0x0a, 0x46, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, + 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x60, 0x0a, 0x32, 0x52, + 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x66, 0x0a, + 0x38, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x51, 0x0a, 0x23, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x74, 0x0a, 0x28, 0x52, 0x65, 0x61, 0x64, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x7a, + 0x0a, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x7a, 0x0a, 0x2e, 0x52, 0x65, + 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x56, 0x0a, 0x28, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x54, + 0x0a, 0x26, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x4b, 0x0a, 0x1d, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, + 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x7c, 0x0a, 0x30, 0x52, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, + 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x82, 0x01, 0x0a, 0x36, 0x52, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, + 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x5e, 0x0a, 0x30, 0x52, 0x65, 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x57, 0x0a, 0x29, 0x52, 0x65, 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x7f, 0x0a, + 0x33, 0x52, 0x65, 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x78, + 0x0a, 0x2c, 0x52, 0x65, 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x85, 0x01, 0x0a, 0x39, 0x52, 0x65, 0x61, + 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x8b, 0x01, 0x0a, 0x3f, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, + 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x7e, + 0x0a, 0x32, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x84, + 0x01, 0x0a, 0x38, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x86, 0x01, 0x0a, 0x3a, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x56, + 0x0a, 0x28, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x52, 0x0a, 0x24, 0x52, 0x65, 0x61, 0x64, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x4b, 0x0a, 0x1d, 0x52, 0x65, + 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, + 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x49, 0x0a, 0x1b, 0x52, 0x65, 0x61, 0x64, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x7c, 0x0a, 0x30, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x4e, 0x0a, 0x20, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x52, 0x0a, 0x24, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x58, 0x0a, 0x2a, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, + 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb2, + 0x02, 0x0a, 0x41, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x5b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, + 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xb6, 0x02, 0x0a, 0x43, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5d, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x49, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xc6, 0x02, 0x0a, + 0x4b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x65, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x51, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb8, 0x02, 0x0a, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5e, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4a, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xbe, 0x02, 0x0a, 0x4a, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x5e, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x4a, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0xb4, 0x02, 0x0a, 0x35, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, + 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x69, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, + 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, + 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xba, 0x02, 0x0a, 0x3b, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x69, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, + 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x94, 0x02, 0x0a, 0x29, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x55, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, + 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9a, 0x02, 0x0a, + 0x2f, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x55, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x41, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa4, 0x02, 0x0a, 0x30, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, + 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, + 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x92, 0x02, 0x0a, 0x27, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, + 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x98, 0x02, 0x0a, 0x2d, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x94, 0x02, 0x0a, 0x28, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, + 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9b, 0x02, 0x0a, 0x2d, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x63, 0x61, + 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9a, 0x02, 0x0a, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x94, 0x02, 0x0a, 0x28, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x38, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x53, 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9b, 0x02, 0x0a, 0x2d, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, + 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, + 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9a, 0x02, 0x0a, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x96, 0x02, 0x0a, 0x29, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x39, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9c, 0x02, + 0x0a, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, + 0x6c, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x3a, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9c, 0x02, 0x0a, + 0x2f, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, + 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x39, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, + 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xbc, 0x02, 0x0a, 0x3c, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, + 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4c, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xc2, 0x02, 0x0a, 0x42, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x4c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xbc, 0x02, 0x0a, 0x3c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x4c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xc2, + 0x02, 0x0a, 0x42, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x90, 0x02, 0x0a, 0x26, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x42, + 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x36, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x96, 0x02, 0x0a, 0x2c, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x36, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x88, 0x02, 0x0a, 0x22, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, + 0x31, 0x4a, 0x6f, 0x62, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8e, 0x02, 0x0a, 0x28, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa2, 0x02, 0x0a, 0x3d, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x70, + 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x9a, 0x02, 0x0a, 0x35, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, + 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa0, 0x02, + 0x0a, 0x3b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x98, 0x02, 0x0a, 0x34, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, + 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4e, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, + 0x64, 0x6c, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9a, 0x02, 0x0a, 0x2b, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, + 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, + 0x73, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf2, 0x01, 0x0a, 0x25, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x37, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xea, 0x01, + 0x0a, 0x1d, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x37, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf0, 0x01, 0x0a, 0x23, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x37, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x92, 0x02, + 0x0a, 0x27, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, + 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0x92, 0x02, 0x0a, 0x27, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, + 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x37, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8a, 0x02, 0x0a, 0x23, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x33, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0x94, 0x02, 0x0a, 0x28, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x38, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, + 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xaa, 0x02, 0x0a, 0x33, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb0, 0x02, 0x0a, 0x39, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x99, 0x02, 0x0a, 0x34, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x70, 0x68, 0x65, 0x6d, 0x65, + 0x72, 0x61, 0x6c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x86, 0x02, 0x0a, 0x21, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x8c, 0x02, 0x0a, 0x27, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x96, 0x02, 0x0a, 0x29, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, + 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xaa, 0x02, 0x0a, 0x33, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa6, 0x02, 0x0a, 0x38, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb0, + 0x02, 0x0a, 0x39, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x9a, 0x02, 0x0a, 0x2b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa0, + 0x02, 0x0a, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x22, 0x8c, 0x02, 0x0a, 0x24, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x34, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x9c, 0x02, 0x0a, 0x2c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x3c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x8e, 0x02, 0x0a, 0x25, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x35, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x94, 0x02, 0x0a, 0x2b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x35, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xe0, 0x01, 0x0a, 0x18, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, + 0x64, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xe6, 0x01, 0x0a, 0x1e, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0xf8, 0x01, 0x0a, 0x24, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xfe, + 0x01, 0x0a, 0x2a, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xa4, 0x02, 0x0a, 0x30, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, + 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, + 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8e, 0x02, 0x0a, 0x25, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x35, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x8d, 0x02, 0x0a, 0x33, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x44, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x93, 0x02, 0x0a, 0x39, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x44, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, + 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xad, 0x02, + 0x0a, 0x43, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, + 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb3, 0x02, + 0x0a, 0x49, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, + 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x8d, 0x02, 0x0a, 0x33, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x44, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x22, 0x93, 0x02, 0x0a, 0x39, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x44, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, + 0x61, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xad, 0x02, 0x0a, 0x43, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, + 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x54, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, + 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb3, 0x02, 0x0a, 0x49, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, + 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x54, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0x9a, 0x02, 0x0a, 0x35, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, 0x0a, 0x04, 0x62, 0x6f, 0x64, + 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa0, 0x02, 0x0a, + 0x3b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4f, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x3b, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, + 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xfc, 0x01, 0x0a, 0x26, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x9a, + 0x02, 0x0a, 0x2b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, + 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa0, 0x02, 0x0a, 0x31, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x3b, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xa6, + 0x02, 0x0a, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x86, 0x02, 0x0a, 0x2b, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x43, 0x49, 0x44, 0x52, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x82, 0x02, 0x0a, 0x29, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, + 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x43, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x49, 0x50, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, + 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf0, 0x01, 0x0a, 0x20, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, + 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xaa, 0x02, 0x0a, 0x33, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, + 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb0, 0x02, 0x0a, 0x39, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x0b, 0x32, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, + 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, + 0x65, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x89, 0x02, 0x0a, 0x33, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, + 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x40, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, + 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x04, 0x62, 0x6f, + 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, + 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xfb, 0x01, 0x0a, 0x2c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x22, 0xa3, 0x02, 0x0a, 0x36, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x62, + 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, + 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x39, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x25, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, + 0x6e, 0x67, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x95, 0x02, 0x0a, 0x2f, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, + 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0xbc, 0x02, 0x0a, 0x3c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x4c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, + 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, + 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xc2, 0x02, 0x0a, 0x42, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, + 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4c, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x0b, 0x32, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, + 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x22, 0xae, 0x02, 0x0a, 0x35, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xb4, 0x02, 0x0a, 0x3b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, + 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xbe, 0x02, 0x0a, + 0x3d, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, + 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4d, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, + 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0x86, 0x02, + 0x0a, 0x2b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x45, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xfe, 0x01, 0x0a, 0x27, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf0, 0x01, 0x0a, 0x20, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, + 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3a, 0x0a, 0x04, + 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, + 0x65, 0x72, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, + 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, + 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xec, 0x01, 0x0a, 0x1e, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, + 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x38, 0x0a, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, + 0x65, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, + 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, + 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, + 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xaa, 0x02, 0x0a, 0x33, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x43, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, + 0x49, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, + 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, + 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, + 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xf6, 0x01, 0x0a, 0x23, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3d, + 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, + 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, + 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, + 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, + 0xfe, 0x01, 0x0a, 0x27, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, + 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x62, + 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, + 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, + 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, + 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x22, 0x84, 0x02, 0x0a, 0x2d, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, + 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x41, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, + 0x04, 0x62, 0x6f, 0x64, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x72, 0x79, 0x52, 0x75, 0x6e, 0x12, 0x22, 0x0a, + 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, + 0x72, 0x12, 0x28, 0x0a, 0x0f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x22, 0xd7, 0x03, 0x0a, 0x43, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xe7, 0x03, 0x0a, 0x3f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd9, 0x03, 0x0a, 0x45, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe9, 0x03, 0x0a, 0x41, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xe1, 0x03, 0x0a, 0x4d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xf1, 0x03, 0x0a, 0x49, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xda, 0x03, 0x0a, 0x46, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xea, 0x03, 0x0a, 0x42, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcb, 0x03, 0x0a, 0x37, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, + 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, + 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xdb, 0x03, 0x0a, 0x33, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, + 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xbf, 0x03, 0x0a, 0x2b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xcf, 0x03, 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, + 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcc, 0x03, 0x0a, 0x38, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, + 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, + 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xc3, 0x03, 0x0a, 0x2f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc4, 0x03, 0x0a, 0x30, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, + 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xe4, 0x03, 0x0a, 0x32, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xf4, 0x03, 0x0a, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xdb, 0x03, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, + 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xeb, 0x03, + 0x0a, 0x25, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdc, 0x03, 0x0a, 0x2a, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x4c, + 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xec, 0x03, 0x0a, 0x26, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdc, 0x03, 0x0a, 0x2a, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xec, 0x03, 0x0a, 0x26, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdd, 0x03, 0x0a, 0x2b, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xed, 0x03, 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc4, 0x03, 0x0a, 0x30, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, + 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc5, + 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd8, 0x03, 0x0a, 0x44, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xf0, 0x03, 0x0a, 0x3e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0x80, 0x04, 0x0a, 0x3a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, + 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd8, 0x03, 0x0a, 0x44, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, + 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xf0, 0x03, 0x0a, 0x3e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0x80, 0x04, 0x0a, 0x3a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc2, 0x03, 0x0a, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbe, 0x03, + 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, + 0x62, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xda, + 0x03, 0x0a, 0x28, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, + 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xea, 0x03, 0x0a, 0x24, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd6, 0x03, 0x0a, 0x24, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xe6, 0x03, 0x0a, 0x20, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcb, 0x03, 0x0a, 0x37, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, + 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, + 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdb, 0x03, 0x0a, 0x33, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, + 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, + 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xca, 0x03, 0x0a, 0x36, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, + 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xda, 0x03, 0x0a, 0x32, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, + 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xc7, 0x03, 0x0a, 0x33, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, + 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdf, 0x03, 0x0a, 0x2d, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, + 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xef, 0x03, 0x0a, + 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, + 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc3, + 0x03, 0x0a, 0x2f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, + 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xc3, 0x03, 0x0a, 0x2f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbf, 0x03, 0x0a, 0x2b, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, + 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc4, 0x03, 0x0a, + 0x30, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, + 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xb3, 0x03, 0x0a, 0x1f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc3, 0x03, 0x0a, 0x1b, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xdb, 0x03, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, + 0x61, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xeb, 0x03, + 0x0a, 0x25, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdb, 0x03, 0x0a, 0x29, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xeb, 0x03, 0x0a, 0x25, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd7, 0x03, 0x0a, 0x25, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xe7, 0x03, 0x0a, 0x21, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdc, 0x03, 0x0a, 0x2a, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x4c, + 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xec, 0x03, 0x0a, 0x26, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe7, 0x03, 0x0a, 0x35, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xf7, 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd5, 0x03, + 0x0a, 0x23, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe5, 0x03, 0x0a, 0x1f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdd, 0x03, + 0x0a, 0x2b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xed, 0x03, + 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe7, 0x03, + 0x0a, 0x35, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xf7, 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xdf, 0x03, 0x0a, 0x2d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xef, 0x03, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, + 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd8, 0x03, 0x0a, 0x26, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, + 0x65, 0x63, 0x72, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xe8, 0x03, 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe0, 0x03, 0x0a, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xf0, + 0x03, 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, + 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xd9, 0x03, 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe9, 0x03, + 0x0a, 0x23, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xae, 0x03, 0x0a, 0x1a, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbe, 0x03, 0x0a, 0x16, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcf, 0x03, 0x0a, 0x3b, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, + 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xba, 0x03, + 0x0a, 0x26, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xca, 0x03, 0x0a, 0x22, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, + 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbd, 0x03, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, + 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc5, 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xcf, 0x03, 0x0a, 0x3b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xc7, 0x03, 0x0a, 0x33, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, + 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, + 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc0, 0x03, 0x0a, 0x2c, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc8, + 0x03, 0x0a, 0x34, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, + 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc1, 0x03, 0x0a, 0x2d, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcc, 0x03, + 0x0a, 0x38, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, + 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x4c, + 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe4, 0x03, 0x0a, + 0x32, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, + 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xf4, 0x03, 0x0a, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc1, 0x03, 0x0a, 0x2d, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd9, + 0x03, 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, + 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe9, 0x03, 0x0a, 0x23, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc9, 0x03, 0x0a, 0x35, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, + 0x63, 0x68, 0x65, 0x6d, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xd9, 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, + 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd9, + 0x03, 0x0a, 0x45, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe9, 0x03, 0x0a, 0x41, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, + 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc9, 0x03, 0x0a, 0x35, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, + 0x63, 0x68, 0x65, 0x6d, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xd9, 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, + 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd9, + 0x03, 0x0a, 0x45, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe9, 0x03, 0x0a, 0x41, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, + 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcb, 0x03, 0x0a, 0x37, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xdb, 0x03, 0x0a, 0x33, 0x57, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, + 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xbc, 0x03, 0x0a, 0x28, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xcc, 0x03, 0x0a, 0x24, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xc7, 0x03, 0x0a, 0x33, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xdf, 0x03, 0x0a, 0x2d, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xef, 0x03, 0x0a, + 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe5, + 0x03, 0x0a, 0x33, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xf5, 0x03, 0x0a, 0x2f, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcd, + 0x03, 0x0a, 0x39, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc1, + 0x03, 0x0a, 0x2d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, + 0x72, 0x43, 0x69, 0x64, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xd1, 0x03, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbf, 0x03, 0x0a, 0x2b, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcf, 0x03, 0x0a, 0x27, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb6, 0x03, 0x0a, 0x22, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, + 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xc6, 0x03, 0x0a, 0x1e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, + 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe7, 0x03, 0x0a, + 0x35, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, + 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xf7, 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0xcf, 0x03, 0x0a, 0x3b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x75, 0x64, 0x67, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xc9, 0x03, 0x0a, 0x35, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd9, + 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc2, 0x03, 0x0a, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, + 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xd2, 0x03, 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xea, 0x03, 0x0a, 0x38, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, + 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, + 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, + 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, + 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, + 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, + 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x22, 0xfa, 0x03, 0x0a, 0x34, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, + 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, + 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, + 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, + 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe3, + 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xf3, 0x03, 0x0a, 0x2d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, + 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, + 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd2, 0x03, 0x0a, 0x3e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, + 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xcb, 0x03, 0x0a, 0x37, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, + 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, + 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, + 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, + 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xf0, 0x03, + 0x0a, 0x3e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, + 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, + 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, + 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, + 0x22, 0x80, 0x04, 0x0a, 0x3a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, + 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xe9, 0x03, 0x0a, 0x37, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xf9, 0x03, 0x0a, 0x33, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, + 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, + 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, + 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, + 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, + 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, + 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, + 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, + 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xf1, 0x03, 0x0a, 0x3f, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, + 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0x81, 0x04, 0x0a, 0x3b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, + 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, + 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, + 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, + 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, + 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, + 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, + 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, + 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, + 0x74, 0x63, 0x68, 0x22, 0xd8, 0x03, 0x0a, 0x44, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, + 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xd1, + 0x03, 0x0a, 0x3d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xd9, 0x03, 0x0a, 0x45, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, + 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, + 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, + 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, + 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, + 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, + 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, + 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, + 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, + 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, + 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, + 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc1, + 0x03, 0x0a, 0x2d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xd1, 0x03, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xbd, 0x03, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, + 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, + 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, + 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, + 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, + 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcd, 0x03, 0x0a, 0x25, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb6, 0x03, 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, + 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xc6, 0x03, 0x0a, 0x1e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb4, 0x03, 0x0a, 0x20, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, + 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, + 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, + 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, + 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, + 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, + 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, + 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, + 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, + 0xc4, 0x03, 0x0a, 0x1c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, + 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, + 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, + 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, + 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, + 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, + 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, + 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, + 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, + 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, + 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, + 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, + 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, + 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, + 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, + 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, + 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xcf, 0x03, 0x0a, 0x3b, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xe7, 0x03, 0x0a, 0x35, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, + 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, + 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, + 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, + 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, + 0x63, 0x68, 0x22, 0xf7, 0x03, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, + 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, + 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, + 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, + 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, + 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, + 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, + 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1c, 0x0a, 0x09, + 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x09, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, + 0x65, 0x74, 0x74, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, + 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, + 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, + 0x61, 0x74, 0x63, 0x68, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, + 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, + 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, + 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, + 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, + 0x0d, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xb9, 0x03, 0x0a, + 0x25, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, + 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, + 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, + 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, + 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, + 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, + 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, + 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, + 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, + 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, + 0x0a, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, + 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, + 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, + 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, + 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, + 0x28, 0x05, 0x52, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, + 0x64, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, + 0x08, 0x52, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x22, 0xc9, 0x03, 0x0a, 0x21, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xbd, 0x03, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, + 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x12, 0x30, 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, + 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, + 0x61, 0x72, 0x6b, 0x73, 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, + 0x12, 0x24, 0x0a, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, + 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, + 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, + 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, + 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, + 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, + 0x69, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x07, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x08, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x09, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x22, 0xcd, 0x03, 0x0a, 0x25, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, + 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x30, + 0x0a, 0x13, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, + 0x6d, 0x61, 0x72, 0x6b, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x13, 0x61, 0x6c, 0x6c, + 0x6f, 0x77, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x6f, 0x6f, 0x6b, 0x6d, 0x61, 0x72, 0x6b, 0x73, + 0x12, 0x1a, 0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x69, 0x6e, 0x75, 0x65, 0x12, 0x24, 0x0a, 0x0d, + 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x18, 0x03, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0d, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, + 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, 0x53, 0x65, 0x6c, 0x65, 0x63, + 0x74, 0x6f, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6c, 0x61, 0x62, 0x65, 0x6c, + 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x6f, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x6c, 0x69, 0x6d, 0x69, + 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x12, + 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, + 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x06, 0x70, 0x72, 0x65, 0x74, 0x74, 0x79, 0x12, 0x28, 0x0a, 0x0f, 0x72, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x32, 0x0a, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x18, 0x09, 0x20, 0x01, + 0x28, 0x09, 0x52, 0x14, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x4d, 0x61, 0x74, 0x63, 0x68, 0x12, 0x2c, 0x0a, 0x11, 0x73, 0x65, 0x6e, 0x64, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x18, 0x0a, 0x20, + 0x01, 0x28, 0x08, 0x52, 0x11, 0x73, 0x65, 0x6e, 0x64, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x6c, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, + 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0e, + 0x74, 0x69, 0x6d, 0x65, 0x6f, 0x75, 0x74, 0x53, 0x65, 0x63, 0x6f, 0x6e, 0x64, 0x73, 0x12, 0x14, + 0x0a, 0x05, 0x77, 0x61, 0x74, 0x63, 0x68, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x05, 0x77, + 0x61, 0x74, 0x63, 0x68, 0x32, 0xbb, 0xe2, 0x07, 0x0a, 0x11, 0x4b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x81, 0x01, 0x0a, 0x25, + 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, + 0x91, 0x01, 0x0a, 0x2d, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, + 0x68, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, + 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, + 0x65, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x29, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, + 0x79, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, + 0x99, 0x01, 0x0a, 0x31, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, + 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, + 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, + 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x6f, 0x0a, 0x1c, 0x43, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x2f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x24, + 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, + 0x50, 0x61, 0x74, 0x68, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, + 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x7d, 0x0a, + 0x23, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, + 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x41, 0x74, + 0x74, 0x61, 0x63, 0x68, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, + 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x41, + 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x79, 0x0a, 0x21, + 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x78, 0x65, + 0x63, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, + 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x78, 0x65, 0x63, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x28, 0x43, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x66, 0x6f, 0x72, + 0x77, 0x61, 0x72, 0x64, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, + 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, + 0x6f, 0x72, 0x74, 0x66, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, + 0x00, 0x12, 0x7b, 0x0a, 0x22, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x8b, + 0x01, 0x0a, 0x2a, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, 0x3d, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, + 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, + 0x26, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, + 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, + 0x22, 0x00, 0x12, 0x93, 0x01, 0x0a, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, + 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x47, 0x65, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, + 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, + 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x69, 0x0a, 0x19, 0x43, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, + 0x65, 0x22, 0x00, 0x12, 0x79, 0x0a, 0x21, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, + 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, + 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x7f, + 0x0a, 0x24, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, + 0x8f, 0x01, 0x0a, 0x2c, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, + 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, + 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, + 0x00, 0x12, 0x87, 0x01, 0x0a, 0x28, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x3b, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, + 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, + 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x30, + 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, + 0x12, 0x43, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, + 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, + 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x6d, 0x0a, 0x1b, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x50, + 0x72, 0x6f, 0x78, 0x79, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, + 0x75, 0x65, 0x22, 0x00, 0x12, 0x7d, 0x0a, 0x23, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, + 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, 0x36, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x50, + 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, + 0x65, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x24, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x12, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, + 0x75, 0x65, 0x22, 0x00, 0x12, 0x7b, 0x0a, 0x22, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x78, 0x65, 0x63, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x78, 0x65, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, + 0x00, 0x12, 0x89, 0x01, 0x0a, 0x29, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x66, 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x12, + 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x6f, 0x72, 0x74, 0x66, + 0x6f, 0x72, 0x77, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x7d, 0x0a, + 0x23, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, + 0x72, 0x6f, 0x78, 0x79, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, + 0x2b, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, + 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, 0x3e, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, + 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x85, 0x01, 0x0a, + 0x27, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, + 0x75, 0x65, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a, 0x2f, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, + 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, + 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x1a, + 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, + 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, + 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, + 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x7b, 0x0a, 0x22, 0x43, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, + 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, + 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, + 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x73, 0x74, 0x4e, 0x6f, + 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, + 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x7b, 0x0a, 0x22, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x35, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, + 0x65, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x2a, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, + 0x74, 0x68, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x50, 0x72, 0x6f, + 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, + 0x00, 0x12, 0x83, 0x01, 0x0a, 0x26, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x39, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x93, 0x01, 0x0a, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, + 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, + 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x69, 0x0a, + 0x19, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, + 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, 0x79, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, 0x72, 0x6f, 0x78, + 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, + 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x79, 0x0a, 0x21, 0x43, 0x6f, 0x6e, 0x6e, + 0x65, 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x50, 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x12, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x6e, 0x6e, 0x65, + 0x63, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x75, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x50, + 0x72, 0x6f, 0x78, 0x79, 0x57, 0x69, 0x74, 0x68, 0x50, 0x61, 0x74, 0x68, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x56, 0x61, 0x6c, 0x75, + 0x65, 0x22, 0x00, 0x12, 0xd4, 0x01, 0x0a, 0x39, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, + 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xda, 0x01, 0x0a, 0x3b, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, + 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x49, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, + 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xdd, 0x01, 0x0a, 0x3c, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x4f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x00, 0x12, 0xf2, 0x01, 0x0a, 0x43, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, + 0x56, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0xca, 0x01, 0x0a, + 0x2d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x40, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, + 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, + 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, + 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, + 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a, 0x21, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, + 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, + 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x28, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, + 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x7c, 0x0a, 0x1f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, + 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, + 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, + 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x20, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, + 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, + 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x20, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, + 0x65, 0x74, 0x22, 0x00, 0x12, 0x82, 0x01, 0x0a, 0x21, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a, 0x27, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, + 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x22, 0x00, 0x12, 0x8c, 0x01, 0x0a, 0x21, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, + 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, + 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, + 0x6e, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x22, 0x00, 0x12, 0xb0, 0x01, 0x0a, 0x2d, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x40, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, + 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, + 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x22, 0x00, 0x12, 0xad, 0x01, 0x0a, + 0x2c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, + 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x3f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, + 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x22, 0x00, 0x12, 0xc4, 0x01, 0x0a, + 0x37, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, + 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x53, 0x75, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, + 0x77, 0x22, 0x00, 0x12, 0xad, 0x01, 0x0a, 0x2c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, + 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, + 0x76, 0x69, 0x65, 0x77, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, + 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, + 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, + 0x77, 0x22, 0x00, 0x12, 0xaa, 0x01, 0x0a, 0x2b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, + 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x76, + 0x69, 0x65, 0x77, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x65, 0x6c, 0x66, 0x53, 0x75, 0x62, 0x6a, + 0x65, 0x63, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x22, 0x00, + 0x12, 0xa1, 0x01, 0x0a, 0x28, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, + 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, 0x65, 0x77, 0x12, 0x3b, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, + 0x69, 0x65, 0x77, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x36, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x53, + 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x52, 0x65, 0x76, 0x69, + 0x65, 0x77, 0x22, 0x00, 0x12, 0xbb, 0x01, 0x0a, 0x34, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x47, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, + 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, + 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, + 0x22, 0x00, 0x12, 0xbb, 0x01, 0x0a, 0x34, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, + 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x47, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, + 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x22, 0x00, + 0x12, 0x79, 0x0a, 0x1e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, + 0x6f, 0x62, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x22, 0x00, 0x12, 0x6d, 0x0a, 0x1a, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, + 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, + 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x22, 0x00, 0x12, 0xb0, 0x01, 0x0a, 0x2d, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, + 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, + 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, + 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, + 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xad, 0x01, + 0x0a, 0x2c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x3f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, + 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x88, 0x01, + 0x0a, 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x00, 0x12, 0x68, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x12, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x22, 0x00, 0x12, 0x76, 0x0a, 0x1d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x42, 0x69, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x7c, 0x0a, 0x1f, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x12, 0x32, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x22, 0x00, 0x12, 0x7c, 0x0a, 0x1f, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, + 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x73, 0x22, 0x00, 0x12, 0x70, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x20, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x33, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, + 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, 0x2b, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, 0x00, 0x12, 0x6a, 0x0a, 0x19, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x7c, 0x0a, 0x20, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x33, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x42, 0x69, 0x6e, + 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x81, 0x01, 0x0a, 0x21, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x45, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x45, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, + 0x45, 0x76, 0x69, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x82, 0x01, 0x0a, 0x21, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, + 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x00, 0x12, + 0xa0, 0x01, 0x0a, 0x2b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, + 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, + 0x22, 0x00, 0x12, 0x88, 0x01, 0x0a, 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x00, 0x12, 0x73, 0x0a, + 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x22, 0x00, 0x12, 0x76, 0x0a, 0x1d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x24, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x29, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, + 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, + 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0x59, 0x0a, 0x10, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, + 0x65, 0x22, 0x00, 0x12, 0x7d, 0x0a, 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x28, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x12, + 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, + 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x76, 0x0a, 0x1d, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x2b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, + 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xd1, 0x01, 0x0a, 0x3b, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, + 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, + 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, + 0x2b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x3e, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, + 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, + 0x12, 0xd1, 0x01, 0x0a, 0x3b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x4e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, + 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, + 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xb0, 0x01, 0x0a, 0x2d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, + 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, + 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x1e, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x88, 0x01, + 0x0a, 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x9a, 0x01, 0x0a, 0x29, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x22, 0x00, 0x12, 0x92, 0x01, 0x0a, 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x12, 0x36, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x43, 0x49, 0x44, 0x52, 0x22, 0x00, 0x12, 0x8c, 0x01, 0x0a, 0x21, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x50, + 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x71, 0x0a, 0x18, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, + 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, + 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, + 0x2b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, + 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x12, 0x3e, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, + 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x22, 0x00, 0x12, + 0x88, 0x01, 0x0a, 0x24, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x2b, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, + 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, + 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, + 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x27, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, + 0x6c, 0x65, 0x22, 0x00, 0x12, 0x9c, 0x01, 0x0a, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, + 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, + 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x22, 0x00, 0x12, 0xbb, 0x01, 0x0a, 0x34, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x47, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, + 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, + 0x00, 0x12, 0xa6, 0x01, 0x0a, 0x2d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, 0x00, 0x12, 0xbe, 0x01, 0x0a, 0x35, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, + 0x6c, 0x61, 0x74, 0x65, 0x12, 0x48, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, + 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x00, 0x12, 0x92, 0x01, 0x0a, 0x23, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, + 0x12, 0x86, 0x01, 0x0a, 0x1f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x71, 0x0a, 0x18, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, + 0x72, 0x69, 0x76, 0x65, 0x72, 0x12, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x16, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, + 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, 0x2b, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, + 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x1b, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x2e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x86, 0x01, 0x0a, 0x1f, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, + 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0xd1, 0x01, 0x0a, 0x43, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x75, 0x74, + 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x56, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x75, + 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xd5, 0x01, 0x0a, 0x45, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, + 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x58, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, + 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xbd, 0x01, + 0x0a, 0x39, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, + 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4c, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, + 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xc1, 0x01, + 0x0a, 0x3b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4e, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x00, 0x12, 0xd7, 0x01, 0x0a, 0x46, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x59, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, + 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xe5, 0x01, 0x0a, 0x4d, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x60, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0xc3, 0x01, 0x0a, 0x3c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, + 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x12, 0x4f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xd1, 0x01, 0x0a, 0x43, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x12, 0x56, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, + 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xb9, 0x01, + 0x0a, 0x37, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, + 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2d, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x40, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, + 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, + 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x2b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x72, + 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, + 0x65, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xaf, 0x01, 0x0a, 0x32, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x45, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x29, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, + 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x9f, 0x01, 0x0a, 0x2a, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, + 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x9f, 0x01, 0x0a, 0x2a, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x2b, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x12, 0x3e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, + 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, + 0x9b, 0x01, 0x0a, 0x28, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x89, 0x01, + 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, + 0x74, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x20, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x33, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x20, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x12, 0x33, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x12, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xc7, 0x01, 0x0a, 0x3e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, + 0xb3, 0x01, 0x0a, 0x34, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xc7, 0x01, 0x0a, 0x3e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, + 0xb3, 0x01, 0x0a, 0x34, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x28, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, + 0x6f, 0x62, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0x93, 0x01, 0x0a, 0x24, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, + 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x12, 0x37, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x1e, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x12, 0x31, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, + 0x62, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xb9, 0x01, 0x0a, + 0x37, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, + 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x2c, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, + 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, + 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xb7, + 0x01, 0x0a, 0x36, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, + 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x49, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2d, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, + 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, + 0x12, 0x91, 0x01, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, + 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x6f, 0x72, + 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x29, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, + 0x61, 0x70, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x29, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x73, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, + 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a, 0x25, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x38, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x9f, 0x01, 0x0a, + 0x2a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x3d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, + 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xb5, + 0x01, 0x0a, 0x35, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x48, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x91, 0x01, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x12, 0x36, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x2b, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, + 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xb5, + 0x01, 0x0a, 0x35, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x48, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2d, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, + 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x97, + 0x01, 0x0a, 0x26, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x99, 0x01, 0x0a, 0x27, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x22, 0x00, 0x12, 0xa7, 0x01, 0x0a, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x7f, + 0x0a, 0x1a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2d, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, + 0x97, 0x01, 0x0a, 0x26, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, + 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, + 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x75, 0x0a, 0x15, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x12, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, + 0x12, 0x89, 0x01, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x4d, 0x61, 0x70, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, + 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, + 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, + 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x81, 0x01, 0x0a, 0x1b, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, + 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, + 0x65, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, 0x2b, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, + 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, 0x00, 0x12, 0x6a, 0x0a, + 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x82, 0x01, 0x0a, 0x21, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x00, 0x12, 0xa1, + 0x01, 0x0a, 0x2b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x3e, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x22, 0x00, 0x12, 0x88, 0x01, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x00, 0x12, 0x83, 0x01, + 0x0a, 0x1c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0x76, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x24, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x10, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x23, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x7d, 0x0a, 0x1c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x22, 0x00, 0x12, 0xaf, 0x01, 0x0a, 0x32, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, + 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x12, 0x45, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, + 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x28, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, + 0x6c, 0x69, 0x63, 0x65, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, + 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, + 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x99, 0x01, 0x0a, 0x27, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x00, 0x12, 0x85, 0x01, 0x0a, 0x1d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xb5, 0x01, 0x0a, 0x35, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, + 0x65, 0x6d, 0x61, 0x12, 0x48, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x6c, 0x6f, 0x77, + 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x00, 0x12, 0xd5, 0x01, 0x0a, 0x45, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x58, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, + 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x2b, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, + 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, + 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xc1, 0x01, + 0x0a, 0x3b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4e, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x00, 0x12, 0xb5, 0x01, 0x0a, 0x35, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x48, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xd5, 0x01, 0x0a, 0x45, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, + 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x12, 0x58, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x2b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, + 0x61, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, + 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xc1, 0x01, 0x0a, 0x3b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, + 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xb9, 0x01, 0x0a, 0x37, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, + 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x9b, 0x01, + 0x0a, 0x28, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2d, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x40, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0xb1, 0x01, 0x0a, 0x33, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x46, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x1e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x00, 0x12, 0x91, 0x01, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x29, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x91, 0x01, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x12, 0x36, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2d, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x12, 0x40, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, + 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x2b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x21, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x8f, 0x01, 0x0a, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x35, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x7b, 0x0a, 0x18, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x12, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, + 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x22, 0x00, 0x12, 0xb5, 0x01, 0x0a, 0x35, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, + 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x12, 0x48, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, + 0x2b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, + 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x12, 0x3e, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, + 0x12, 0x93, 0x01, 0x0a, 0x24, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, + 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x2b, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, + 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa7, 0x01, 0x0a, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x41, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x22, 0x00, 0x12, 0xb5, 0x01, 0x0a, 0x35, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, + 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x48, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xad, 0x01, 0x0a, + 0x31, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, + 0x6c, 0x65, 0x12, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xbb, 0x01, 0x0a, + 0x38, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, + 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, + 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x99, 0x01, 0x0a, 0x27, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xa7, 0x01, 0x0a, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, + 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x62, 0x61, + 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, + 0x12, 0xc7, 0x01, 0x0a, 0x3e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, + 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, + 0x65, 0x78, 0x74, 0x12, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xb9, 0x01, 0x0a, 0x37, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xc9, 0x01, 0x0a, 0x3f, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x52, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, + 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, + 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0xbb, 0x01, 0x0a, 0x34, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, + 0x65, 0x78, 0x74, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, + 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0x00, 0x12, 0xa6, 0x01, 0x0a, 0x2d, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, + 0x00, 0x12, 0xbe, 0x01, 0x0a, 0x35, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x48, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, + 0x22, 0x00, 0x12, 0x92, 0x01, 0x0a, 0x23, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x29, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, + 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0x8f, 0x01, 0x0a, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, + 0x69, 0x6f, 0x6e, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0xb5, 0x01, 0x0a, 0x35, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x48, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, + 0x74, 0x69, 0x6f, 0x6e, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a, 0x25, + 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, + 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x29, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, + 0x74, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, + 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0x71, 0x0a, 0x18, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x12, + 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, + 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, + 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x44, 0x72, + 0x69, 0x76, 0x65, 0x72, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, + 0x12, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, + 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, + 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, + 0x65, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x2b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, + 0x69, 0x74, 0x79, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74, + 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, + 0x73, 0x22, 0x00, 0x12, 0x86, 0x01, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, + 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, + 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x70, 0x0a, 0x20, + 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, 0x7d, + 0x0a, 0x26, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, + 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x83, 0x01, + 0x0a, 0x2c, 0x47, 0x65, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0x62, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x70, 0x69, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x36, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x68, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, + 0x00, 0x12, 0x75, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x6a, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x41, + 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x70, + 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x41, 0x70, 0x69, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, + 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x5f, 0x0a, + 0x0f, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x73, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, 0x6c, + 0x0a, 0x15, 0x47, 0x65, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, + 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x69, 0x0a, 0x19, + 0x47, 0x65, 0x74, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, + 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, 0x76, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x41, 0x75, + 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, + 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, + 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, + 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, + 0x7c, 0x0a, 0x25, 0x47, 0x65, 0x74, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x41, 0x70, 0x69, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, + 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7b, 0x0a, + 0x24, 0x47, 0x65, 0x74, 0x41, 0x75, 0x74, 0x68, 0x65, 0x6e, 0x74, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x68, 0x0a, 0x18, 0x47, 0x65, + 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x70, + 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x22, 0x00, 0x12, 0x75, 0x0a, 0x1e, 0x47, 0x65, 0x74, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x66, 0x0a, 0x16, 0x47, + 0x65, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x69, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x22, 0x00, 0x12, 0x73, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x73, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x41, 0x70, 0x69, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, + 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x60, 0x0a, + 0x10, 0x47, 0x65, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, + 0x6d, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x41, 0x70, 0x69, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, + 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x67, + 0x0a, 0x17, 0x47, 0x65, 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, + 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x1d, 0x47, 0x65, 0x74, 0x43, 0x65, + 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, + 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7a, 0x0a, + 0x23, 0x47, 0x65, 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x57, 0x0a, 0x0e, 0x47, 0x65, 0x74, + 0x43, 0x6f, 0x64, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, + 0x70, 0x74, 0x79, 0x1a, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, + 0x22, 0x00, 0x12, 0x67, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x1d, 0x47, + 0x65, 0x74, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, + 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, + 0x00, 0x12, 0x65, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x41, 0x70, 0x69, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, + 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x22, 0x00, 0x12, 0x6c, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x64, 0x0a, 0x14, 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, + 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, + 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, 0x71, 0x0a, 0x1a, + 0x47, 0x65, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, + 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, + 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, + 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, + 0x61, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x41, 0x70, 0x69, 0x47, + 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, + 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x22, 0x00, 0x12, 0x6e, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, + 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, + 0x22, 0x00, 0x12, 0x6f, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x41, 0x70, 0x69, + 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x22, 0x00, 0x12, 0x81, 0x01, 0x0a, 0x2a, 0x47, 0x65, 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x81, 0x01, 0x0a, 0x2a, 0x47, 0x65, 0x74, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x6c, 0x0a, 0x1c, 0x47, + 0x65, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, + 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, + 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, + 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x28, 0x47, 0x65, 0x74, + 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x15, 0x47, 0x65, + 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x69, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, + 0x00, 0x12, 0x72, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, + 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, + 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x21, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, + 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, + 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, + 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, + 0x5f, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, + 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, + 0x12, 0x6c, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x41, 0x70, 0x69, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, + 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, + 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x61, + 0x0a, 0x11, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x41, 0x70, 0x69, 0x47, 0x72, + 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, + 0x00, 0x12, 0x6e, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, + 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, + 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, + 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, + 0x00, 0x12, 0x6c, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, + 0x79, 0x0a, 0x22, 0x47, 0x65, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x63, 0x0a, 0x13, 0x47, 0x65, + 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, + 0x70, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, + 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, + 0x76, 0x0a, 0x1f, 0x47, 0x65, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, + 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, + 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, 0x72, + 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, + 0x22, 0x00, 0x12, 0x64, 0x0a, 0x2a, 0x47, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x73, 0x73, 0x75, 0x65, 0x72, 0x4f, 0x70, 0x65, + 0x6e, 0x49, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, + 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x5d, 0x0a, 0x23, 0x47, 0x65, 0x74, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x73, 0x73, + 0x75, 0x65, 0x72, 0x4f, 0x70, 0x65, 0x6e, 0x49, 0x64, 0x4b, 0x65, 0x79, 0x73, 0x65, 0x74, 0x12, + 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, + 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, + 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x62, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x41, 0x70, 0x69, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x12, 0x16, 0x2e, + 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, + 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x41, 0x50, 0x49, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x22, 0x00, 0x12, 0x6f, 0x0a, 0x18, 0x47, + 0x65, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x41, 0x70, 0x69, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, + 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x1a, + 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x41, 0x50, 0x49, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xd4, 0x01, 0x0a, + 0x37, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0xda, 0x01, 0x0a, 0x39, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, + 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x12, 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x4d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0xdd, 0x01, 0x0a, 0x3a, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, + 0x4d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4e, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0xf2, 0x01, 0x0a, 0x41, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, + 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x54, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x55, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, + 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xca, 0x01, 0x0a, 0x2b, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, + 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x59, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, + 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, + 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x69, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x45, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, + 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x2c, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, + 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x88, 0x01, 0x0a, 0x23, 0x4c, 0x69, + 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, + 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x4c, 0x69, + 0x73, 0x74, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, + 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x26, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, + 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, + 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7c, 0x0a, 0x1d, + 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, + 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, + 0x6e, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x1e, 0x4c, 0x69, + 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x31, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, + 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, + 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x1e, 0x4c, + 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x12, 0x31, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x82, 0x01, 0x0a, + 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, + 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, + 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, + 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, + 0x8e, 0x01, 0x0a, 0x25, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, + 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0xc7, 0x01, 0x0a, 0x38, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x4b, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, + 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x65, 0x72, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xbb, 0x01, 0x0a, 0x32, 0x4c, + 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, + 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, + 0x72, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, + 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, + 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, + 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xc7, 0x01, 0x0a, 0x38, 0x4c, 0x69, 0x73, + 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, + 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x65, 0x72, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, + 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x46, 0x6f, 0x72, 0x41, 0x6c, + 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, + 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, + 0x22, 0x00, 0x12, 0xbb, 0x01, 0x0a, 0x32, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0x85, 0x01, 0x0a, 0x22, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, + 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, + 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, + 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x79, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74, + 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, + 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0x79, 0x0a, 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, + 0x4a, 0x6f, 0x62, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, + 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x6d, + 0x0a, 0x18, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x12, 0x2b, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x42, 0x61, 0x74, 0x63, + 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xb0, 0x01, + 0x0a, 0x2b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, + 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3e, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, + 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0xad, 0x01, 0x0a, 0x2a, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, + 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, + 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3e, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, + 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0x94, 0x01, 0x0a, 0x27, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x46, 0x6f, 0x72, 0x41, + 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x3a, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, + 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, + 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, + 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x88, 0x01, 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, + 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, + 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x4c, 0x69, 0x73, 0x74, + 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, + 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x88, + 0x01, 0x0a, 0x23, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x4d, 0x61, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x88, 0x01, 0x0a, 0x23, 0x4c, 0x69, + 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x73, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x73, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x4c, 0x69, + 0x73, 0x74, 0x22, 0x00, 0x12, 0x7c, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, + 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, + 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0x68, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7c, 0x0a, 0x1d, 0x4c, 0x69, + 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x12, 0x30, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, + 0x61, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7c, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, + 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x70, 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x1e, 0x4c, 0x69, 0x73, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, + 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, + 0x6e, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, 0x29, 0x4c, 0x69, + 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, + 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x6a, 0x0a, 0x17, + 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x12, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x82, 0x01, 0x0a, 0x1f, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, + 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xa0, 0x01, + 0x0a, 0x29, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x3c, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, + 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0x88, 0x01, 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x73, 0x0a, 0x1a, 0x4c, + 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0x76, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, + 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x22, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, + 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x59, 0x0a, 0x0e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, + 0x00, 0x12, 0x7d, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, + 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, + 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0xac, 0x01, 0x0a, 0x2f, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, + 0x76, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x46, 0x6f, 0x72, 0x41, 0x6c, + 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x25, 0x4c, 0x69, 0x73, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, + 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, + 0x6c, 0x61, 0x74, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xac, 0x01, 0x0a, 0x2f, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x46, 0x6f, 0x72, 0x41, + 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x42, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, + 0x72, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x94, 0x01, 0x0a, 0x27, 0x4c, 0x69, 0x73, 0x74, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, + 0x6f, 0x74, 0x61, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7f, + 0x0a, 0x20, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, + 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, + 0x97, 0x01, 0x0a, 0x28, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x41, + 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x82, 0x01, 0x0a, 0x21, 0x4c, 0x69, + 0x73, 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xa3, + 0x01, 0x0a, 0x2c, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, + 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, + 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, + 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, + 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x4c, 0x69, + 0x73, 0x74, 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x26, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x12, + 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, + 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x82, + 0x01, 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0x76, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x29, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, + 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, + 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, + 0xd1, 0x01, 0x0a, 0x39, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x44, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x29, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, + 0x61, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, + 0x61, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xd1, 0x01, 0x0a, 0x39, 0x4c, 0x69, 0x73, 0x74, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xb0, 0x01, 0x0a, 0x2b, + 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x6e, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, + 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x83, + 0x01, 0x0a, 0x1c, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, + 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, + 0x73, 0x74, 0x22, 0x00, 0x12, 0x94, 0x01, 0x0a, 0x27, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x88, 0x01, 0x0a, 0x21, + 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, + 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x9a, 0x01, 0x0a, 0x27, 0x4c, 0x69, 0x73, 0x74, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0xa6, 0x01, 0x0a, 0x2d, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x92, 0x01, 0x0a, + 0x21, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, + 0x64, 0x72, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, + 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x49, 0x44, 0x52, 0x4c, 0x69, 0x73, 0x74, 0x22, + 0x00, 0x12, 0x8c, 0x01, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x49, 0x50, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0x71, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, + 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x29, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4e, 0x6f, 0x64, 0x65, + 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, + 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, 0x29, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, + 0x74, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, + 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, + 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xac, 0x01, 0x0a, 0x2f, 0x4c, 0x69, 0x73, 0x74, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, + 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, + 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x4c, + 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x88, 0x01, 0x0a, 0x22, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, + 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x35, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, + 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0x9d, 0x01, 0x0a, 0x29, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x3c, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, + 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, + 0x12, 0x87, 0x01, 0x0a, 0x25, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, + 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x9c, 0x01, 0x0a, 0x2c, 0x4c, + 0x69, 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x3f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, 0x61, + 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xa8, 0x01, 0x0a, 0x32, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, + 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, + 0x73, 0x74, 0x22, 0x00, 0x12, 0x93, 0x01, 0x0a, 0x2b, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, 0x61, + 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x52, 0x6f, 0x6c, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, + 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xbb, 0x01, 0x0a, 0x32, 0x4c, + 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, + 0x74, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, + 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, + 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, + 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xa6, 0x01, 0x0a, 0x2b, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x22, + 0x00, 0x12, 0xbe, 0x01, 0x0a, 0x33, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x46, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, + 0x22, 0x00, 0x12, 0xc7, 0x01, 0x0a, 0x38, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, + 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x78, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3c, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, + 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xb2, 0x01, 0x0a, + 0x31, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x12, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x22, + 0x00, 0x12, 0xca, 0x01, 0x0a, 0x39, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, + 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, + 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3d, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x92, + 0x01, 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x35, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0x86, 0x01, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x63, 0x68, + 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, + 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x71, 0x0a, 0x16, + 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, + 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x12, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, + 0x6b, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, + 0x53, 0x49, 0x4e, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xac, 0x01, 0x0a, + 0x2f, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, + 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, + 0x61, 0x63, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, 0x29, + 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7a, + 0x0a, 0x19, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x2c, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x86, 0x01, 0x0a, 0x1d, 0x4c, + 0x69, 0x73, 0x74, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x30, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, + 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, + 0x74, 0x22, 0x00, 0x12, 0x4d, 0x0a, 0x0e, 0x4c, 0x6f, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x48, 0x61, + 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x12, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x4c, 0x6f, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, + 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, + 0x22, 0x00, 0x12, 0x46, 0x0a, 0x12, 0x4c, 0x6f, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x4c, 0x69, 0x73, + 0x74, 0x48, 0x61, 0x6e, 0x64, 0x6c, 0x65, 0x72, 0x12, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, + 0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, + 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x00, 0x12, 0xd2, 0x01, 0x0a, 0x38, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, + 0xd8, 0x01, 0x0a, 0x3a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4d, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x49, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xdb, 0x01, 0x0a, 0x3b, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x4e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4a, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x00, 0x12, 0xf0, 0x01, 0x0a, 0x42, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, + 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0xe7, 0x01, 0x0a, 0x41, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0x54, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x22, 0x00, 0x12, 0xc8, 0x01, 0x0a, 0x2c, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, + 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, + 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, + 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, + 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, + 0x12, 0xd4, 0x01, 0x0a, 0x32, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, + 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, + 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, + 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x55, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, + 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x9c, 0x01, 0x0a, 0x20, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x33, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, + 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0xa8, 0x01, 0x0a, 0x26, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, + 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, + 0x00, 0x12, 0x95, 0x01, 0x0a, 0x27, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, + 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x1e, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x31, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, + 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, + 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x86, 0x01, 0x0a, 0x24, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, + 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x7d, + 0x0a, 0x1f, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x89, 0x01, + 0x0a, 0x24, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, + 0x65, 0x6e, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x25, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x7d, 0x0a, 0x1f, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, + 0x65, 0x74, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x24, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, + 0x12, 0x89, 0x01, 0x0a, 0x25, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x80, 0x01, 0x0a, + 0x20, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, + 0x74, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, + 0x8b, 0x01, 0x0a, 0x25, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, + 0x6c, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x8c, 0x01, + 0x0a, 0x26, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, + 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, + 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0xb9, 0x01, 0x0a, + 0x33, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x12, 0x46, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, + 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, + 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, 0xc5, 0x01, 0x0a, 0x39, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, + 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, + 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x22, 0x00, + 0x12, 0xb9, 0x01, 0x0a, 0x33, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x46, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, 0xc5, 0x01, 0x0a, + 0x39, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, + 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, + 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x72, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x1d, 0x50, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, + 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x22, 0x00, 0x12, 0x83, 0x01, + 0x0a, 0x23, 0x50, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, + 0x62, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x19, 0x50, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, + 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, + 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x22, 0x00, + 0x12, 0x77, 0x0a, 0x1f, 0x50, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x22, 0x00, 0x12, 0xae, 0x01, 0x0a, 0x2c, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, + 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xbe, 0x01, 0x0a, 0x34, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, + 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, + 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x70, 0x70, 0x72, 0x6f, + 0x76, 0x61, 0x6c, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, + 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x70, 0x70, + 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, + 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, + 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xba, 0x01, 0x0a, 0x32, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, + 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, + 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xab, 0x01, 0x0a, 0x2b, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, + 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, + 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, + 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, + 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, + 0x6e, 0x64, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x86, 0x01, 0x0a, 0x22, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x35, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, + 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x00, 0x12, + 0x66, 0x0a, 0x14, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x00, 0x12, 0x72, 0x0a, 0x1a, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x1e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x12, 0x31, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x4d, 0x61, 0x70, 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x1e, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, + 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x73, 0x22, 0x00, 0x12, 0x6e, 0x0a, 0x1a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x1f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x7d, 0x0a, 0x1f, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, + 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, + 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, + 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a, 0x2a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, + 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x22, 0x00, 0x12, 0xaa, 0x01, 0x0a, 0x30, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x43, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, + 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, + 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, 0x00, + 0x12, 0x68, 0x0a, 0x18, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x12, 0x2b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x2b, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, + 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x73, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x45, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, + 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x1e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x31, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x1d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x22, + 0x00, 0x12, 0x80, 0x01, 0x0a, 0x20, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, + 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, + 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a, 0x2a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x6c, 0x65, 0x72, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, 0x9f, 0x01, 0x0a, 0x2f, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, + 0x72, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, 0x12, 0xaa, 0x01, 0x0a, 0x30, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x43, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, + 0x65, 0x72, 0x22, 0x00, 0x12, 0x86, 0x01, 0x0a, 0x22, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x35, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x00, 0x12, 0x92, 0x01, + 0x0a, 0x28, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, + 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, + 0x22, 0x00, 0x12, 0x71, 0x0a, 0x1b, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x20, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x1c, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x23, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, + 0x75, 0x6e, 0x74, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, + 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, + 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x80, 0x01, 0x0a, 0x22, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x35, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x57, 0x0a, 0x0f, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x22, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, + 0x65, 0x22, 0x00, 0x12, 0x63, 0x0a, 0x15, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x28, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x00, 0x12, 0x7b, 0x0a, 0x1b, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x21, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x22, 0x00, 0x12, + 0x95, 0x01, 0x0a, 0x27, 0x50, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, + 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, + 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x12, 0x3a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, + 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x53, 0x6c, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x74, 0x0a, 0x1c, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9f, 0x01, + 0x0a, 0x2a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x3d, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, + 0xab, 0x01, 0x0a, 0x30, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x43, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xcf, 0x01, + 0x0a, 0x3a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4d, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, + 0xdb, 0x01, 0x0a, 0x40, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, + 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x53, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x9f, 0x01, + 0x0a, 0x2a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x3d, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, + 0xab, 0x01, 0x0a, 0x30, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x43, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xcf, 0x01, + 0x0a, 0x3a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4d, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, + 0xdb, 0x01, 0x0a, 0x40, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, + 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x53, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xae, 0x01, + 0x0a, 0x2c, 0x50, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, + 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xba, + 0x01, 0x0a, 0x32, 0x50, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, + 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x81, 0x01, 0x0a, 0x1d, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, + 0x86, 0x01, 0x0a, 0x22, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x92, 0x01, 0x0a, 0x28, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x98, 0x01, + 0x0a, 0x28, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x00, 0x12, 0x90, 0x01, 0x0a, 0x22, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x12, + 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x49, 0x44, 0x52, 0x22, 0x00, 0x12, 0x8a, 0x01, 0x0a, 0x20, + 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x50, 0x41, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x6f, 0x0a, 0x17, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x12, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, + 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, + 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a, 0x2a, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x22, 0x00, 0x12, 0xaa, 0x01, 0x0a, 0x30, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x43, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x75, 0x64, 0x67, 0x65, 0x74, 0x22, 0x00, 0x12, 0x86, 0x01, 0x0a, 0x23, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, + 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, + 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x00, + 0x12, 0x9b, 0x01, 0x0a, 0x2a, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, + 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, + 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, + 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x85, + 0x01, 0x0a, 0x26, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, + 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, + 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x9a, 0x01, 0x0a, 0x2d, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, + 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x22, 0x00, 0x12, 0xb9, 0x01, 0x0a, 0x33, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, + 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x46, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0x00, 0x12, + 0xc5, 0x01, 0x0a, 0x39, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, + 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, + 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0x00, 0x12, 0xa4, 0x01, 0x0a, 0x2c, 0x50, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, 0x00, 0x12, 0xb0, + 0x01, 0x0a, 0x32, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, + 0x00, 0x12, 0xbc, 0x01, 0x0a, 0x34, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x00, + 0x12, 0x90, 0x01, 0x0a, 0x22, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, + 0x73, 0x22, 0x00, 0x12, 0x84, 0x01, 0x0a, 0x1e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, + 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, + 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x6f, 0x0a, 0x17, 0x50, 0x61, + 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, + 0x72, 0x69, 0x76, 0x65, 0x72, 0x12, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x22, 0x00, 0x12, 0x69, 0x0a, 0x15, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, + 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, + 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a, 0x2a, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, + 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, + 0x61, 0x63, 0x69, 0x74, 0x79, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x1a, 0x50, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, + 0x00, 0x12, 0x84, 0x01, 0x0a, 0x1e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, + 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x50, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, + 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x90, 0x01, 0x0a, 0x24, 0x50, 0x61, 0x74, + 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x50, + 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, + 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xd0, 0x01, 0x0a, 0x37, + 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xd6, + 0x01, 0x0a, 0x39, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4c, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, + 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x49, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, + 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xd9, 0x01, 0x0a, 0x3a, 0x52, 0x65, 0x61, 0x64, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, + 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x4d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x22, 0x00, 0x12, 0xee, 0x01, 0x0a, 0x41, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, + 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x54, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, + 0x6e, 0x67, 0x22, 0x00, 0x12, 0xe5, 0x01, 0x0a, 0x40, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x53, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4a, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x00, 0x12, 0xc6, 0x01, 0x0a, + 0x2b, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3e, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, + 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x55, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, + 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, + 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, + 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xd2, 0x01, 0x0a, 0x31, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, + 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x44, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, + 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, + 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, + 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, + 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x9a, 0x01, 0x0a, 0x1f, 0x52, + 0x65, 0x61, 0x64, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, + 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, + 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0xa6, 0x01, 0x0a, 0x25, 0x52, 0x65, 0x61, 0x64, + 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, + 0x65, 0x61, 0x64, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, + 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, + 0x12, 0x93, 0x01, 0x0a, 0x26, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x39, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x1d, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, + 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, + 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x22, 0x00, + 0x12, 0x84, 0x01, 0x0a, 0x23, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, + 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, + 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, + 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x7b, 0x0a, 0x1e, 0x52, 0x65, 0x61, 0x64, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, + 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, + 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, + 0x6e, 0x74, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x23, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, + 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x36, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, + 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x87, + 0x01, 0x0a, 0x24, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, + 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, + 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x7b, 0x0a, 0x1e, 0x52, 0x65, 0x61, 0x64, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, + 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x23, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x36, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, 0x12, + 0x87, 0x01, 0x0a, 0x24, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, + 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x7e, 0x0a, 0x1f, 0x52, 0x65, 0x61, + 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x12, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x24, 0x52, 0x65, + 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, + 0x6c, 0x65, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, + 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, + 0x61, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x8a, 0x01, 0x0a, 0x25, 0x52, 0x65, 0x61, 0x64, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, + 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, + 0x64, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, + 0x22, 0x00, 0x12, 0xb7, 0x01, 0x0a, 0x32, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, 0xc3, 0x01, 0x0a, + 0x38, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, + 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, + 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, + 0x22, 0x00, 0x12, 0xb7, 0x01, 0x0a, 0x32, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, + 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, 0xc3, 0x01, 0x0a, + 0x38, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, + 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, + 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, + 0x22, 0x00, 0x12, 0x75, 0x0a, 0x1c, 0x52, 0x65, 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, + 0x6f, 0x62, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, + 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x22, 0x00, 0x12, 0x81, 0x01, 0x0a, 0x22, 0x52, 0x65, + 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, + 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x22, 0x00, 0x12, 0x69, 0x0a, + 0x18, 0x52, 0x65, 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x12, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, + 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x22, 0x00, 0x12, 0x75, 0x0a, 0x1e, 0x52, 0x65, 0x61, 0x64, + 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x42, 0x61, 0x74, 0x63, + 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x22, 0x00, 0x12, + 0xac, 0x01, 0x0a, 0x2b, 0x52, 0x65, 0x61, 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, + 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, + 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xbc, + 0x01, 0x0a, 0x33, 0x52, 0x65, 0x61, 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x70, + 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x12, 0x46, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, + 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, + 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, + 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xb8, 0x01, + 0x0a, 0x31, 0x52, 0x65, 0x61, 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, + 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, + 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xa9, 0x01, 0x0a, 0x2a, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, + 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, + 0x6c, 0x65, 0x22, 0x00, 0x12, 0x84, 0x01, 0x0a, 0x21, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x6f, + 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x6f, 0x72, + 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x00, 0x12, 0x76, 0x0a, 0x19, 0x52, + 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, + 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x43, 0x6f, 0x6d, 0x70, 0x6f, 0x6e, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x22, 0x00, 0x12, 0x64, 0x0a, 0x13, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x26, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x00, 0x12, 0x70, 0x0a, 0x19, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x1d, 0x52, + 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x12, 0x30, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, + 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x4d, 0x61, 0x70, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x1d, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, + 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x22, 0x00, 0x12, + 0x6c, 0x0a, 0x19, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x2c, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x7b, 0x0a, + 0x1e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, + 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, + 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x22, 0x00, 0x12, 0x9c, 0x01, 0x0a, 0x29, 0x52, + 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, + 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, 0x00, 0x12, 0xa8, 0x01, 0x0a, 0x2f, 0x52, 0x65, + 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x42, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x22, 0x00, 0x12, 0x66, 0x0a, 0x17, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x12, + 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x8c, 0x01, 0x0a, + 0x2a, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, + 0x6c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x73, 0x12, 0x3d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x45, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, + 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x6b, 0x0a, 0x1a, 0x52, + 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x4c, 0x6f, 0x67, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x4c, 0x6f, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, + 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, + 0x67, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x00, 0x12, 0x72, 0x0a, 0x1d, 0x52, 0x65, 0x61, 0x64, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x7e, 0x0a, 0x1f, + 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, + 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x00, 0x12, 0x9c, 0x01, 0x0a, + 0x29, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, + 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x2e, + 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x41, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, 0x12, 0xa8, 0x01, 0x0a, 0x2f, + 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, 0x84, 0x01, 0x0a, 0x21, 0x52, 0x65, 0x61, 0x64, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x00, 0x12, 0x90, 0x01, + 0x0a, 0x27, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, + 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x00, + 0x12, 0x6f, 0x0a, 0x1a, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x2d, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x22, + 0x00, 0x12, 0x72, 0x0a, 0x1b, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, + 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x22, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x35, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0x7e, 0x0a, 0x21, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, + 0x55, 0x0a, 0x0e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, + 0x65, 0x12, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, + 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x00, 0x12, 0x61, 0x0a, 0x14, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x27, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x00, 0x12, 0x79, 0x0a, 0x1a, 0x52, 0x65, 0x61, + 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, + 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x22, 0x00, 0x12, 0x85, 0x01, 0x0a, 0x20, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, + 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x22, 0x00, 0x12, 0x93, 0x01, 0x0a, + 0x26, 0x52, 0x65, 0x61, 0x64, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, + 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, + 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, + 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, + 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, + 0x22, 0x00, 0x12, 0x72, 0x0a, 0x1b, 0x52, 0x65, 0x61, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, + 0x65, 0x61, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x29, 0x52, 0x65, 0x61, 0x64, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xa9, 0x01, 0x0a, 0x2f, 0x52, 0x65, 0x61, 0x64, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, + 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, + 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, + 0x22, 0x00, 0x12, 0xcd, 0x01, 0x0a, 0x39, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x12, 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, + 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x22, 0x00, 0x12, 0xd9, 0x01, 0x0a, 0x3f, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x52, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x9d, + 0x01, 0x0a, 0x29, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x3c, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, + 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xa9, + 0x01, 0x0a, 0x2f, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, + 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xcd, 0x01, 0x0a, 0x39, 0x52, + 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xd9, 0x01, 0x0a, 0x3f, 0x52, + 0x65, 0x61, 0x64, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, + 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x52, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xac, 0x01, 0x0a, 0x2b, 0x52, 0x65, 0x61, 0x64, 0x49, + 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, + 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xb8, 0x01, 0x0a, 0x31, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, + 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x44, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x00, + 0x12, 0x7f, 0x0a, 0x1c, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, + 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, + 0x00, 0x12, 0x84, 0x01, 0x0a, 0x21, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x90, 0x01, 0x0a, 0x27, 0x52, 0x65, 0x61, + 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x96, 0x01, 0x0a, 0x27, + 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x21, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, + 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, + 0x49, 0x44, 0x52, 0x22, 0x00, 0x12, 0x88, 0x01, 0x0a, 0x1f, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x50, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, + 0x12, 0x6d, 0x0a, 0x16, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, + 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x29, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x4e, 0x6f, 0x64, 0x65, + 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x56, + 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, + 0x9c, 0x01, 0x0a, 0x29, 0x52, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, + 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x12, 0x3c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, + 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, + 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x22, 0x00, 0x12, 0xa8, + 0x01, 0x0a, 0x2f, 0x52, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, + 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x61, 0x64, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, + 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x22, 0x00, 0x12, 0x84, 0x01, 0x0a, 0x22, 0x52, 0x65, + 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, + 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, + 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, + 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x22, 0x00, + 0x12, 0x99, 0x01, 0x0a, 0x29, 0x52, 0x65, 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x3c, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, + 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, + 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, + 0x25, 0x52, 0x65, 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, + 0x22, 0x00, 0x12, 0x98, 0x01, 0x0a, 0x2c, 0x52, 0x65, 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x61, 0x64, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, + 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0xb7, 0x01, + 0x0a, 0x32, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, + 0x74, 0x65, 0x78, 0x74, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, + 0x74, 0x65, 0x78, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0x00, 0x12, 0xc3, 0x01, 0x0a, 0x38, 0x52, 0x65, 0x61, 0x64, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, + 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, + 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, + 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0x00, 0x12, 0xa2, 0x01, + 0x0a, 0x2b, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x3e, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x22, 0x00, 0x12, 0xae, 0x01, 0x0a, 0x31, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, + 0x6d, 0x22, 0x00, 0x12, 0xba, 0x01, 0x0a, 0x33, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x46, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x00, + 0x12, 0x8e, 0x01, 0x0a, 0x21, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, + 0x00, 0x12, 0x82, 0x01, 0x0a, 0x1d, 0x52, 0x65, 0x61, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x61, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x6d, 0x0a, 0x16, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, + 0x12, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, + 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, + 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, + 0x76, 0x65, 0x72, 0x22, 0x00, 0x12, 0x67, 0x0a, 0x14, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x27, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x00, 0x12, 0x9c, + 0x01, 0x0a, 0x29, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x3c, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, + 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x22, 0x00, 0x12, 0x76, 0x0a, + 0x19, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, + 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x82, 0x01, 0x0a, 0x1d, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, + 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, + 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, + 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x23, 0x52, + 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, + 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x61, 0x64, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, + 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xd6, 0x01, 0x0a, 0x3a, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, + 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, + 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, + 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xdc, 0x01, 0x0a, 0x3c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, + 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, + 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x49, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, + 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x22, 0x00, 0x12, 0xdf, 0x01, 0x0a, 0x3d, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, + 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x50, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, + 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x22, 0x00, 0x12, 0xf4, 0x01, 0x0a, 0x44, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x57, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, + 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0xeb, 0x01, 0x0a, + 0x43, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x56, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x4a, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x22, 0x00, 0x12, 0xcc, 0x01, 0x0a, 0x2e, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, + 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, + 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, + 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, + 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, + 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xd8, 0x01, 0x0a, 0x34, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, + 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x55, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x65, 0x78, + 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xa0, 0x01, 0x0a, 0x22, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x35, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, + 0x74, 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, + 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0xac, 0x01, 0x0a, 0x28, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x4b, 0x75, 0x62, 0x65, 0x41, 0x67, 0x67, 0x72, 0x65, 0x67, 0x61, 0x74, + 0x6f, 0x72, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, + 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x50, 0x49, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x99, 0x01, 0x0a, 0x29, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x43, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, + 0x22, 0x00, 0x12, 0x7e, 0x0a, 0x20, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, + 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, + 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, + 0x22, 0x00, 0x12, 0x8a, 0x01, 0x0a, 0x26, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, + 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x39, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, + 0x81, 0x01, 0x0a, 0x21, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, + 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, + 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x26, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, + 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x39, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x63, 0x61, + 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, + 0x65, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x27, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, + 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x81, 0x01, 0x0a, 0x21, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, + 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x26, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, + 0x6c, 0x65, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, + 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x27, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, + 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x84, 0x01, 0x0a, 0x22, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x12, 0x35, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x22, 0x00, 0x12, 0x8f, + 0x01, 0x0a, 0x27, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, + 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, + 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, + 0x12, 0x90, 0x01, 0x0a, 0x28, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, + 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3b, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, + 0x74, 0x22, 0x00, 0x12, 0xbd, 0x01, 0x0a, 0x35, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x48, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, + 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, + 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, + 0x72, 0x22, 0x00, 0x12, 0xc9, 0x01, 0x0a, 0x3b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x4e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, + 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, + 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, + 0xbd, 0x01, 0x0a, 0x35, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x48, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, + 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, + 0xc9, 0x01, 0x0a, 0x3b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, + 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x4e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, + 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, + 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, 0x7b, 0x0a, 0x1f, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x12, 0x32, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, + 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x25, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, + 0x22, 0x00, 0x12, 0x6f, 0x0a, 0x1b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, + 0x62, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, + 0x62, 0x22, 0x00, 0x12, 0x7b, 0x0a, 0x21, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x42, 0x61, + 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, + 0x6f, 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, + 0x62, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x22, 0x00, + 0x12, 0xb2, 0x01, 0x0a, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, + 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xc2, 0x01, 0x0a, 0x36, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x70, 0x70, 0x72, 0x6f, 0x76, 0x61, 0x6c, + 0x12, 0x49, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, + 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x41, 0x70, 0x70, 0x72, + 0x6f, 0x76, 0x61, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xbe, 0x01, 0x0a, 0x34, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, + 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, + 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, + 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, + 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, + 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x00, 0x12, 0xaf, 0x01, 0x0a, 0x2d, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, + 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x40, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, + 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x8a, 0x01, + 0x0a, 0x24, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x6f, 0x72, 0x64, + 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x22, 0x00, 0x12, 0x6a, 0x0a, 0x16, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x12, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x22, 0x00, 0x12, 0x7a, 0x0a, 0x1e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x46, 0x69, 0x6e, 0x61, + 0x6c, 0x69, 0x7a, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x22, 0x00, 0x12, 0x76, 0x0a, 0x1c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x00, 0x12, 0x7e, 0x0a, 0x20, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x12, 0x33, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x22, 0x00, 0x12, 0x7e, 0x0a, 0x20, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x12, 0x33, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, + 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x22, 0x00, 0x12, 0x72, 0x0a, 0x1c, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x81, + 0x01, 0x0a, 0x21, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, + 0x61, 0x6e, 0x67, 0x65, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, + 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, + 0x22, 0x00, 0x12, 0xa2, 0x01, 0x0a, 0x2c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, + 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, + 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, 0x00, 0x12, 0xae, 0x01, 0x0a, 0x32, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x45, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, 0x00, 0x12, 0x6c, 0x0a, 0x1a, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x92, 0x01, 0x0a, 0x2d, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x45, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x63, 0x6f, + 0x6e, 0x74, 0x61, 0x69, 0x6e, 0x65, 0x72, 0x73, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, + 0x45, 0x70, 0x68, 0x65, 0x6d, 0x65, 0x72, 0x61, 0x6c, 0x63, 0x6f, 0x6e, 0x74, 0x61, 0x69, 0x6e, + 0x65, 0x72, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x20, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x6f, 0x64, 0x22, 0x00, 0x12, 0x84, 0x01, 0x0a, 0x22, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x35, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x22, 0x00, 0x12, 0xa2, 0x01, 0x0a, + 0x2c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x3f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x22, + 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, + 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, + 0x65, 0x72, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x12, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, + 0x72, 0x53, 0x63, 0x61, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x53, 0x63, 0x61, 0x6c, 0x65, 0x22, 0x00, 0x12, 0xae, 0x01, 0x0a, 0x32, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x45, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x22, 0x00, 0x12, 0x8a, 0x01, 0x0a, 0x24, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, + 0x61, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, + 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, + 0x6f, 0x74, 0x61, 0x22, 0x00, 0x12, 0x96, 0x01, 0x0a, 0x2a, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, + 0x61, 0x74, 0x75, 0x73, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x22, 0x00, 0x12, 0x75, + 0x0a, 0x1d, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, + 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x20, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, + 0x72, 0x65, 0x74, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x1e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, + 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, + 0x8d, 0x01, 0x0a, 0x25, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, + 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0x84, 0x01, 0x0a, 0x24, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, + 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x21, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x5b, 0x0a, 0x11, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x24, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, + 0x65, 0x22, 0x00, 0x12, 0x67, 0x0a, 0x17, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2a, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x1d, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x30, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, + 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, + 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x22, 0x00, 0x12, 0x8b, 0x01, + 0x0a, 0x23, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2a, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, + 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x22, 0x00, 0x12, 0x99, 0x01, 0x0a, 0x29, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, + 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x44, 0x69, + 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x44, 0x69, 0x73, + 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, + 0x53, 0x6c, 0x69, 0x63, 0x65, 0x22, 0x00, 0x12, 0x78, 0x0a, 0x1e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x2c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, + 0x6d, 0x61, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, + 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xaf, 0x01, 0x0a, 0x32, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x45, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, + 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xd3, 0x01, 0x0a, 0x3c, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, + 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, + 0xdf, 0x01, 0x0a, 0x42, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, + 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x2c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, + 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, + 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, + 0x6d, 0x61, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, + 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, + 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, + 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, + 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xaf, 0x01, 0x0a, 0x32, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x45, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, + 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, + 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x22, 0x00, 0x12, 0xd3, 0x01, 0x0a, 0x3c, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, + 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4f, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, + 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, + 0xdf, 0x01, 0x0a, 0x42, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x55, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x46, 0x6c, 0x6f, 0x77, 0x63, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, + 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x40, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, + 0x00, 0x12, 0xb2, 0x01, 0x0a, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x74, + 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, + 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, + 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0xbe, 0x01, 0x0a, 0x34, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, + 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, + 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, + 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x53, 0x74, 0x61, 0x74, 0x75, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x00, 0x12, 0x85, 0x01, 0x0a, 0x1f, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, + 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x32, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, + 0x8a, 0x01, 0x0a, 0x24, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, + 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, + 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x96, 0x01, 0x0a, + 0x2a, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, + 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x3d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, + 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x9c, 0x01, 0x0a, 0x2a, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, + 0x6c, 0x69, 0x63, 0x79, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, + 0x63, 0x79, 0x22, 0x00, 0x12, 0x94, 0x01, 0x0a, 0x24, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x12, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x49, 0x44, 0x52, 0x22, 0x00, 0x12, 0x8e, 0x01, 0x0a, 0x22, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x49, 0x50, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x00, 0x12, 0x73, 0x0a, 0x19, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, + 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x4e, 0x6f, + 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x4e, 0x6f, 0x64, + 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, + 0x00, 0x12, 0xa2, 0x01, 0x0a, 0x2c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, + 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, + 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, + 0x65, 0x74, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, + 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, + 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, + 0x64, 0x67, 0x65, 0x74, 0x22, 0x00, 0x12, 0xae, 0x01, 0x0a, 0x32, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x45, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, + 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, + 0x56, 0x31, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, + 0x75, 0x64, 0x67, 0x65, 0x74, 0x22, 0x00, 0x12, 0x8a, 0x01, 0x0a, 0x25, 0x52, 0x65, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, + 0x65, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, + 0x6c, 0x65, 0x22, 0x00, 0x12, 0x9f, 0x01, 0x0a, 0x2c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, + 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, + 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, + 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, + 0x64, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x28, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x6f, 0x6c, 0x65, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x1e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, + 0x22, 0x00, 0x12, 0x9e, 0x01, 0x0a, 0x2f, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x62, + 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, + 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x62, 0x61, 0x63, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x52, 0x62, 0x61, 0x63, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x22, 0x00, 0x12, 0xbd, 0x01, 0x0a, 0x35, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, 0x48, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, + 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, + 0x74, 0x22, 0x00, 0x12, 0xc9, 0x01, 0x0a, 0x3b, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x4e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, + 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, + 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x22, 0x00, 0x12, + 0xa8, 0x01, 0x0a, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, 0x00, 0x12, 0xb4, 0x01, 0x0a, 0x34, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x53, + 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x22, + 0x00, 0x12, 0xc0, 0x01, 0x0a, 0x36, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x49, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, + 0x74, 0x65, 0x22, 0x00, 0x12, 0x94, 0x01, 0x0a, 0x24, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x37, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x88, 0x01, 0x0a, 0x20, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, + 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x73, 0x0a, 0x19, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, + 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, + 0x76, 0x65, 0x72, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x53, 0x49, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x22, 0x00, 0x12, 0x6d, 0x0a, 0x17, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, + 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x43, 0x53, 0x49, 0x4e, 0x6f, 0x64, 0x65, 0x22, 0x00, 0x12, 0xa2, 0x01, 0x0a, 0x2c, 0x52, + 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x3f, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, + 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x53, 0x49, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x22, 0x00, 0x12, + 0x7c, 0x0a, 0x1c, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, + 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x29, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x22, 0x00, 0x12, 0x88, 0x01, + 0x0a, 0x20, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, + 0x6e, 0x74, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, + 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x94, 0x01, 0x0a, 0x26, 0x52, 0x65, 0x70, + 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, + 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, + 0x74, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xbf, 0x01, 0x0a, 0x38, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4b, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, + 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0xc7, 0x01, 0x0a, 0x3c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, + 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, + 0x73, 0x74, 0x12, 0x4f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4d, 0x75, 0x74, 0x61, + 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, + 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xc3, 0x01, 0x0a, 0x3a, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, + 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, + 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, + 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, + 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0xcb, 0x01, 0x0a, 0x3e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, + 0x6f, 0x6f, 0x6b, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x4c, 0x69, 0x73, 0x74, 0x12, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x57, 0x65, 0x62, 0x68, 0x6f, 0x6f, 0x6b, 0x43, + 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xc5, 0x01, 0x0a, 0x3b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, + 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, + 0x4e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xd3, 0x01, 0x0a, 0x42, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x55, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, + 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, + 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, + 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xdb, 0x01, + 0x0a, 0x46, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, + 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, + 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x42, 0x69, 0x6e, + 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x59, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, + 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, + 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xcd, 0x01, 0x0a, 0x3f, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, + 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, + 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x52, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x72, 0x65, 0x67, 0x69, 0x73, + 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x56, + 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6e, 0x67, 0x41, 0x64, 0x6d, 0x69, 0x73, 0x73, 0x69, + 0x6f, 0x6e, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa7, 0x01, 0x0a, 0x2c, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, + 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3f, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, + 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, + 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xaf, 0x01, 0x0a, 0x30, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x69, 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, + 0x73, 0x74, 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, + 0x6e, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x43, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, + 0x65, 0x78, 0x74, 0x65, 0x6e, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x56, 0x31, 0x43, 0x75, 0x73, 0x74, + 0x6f, 0x6d, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x44, 0x65, 0x66, 0x69, 0x6e, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8f, 0x01, 0x0a, 0x20, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x33, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x24, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, + 0x73, 0x74, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x69, 0x72, 0x65, 0x67, 0x69, 0x73, 0x74, 0x72, 0x61, + 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x41, 0x70, 0x69, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0xb1, 0x01, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, + 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, + 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9f, 0x01, 0x0a, 0x28, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x61, 0x65, + 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x29, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, + 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, + 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9d, 0x01, + 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, + 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa5, 0x01, + 0x0a, 0x2b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, + 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3e, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x76, 0x69, 0x73, 0x69, + 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x1e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, + 0x61, 0x65, 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, 0x6d, 0x6f, + 0x6e, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x93, 0x01, 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, + 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, + 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x44, 0x61, 0x65, + 0x6d, 0x6f, 0x6e, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x1f, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x32, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a, 0x23, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x1f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x53, 0x65, 0x74, 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, + 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0x95, 0x01, 0x0a, 0x23, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, + 0x63, 0x61, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8f, 0x01, 0x0a, 0x20, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x12, 0x33, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x24, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, + 0x4c, 0x69, 0x73, 0x74, 0x12, 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, + 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa1, 0x01, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, + 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x4c, + 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x12, 0x3c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x2a, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, + 0x6c, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x70, 0x70, 0x73, 0x56, + 0x31, 0x53, 0x74, 0x61, 0x74, 0x65, 0x66, 0x75, 0x6c, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xc9, 0x01, 0x0a, 0x3d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, + 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x12, 0x50, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, + 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb5, 0x01, 0x0a, 0x33, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, + 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x65, 0x72, 0x12, 0x46, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0xbd, 0x01, 0x0a, 0x37, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, + 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, + 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, + 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0xc9, 0x01, 0x0a, 0x3d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, + 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, + 0x72, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x50, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x32, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, + 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xb5, 0x01, 0x0a, 0x33, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, + 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, + 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x12, 0x46, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, + 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xbd, 0x01, 0x0a, 0x37, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x32, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, + 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x65, 0x72, 0x4c, + 0x69, 0x73, 0x74, 0x12, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, 0x61, 0x6c, 0x69, 0x6e, + 0x67, 0x56, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x48, 0x6f, 0x72, + 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x50, 0x6f, 0x64, 0x41, 0x75, 0x74, 0x6f, 0x73, 0x63, + 0x61, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x4c, + 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x43, 0x72, 0x6f, + 0x6e, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a, 0x23, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, + 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0x89, 0x01, 0x0a, 0x1d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, + 0x62, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x91, 0x01, 0x0a, 0x21, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x72, 0x6f, 0x6e, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0x81, 0x01, 0x0a, 0x19, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x12, 0x2c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x4a, 0x6f, 0x62, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x1d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, + 0x62, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x42, 0x61, 0x74, 0x63, 0x68, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4a, 0x6f, 0x62, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xa7, 0x01, 0x0a, 0x2c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, + 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, + 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, + 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xaf, 0x01, 0x0a, 0x30, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, + 0x31, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, + 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x43, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x43, + 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x53, 0x69, 0x67, 0x6e, 0x69, 0x6e, + 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2b, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, + 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, + 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, 0x12, 0x3e, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, + 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, + 0x6e, 0x64, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0xad, 0x01, 0x0a, 0x2f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, + 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, + 0x64, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x42, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, + 0x69, 0x63, 0x61, 0x74, 0x65, 0x73, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x54, 0x72, 0x75, 0x73, 0x74, 0x42, 0x75, 0x6e, 0x64, 0x6c, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0xa7, 0x01, 0x0a, 0x2c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6f, + 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x93, 0x01, + 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, + 0x65, 0x61, 0x73, 0x65, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, + 0x65, 0x61, 0x73, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x26, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x6f, + 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x39, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x6f, 0x72, 0x64, 0x69, 0x6e, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4c, 0x65, 0x61, 0x73, 0x65, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0x9f, 0x01, 0x0a, 0x28, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x3b, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x9f, 0x01, 0x0a, 0x28, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x4c, 0x69, 0x73, 0x74, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x12, 0x3b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x24, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x37, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xa1, 0x01, 0x0a, 0x29, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, + 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x3c, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x77, 0x0a, 0x14, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x12, 0x27, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x18, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8b, 0x01, + 0x0a, 0x1e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, + 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x93, 0x01, 0x0a, 0x22, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4c, 0x69, + 0x73, 0x74, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x4d, 0x61, 0x70, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x1e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, + 0x69, 0x6e, 0x74, 0x73, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0x93, 0x01, 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, + 0x74, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x1a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x1e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x31, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x1f, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x12, 0x32, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a, 0x23, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x36, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x52, 0x61, 0x6e, 0x67, 0x65, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, + 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, + 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xab, 0x01, 0x0a, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x65, 0x72, + 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, 0x61, + 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x18, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x12, 0x2b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x1c, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0x8f, 0x01, 0x0a, 0x20, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, + 0x70, 0x6c, 0x61, 0x74, 0x65, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, + 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x24, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x54, + 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x37, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, + 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa3, 0x01, 0x0a, + 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x12, 0x3d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, + 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, + 0x6c, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x22, 0x00, 0x12, 0xab, 0x01, 0x0a, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, + 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, + 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, + 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0x93, 0x01, 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, + 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x26, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, + 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x22, 0x00, 0x12, 0x85, 0x01, 0x0a, 0x1b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, + 0x63, 0x72, 0x65, 0x74, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, + 0x1f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, + 0x12, 0x32, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, + 0x1c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x2f, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a, 0x23, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x36, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9d, + 0x01, 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, + 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3a, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, + 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, + 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8f, + 0x01, 0x0a, 0x20, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, + 0x69, 0x73, 0x74, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0x6d, 0x0a, 0x0f, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x6f, 0x64, 0x65, 0x12, 0x22, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, 0x64, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0x75, 0x0a, 0x13, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, 0x6f, + 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x26, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x4e, + 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x85, 0x01, 0x0a, 0x1b, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, + 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb7, + 0x01, 0x0a, 0x34, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, + 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x43, 0x6c, + 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, + 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, + 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8d, 0x01, 0x0a, 0x1f, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, + 0x6e, 0x74, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x32, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, + 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x65, 0x72, 0x73, 0x69, 0x73, 0x74, 0x65, 0x6e, 0x74, 0x56, + 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x93, 0x01, 0x0a, 0x22, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, + 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x4c, 0x69, 0x73, 0x74, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa3, + 0x01, 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, + 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x3d, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x50, 0x6f, 0x64, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, + 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb7, 0x01, 0x0a, 0x34, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, + 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, + 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x47, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x6c, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa7, + 0x01, 0x0a, 0x2c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, + 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, + 0x51, 0x75, 0x6f, 0x74, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x99, 0x01, 0x0a, 0x25, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x4c, 0x69, + 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x12, 0x38, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x63, 0x72, 0x65, + 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa9, 0x01, 0x0a, 0x2d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, + 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, 0x53, + 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0x9b, 0x01, 0x0a, 0x26, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, 0x72, 0x65, 0x56, 0x31, + 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, + 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x39, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x43, 0x6f, + 0x72, 0x65, 0x56, 0x31, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, + 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb1, + 0x01, 0x0a, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, + 0x79, 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x12, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, + 0x56, 0x31, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x4c, + 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x22, 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, 0x63, + 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x12, 0x3a, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, + 0x69, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x22, 0x00, 0x12, 0xa5, 0x01, 0x0a, 0x2b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, 0x63, + 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x4c, 0x69, + 0x73, 0x74, 0x12, 0x3e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x44, 0x69, 0x73, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x79, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, + 0x6e, 0x74, 0x53, 0x6c, 0x69, 0x63, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x26, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x87, 0x01, 0x0a, 0x1c, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x12, 0x2f, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x22, 0x00, 0x12, 0x8f, 0x01, 0x0a, 0x20, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x73, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x73, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, + 0x65, 0x6d, 0x61, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xab, 0x01, 0x0a, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, + 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x41, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x46, 0x6c, 0x6f, 0x77, 0x53, + 0x63, 0x68, 0x65, 0x6d, 0x61, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, + 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, + 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, + 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xc3, 0x01, 0x0a, 0x3a, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xcb, + 0x01, 0x0a, 0x3e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x32, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, + 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x32, 0x50, + 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, + 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa3, 0x01, 0x0a, + 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, + 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x12, 0x3d, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, + 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, + 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, + 0x65, 0x6d, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, + 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, + 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, + 0x22, 0x00, 0x12, 0xab, 0x01, 0x0a, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, + 0x61, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, + 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x33, 0x46, 0x6c, 0x6f, 0x77, 0x53, 0x63, 0x68, 0x65, 0x6d, 0x61, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0xc3, 0x01, 0x0a, 0x3a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, + 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, + 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x4d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, + 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, + 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xcb, 0x01, 0x0a, 0x3e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x46, 0x6c, 0x6f, 0x77, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, + 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x4c, 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x46, 0x6c, 0x6f, 0x77, + 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x6f, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, + 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x33, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x4c, + 0x65, 0x76, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa7, 0x01, 0x0a, 0x2c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, + 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xaf, + 0x01, 0x0a, 0x30, 0x57, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, + 0x41, 0x70, 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4c, + 0x69, 0x73, 0x74, 0x12, 0x43, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x61, 0x6c, 0x41, 0x70, + 0x69, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0x89, 0x01, 0x0a, 0x1d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x12, 0x30, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, + 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, + 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x91, 0x01, 0x0a, + 0x21, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, + 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, + 0x73, 0x74, 0x12, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, + 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0xa7, 0x01, 0x0a, 0x2c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, + 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x93, 0x01, 0x0a, 0x22, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0x9b, 0x01, 0x0a, 0x26, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x39, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x49, 0x6e, 0x67, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9f, + 0x01, 0x0a, 0x28, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, + 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x3b, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, + 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0xa7, 0x01, 0x0a, 0x2c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, + 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, + 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb3, 0x01, 0x0a, 0x32, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x12, 0x45, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0x93, 0x01, 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, + 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x26, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, 0x72, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, + 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x43, 0x69, 0x64, + 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, + 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, + 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, + 0x6e, 0x74, 0x22, 0x00, 0x12, 0x8f, 0x01, 0x0a, 0x20, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, + 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x33, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, + 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, + 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x97, 0x01, 0x0a, 0x24, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x37, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x4e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x61, 0x6c, + 0x70, 0x68, 0x61, 0x31, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x4c, 0x69, 0x73, + 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, + 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, + 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, + 0x12, 0x7d, 0x0a, 0x17, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, + 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x2a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, + 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0x85, 0x01, 0x0a, 0x1b, 0x57, 0x61, 0x74, 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, + 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, + 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x4e, 0x6f, 0x64, 0x65, 0x56, 0x31, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, + 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, + 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, + 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xab, 0x01, + 0x0a, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, + 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, + 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, + 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, + 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb7, 0x01, 0x0a, 0x34, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, 0x6f, 0x64, + 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, 0x65, 0x74, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x56, 0x31, 0x50, + 0x6f, 0x64, 0x44, 0x69, 0x73, 0x72, 0x75, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x75, 0x64, 0x67, + 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x95, 0x01, 0x0a, 0x23, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x36, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa3, 0x01, + 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, + 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x3d, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, + 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0xab, 0x01, 0x0a, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, + 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, + 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, + 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0x9d, 0x01, 0x0a, 0x27, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x43, 0x6c, + 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3a, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, + 0x6e, 0x56, 0x31, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, + 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x26, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, + 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x12, 0x39, 0x2e, 0x6b, + 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xa9, 0x01, 0x0a, 0x2d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, + 0x67, 0x12, 0x40, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb1, 0x01, 0x0a, 0x31, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, + 0x74, 0x12, 0x44, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xa3, 0x01, 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3d, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, + 0x6f, 0x6e, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x6f, + 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xbd, 0x01, 0x0a, 0x37, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, + 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x73, 0x12, 0x4a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, + 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x42, 0x69, 0x6e, 0x64, 0x69, + 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xaf, 0x01, 0x0a, 0x30, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x62, 0x61, 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, + 0x56, 0x31, 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x43, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x62, 0x61, + 0x63, 0x41, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x56, 0x31, + 0x52, 0x6f, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb5, 0x01, 0x0a, 0x33, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, + 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x12, + 0x46, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, + 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xbd, 0x01, 0x0a, 0x37, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, + 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x4a, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, + 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0xa7, 0x01, 0x0a, 0x2c, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, + 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, + 0x12, 0x3f, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xaf, 0x01, 0x0a, 0x30, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x43, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb7, 0x01, 0x0a, 0x34, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, + 0x6c, 0x61, 0x74, 0x65, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, + 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, + 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xbf, 0x01, 0x0a, 0x38, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, + 0x73, 0x74, 0x12, 0x4b, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, + 0x6c, 0x70, 0x68, 0x61, 0x32, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, + 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xc9, 0x01, 0x0a, 0x3d, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x50, 0x6f, 0x64, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, + 0x6e, 0x74, 0x65, 0x78, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, + 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x50, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, + 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x50, 0x6f, 0x64, 0x53, + 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0xbb, 0x01, 0x0a, 0x36, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, + 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, + 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x49, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, + 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, + 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, + 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0xcb, 0x01, 0x0a, 0x3e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, + 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, + 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x73, 0x12, 0x51, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, + 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, + 0x6c, 0x61, 0x69, 0x6d, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x4c, 0x69, 0x73, 0x74, + 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0x93, 0x01, 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, + 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, + 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, + 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, + 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, + 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x9b, 0x01, 0x0a, 0x26, 0x57, 0x61, 0x74, 0x63, 0x68, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x52, + 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, + 0x12, 0x39, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x56, 0x31, 0x61, 0x6c, 0x70, + 0x68, 0x61, 0x32, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x1e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, + 0x65, 0x64, 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, + 0x79, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, 0x65, 0x64, 0x75, 0x6c, + 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0x93, 0x01, 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, + 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x63, 0x68, 0x65, 0x64, + 0x75, 0x6c, 0x69, 0x6e, 0x67, 0x56, 0x31, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x43, + 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x7d, 0x0a, 0x17, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, + 0x65, 0x72, 0x12, 0x2a, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, + 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, + 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, + 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, + 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, + 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x85, 0x01, 0x0a, 0x1b, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, + 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2e, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x43, 0x73, 0x69, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x52, + 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, + 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, + 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x79, + 0x0a, 0x15, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x12, 0x28, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, + 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, + 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, + 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, + 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x81, 0x01, 0x0a, 0x19, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, + 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2c, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x56, 0x31, 0x43, 0x73, 0x69, 0x4e, 0x6f, 0x64, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xb7, 0x01, + 0x0a, 0x34, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, + 0x74, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x47, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, + 0x63, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x46, 0x6f, 0x72, 0x41, 0x6c, 0x6c, 0x4e, 0x61, + 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, + 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, + 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, + 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, + 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xa3, 0x01, 0x0a, 0x2a, 0x57, 0x61, 0x74, 0x63, + 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, + 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, + 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x12, 0x3d, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, + 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, + 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0xab, 0x01, + 0x0a, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x4e, 0x61, 0x6d, 0x65, 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x73, 0x74, + 0x12, 0x41, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, + 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x4e, 0x61, 0x6d, 0x65, + 0x73, 0x70, 0x61, 0x63, 0x65, 0x64, 0x43, 0x73, 0x69, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x43, 0x61, 0x70, 0x61, 0x63, 0x69, 0x74, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, + 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, + 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, + 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, + 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x1a, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, + 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x2d, 0x2e, 0x6b, 0x75, 0x62, + 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, + 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, + 0x73, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, + 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, + 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, + 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, + 0x00, 0x12, 0x8b, 0x01, 0x0a, 0x1e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, + 0x67, 0x65, 0x56, 0x31, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, + 0x4c, 0x69, 0x73, 0x74, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x4c, 0x69, 0x73, 0x74, + 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, + 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, + 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, + 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, + 0x8b, 0x01, 0x0a, 0x1e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x56, 0x31, 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, + 0x6e, 0x74, 0x12, 0x31, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, + 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, 0x56, 0x6f, + 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, + 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, + 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, + 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, + 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, 0x74, 0x22, 0x00, 0x12, 0x93, 0x01, + 0x0a, 0x22, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, + 0x4c, 0x69, 0x73, 0x74, 0x12, 0x35, 0x2e, 0x6b, 0x75, 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, + 0x73, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x56, 0x31, + 0x56, 0x6f, 0x6c, 0x75, 0x6d, 0x65, 0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, + 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x34, 0x2e, 0x6b, 0x75, + 0x62, 0x65, 0x72, 0x6e, 0x65, 0x74, 0x65, 0x73, 0x2e, 0x49, 0x6f, 0x4b, 0x38, 0x73, 0x41, 0x70, + 0x69, 0x6d, 0x61, 0x63, 0x68, 0x69, 0x6e, 0x65, 0x72, 0x79, 0x50, 0x6b, 0x67, 0x41, 0x70, 0x69, + 0x73, 0x4d, 0x65, 0x74, 0x61, 0x56, 0x31, 0x57, 0x61, 0x74, 0x63, 0x68, 0x45, 0x76, 0x65, 0x6e, + 0x74, 0x22, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, +} + +var ( + file_kubernetes_proto_kubernetes_proto_rawDescOnce sync.Once + file_kubernetes_proto_kubernetes_proto_rawDescData = file_kubernetes_proto_kubernetes_proto_rawDesc +) + +func file_kubernetes_proto_kubernetes_proto_rawDescGZIP() []byte { + file_kubernetes_proto_kubernetes_proto_rawDescOnce.Do(func() { + file_kubernetes_proto_kubernetes_proto_rawDescData = protoimpl.X.CompressGZIP(file_kubernetes_proto_kubernetes_proto_rawDescData) + }) + return file_kubernetes_proto_kubernetes_proto_rawDescData +} + +var file_kubernetes_proto_kubernetes_proto_msgTypes = make([]protoimpl.MessageInfo, 1363) +var file_kubernetes_proto_kubernetes_proto_goTypes = []interface{}{ + (*ConnectCoreV1DeleteNamespacedPodProxyRequest)(nil), // 0: kubernetes.ConnectCoreV1DeleteNamespacedPodProxyRequest + (*ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest)(nil), // 1: kubernetes.ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest + (*ConnectCoreV1DeleteNamespacedServiceProxyRequest)(nil), // 2: kubernetes.ConnectCoreV1DeleteNamespacedServiceProxyRequest + (*ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest)(nil), // 3: kubernetes.ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest + (*ConnectCoreV1DeleteNodeProxyRequest)(nil), // 4: kubernetes.ConnectCoreV1DeleteNodeProxyRequest + (*ConnectCoreV1DeleteNodeProxyWithPathRequest)(nil), // 5: kubernetes.ConnectCoreV1DeleteNodeProxyWithPathRequest + (*ConnectCoreV1GetNamespacedPodAttachRequest)(nil), // 6: kubernetes.ConnectCoreV1GetNamespacedPodAttachRequest + (*ConnectCoreV1GetNamespacedPodExecRequest)(nil), // 7: kubernetes.ConnectCoreV1GetNamespacedPodExecRequest + (*ConnectCoreV1GetNamespacedPodPortforwardRequest)(nil), // 8: kubernetes.ConnectCoreV1GetNamespacedPodPortforwardRequest + (*ConnectCoreV1GetNamespacedPodProxyRequest)(nil), // 9: kubernetes.ConnectCoreV1GetNamespacedPodProxyRequest + (*ConnectCoreV1GetNamespacedPodProxyWithPathRequest)(nil), // 10: kubernetes.ConnectCoreV1GetNamespacedPodProxyWithPathRequest + (*ConnectCoreV1GetNamespacedServiceProxyRequest)(nil), // 11: kubernetes.ConnectCoreV1GetNamespacedServiceProxyRequest + (*ConnectCoreV1GetNamespacedServiceProxyWithPathRequest)(nil), // 12: kubernetes.ConnectCoreV1GetNamespacedServiceProxyWithPathRequest + (*ConnectCoreV1GetNodeProxyRequest)(nil), // 13: kubernetes.ConnectCoreV1GetNodeProxyRequest + (*ConnectCoreV1GetNodeProxyWithPathRequest)(nil), // 14: kubernetes.ConnectCoreV1GetNodeProxyWithPathRequest + (*ConnectCoreV1PatchNamespacedPodProxyRequest)(nil), // 15: kubernetes.ConnectCoreV1PatchNamespacedPodProxyRequest + (*ConnectCoreV1PatchNamespacedPodProxyWithPathRequest)(nil), // 16: kubernetes.ConnectCoreV1PatchNamespacedPodProxyWithPathRequest + (*ConnectCoreV1PatchNamespacedServiceProxyRequest)(nil), // 17: kubernetes.ConnectCoreV1PatchNamespacedServiceProxyRequest + (*ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest)(nil), // 18: kubernetes.ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest + (*ConnectCoreV1PatchNodeProxyRequest)(nil), // 19: kubernetes.ConnectCoreV1PatchNodeProxyRequest + (*ConnectCoreV1PatchNodeProxyWithPathRequest)(nil), // 20: kubernetes.ConnectCoreV1PatchNodeProxyWithPathRequest + (*ConnectCoreV1PostNamespacedPodAttachRequest)(nil), // 21: kubernetes.ConnectCoreV1PostNamespacedPodAttachRequest + (*ConnectCoreV1PostNamespacedPodExecRequest)(nil), // 22: kubernetes.ConnectCoreV1PostNamespacedPodExecRequest + (*ConnectCoreV1PostNamespacedPodPortforwardRequest)(nil), // 23: kubernetes.ConnectCoreV1PostNamespacedPodPortforwardRequest + (*ConnectCoreV1PostNamespacedPodProxyRequest)(nil), // 24: kubernetes.ConnectCoreV1PostNamespacedPodProxyRequest + (*ConnectCoreV1PostNamespacedPodProxyWithPathRequest)(nil), // 25: kubernetes.ConnectCoreV1PostNamespacedPodProxyWithPathRequest + (*ConnectCoreV1PostNamespacedServiceProxyRequest)(nil), // 26: kubernetes.ConnectCoreV1PostNamespacedServiceProxyRequest + (*ConnectCoreV1PostNamespacedServiceProxyWithPathRequest)(nil), // 27: kubernetes.ConnectCoreV1PostNamespacedServiceProxyWithPathRequest + (*ConnectCoreV1PostNodeProxyRequest)(nil), // 28: kubernetes.ConnectCoreV1PostNodeProxyRequest + (*ConnectCoreV1PostNodeProxyWithPathRequest)(nil), // 29: kubernetes.ConnectCoreV1PostNodeProxyWithPathRequest + (*ConnectCoreV1PutNamespacedPodProxyRequest)(nil), // 30: kubernetes.ConnectCoreV1PutNamespacedPodProxyRequest + (*ConnectCoreV1PutNamespacedPodProxyWithPathRequest)(nil), // 31: kubernetes.ConnectCoreV1PutNamespacedPodProxyWithPathRequest + (*ConnectCoreV1PutNamespacedServiceProxyRequest)(nil), // 32: kubernetes.ConnectCoreV1PutNamespacedServiceProxyRequest + (*ConnectCoreV1PutNamespacedServiceProxyWithPathRequest)(nil), // 33: kubernetes.ConnectCoreV1PutNamespacedServiceProxyWithPathRequest + (*ConnectCoreV1PutNodeProxyRequest)(nil), // 34: kubernetes.ConnectCoreV1PutNodeProxyRequest + (*ConnectCoreV1PutNodeProxyWithPathRequest)(nil), // 35: kubernetes.ConnectCoreV1PutNodeProxyWithPathRequest + (*CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest)(nil), // 36: kubernetes.CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest + (*CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest)(nil), // 37: kubernetes.CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest + (*CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest)(nil), // 38: kubernetes.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + (*CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest)(nil), // 39: kubernetes.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + (*CreateApiextensionsV1CustomResourceDefinitionRequest)(nil), // 40: kubernetes.CreateApiextensionsV1CustomResourceDefinitionRequest + (*CreateApiregistrationV1ApiServiceRequest)(nil), // 41: kubernetes.CreateApiregistrationV1ApiServiceRequest + (*CreateAppsV1NamespacedControllerRevisionRequest)(nil), // 42: kubernetes.CreateAppsV1NamespacedControllerRevisionRequest + (*CreateAppsV1NamespacedDaemonSetRequest)(nil), // 43: kubernetes.CreateAppsV1NamespacedDaemonSetRequest + (*CreateAppsV1NamespacedDeploymentRequest)(nil), // 44: kubernetes.CreateAppsV1NamespacedDeploymentRequest + (*CreateAppsV1NamespacedReplicaSetRequest)(nil), // 45: kubernetes.CreateAppsV1NamespacedReplicaSetRequest + (*CreateAppsV1NamespacedStatefulSetRequest)(nil), // 46: kubernetes.CreateAppsV1NamespacedStatefulSetRequest + (*CreateAuthenticationV1SelfSubjectReviewRequest)(nil), // 47: kubernetes.CreateAuthenticationV1SelfSubjectReviewRequest + (*CreateAuthenticationV1TokenReviewRequest)(nil), // 48: kubernetes.CreateAuthenticationV1TokenReviewRequest + (*CreateAuthenticationV1Alpha1SelfSubjectReviewRequest)(nil), // 49: kubernetes.CreateAuthenticationV1alpha1SelfSubjectReviewRequest + (*CreateAuthenticationV1Beta1SelfSubjectReviewRequest)(nil), // 50: kubernetes.CreateAuthenticationV1beta1SelfSubjectReviewRequest + (*CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest)(nil), // 51: kubernetes.CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest + (*CreateAuthorizationV1SelfSubjectAccessReviewRequest)(nil), // 52: kubernetes.CreateAuthorizationV1SelfSubjectAccessReviewRequest + (*CreateAuthorizationV1SelfSubjectRulesReviewRequest)(nil), // 53: kubernetes.CreateAuthorizationV1SelfSubjectRulesReviewRequest + (*CreateAuthorizationV1SubjectAccessReviewRequest)(nil), // 54: kubernetes.CreateAuthorizationV1SubjectAccessReviewRequest + (*CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest)(nil), // 55: kubernetes.CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + (*CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest)(nil), // 56: kubernetes.CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + (*CreateBatchV1NamespacedCronJobRequest)(nil), // 57: kubernetes.CreateBatchV1NamespacedCronJobRequest + (*CreateBatchV1NamespacedJobRequest)(nil), // 58: kubernetes.CreateBatchV1NamespacedJobRequest + (*CreateCertificatesV1CertificateSigningRequestRequest)(nil), // 59: kubernetes.CreateCertificatesV1CertificateSigningRequestRequest + (*CreateCertificatesV1Alpha1ClusterTrustBundleRequest)(nil), // 60: kubernetes.CreateCertificatesV1alpha1ClusterTrustBundleRequest + (*CreateCoordinationV1NamespacedLeaseRequest)(nil), // 61: kubernetes.CreateCoordinationV1NamespacedLeaseRequest + (*CreateCoreV1NamespaceRequest)(nil), // 62: kubernetes.CreateCoreV1NamespaceRequest + (*CreateCoreV1NamespacedBindingRequest)(nil), // 63: kubernetes.CreateCoreV1NamespacedBindingRequest + (*CreateCoreV1NamespacedConfigMapRequest)(nil), // 64: kubernetes.CreateCoreV1NamespacedConfigMapRequest + (*CreateCoreV1NamespacedEndpointsRequest)(nil), // 65: kubernetes.CreateCoreV1NamespacedEndpointsRequest + (*CreateCoreV1NamespacedEventRequest)(nil), // 66: kubernetes.CreateCoreV1NamespacedEventRequest + (*CreateCoreV1NamespacedLimitRangeRequest)(nil), // 67: kubernetes.CreateCoreV1NamespacedLimitRangeRequest + (*CreateCoreV1NamespacedPersistentVolumeClaimRequest)(nil), // 68: kubernetes.CreateCoreV1NamespacedPersistentVolumeClaimRequest + (*CreateCoreV1NamespacedPodBindingRequest)(nil), // 69: kubernetes.CreateCoreV1NamespacedPodBindingRequest + (*CreateCoreV1NamespacedPodEvictionRequest)(nil), // 70: kubernetes.CreateCoreV1NamespacedPodEvictionRequest + (*CreateCoreV1NamespacedPodRequest)(nil), // 71: kubernetes.CreateCoreV1NamespacedPodRequest + (*CreateCoreV1NamespacedPodTemplateRequest)(nil), // 72: kubernetes.CreateCoreV1NamespacedPodTemplateRequest + (*CreateCoreV1NamespacedReplicationControllerRequest)(nil), // 73: kubernetes.CreateCoreV1NamespacedReplicationControllerRequest + (*CreateCoreV1NamespacedResourceQuotaRequest)(nil), // 74: kubernetes.CreateCoreV1NamespacedResourceQuotaRequest + (*CreateCoreV1NamespacedSecretRequest)(nil), // 75: kubernetes.CreateCoreV1NamespacedSecretRequest + (*CreateCoreV1NamespacedServiceAccountRequest)(nil), // 76: kubernetes.CreateCoreV1NamespacedServiceAccountRequest + (*CreateCoreV1NamespacedServiceAccountTokenRequest)(nil), // 77: kubernetes.CreateCoreV1NamespacedServiceAccountTokenRequest + (*CreateCoreV1NamespacedServiceRequest)(nil), // 78: kubernetes.CreateCoreV1NamespacedServiceRequest + (*CreateCoreV1NodeRequest)(nil), // 79: kubernetes.CreateCoreV1NodeRequest + (*CreateCoreV1PersistentVolumeRequest)(nil), // 80: kubernetes.CreateCoreV1PersistentVolumeRequest + (*CreateDiscoveryV1NamespacedEndpointSliceRequest)(nil), // 81: kubernetes.CreateDiscoveryV1NamespacedEndpointSliceRequest + (*CreateEventsV1NamespacedEventRequest)(nil), // 82: kubernetes.CreateEventsV1NamespacedEventRequest + (*CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest)(nil), // 83: kubernetes.CreateFlowcontrolApiserverV1beta2FlowSchemaRequest + (*CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest)(nil), // 84: kubernetes.CreateFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + (*CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest)(nil), // 85: kubernetes.CreateFlowcontrolApiserverV1beta3FlowSchemaRequest + (*CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest)(nil), // 86: kubernetes.CreateFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + (*CreateInternalApiserverV1Alpha1StorageVersionRequest)(nil), // 87: kubernetes.CreateInternalApiserverV1alpha1StorageVersionRequest + (*CreateNetworkingV1IngressClassRequest)(nil), // 88: kubernetes.CreateNetworkingV1IngressClassRequest + (*CreateNetworkingV1NamespacedIngressRequest)(nil), // 89: kubernetes.CreateNetworkingV1NamespacedIngressRequest + (*CreateNetworkingV1NamespacedNetworkPolicyRequest)(nil), // 90: kubernetes.CreateNetworkingV1NamespacedNetworkPolicyRequest + (*CreateNetworkingV1Alpha1ClusterCidrRequest)(nil), // 91: kubernetes.CreateNetworkingV1alpha1ClusterCidrRequest + (*CreateNetworkingV1Alpha1IpAddressRequest)(nil), // 92: kubernetes.CreateNetworkingV1alpha1IpAddressRequest + (*CreateNodeV1RuntimeClassRequest)(nil), // 93: kubernetes.CreateNodeV1RuntimeClassRequest + (*CreatePolicyV1NamespacedPodDisruptionBudgetRequest)(nil), // 94: kubernetes.CreatePolicyV1NamespacedPodDisruptionBudgetRequest + (*CreateRbacAuthorizationV1ClusterRoleBindingRequest)(nil), // 95: kubernetes.CreateRbacAuthorizationV1ClusterRoleBindingRequest + (*CreateRbacAuthorizationV1ClusterRoleRequest)(nil), // 96: kubernetes.CreateRbacAuthorizationV1ClusterRoleRequest + (*CreateRbacAuthorizationV1NamespacedRoleBindingRequest)(nil), // 97: kubernetes.CreateRbacAuthorizationV1NamespacedRoleBindingRequest + (*CreateRbacAuthorizationV1NamespacedRoleRequest)(nil), // 98: kubernetes.CreateRbacAuthorizationV1NamespacedRoleRequest + (*CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest)(nil), // 99: kubernetes.CreateResourceV1alpha2NamespacedPodSchedulingContextRequest + (*CreateResourceV1Alpha2NamespacedResourceClaimRequest)(nil), // 100: kubernetes.CreateResourceV1alpha2NamespacedResourceClaimRequest + (*CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest)(nil), // 101: kubernetes.CreateResourceV1alpha2NamespacedResourceClaimTemplateRequest + (*CreateResourceV1Alpha2ResourceClassRequest)(nil), // 102: kubernetes.CreateResourceV1alpha2ResourceClassRequest + (*CreateSchedulingV1PriorityClassRequest)(nil), // 103: kubernetes.CreateSchedulingV1PriorityClassRequest + (*CreateStorageV1CsiDriverRequest)(nil), // 104: kubernetes.CreateStorageV1CsiDriverRequest + (*CreateStorageV1CsiNodeRequest)(nil), // 105: kubernetes.CreateStorageV1CsiNodeRequest + (*CreateStorageV1NamespacedCsiStorageCapacityRequest)(nil), // 106: kubernetes.CreateStorageV1NamespacedCsiStorageCapacityRequest + (*CreateStorageV1StorageClassRequest)(nil), // 107: kubernetes.CreateStorageV1StorageClassRequest + (*CreateStorageV1VolumeAttachmentRequest)(nil), // 108: kubernetes.CreateStorageV1VolumeAttachmentRequest + (*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest)(nil), // 109: kubernetes.DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest + (*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest)(nil), // 110: kubernetes.DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest + (*DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest)(nil), // 111: kubernetes.DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest + (*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest)(nil), // 112: kubernetes.DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest + (*DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest)(nil), // 113: kubernetes.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyBindingRequest + (*DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest)(nil), // 114: kubernetes.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyRequest + (*DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest)(nil), // 115: kubernetes.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + (*DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest)(nil), // 116: kubernetes.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + (*DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest)(nil), // 117: kubernetes.DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest + (*DeleteApiextensionsV1CustomResourceDefinitionRequest)(nil), // 118: kubernetes.DeleteApiextensionsV1CustomResourceDefinitionRequest + (*DeleteApiregistrationV1ApiServiceRequest)(nil), // 119: kubernetes.DeleteApiregistrationV1ApiServiceRequest + (*DeleteApiregistrationV1CollectionApiServiceRequest)(nil), // 120: kubernetes.DeleteApiregistrationV1CollectionApiServiceRequest + (*DeleteAppsV1CollectionNamespacedControllerRevisionRequest)(nil), // 121: kubernetes.DeleteAppsV1CollectionNamespacedControllerRevisionRequest + (*DeleteAppsV1CollectionNamespacedDaemonSetRequest)(nil), // 122: kubernetes.DeleteAppsV1CollectionNamespacedDaemonSetRequest + (*DeleteAppsV1CollectionNamespacedDeploymentRequest)(nil), // 123: kubernetes.DeleteAppsV1CollectionNamespacedDeploymentRequest + (*DeleteAppsV1CollectionNamespacedReplicaSetRequest)(nil), // 124: kubernetes.DeleteAppsV1CollectionNamespacedReplicaSetRequest + (*DeleteAppsV1CollectionNamespacedStatefulSetRequest)(nil), // 125: kubernetes.DeleteAppsV1CollectionNamespacedStatefulSetRequest + (*DeleteAppsV1NamespacedControllerRevisionRequest)(nil), // 126: kubernetes.DeleteAppsV1NamespacedControllerRevisionRequest + (*DeleteAppsV1NamespacedDaemonSetRequest)(nil), // 127: kubernetes.DeleteAppsV1NamespacedDaemonSetRequest + (*DeleteAppsV1NamespacedDeploymentRequest)(nil), // 128: kubernetes.DeleteAppsV1NamespacedDeploymentRequest + (*DeleteAppsV1NamespacedReplicaSetRequest)(nil), // 129: kubernetes.DeleteAppsV1NamespacedReplicaSetRequest + (*DeleteAppsV1NamespacedStatefulSetRequest)(nil), // 130: kubernetes.DeleteAppsV1NamespacedStatefulSetRequest + (*DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest)(nil), // 131: kubernetes.DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest + (*DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest)(nil), // 132: kubernetes.DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + (*DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest)(nil), // 133: kubernetes.DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest + (*DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest)(nil), // 134: kubernetes.DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + (*DeleteBatchV1CollectionNamespacedCronJobRequest)(nil), // 135: kubernetes.DeleteBatchV1CollectionNamespacedCronJobRequest + (*DeleteBatchV1CollectionNamespacedJobRequest)(nil), // 136: kubernetes.DeleteBatchV1CollectionNamespacedJobRequest + (*DeleteBatchV1NamespacedCronJobRequest)(nil), // 137: kubernetes.DeleteBatchV1NamespacedCronJobRequest + (*DeleteBatchV1NamespacedJobRequest)(nil), // 138: kubernetes.DeleteBatchV1NamespacedJobRequest + (*DeleteCertificatesV1CertificateSigningRequestRequest)(nil), // 139: kubernetes.DeleteCertificatesV1CertificateSigningRequestRequest + (*DeleteCertificatesV1CollectionCertificateSigningRequestRequest)(nil), // 140: kubernetes.DeleteCertificatesV1CollectionCertificateSigningRequestRequest + (*DeleteCertificatesV1Alpha1ClusterTrustBundleRequest)(nil), // 141: kubernetes.DeleteCertificatesV1alpha1ClusterTrustBundleRequest + (*DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest)(nil), // 142: kubernetes.DeleteCertificatesV1alpha1CollectionClusterTrustBundleRequest + (*DeleteCoordinationV1CollectionNamespacedLeaseRequest)(nil), // 143: kubernetes.DeleteCoordinationV1CollectionNamespacedLeaseRequest + (*DeleteCoordinationV1NamespacedLeaseRequest)(nil), // 144: kubernetes.DeleteCoordinationV1NamespacedLeaseRequest + (*DeleteCoreV1CollectionNamespacedConfigMapRequest)(nil), // 145: kubernetes.DeleteCoreV1CollectionNamespacedConfigMapRequest + (*DeleteCoreV1CollectionNamespacedEndpointsRequest)(nil), // 146: kubernetes.DeleteCoreV1CollectionNamespacedEndpointsRequest + (*DeleteCoreV1CollectionNamespacedEventRequest)(nil), // 147: kubernetes.DeleteCoreV1CollectionNamespacedEventRequest + (*DeleteCoreV1CollectionNamespacedLimitRangeRequest)(nil), // 148: kubernetes.DeleteCoreV1CollectionNamespacedLimitRangeRequest + (*DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest)(nil), // 149: kubernetes.DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest + (*DeleteCoreV1CollectionNamespacedPodRequest)(nil), // 150: kubernetes.DeleteCoreV1CollectionNamespacedPodRequest + (*DeleteCoreV1CollectionNamespacedPodTemplateRequest)(nil), // 151: kubernetes.DeleteCoreV1CollectionNamespacedPodTemplateRequest + (*DeleteCoreV1CollectionNamespacedReplicationControllerRequest)(nil), // 152: kubernetes.DeleteCoreV1CollectionNamespacedReplicationControllerRequest + (*DeleteCoreV1CollectionNamespacedResourceQuotaRequest)(nil), // 153: kubernetes.DeleteCoreV1CollectionNamespacedResourceQuotaRequest + (*DeleteCoreV1CollectionNamespacedSecretRequest)(nil), // 154: kubernetes.DeleteCoreV1CollectionNamespacedSecretRequest + (*DeleteCoreV1CollectionNamespacedServiceAccountRequest)(nil), // 155: kubernetes.DeleteCoreV1CollectionNamespacedServiceAccountRequest + (*DeleteCoreV1CollectionNamespacedServiceRequest)(nil), // 156: kubernetes.DeleteCoreV1CollectionNamespacedServiceRequest + (*DeleteCoreV1CollectionNodeRequest)(nil), // 157: kubernetes.DeleteCoreV1CollectionNodeRequest + (*DeleteCoreV1CollectionPersistentVolumeRequest)(nil), // 158: kubernetes.DeleteCoreV1CollectionPersistentVolumeRequest + (*DeleteCoreV1NamespaceRequest)(nil), // 159: kubernetes.DeleteCoreV1NamespaceRequest + (*DeleteCoreV1NamespacedConfigMapRequest)(nil), // 160: kubernetes.DeleteCoreV1NamespacedConfigMapRequest + (*DeleteCoreV1NamespacedEndpointsRequest)(nil), // 161: kubernetes.DeleteCoreV1NamespacedEndpointsRequest + (*DeleteCoreV1NamespacedEventRequest)(nil), // 162: kubernetes.DeleteCoreV1NamespacedEventRequest + (*DeleteCoreV1NamespacedLimitRangeRequest)(nil), // 163: kubernetes.DeleteCoreV1NamespacedLimitRangeRequest + (*DeleteCoreV1NamespacedPersistentVolumeClaimRequest)(nil), // 164: kubernetes.DeleteCoreV1NamespacedPersistentVolumeClaimRequest + (*DeleteCoreV1NamespacedPodRequest)(nil), // 165: kubernetes.DeleteCoreV1NamespacedPodRequest + (*DeleteCoreV1NamespacedPodTemplateRequest)(nil), // 166: kubernetes.DeleteCoreV1NamespacedPodTemplateRequest + (*DeleteCoreV1NamespacedReplicationControllerRequest)(nil), // 167: kubernetes.DeleteCoreV1NamespacedReplicationControllerRequest + (*DeleteCoreV1NamespacedResourceQuotaRequest)(nil), // 168: kubernetes.DeleteCoreV1NamespacedResourceQuotaRequest + (*DeleteCoreV1NamespacedSecretRequest)(nil), // 169: kubernetes.DeleteCoreV1NamespacedSecretRequest + (*DeleteCoreV1NamespacedServiceAccountRequest)(nil), // 170: kubernetes.DeleteCoreV1NamespacedServiceAccountRequest + (*DeleteCoreV1NamespacedServiceRequest)(nil), // 171: kubernetes.DeleteCoreV1NamespacedServiceRequest + (*DeleteCoreV1NodeRequest)(nil), // 172: kubernetes.DeleteCoreV1NodeRequest + (*DeleteCoreV1PersistentVolumeRequest)(nil), // 173: kubernetes.DeleteCoreV1PersistentVolumeRequest + (*DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest)(nil), // 174: kubernetes.DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest + (*DeleteDiscoveryV1NamespacedEndpointSliceRequest)(nil), // 175: kubernetes.DeleteDiscoveryV1NamespacedEndpointSliceRequest + (*DeleteEventsV1CollectionNamespacedEventRequest)(nil), // 176: kubernetes.DeleteEventsV1CollectionNamespacedEventRequest + (*DeleteEventsV1NamespacedEventRequest)(nil), // 177: kubernetes.DeleteEventsV1NamespacedEventRequest + (*DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest)(nil), // 178: kubernetes.DeleteFlowcontrolApiserverV1beta2CollectionFlowSchemaRequest + (*DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest)(nil), // 179: kubernetes.DeleteFlowcontrolApiserverV1beta2CollectionPriorityLevelConfigurationRequest + (*DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest)(nil), // 180: kubernetes.DeleteFlowcontrolApiserverV1beta2FlowSchemaRequest + (*DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest)(nil), // 181: kubernetes.DeleteFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + (*DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest)(nil), // 182: kubernetes.DeleteFlowcontrolApiserverV1beta3CollectionFlowSchemaRequest + (*DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest)(nil), // 183: kubernetes.DeleteFlowcontrolApiserverV1beta3CollectionPriorityLevelConfigurationRequest + (*DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest)(nil), // 184: kubernetes.DeleteFlowcontrolApiserverV1beta3FlowSchemaRequest + (*DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest)(nil), // 185: kubernetes.DeleteFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + (*DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest)(nil), // 186: kubernetes.DeleteInternalApiserverV1alpha1CollectionStorageVersionRequest + (*DeleteInternalApiserverV1Alpha1StorageVersionRequest)(nil), // 187: kubernetes.DeleteInternalApiserverV1alpha1StorageVersionRequest + (*DeleteNetworkingV1CollectionIngressClassRequest)(nil), // 188: kubernetes.DeleteNetworkingV1CollectionIngressClassRequest + (*DeleteNetworkingV1CollectionNamespacedIngressRequest)(nil), // 189: kubernetes.DeleteNetworkingV1CollectionNamespacedIngressRequest + (*DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest)(nil), // 190: kubernetes.DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest + (*DeleteNetworkingV1IngressClassRequest)(nil), // 191: kubernetes.DeleteNetworkingV1IngressClassRequest + (*DeleteNetworkingV1NamespacedIngressRequest)(nil), // 192: kubernetes.DeleteNetworkingV1NamespacedIngressRequest + (*DeleteNetworkingV1NamespacedNetworkPolicyRequest)(nil), // 193: kubernetes.DeleteNetworkingV1NamespacedNetworkPolicyRequest + (*DeleteNetworkingV1Alpha1ClusterCidrRequest)(nil), // 194: kubernetes.DeleteNetworkingV1alpha1ClusterCidrRequest + (*DeleteNetworkingV1Alpha1CollectionClusterCidrRequest)(nil), // 195: kubernetes.DeleteNetworkingV1alpha1CollectionClusterCidrRequest + (*DeleteNetworkingV1Alpha1CollectionIpAddressRequest)(nil), // 196: kubernetes.DeleteNetworkingV1alpha1CollectionIpAddressRequest + (*DeleteNetworkingV1Alpha1IpAddressRequest)(nil), // 197: kubernetes.DeleteNetworkingV1alpha1IpAddressRequest + (*DeleteNodeV1CollectionRuntimeClassRequest)(nil), // 198: kubernetes.DeleteNodeV1CollectionRuntimeClassRequest + (*DeleteNodeV1RuntimeClassRequest)(nil), // 199: kubernetes.DeleteNodeV1RuntimeClassRequest + (*DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest)(nil), // 200: kubernetes.DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest + (*DeletePolicyV1NamespacedPodDisruptionBudgetRequest)(nil), // 201: kubernetes.DeletePolicyV1NamespacedPodDisruptionBudgetRequest + (*DeleteRbacAuthorizationV1ClusterRoleBindingRequest)(nil), // 202: kubernetes.DeleteRbacAuthorizationV1ClusterRoleBindingRequest + (*DeleteRbacAuthorizationV1ClusterRoleRequest)(nil), // 203: kubernetes.DeleteRbacAuthorizationV1ClusterRoleRequest + (*DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest)(nil), // 204: kubernetes.DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest + (*DeleteRbacAuthorizationV1CollectionClusterRoleRequest)(nil), // 205: kubernetes.DeleteRbacAuthorizationV1CollectionClusterRoleRequest + (*DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest)(nil), // 206: kubernetes.DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest + (*DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest)(nil), // 207: kubernetes.DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest + (*DeleteRbacAuthorizationV1NamespacedRoleBindingRequest)(nil), // 208: kubernetes.DeleteRbacAuthorizationV1NamespacedRoleBindingRequest + (*DeleteRbacAuthorizationV1NamespacedRoleRequest)(nil), // 209: kubernetes.DeleteRbacAuthorizationV1NamespacedRoleRequest + (*DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest)(nil), // 210: kubernetes.DeleteResourceV1alpha2CollectionNamespacedPodSchedulingContextRequest + (*DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest)(nil), // 211: kubernetes.DeleteResourceV1alpha2CollectionNamespacedResourceClaimRequest + (*DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest)(nil), // 212: kubernetes.DeleteResourceV1alpha2CollectionNamespacedResourceClaimTemplateRequest + (*DeleteResourceV1Alpha2CollectionResourceClassRequest)(nil), // 213: kubernetes.DeleteResourceV1alpha2CollectionResourceClassRequest + (*DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest)(nil), // 214: kubernetes.DeleteResourceV1alpha2NamespacedPodSchedulingContextRequest + (*DeleteResourceV1Alpha2NamespacedResourceClaimRequest)(nil), // 215: kubernetes.DeleteResourceV1alpha2NamespacedResourceClaimRequest + (*DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest)(nil), // 216: kubernetes.DeleteResourceV1alpha2NamespacedResourceClaimTemplateRequest + (*DeleteResourceV1Alpha2ResourceClassRequest)(nil), // 217: kubernetes.DeleteResourceV1alpha2ResourceClassRequest + (*DeleteSchedulingV1CollectionPriorityClassRequest)(nil), // 218: kubernetes.DeleteSchedulingV1CollectionPriorityClassRequest + (*DeleteSchedulingV1PriorityClassRequest)(nil), // 219: kubernetes.DeleteSchedulingV1PriorityClassRequest + (*DeleteStorageV1CollectionCsiDriverRequest)(nil), // 220: kubernetes.DeleteStorageV1CollectionCsiDriverRequest + (*DeleteStorageV1CollectionCsiNodeRequest)(nil), // 221: kubernetes.DeleteStorageV1CollectionCsiNodeRequest + (*DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest)(nil), // 222: kubernetes.DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest + (*DeleteStorageV1CollectionStorageClassRequest)(nil), // 223: kubernetes.DeleteStorageV1CollectionStorageClassRequest + (*DeleteStorageV1CollectionVolumeAttachmentRequest)(nil), // 224: kubernetes.DeleteStorageV1CollectionVolumeAttachmentRequest + (*DeleteStorageV1CsiDriverRequest)(nil), // 225: kubernetes.DeleteStorageV1CsiDriverRequest + (*DeleteStorageV1CsiNodeRequest)(nil), // 226: kubernetes.DeleteStorageV1CsiNodeRequest + (*DeleteStorageV1NamespacedCsiStorageCapacityRequest)(nil), // 227: kubernetes.DeleteStorageV1NamespacedCsiStorageCapacityRequest + (*DeleteStorageV1StorageClassRequest)(nil), // 228: kubernetes.DeleteStorageV1StorageClassRequest + (*DeleteStorageV1VolumeAttachmentRequest)(nil), // 229: kubernetes.DeleteStorageV1VolumeAttachmentRequest + (*IoK8SApiAdmissionregistrationV1MatchCondition)(nil), // 230: kubernetes.IoK8sApiAdmissionregistrationV1MatchCondition + (*IoK8SApiAdmissionregistrationV1MutatingWebhook)(nil), // 231: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhook + (*IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration)(nil), // 232: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration + (*IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList)(nil), // 233: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfigurationList + (*IoK8SApiAdmissionregistrationV1RuleWithOperations)(nil), // 234: kubernetes.IoK8sApiAdmissionregistrationV1RuleWithOperations + (*IoK8SApiAdmissionregistrationV1ServiceReference)(nil), // 235: kubernetes.IoK8sApiAdmissionregistrationV1ServiceReference + (*IoK8SApiAdmissionregistrationV1ValidatingWebhook)(nil), // 236: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhook + (*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration)(nil), // 237: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration + (*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList)(nil), // 238: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfigurationList + (*IoK8SApiAdmissionregistrationV1WebhookClientConfig)(nil), // 239: kubernetes.IoK8sApiAdmissionregistrationV1WebhookClientConfig + (*IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation)(nil), // 240: kubernetes.IoK8sApiAdmissionregistrationV1alpha1AuditAnnotation + (*IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning)(nil), // 241: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ExpressionWarning + (*IoK8SApiAdmissionregistrationV1Alpha1MatchCondition)(nil), // 242: kubernetes.IoK8sApiAdmissionregistrationV1alpha1MatchCondition + (*IoK8SApiAdmissionregistrationV1Alpha1MatchResources)(nil), // 243: kubernetes.IoK8sApiAdmissionregistrationV1alpha1MatchResources + (*IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations)(nil), // 244: kubernetes.IoK8sApiAdmissionregistrationV1alpha1NamedRuleWithOperations + (*IoK8SApiAdmissionregistrationV1Alpha1ParamKind)(nil), // 245: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ParamKind + (*IoK8SApiAdmissionregistrationV1Alpha1ParamRef)(nil), // 246: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ParamRef + (*IoK8SApiAdmissionregistrationV1Alpha1TypeChecking)(nil), // 247: kubernetes.IoK8sApiAdmissionregistrationV1alpha1TypeChecking + (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy)(nil), // 248: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding)(nil), // 249: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding + (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList)(nil), // 250: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingList + (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec)(nil), // 251: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingSpec + (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList)(nil), // 252: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyList + (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec)(nil), // 253: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicySpec + (*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus)(nil), // 254: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus + (*IoK8SApiAdmissionregistrationV1Alpha1Validation)(nil), // 255: kubernetes.IoK8sApiAdmissionregistrationV1alpha1Validation + (*IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion)(nil), // 256: kubernetes.IoK8sApiApiserverinternalV1alpha1ServerStorageVersion + (*IoK8SApiApiserverinternalV1Alpha1StorageVersion)(nil), // 257: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + (*IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition)(nil), // 258: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionCondition + (*IoK8SApiApiserverinternalV1Alpha1StorageVersionList)(nil), // 259: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionList + (*IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec)(nil), // 260: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionSpec + (*IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus)(nil), // 261: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionStatus + (*IoK8SApiAppsV1ControllerRevision)(nil), // 262: kubernetes.IoK8sApiAppsV1ControllerRevision + (*IoK8SApiAppsV1ControllerRevisionList)(nil), // 263: kubernetes.IoK8sApiAppsV1ControllerRevisionList + (*IoK8SApiAppsV1DaemonSet)(nil), // 264: kubernetes.IoK8sApiAppsV1DaemonSet + (*IoK8SApiAppsV1DaemonSetCondition)(nil), // 265: kubernetes.IoK8sApiAppsV1DaemonSetCondition + (*IoK8SApiAppsV1DaemonSetList)(nil), // 266: kubernetes.IoK8sApiAppsV1DaemonSetList + (*IoK8SApiAppsV1DaemonSetSpec)(nil), // 267: kubernetes.IoK8sApiAppsV1DaemonSetSpec + (*IoK8SApiAppsV1DaemonSetStatus)(nil), // 268: kubernetes.IoK8sApiAppsV1DaemonSetStatus + (*IoK8SApiAppsV1DaemonSetUpdateStrategy)(nil), // 269: kubernetes.IoK8sApiAppsV1DaemonSetUpdateStrategy + (*IoK8SApiAppsV1Deployment)(nil), // 270: kubernetes.IoK8sApiAppsV1Deployment + (*IoK8SApiAppsV1DeploymentCondition)(nil), // 271: kubernetes.IoK8sApiAppsV1DeploymentCondition + (*IoK8SApiAppsV1DeploymentList)(nil), // 272: kubernetes.IoK8sApiAppsV1DeploymentList + (*IoK8SApiAppsV1DeploymentSpec)(nil), // 273: kubernetes.IoK8sApiAppsV1DeploymentSpec + (*IoK8SApiAppsV1DeploymentStatus)(nil), // 274: kubernetes.IoK8sApiAppsV1DeploymentStatus + (*IoK8SApiAppsV1DeploymentStrategy)(nil), // 275: kubernetes.IoK8sApiAppsV1DeploymentStrategy + (*IoK8SApiAppsV1ReplicaSet)(nil), // 276: kubernetes.IoK8sApiAppsV1ReplicaSet + (*IoK8SApiAppsV1ReplicaSetCondition)(nil), // 277: kubernetes.IoK8sApiAppsV1ReplicaSetCondition + (*IoK8SApiAppsV1ReplicaSetList)(nil), // 278: kubernetes.IoK8sApiAppsV1ReplicaSetList + (*IoK8SApiAppsV1ReplicaSetSpec)(nil), // 279: kubernetes.IoK8sApiAppsV1ReplicaSetSpec + (*IoK8SApiAppsV1ReplicaSetStatus)(nil), // 280: kubernetes.IoK8sApiAppsV1ReplicaSetStatus + (*IoK8SApiAppsV1RollingUpdateDaemonSet)(nil), // 281: kubernetes.IoK8sApiAppsV1RollingUpdateDaemonSet + (*IoK8SApiAppsV1RollingUpdateDeployment)(nil), // 282: kubernetes.IoK8sApiAppsV1RollingUpdateDeployment + (*IoK8SApiAppsV1RollingUpdateStatefulSetStrategy)(nil), // 283: kubernetes.IoK8sApiAppsV1RollingUpdateStatefulSetStrategy + (*IoK8SApiAppsV1StatefulSet)(nil), // 284: kubernetes.IoK8sApiAppsV1StatefulSet + (*IoK8SApiAppsV1StatefulSetCondition)(nil), // 285: kubernetes.IoK8sApiAppsV1StatefulSetCondition + (*IoK8SApiAppsV1StatefulSetList)(nil), // 286: kubernetes.IoK8sApiAppsV1StatefulSetList + (*IoK8SApiAppsV1StatefulSetOrdinals)(nil), // 287: kubernetes.IoK8sApiAppsV1StatefulSetOrdinals + (*IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy)(nil), // 288: kubernetes.IoK8sApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy + (*IoK8SApiAppsV1StatefulSetSpec)(nil), // 289: kubernetes.IoK8sApiAppsV1StatefulSetSpec + (*IoK8SApiAppsV1StatefulSetStatus)(nil), // 290: kubernetes.IoK8sApiAppsV1StatefulSetStatus + (*IoK8SApiAppsV1StatefulSetUpdateStrategy)(nil), // 291: kubernetes.IoK8sApiAppsV1StatefulSetUpdateStrategy + (*IoK8SApiAuthenticationV1BoundObjectReference)(nil), // 292: kubernetes.IoK8sApiAuthenticationV1BoundObjectReference + (*IoK8SApiAuthenticationV1SelfSubjectReview)(nil), // 293: kubernetes.IoK8sApiAuthenticationV1SelfSubjectReview + (*IoK8SApiAuthenticationV1SelfSubjectReviewStatus)(nil), // 294: kubernetes.IoK8sApiAuthenticationV1SelfSubjectReviewStatus + (*IoK8SApiAuthenticationV1TokenRequest)(nil), // 295: kubernetes.IoK8sApiAuthenticationV1TokenRequest + (*IoK8SApiAuthenticationV1TokenRequestSpec)(nil), // 296: kubernetes.IoK8sApiAuthenticationV1TokenRequestSpec + (*IoK8SApiAuthenticationV1TokenRequestStatus)(nil), // 297: kubernetes.IoK8sApiAuthenticationV1TokenRequestStatus + (*IoK8SApiAuthenticationV1TokenReview)(nil), // 298: kubernetes.IoK8sApiAuthenticationV1TokenReview + (*IoK8SApiAuthenticationV1TokenReviewSpec)(nil), // 299: kubernetes.IoK8sApiAuthenticationV1TokenReviewSpec + (*IoK8SApiAuthenticationV1TokenReviewStatus)(nil), // 300: kubernetes.IoK8sApiAuthenticationV1TokenReviewStatus + (*IoK8SApiAuthenticationV1UserInfo)(nil), // 301: kubernetes.IoK8sApiAuthenticationV1UserInfo + (*IoK8SApiAuthenticationV1Alpha1SelfSubjectReview)(nil), // 302: kubernetes.IoK8sApiAuthenticationV1alpha1SelfSubjectReview + (*IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus)(nil), // 303: kubernetes.IoK8sApiAuthenticationV1alpha1SelfSubjectReviewStatus + (*IoK8SApiAuthenticationV1Beta1SelfSubjectReview)(nil), // 304: kubernetes.IoK8sApiAuthenticationV1beta1SelfSubjectReview + (*IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus)(nil), // 305: kubernetes.IoK8sApiAuthenticationV1beta1SelfSubjectReviewStatus + (*IoK8SApiAuthorizationV1LocalSubjectAccessReview)(nil), // 306: kubernetes.IoK8sApiAuthorizationV1LocalSubjectAccessReview + (*IoK8SApiAuthorizationV1NonResourceAttributes)(nil), // 307: kubernetes.IoK8sApiAuthorizationV1NonResourceAttributes + (*IoK8SApiAuthorizationV1NonResourceRule)(nil), // 308: kubernetes.IoK8sApiAuthorizationV1NonResourceRule + (*IoK8SApiAuthorizationV1ResourceAttributes)(nil), // 309: kubernetes.IoK8sApiAuthorizationV1ResourceAttributes + (*IoK8SApiAuthorizationV1ResourceRule)(nil), // 310: kubernetes.IoK8sApiAuthorizationV1ResourceRule + (*IoK8SApiAuthorizationV1SelfSubjectAccessReview)(nil), // 311: kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReview + (*IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec)(nil), // 312: kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReviewSpec + (*IoK8SApiAuthorizationV1SelfSubjectRulesReview)(nil), // 313: kubernetes.IoK8sApiAuthorizationV1SelfSubjectRulesReview + (*IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec)(nil), // 314: kubernetes.IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec + (*IoK8SApiAuthorizationV1SubjectAccessReview)(nil), // 315: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReview + (*IoK8SApiAuthorizationV1SubjectAccessReviewSpec)(nil), // 316: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewSpec + (*IoK8SApiAuthorizationV1SubjectAccessReviewStatus)(nil), // 317: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewStatus + (*IoK8SApiAuthorizationV1SubjectRulesReviewStatus)(nil), // 318: kubernetes.IoK8sApiAuthorizationV1SubjectRulesReviewStatus + (*IoK8SApiAutoscalingV1CrossVersionObjectReference)(nil), // 319: kubernetes.IoK8sApiAutoscalingV1CrossVersionObjectReference + (*IoK8SApiAutoscalingV1HorizontalPodAutoscaler)(nil), // 320: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + (*IoK8SApiAutoscalingV1HorizontalPodAutoscalerList)(nil), // 321: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerList + (*IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec)(nil), // 322: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerSpec + (*IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus)(nil), // 323: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerStatus + (*IoK8SApiAutoscalingV1Scale)(nil), // 324: kubernetes.IoK8sApiAutoscalingV1Scale + (*IoK8SApiAutoscalingV1ScaleSpec)(nil), // 325: kubernetes.IoK8sApiAutoscalingV1ScaleSpec + (*IoK8SApiAutoscalingV1ScaleStatus)(nil), // 326: kubernetes.IoK8sApiAutoscalingV1ScaleStatus + (*IoK8SApiAutoscalingV2ContainerResourceMetricSource)(nil), // 327: kubernetes.IoK8sApiAutoscalingV2ContainerResourceMetricSource + (*IoK8SApiAutoscalingV2ContainerResourceMetricStatus)(nil), // 328: kubernetes.IoK8sApiAutoscalingV2ContainerResourceMetricStatus + (*IoK8SApiAutoscalingV2CrossVersionObjectReference)(nil), // 329: kubernetes.IoK8sApiAutoscalingV2CrossVersionObjectReference + (*IoK8SApiAutoscalingV2ExternalMetricSource)(nil), // 330: kubernetes.IoK8sApiAutoscalingV2ExternalMetricSource + (*IoK8SApiAutoscalingV2ExternalMetricStatus)(nil), // 331: kubernetes.IoK8sApiAutoscalingV2ExternalMetricStatus + (*IoK8SApiAutoscalingV2HPAScalingPolicy)(nil), // 332: kubernetes.IoK8sApiAutoscalingV2HPAScalingPolicy + (*IoK8SApiAutoscalingV2HPAScalingRules)(nil), // 333: kubernetes.IoK8sApiAutoscalingV2HPAScalingRules + (*IoK8SApiAutoscalingV2HorizontalPodAutoscaler)(nil), // 334: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior)(nil), // 335: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior + (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition)(nil), // 336: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerCondition + (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerList)(nil), // 337: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerList + (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec)(nil), // 338: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerSpec + (*IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus)(nil), // 339: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus + (*IoK8SApiAutoscalingV2MetricIdentifier)(nil), // 340: kubernetes.IoK8sApiAutoscalingV2MetricIdentifier + (*IoK8SApiAutoscalingV2MetricSpec)(nil), // 341: kubernetes.IoK8sApiAutoscalingV2MetricSpec + (*IoK8SApiAutoscalingV2MetricStatus)(nil), // 342: kubernetes.IoK8sApiAutoscalingV2MetricStatus + (*IoK8SApiAutoscalingV2MetricTarget)(nil), // 343: kubernetes.IoK8sApiAutoscalingV2MetricTarget + (*IoK8SApiAutoscalingV2MetricValueStatus)(nil), // 344: kubernetes.IoK8sApiAutoscalingV2MetricValueStatus + (*IoK8SApiAutoscalingV2ObjectMetricSource)(nil), // 345: kubernetes.IoK8sApiAutoscalingV2ObjectMetricSource + (*IoK8SApiAutoscalingV2ObjectMetricStatus)(nil), // 346: kubernetes.IoK8sApiAutoscalingV2ObjectMetricStatus + (*IoK8SApiAutoscalingV2PodsMetricSource)(nil), // 347: kubernetes.IoK8sApiAutoscalingV2PodsMetricSource + (*IoK8SApiAutoscalingV2PodsMetricStatus)(nil), // 348: kubernetes.IoK8sApiAutoscalingV2PodsMetricStatus + (*IoK8SApiAutoscalingV2ResourceMetricSource)(nil), // 349: kubernetes.IoK8sApiAutoscalingV2ResourceMetricSource + (*IoK8SApiAutoscalingV2ResourceMetricStatus)(nil), // 350: kubernetes.IoK8sApiAutoscalingV2ResourceMetricStatus + (*IoK8SApiBatchV1CronJob)(nil), // 351: kubernetes.IoK8sApiBatchV1CronJob + (*IoK8SApiBatchV1CronJobList)(nil), // 352: kubernetes.IoK8sApiBatchV1CronJobList + (*IoK8SApiBatchV1CronJobSpec)(nil), // 353: kubernetes.IoK8sApiBatchV1CronJobSpec + (*IoK8SApiBatchV1CronJobStatus)(nil), // 354: kubernetes.IoK8sApiBatchV1CronJobStatus + (*IoK8SApiBatchV1Job)(nil), // 355: kubernetes.IoK8sApiBatchV1Job + (*IoK8SApiBatchV1JobCondition)(nil), // 356: kubernetes.IoK8sApiBatchV1JobCondition + (*IoK8SApiBatchV1JobList)(nil), // 357: kubernetes.IoK8sApiBatchV1JobList + (*IoK8SApiBatchV1JobSpec)(nil), // 358: kubernetes.IoK8sApiBatchV1JobSpec + (*IoK8SApiBatchV1JobStatus)(nil), // 359: kubernetes.IoK8sApiBatchV1JobStatus + (*IoK8SApiBatchV1JobTemplateSpec)(nil), // 360: kubernetes.IoK8sApiBatchV1JobTemplateSpec + (*IoK8SApiBatchV1PodFailurePolicy)(nil), // 361: kubernetes.IoK8sApiBatchV1PodFailurePolicy + (*IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement)(nil), // 362: kubernetes.IoK8sApiBatchV1PodFailurePolicyOnExitCodesRequirement + (*IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern)(nil), // 363: kubernetes.IoK8sApiBatchV1PodFailurePolicyOnPodConditionsPattern + (*IoK8SApiBatchV1PodFailurePolicyRule)(nil), // 364: kubernetes.IoK8sApiBatchV1PodFailurePolicyRule + (*IoK8SApiBatchV1UncountedTerminatedPods)(nil), // 365: kubernetes.IoK8sApiBatchV1UncountedTerminatedPods + (*IoK8SApiCertificatesV1CertificateSigningRequest)(nil), // 366: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + (*IoK8SApiCertificatesV1CertificateSigningRequestCondition)(nil), // 367: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestCondition + (*IoK8SApiCertificatesV1CertificateSigningRequestList)(nil), // 368: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestList + (*IoK8SApiCertificatesV1CertificateSigningRequestSpec)(nil), // 369: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestSpec + (*IoK8SApiCertificatesV1CertificateSigningRequestStatus)(nil), // 370: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestStatus + (*IoK8SApiCertificatesV1Alpha1ClusterTrustBundle)(nil), // 371: kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle + (*IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList)(nil), // 372: kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundleList + (*IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec)(nil), // 373: kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundleSpec + (*IoK8SApiCoordinationV1Lease)(nil), // 374: kubernetes.IoK8sApiCoordinationV1Lease + (*IoK8SApiCoordinationV1LeaseList)(nil), // 375: kubernetes.IoK8sApiCoordinationV1LeaseList + (*IoK8SApiCoordinationV1LeaseSpec)(nil), // 376: kubernetes.IoK8sApiCoordinationV1LeaseSpec + (*IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource)(nil), // 377: kubernetes.IoK8sApiCoreV1AWSElasticBlockStoreVolumeSource + (*IoK8SApiCoreV1Affinity)(nil), // 378: kubernetes.IoK8sApiCoreV1Affinity + (*IoK8SApiCoreV1AttachedVolume)(nil), // 379: kubernetes.IoK8sApiCoreV1AttachedVolume + (*IoK8SApiCoreV1AzureDiskVolumeSource)(nil), // 380: kubernetes.IoK8sApiCoreV1AzureDiskVolumeSource + (*IoK8SApiCoreV1AzureFilePersistentVolumeSource)(nil), // 381: kubernetes.IoK8sApiCoreV1AzureFilePersistentVolumeSource + (*IoK8SApiCoreV1AzureFileVolumeSource)(nil), // 382: kubernetes.IoK8sApiCoreV1AzureFileVolumeSource + (*IoK8SApiCoreV1Binding)(nil), // 383: kubernetes.IoK8sApiCoreV1Binding + (*IoK8SApiCoreV1CSIPersistentVolumeSource)(nil), // 384: kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource + (*IoK8SApiCoreV1CSIVolumeSource)(nil), // 385: kubernetes.IoK8sApiCoreV1CSIVolumeSource + (*IoK8SApiCoreV1Capabilities)(nil), // 386: kubernetes.IoK8sApiCoreV1Capabilities + (*IoK8SApiCoreV1CephFSPersistentVolumeSource)(nil), // 387: kubernetes.IoK8sApiCoreV1CephFSPersistentVolumeSource + (*IoK8SApiCoreV1CephFSVolumeSource)(nil), // 388: kubernetes.IoK8sApiCoreV1CephFSVolumeSource + (*IoK8SApiCoreV1CinderPersistentVolumeSource)(nil), // 389: kubernetes.IoK8sApiCoreV1CinderPersistentVolumeSource + (*IoK8SApiCoreV1CinderVolumeSource)(nil), // 390: kubernetes.IoK8sApiCoreV1CinderVolumeSource + (*IoK8SApiCoreV1ClaimSource)(nil), // 391: kubernetes.IoK8sApiCoreV1ClaimSource + (*IoK8SApiCoreV1ClientIPConfig)(nil), // 392: kubernetes.IoK8sApiCoreV1ClientIPConfig + (*IoK8SApiCoreV1ComponentCondition)(nil), // 393: kubernetes.IoK8sApiCoreV1ComponentCondition + (*IoK8SApiCoreV1ComponentStatus)(nil), // 394: kubernetes.IoK8sApiCoreV1ComponentStatus + (*IoK8SApiCoreV1ComponentStatusList)(nil), // 395: kubernetes.IoK8sApiCoreV1ComponentStatusList + (*IoK8SApiCoreV1ConfigMap)(nil), // 396: kubernetes.IoK8sApiCoreV1ConfigMap + (*IoK8SApiCoreV1ConfigMapEnvSource)(nil), // 397: kubernetes.IoK8sApiCoreV1ConfigMapEnvSource + (*IoK8SApiCoreV1ConfigMapKeySelector)(nil), // 398: kubernetes.IoK8sApiCoreV1ConfigMapKeySelector + (*IoK8SApiCoreV1ConfigMapList)(nil), // 399: kubernetes.IoK8sApiCoreV1ConfigMapList + (*IoK8SApiCoreV1ConfigMapNodeConfigSource)(nil), // 400: kubernetes.IoK8sApiCoreV1ConfigMapNodeConfigSource + (*IoK8SApiCoreV1ConfigMapProjection)(nil), // 401: kubernetes.IoK8sApiCoreV1ConfigMapProjection + (*IoK8SApiCoreV1ConfigMapVolumeSource)(nil), // 402: kubernetes.IoK8sApiCoreV1ConfigMapVolumeSource + (*IoK8SApiCoreV1Container)(nil), // 403: kubernetes.IoK8sApiCoreV1Container + (*IoK8SApiCoreV1ContainerImage)(nil), // 404: kubernetes.IoK8sApiCoreV1ContainerImage + (*IoK8SApiCoreV1ContainerPort)(nil), // 405: kubernetes.IoK8sApiCoreV1ContainerPort + (*IoK8SApiCoreV1ContainerResizePolicy)(nil), // 406: kubernetes.IoK8sApiCoreV1ContainerResizePolicy + (*IoK8SApiCoreV1ContainerState)(nil), // 407: kubernetes.IoK8sApiCoreV1ContainerState + (*IoK8SApiCoreV1ContainerStateRunning)(nil), // 408: kubernetes.IoK8sApiCoreV1ContainerStateRunning + (*IoK8SApiCoreV1ContainerStateTerminated)(nil), // 409: kubernetes.IoK8sApiCoreV1ContainerStateTerminated + (*IoK8SApiCoreV1ContainerStateWaiting)(nil), // 410: kubernetes.IoK8sApiCoreV1ContainerStateWaiting + (*IoK8SApiCoreV1ContainerStatus)(nil), // 411: kubernetes.IoK8sApiCoreV1ContainerStatus + (*IoK8SApiCoreV1DaemonEndpoint)(nil), // 412: kubernetes.IoK8sApiCoreV1DaemonEndpoint + (*IoK8SApiCoreV1DownwardAPIProjection)(nil), // 413: kubernetes.IoK8sApiCoreV1DownwardAPIProjection + (*IoK8SApiCoreV1DownwardAPIVolumeFile)(nil), // 414: kubernetes.IoK8sApiCoreV1DownwardAPIVolumeFile + (*IoK8SApiCoreV1DownwardAPIVolumeSource)(nil), // 415: kubernetes.IoK8sApiCoreV1DownwardAPIVolumeSource + (*IoK8SApiCoreV1EmptyDirVolumeSource)(nil), // 416: kubernetes.IoK8sApiCoreV1EmptyDirVolumeSource + (*IoK8SApiCoreV1EndpointAddress)(nil), // 417: kubernetes.IoK8sApiCoreV1EndpointAddress + (*IoK8SApiCoreV1EndpointPort)(nil), // 418: kubernetes.IoK8sApiCoreV1EndpointPort + (*IoK8SApiCoreV1EndpointSubset)(nil), // 419: kubernetes.IoK8sApiCoreV1EndpointSubset + (*IoK8SApiCoreV1Endpoints)(nil), // 420: kubernetes.IoK8sApiCoreV1Endpoints + (*IoK8SApiCoreV1EndpointsList)(nil), // 421: kubernetes.IoK8sApiCoreV1EndpointsList + (*IoK8SApiCoreV1EnvFromSource)(nil), // 422: kubernetes.IoK8sApiCoreV1EnvFromSource + (*IoK8SApiCoreV1EnvVar)(nil), // 423: kubernetes.IoK8sApiCoreV1EnvVar + (*IoK8SApiCoreV1EnvVarSource)(nil), // 424: kubernetes.IoK8sApiCoreV1EnvVarSource + (*IoK8SApiCoreV1EphemeralContainer)(nil), // 425: kubernetes.IoK8sApiCoreV1EphemeralContainer + (*IoK8SApiCoreV1EphemeralVolumeSource)(nil), // 426: kubernetes.IoK8sApiCoreV1EphemeralVolumeSource + (*IoK8SApiCoreV1Event)(nil), // 427: kubernetes.IoK8sApiCoreV1Event + (*IoK8SApiCoreV1EventList)(nil), // 428: kubernetes.IoK8sApiCoreV1EventList + (*IoK8SApiCoreV1EventSeries)(nil), // 429: kubernetes.IoK8sApiCoreV1EventSeries + (*IoK8SApiCoreV1EventSource)(nil), // 430: kubernetes.IoK8sApiCoreV1EventSource + (*IoK8SApiCoreV1ExecAction)(nil), // 431: kubernetes.IoK8sApiCoreV1ExecAction + (*IoK8SApiCoreV1FCVolumeSource)(nil), // 432: kubernetes.IoK8sApiCoreV1FCVolumeSource + (*IoK8SApiCoreV1FlexPersistentVolumeSource)(nil), // 433: kubernetes.IoK8sApiCoreV1FlexPersistentVolumeSource + (*IoK8SApiCoreV1FlexVolumeSource)(nil), // 434: kubernetes.IoK8sApiCoreV1FlexVolumeSource + (*IoK8SApiCoreV1FlockerVolumeSource)(nil), // 435: kubernetes.IoK8sApiCoreV1FlockerVolumeSource + (*IoK8SApiCoreV1GCEPersistentDiskVolumeSource)(nil), // 436: kubernetes.IoK8sApiCoreV1GCEPersistentDiskVolumeSource + (*IoK8SApiCoreV1GRPCAction)(nil), // 437: kubernetes.IoK8sApiCoreV1GRPCAction + (*IoK8SApiCoreV1GitRepoVolumeSource)(nil), // 438: kubernetes.IoK8sApiCoreV1GitRepoVolumeSource + (*IoK8SApiCoreV1GlusterfsPersistentVolumeSource)(nil), // 439: kubernetes.IoK8sApiCoreV1GlusterfsPersistentVolumeSource + (*IoK8SApiCoreV1GlusterfsVolumeSource)(nil), // 440: kubernetes.IoK8sApiCoreV1GlusterfsVolumeSource + (*IoK8SApiCoreV1HTTPGetAction)(nil), // 441: kubernetes.IoK8sApiCoreV1HTTPGetAction + (*IoK8SApiCoreV1HTTPHeader)(nil), // 442: kubernetes.IoK8sApiCoreV1HTTPHeader + (*IoK8SApiCoreV1HostAlias)(nil), // 443: kubernetes.IoK8sApiCoreV1HostAlias + (*IoK8SApiCoreV1HostPathVolumeSource)(nil), // 444: kubernetes.IoK8sApiCoreV1HostPathVolumeSource + (*IoK8SApiCoreV1ISCSIPersistentVolumeSource)(nil), // 445: kubernetes.IoK8sApiCoreV1ISCSIPersistentVolumeSource + (*IoK8SApiCoreV1ISCSIVolumeSource)(nil), // 446: kubernetes.IoK8sApiCoreV1ISCSIVolumeSource + (*IoK8SApiCoreV1KeyToPath)(nil), // 447: kubernetes.IoK8sApiCoreV1KeyToPath + (*IoK8SApiCoreV1Lifecycle)(nil), // 448: kubernetes.IoK8sApiCoreV1Lifecycle + (*IoK8SApiCoreV1LifecycleHandler)(nil), // 449: kubernetes.IoK8sApiCoreV1LifecycleHandler + (*IoK8SApiCoreV1LimitRange)(nil), // 450: kubernetes.IoK8sApiCoreV1LimitRange + (*IoK8SApiCoreV1LimitRangeItem)(nil), // 451: kubernetes.IoK8sApiCoreV1LimitRangeItem + (*IoK8SApiCoreV1LimitRangeList)(nil), // 452: kubernetes.IoK8sApiCoreV1LimitRangeList + (*IoK8SApiCoreV1LimitRangeSpec)(nil), // 453: kubernetes.IoK8sApiCoreV1LimitRangeSpec + (*IoK8SApiCoreV1LoadBalancerIngress)(nil), // 454: kubernetes.IoK8sApiCoreV1LoadBalancerIngress + (*IoK8SApiCoreV1LoadBalancerStatus)(nil), // 455: kubernetes.IoK8sApiCoreV1LoadBalancerStatus + (*IoK8SApiCoreV1LocalObjectReference)(nil), // 456: kubernetes.IoK8sApiCoreV1LocalObjectReference + (*IoK8SApiCoreV1LocalVolumeSource)(nil), // 457: kubernetes.IoK8sApiCoreV1LocalVolumeSource + (*IoK8SApiCoreV1NFSVolumeSource)(nil), // 458: kubernetes.IoK8sApiCoreV1NFSVolumeSource + (*IoK8SApiCoreV1Namespace)(nil), // 459: kubernetes.IoK8sApiCoreV1Namespace + (*IoK8SApiCoreV1NamespaceCondition)(nil), // 460: kubernetes.IoK8sApiCoreV1NamespaceCondition + (*IoK8SApiCoreV1NamespaceList)(nil), // 461: kubernetes.IoK8sApiCoreV1NamespaceList + (*IoK8SApiCoreV1NamespaceSpec)(nil), // 462: kubernetes.IoK8sApiCoreV1NamespaceSpec + (*IoK8SApiCoreV1NamespaceStatus)(nil), // 463: kubernetes.IoK8sApiCoreV1NamespaceStatus + (*IoK8SApiCoreV1Node)(nil), // 464: kubernetes.IoK8sApiCoreV1Node + (*IoK8SApiCoreV1NodeAddress)(nil), // 465: kubernetes.IoK8sApiCoreV1NodeAddress + (*IoK8SApiCoreV1NodeAffinity)(nil), // 466: kubernetes.IoK8sApiCoreV1NodeAffinity + (*IoK8SApiCoreV1NodeCondition)(nil), // 467: kubernetes.IoK8sApiCoreV1NodeCondition + (*IoK8SApiCoreV1NodeConfigSource)(nil), // 468: kubernetes.IoK8sApiCoreV1NodeConfigSource + (*IoK8SApiCoreV1NodeConfigStatus)(nil), // 469: kubernetes.IoK8sApiCoreV1NodeConfigStatus + (*IoK8SApiCoreV1NodeDaemonEndpoints)(nil), // 470: kubernetes.IoK8sApiCoreV1NodeDaemonEndpoints + (*IoK8SApiCoreV1NodeList)(nil), // 471: kubernetes.IoK8sApiCoreV1NodeList + (*IoK8SApiCoreV1NodeSelector)(nil), // 472: kubernetes.IoK8sApiCoreV1NodeSelector + (*IoK8SApiCoreV1NodeSelectorRequirement)(nil), // 473: kubernetes.IoK8sApiCoreV1NodeSelectorRequirement + (*IoK8SApiCoreV1NodeSelectorTerm)(nil), // 474: kubernetes.IoK8sApiCoreV1NodeSelectorTerm + (*IoK8SApiCoreV1NodeSpec)(nil), // 475: kubernetes.IoK8sApiCoreV1NodeSpec + (*IoK8SApiCoreV1NodeStatus)(nil), // 476: kubernetes.IoK8sApiCoreV1NodeStatus + (*IoK8SApiCoreV1NodeSystemInfo)(nil), // 477: kubernetes.IoK8sApiCoreV1NodeSystemInfo + (*IoK8SApiCoreV1ObjectFieldSelector)(nil), // 478: kubernetes.IoK8sApiCoreV1ObjectFieldSelector + (*IoK8SApiCoreV1ObjectReference)(nil), // 479: kubernetes.IoK8sApiCoreV1ObjectReference + (*IoK8SApiCoreV1PersistentVolume)(nil), // 480: kubernetes.IoK8sApiCoreV1PersistentVolume + (*IoK8SApiCoreV1PersistentVolumeClaim)(nil), // 481: kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + (*IoK8SApiCoreV1PersistentVolumeClaimCondition)(nil), // 482: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimCondition + (*IoK8SApiCoreV1PersistentVolumeClaimList)(nil), // 483: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimList + (*IoK8SApiCoreV1PersistentVolumeClaimSpec)(nil), // 484: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimSpec + (*IoK8SApiCoreV1PersistentVolumeClaimStatus)(nil), // 485: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimStatus + (*IoK8SApiCoreV1PersistentVolumeClaimTemplate)(nil), // 486: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimTemplate + (*IoK8SApiCoreV1PersistentVolumeClaimVolumeSource)(nil), // 487: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimVolumeSource + (*IoK8SApiCoreV1PersistentVolumeList)(nil), // 488: kubernetes.IoK8sApiCoreV1PersistentVolumeList + (*IoK8SApiCoreV1PersistentVolumeSpec)(nil), // 489: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec + (*IoK8SApiCoreV1PersistentVolumeStatus)(nil), // 490: kubernetes.IoK8sApiCoreV1PersistentVolumeStatus + (*IoK8SApiCoreV1PhotonPersistentDiskVolumeSource)(nil), // 491: kubernetes.IoK8sApiCoreV1PhotonPersistentDiskVolumeSource + (*IoK8SApiCoreV1Pod)(nil), // 492: kubernetes.IoK8sApiCoreV1Pod + (*IoK8SApiCoreV1PodAffinity)(nil), // 493: kubernetes.IoK8sApiCoreV1PodAffinity + (*IoK8SApiCoreV1PodAffinityTerm)(nil), // 494: kubernetes.IoK8sApiCoreV1PodAffinityTerm + (*IoK8SApiCoreV1PodAntiAffinity)(nil), // 495: kubernetes.IoK8sApiCoreV1PodAntiAffinity + (*IoK8SApiCoreV1PodCondition)(nil), // 496: kubernetes.IoK8sApiCoreV1PodCondition + (*IoK8SApiCoreV1PodDNSConfig)(nil), // 497: kubernetes.IoK8sApiCoreV1PodDNSConfig + (*IoK8SApiCoreV1PodDNSConfigOption)(nil), // 498: kubernetes.IoK8sApiCoreV1PodDNSConfigOption + (*IoK8SApiCoreV1PodIP)(nil), // 499: kubernetes.IoK8sApiCoreV1PodIP + (*IoK8SApiCoreV1PodList)(nil), // 500: kubernetes.IoK8sApiCoreV1PodList + (*IoK8SApiCoreV1PodOS)(nil), // 501: kubernetes.IoK8sApiCoreV1PodOS + (*IoK8SApiCoreV1PodReadinessGate)(nil), // 502: kubernetes.IoK8sApiCoreV1PodReadinessGate + (*IoK8SApiCoreV1PodResourceClaim)(nil), // 503: kubernetes.IoK8sApiCoreV1PodResourceClaim + (*IoK8SApiCoreV1PodSchedulingGate)(nil), // 504: kubernetes.IoK8sApiCoreV1PodSchedulingGate + (*IoK8SApiCoreV1PodSecurityContext)(nil), // 505: kubernetes.IoK8sApiCoreV1PodSecurityContext + (*IoK8SApiCoreV1PodSpec)(nil), // 506: kubernetes.IoK8sApiCoreV1PodSpec + (*IoK8SApiCoreV1PodStatus)(nil), // 507: kubernetes.IoK8sApiCoreV1PodStatus + (*IoK8SApiCoreV1PodTemplate)(nil), // 508: kubernetes.IoK8sApiCoreV1PodTemplate + (*IoK8SApiCoreV1PodTemplateList)(nil), // 509: kubernetes.IoK8sApiCoreV1PodTemplateList + (*IoK8SApiCoreV1PodTemplateSpec)(nil), // 510: kubernetes.IoK8sApiCoreV1PodTemplateSpec + (*IoK8SApiCoreV1PortStatus)(nil), // 511: kubernetes.IoK8sApiCoreV1PortStatus + (*IoK8SApiCoreV1PortworxVolumeSource)(nil), // 512: kubernetes.IoK8sApiCoreV1PortworxVolumeSource + (*IoK8SApiCoreV1PreferredSchedulingTerm)(nil), // 513: kubernetes.IoK8sApiCoreV1PreferredSchedulingTerm + (*IoK8SApiCoreV1Probe)(nil), // 514: kubernetes.IoK8sApiCoreV1Probe + (*IoK8SApiCoreV1ProjectedVolumeSource)(nil), // 515: kubernetes.IoK8sApiCoreV1ProjectedVolumeSource + (*IoK8SApiCoreV1QuobyteVolumeSource)(nil), // 516: kubernetes.IoK8sApiCoreV1QuobyteVolumeSource + (*IoK8SApiCoreV1RBDPersistentVolumeSource)(nil), // 517: kubernetes.IoK8sApiCoreV1RBDPersistentVolumeSource + (*IoK8SApiCoreV1RBDVolumeSource)(nil), // 518: kubernetes.IoK8sApiCoreV1RBDVolumeSource + (*IoK8SApiCoreV1ReplicationController)(nil), // 519: kubernetes.IoK8sApiCoreV1ReplicationController + (*IoK8SApiCoreV1ReplicationControllerCondition)(nil), // 520: kubernetes.IoK8sApiCoreV1ReplicationControllerCondition + (*IoK8SApiCoreV1ReplicationControllerList)(nil), // 521: kubernetes.IoK8sApiCoreV1ReplicationControllerList + (*IoK8SApiCoreV1ReplicationControllerSpec)(nil), // 522: kubernetes.IoK8sApiCoreV1ReplicationControllerSpec + (*IoK8SApiCoreV1ReplicationControllerStatus)(nil), // 523: kubernetes.IoK8sApiCoreV1ReplicationControllerStatus + (*IoK8SApiCoreV1ResourceClaim)(nil), // 524: kubernetes.IoK8sApiCoreV1ResourceClaim + (*IoK8SApiCoreV1ResourceFieldSelector)(nil), // 525: kubernetes.IoK8sApiCoreV1ResourceFieldSelector + (*IoK8SApiCoreV1ResourceQuota)(nil), // 526: kubernetes.IoK8sApiCoreV1ResourceQuota + (*IoK8SApiCoreV1ResourceQuotaList)(nil), // 527: kubernetes.IoK8sApiCoreV1ResourceQuotaList + (*IoK8SApiCoreV1ResourceQuotaSpec)(nil), // 528: kubernetes.IoK8sApiCoreV1ResourceQuotaSpec + (*IoK8SApiCoreV1ResourceQuotaStatus)(nil), // 529: kubernetes.IoK8sApiCoreV1ResourceQuotaStatus + (*IoK8SApiCoreV1ResourceRequirements)(nil), // 530: kubernetes.IoK8sApiCoreV1ResourceRequirements + (*IoK8SApiCoreV1SELinuxOptions)(nil), // 531: kubernetes.IoK8sApiCoreV1SELinuxOptions + (*IoK8SApiCoreV1ScaleIOPersistentVolumeSource)(nil), // 532: kubernetes.IoK8sApiCoreV1ScaleIOPersistentVolumeSource + (*IoK8SApiCoreV1ScaleIOVolumeSource)(nil), // 533: kubernetes.IoK8sApiCoreV1ScaleIOVolumeSource + (*IoK8SApiCoreV1ScopeSelector)(nil), // 534: kubernetes.IoK8sApiCoreV1ScopeSelector + (*IoK8SApiCoreV1ScopedResourceSelectorRequirement)(nil), // 535: kubernetes.IoK8sApiCoreV1ScopedResourceSelectorRequirement + (*IoK8SApiCoreV1SeccompProfile)(nil), // 536: kubernetes.IoK8sApiCoreV1SeccompProfile + (*IoK8SApiCoreV1Secret)(nil), // 537: kubernetes.IoK8sApiCoreV1Secret + (*IoK8SApiCoreV1SecretEnvSource)(nil), // 538: kubernetes.IoK8sApiCoreV1SecretEnvSource + (*IoK8SApiCoreV1SecretKeySelector)(nil), // 539: kubernetes.IoK8sApiCoreV1SecretKeySelector + (*IoK8SApiCoreV1SecretList)(nil), // 540: kubernetes.IoK8sApiCoreV1SecretList + (*IoK8SApiCoreV1SecretProjection)(nil), // 541: kubernetes.IoK8sApiCoreV1SecretProjection + (*IoK8SApiCoreV1SecretReference)(nil), // 542: kubernetes.IoK8sApiCoreV1SecretReference + (*IoK8SApiCoreV1SecretVolumeSource)(nil), // 543: kubernetes.IoK8sApiCoreV1SecretVolumeSource + (*IoK8SApiCoreV1SecurityContext)(nil), // 544: kubernetes.IoK8sApiCoreV1SecurityContext + (*IoK8SApiCoreV1Service)(nil), // 545: kubernetes.IoK8sApiCoreV1Service + (*IoK8SApiCoreV1ServiceAccount)(nil), // 546: kubernetes.IoK8sApiCoreV1ServiceAccount + (*IoK8SApiCoreV1ServiceAccountList)(nil), // 547: kubernetes.IoK8sApiCoreV1ServiceAccountList + (*IoK8SApiCoreV1ServiceAccountTokenProjection)(nil), // 548: kubernetes.IoK8sApiCoreV1ServiceAccountTokenProjection + (*IoK8SApiCoreV1ServiceList)(nil), // 549: kubernetes.IoK8sApiCoreV1ServiceList + (*IoK8SApiCoreV1ServicePort)(nil), // 550: kubernetes.IoK8sApiCoreV1ServicePort + (*IoK8SApiCoreV1ServiceSpec)(nil), // 551: kubernetes.IoK8sApiCoreV1ServiceSpec + (*IoK8SApiCoreV1ServiceStatus)(nil), // 552: kubernetes.IoK8sApiCoreV1ServiceStatus + (*IoK8SApiCoreV1SessionAffinityConfig)(nil), // 553: kubernetes.IoK8sApiCoreV1SessionAffinityConfig + (*IoK8SApiCoreV1StorageOSPersistentVolumeSource)(nil), // 554: kubernetes.IoK8sApiCoreV1StorageOSPersistentVolumeSource + (*IoK8SApiCoreV1StorageOSVolumeSource)(nil), // 555: kubernetes.IoK8sApiCoreV1StorageOSVolumeSource + (*IoK8SApiCoreV1Sysctl)(nil), // 556: kubernetes.IoK8sApiCoreV1Sysctl + (*IoK8SApiCoreV1TCPSocketAction)(nil), // 557: kubernetes.IoK8sApiCoreV1TCPSocketAction + (*IoK8SApiCoreV1Taint)(nil), // 558: kubernetes.IoK8sApiCoreV1Taint + (*IoK8SApiCoreV1Toleration)(nil), // 559: kubernetes.IoK8sApiCoreV1Toleration + (*IoK8SApiCoreV1TopologySelectorLabelRequirement)(nil), // 560: kubernetes.IoK8sApiCoreV1TopologySelectorLabelRequirement + (*IoK8SApiCoreV1TopologySelectorTerm)(nil), // 561: kubernetes.IoK8sApiCoreV1TopologySelectorTerm + (*IoK8SApiCoreV1TopologySpreadConstraint)(nil), // 562: kubernetes.IoK8sApiCoreV1TopologySpreadConstraint + (*IoK8SApiCoreV1TypedLocalObjectReference)(nil), // 563: kubernetes.IoK8sApiCoreV1TypedLocalObjectReference + (*IoK8SApiCoreV1TypedObjectReference)(nil), // 564: kubernetes.IoK8sApiCoreV1TypedObjectReference + (*IoK8SApiCoreV1Volume)(nil), // 565: kubernetes.IoK8sApiCoreV1Volume + (*IoK8SApiCoreV1VolumeDevice)(nil), // 566: kubernetes.IoK8sApiCoreV1VolumeDevice + (*IoK8SApiCoreV1VolumeMount)(nil), // 567: kubernetes.IoK8sApiCoreV1VolumeMount + (*IoK8SApiCoreV1VolumeNodeAffinity)(nil), // 568: kubernetes.IoK8sApiCoreV1VolumeNodeAffinity + (*IoK8SApiCoreV1VolumeProjection)(nil), // 569: kubernetes.IoK8sApiCoreV1VolumeProjection + (*IoK8SApiCoreV1VsphereVirtualDiskVolumeSource)(nil), // 570: kubernetes.IoK8sApiCoreV1VsphereVirtualDiskVolumeSource + (*IoK8SApiCoreV1WeightedPodAffinityTerm)(nil), // 571: kubernetes.IoK8sApiCoreV1WeightedPodAffinityTerm + (*IoK8SApiCoreV1WindowsSecurityContextOptions)(nil), // 572: kubernetes.IoK8sApiCoreV1WindowsSecurityContextOptions + (*IoK8SApiDiscoveryV1Endpoint)(nil), // 573: kubernetes.IoK8sApiDiscoveryV1Endpoint + (*IoK8SApiDiscoveryV1EndpointConditions)(nil), // 574: kubernetes.IoK8sApiDiscoveryV1EndpointConditions + (*IoK8SApiDiscoveryV1EndpointHints)(nil), // 575: kubernetes.IoK8sApiDiscoveryV1EndpointHints + (*IoK8SApiDiscoveryV1EndpointPort)(nil), // 576: kubernetes.IoK8sApiDiscoveryV1EndpointPort + (*IoK8SApiDiscoveryV1EndpointSlice)(nil), // 577: kubernetes.IoK8sApiDiscoveryV1EndpointSlice + (*IoK8SApiDiscoveryV1EndpointSliceList)(nil), // 578: kubernetes.IoK8sApiDiscoveryV1EndpointSliceList + (*IoK8SApiDiscoveryV1ForZone)(nil), // 579: kubernetes.IoK8sApiDiscoveryV1ForZone + (*IoK8SApiEventsV1Event)(nil), // 580: kubernetes.IoK8sApiEventsV1Event + (*IoK8SApiEventsV1EventList)(nil), // 581: kubernetes.IoK8sApiEventsV1EventList + (*IoK8SApiEventsV1EventSeries)(nil), // 582: kubernetes.IoK8sApiEventsV1EventSeries + (*IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod)(nil), // 583: kubernetes.IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod + (*IoK8SApiFlowcontrolV1Beta2FlowSchema)(nil), // 584: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + (*IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition)(nil), // 585: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaCondition + (*IoK8SApiFlowcontrolV1Beta2FlowSchemaList)(nil), // 586: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaList + (*IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec)(nil), // 587: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaSpec + (*IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus)(nil), // 588: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaStatus + (*IoK8SApiFlowcontrolV1Beta2GroupSubject)(nil), // 589: kubernetes.IoK8sApiFlowcontrolV1beta2GroupSubject + (*IoK8SApiFlowcontrolV1Beta2LimitResponse)(nil), // 590: kubernetes.IoK8sApiFlowcontrolV1beta2LimitResponse + (*IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration)(nil), // 591: kubernetes.IoK8sApiFlowcontrolV1beta2LimitedPriorityLevelConfiguration + (*IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule)(nil), // 592: kubernetes.IoK8sApiFlowcontrolV1beta2NonResourcePolicyRule + (*IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects)(nil), // 593: kubernetes.IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects + (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration)(nil), // 594: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition)(nil), // 595: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationCondition + (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList)(nil), // 596: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationList + (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference)(nil), // 597: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationReference + (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec)(nil), // 598: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationSpec + (*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus)(nil), // 599: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationStatus + (*IoK8SApiFlowcontrolV1Beta2QueuingConfiguration)(nil), // 600: kubernetes.IoK8sApiFlowcontrolV1beta2QueuingConfiguration + (*IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule)(nil), // 601: kubernetes.IoK8sApiFlowcontrolV1beta2ResourcePolicyRule + (*IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject)(nil), // 602: kubernetes.IoK8sApiFlowcontrolV1beta2ServiceAccountSubject + (*IoK8SApiFlowcontrolV1Beta2Subject)(nil), // 603: kubernetes.IoK8sApiFlowcontrolV1beta2Subject + (*IoK8SApiFlowcontrolV1Beta2UserSubject)(nil), // 604: kubernetes.IoK8sApiFlowcontrolV1beta2UserSubject + (*IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod)(nil), // 605: kubernetes.IoK8sApiFlowcontrolV1beta3FlowDistinguisherMethod + (*IoK8SApiFlowcontrolV1Beta3FlowSchema)(nil), // 606: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + (*IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition)(nil), // 607: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaCondition + (*IoK8SApiFlowcontrolV1Beta3FlowSchemaList)(nil), // 608: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaList + (*IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec)(nil), // 609: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaSpec + (*IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus)(nil), // 610: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaStatus + (*IoK8SApiFlowcontrolV1Beta3GroupSubject)(nil), // 611: kubernetes.IoK8sApiFlowcontrolV1beta3GroupSubject + (*IoK8SApiFlowcontrolV1Beta3LimitResponse)(nil), // 612: kubernetes.IoK8sApiFlowcontrolV1beta3LimitResponse + (*IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration)(nil), // 613: kubernetes.IoK8sApiFlowcontrolV1beta3LimitedPriorityLevelConfiguration + (*IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule)(nil), // 614: kubernetes.IoK8sApiFlowcontrolV1beta3NonResourcePolicyRule + (*IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects)(nil), // 615: kubernetes.IoK8sApiFlowcontrolV1beta3PolicyRulesWithSubjects + (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration)(nil), // 616: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition)(nil), // 617: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationCondition + (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList)(nil), // 618: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationList + (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference)(nil), // 619: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationReference + (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec)(nil), // 620: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationSpec + (*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus)(nil), // 621: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationStatus + (*IoK8SApiFlowcontrolV1Beta3QueuingConfiguration)(nil), // 622: kubernetes.IoK8sApiFlowcontrolV1beta3QueuingConfiguration + (*IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule)(nil), // 623: kubernetes.IoK8sApiFlowcontrolV1beta3ResourcePolicyRule + (*IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject)(nil), // 624: kubernetes.IoK8sApiFlowcontrolV1beta3ServiceAccountSubject + (*IoK8SApiFlowcontrolV1Beta3Subject)(nil), // 625: kubernetes.IoK8sApiFlowcontrolV1beta3Subject + (*IoK8SApiFlowcontrolV1Beta3UserSubject)(nil), // 626: kubernetes.IoK8sApiFlowcontrolV1beta3UserSubject + (*IoK8SApiNetworkingV1HTTPIngressPath)(nil), // 627: kubernetes.IoK8sApiNetworkingV1HTTPIngressPath + (*IoK8SApiNetworkingV1HTTPIngressRuleValue)(nil), // 628: kubernetes.IoK8sApiNetworkingV1HTTPIngressRuleValue + (*IoK8SApiNetworkingV1IPBlock)(nil), // 629: kubernetes.IoK8sApiNetworkingV1IPBlock + (*IoK8SApiNetworkingV1Ingress)(nil), // 630: kubernetes.IoK8sApiNetworkingV1Ingress + (*IoK8SApiNetworkingV1IngressBackend)(nil), // 631: kubernetes.IoK8sApiNetworkingV1IngressBackend + (*IoK8SApiNetworkingV1IngressClass)(nil), // 632: kubernetes.IoK8sApiNetworkingV1IngressClass + (*IoK8SApiNetworkingV1IngressClassList)(nil), // 633: kubernetes.IoK8sApiNetworkingV1IngressClassList + (*IoK8SApiNetworkingV1IngressClassParametersReference)(nil), // 634: kubernetes.IoK8sApiNetworkingV1IngressClassParametersReference + (*IoK8SApiNetworkingV1IngressClassSpec)(nil), // 635: kubernetes.IoK8sApiNetworkingV1IngressClassSpec + (*IoK8SApiNetworkingV1IngressList)(nil), // 636: kubernetes.IoK8sApiNetworkingV1IngressList + (*IoK8SApiNetworkingV1IngressLoadBalancerIngress)(nil), // 637: kubernetes.IoK8sApiNetworkingV1IngressLoadBalancerIngress + (*IoK8SApiNetworkingV1IngressLoadBalancerStatus)(nil), // 638: kubernetes.IoK8sApiNetworkingV1IngressLoadBalancerStatus + (*IoK8SApiNetworkingV1IngressPortStatus)(nil), // 639: kubernetes.IoK8sApiNetworkingV1IngressPortStatus + (*IoK8SApiNetworkingV1IngressRule)(nil), // 640: kubernetes.IoK8sApiNetworkingV1IngressRule + (*IoK8SApiNetworkingV1IngressServiceBackend)(nil), // 641: kubernetes.IoK8sApiNetworkingV1IngressServiceBackend + (*IoK8SApiNetworkingV1IngressSpec)(nil), // 642: kubernetes.IoK8sApiNetworkingV1IngressSpec + (*IoK8SApiNetworkingV1IngressStatus)(nil), // 643: kubernetes.IoK8sApiNetworkingV1IngressStatus + (*IoK8SApiNetworkingV1IngressTLS)(nil), // 644: kubernetes.IoK8sApiNetworkingV1IngressTLS + (*IoK8SApiNetworkingV1NetworkPolicy)(nil), // 645: kubernetes.IoK8sApiNetworkingV1NetworkPolicy + (*IoK8SApiNetworkingV1NetworkPolicyEgressRule)(nil), // 646: kubernetes.IoK8sApiNetworkingV1NetworkPolicyEgressRule + (*IoK8SApiNetworkingV1NetworkPolicyIngressRule)(nil), // 647: kubernetes.IoK8sApiNetworkingV1NetworkPolicyIngressRule + (*IoK8SApiNetworkingV1NetworkPolicyList)(nil), // 648: kubernetes.IoK8sApiNetworkingV1NetworkPolicyList + (*IoK8SApiNetworkingV1NetworkPolicyPeer)(nil), // 649: kubernetes.IoK8sApiNetworkingV1NetworkPolicyPeer + (*IoK8SApiNetworkingV1NetworkPolicyPort)(nil), // 650: kubernetes.IoK8sApiNetworkingV1NetworkPolicyPort + (*IoK8SApiNetworkingV1NetworkPolicySpec)(nil), // 651: kubernetes.IoK8sApiNetworkingV1NetworkPolicySpec + (*IoK8SApiNetworkingV1ServiceBackendPort)(nil), // 652: kubernetes.IoK8sApiNetworkingV1ServiceBackendPort + (*IoK8SApiNetworkingV1Alpha1ClusterCIDR)(nil), // 653: kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR + (*IoK8SApiNetworkingV1Alpha1ClusterCIDRList)(nil), // 654: kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDRList + (*IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec)(nil), // 655: kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDRSpec + (*IoK8SApiNetworkingV1Alpha1IPAddress)(nil), // 656: kubernetes.IoK8sApiNetworkingV1alpha1IPAddress + (*IoK8SApiNetworkingV1Alpha1IPAddressList)(nil), // 657: kubernetes.IoK8sApiNetworkingV1alpha1IPAddressList + (*IoK8SApiNetworkingV1Alpha1IPAddressSpec)(nil), // 658: kubernetes.IoK8sApiNetworkingV1alpha1IPAddressSpec + (*IoK8SApiNetworkingV1Alpha1ParentReference)(nil), // 659: kubernetes.IoK8sApiNetworkingV1alpha1ParentReference + (*IoK8SApiNodeV1Overhead)(nil), // 660: kubernetes.IoK8sApiNodeV1Overhead + (*IoK8SApiNodeV1RuntimeClass)(nil), // 661: kubernetes.IoK8sApiNodeV1RuntimeClass + (*IoK8SApiNodeV1RuntimeClassList)(nil), // 662: kubernetes.IoK8sApiNodeV1RuntimeClassList + (*IoK8SApiNodeV1Scheduling)(nil), // 663: kubernetes.IoK8sApiNodeV1Scheduling + (*IoK8SApiPolicyV1Eviction)(nil), // 664: kubernetes.IoK8sApiPolicyV1Eviction + (*IoK8SApiPolicyV1PodDisruptionBudget)(nil), // 665: kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + (*IoK8SApiPolicyV1PodDisruptionBudgetList)(nil), // 666: kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetList + (*IoK8SApiPolicyV1PodDisruptionBudgetSpec)(nil), // 667: kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetSpec + (*IoK8SApiPolicyV1PodDisruptionBudgetStatus)(nil), // 668: kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetStatus + (*IoK8SApiRbacV1AggregationRule)(nil), // 669: kubernetes.IoK8sApiRbacV1AggregationRule + (*IoK8SApiRbacV1ClusterRole)(nil), // 670: kubernetes.IoK8sApiRbacV1ClusterRole + (*IoK8SApiRbacV1ClusterRoleBinding)(nil), // 671: kubernetes.IoK8sApiRbacV1ClusterRoleBinding + (*IoK8SApiRbacV1ClusterRoleBindingList)(nil), // 672: kubernetes.IoK8sApiRbacV1ClusterRoleBindingList + (*IoK8SApiRbacV1ClusterRoleList)(nil), // 673: kubernetes.IoK8sApiRbacV1ClusterRoleList + (*IoK8SApiRbacV1PolicyRule)(nil), // 674: kubernetes.IoK8sApiRbacV1PolicyRule + (*IoK8SApiRbacV1Role)(nil), // 675: kubernetes.IoK8sApiRbacV1Role + (*IoK8SApiRbacV1RoleBinding)(nil), // 676: kubernetes.IoK8sApiRbacV1RoleBinding + (*IoK8SApiRbacV1RoleBindingList)(nil), // 677: kubernetes.IoK8sApiRbacV1RoleBindingList + (*IoK8SApiRbacV1RoleList)(nil), // 678: kubernetes.IoK8sApiRbacV1RoleList + (*IoK8SApiRbacV1RoleRef)(nil), // 679: kubernetes.IoK8sApiRbacV1RoleRef + (*IoK8SApiRbacV1Subject)(nil), // 680: kubernetes.IoK8sApiRbacV1Subject + (*IoK8SApiResourceV1Alpha2AllocationResult)(nil), // 681: kubernetes.IoK8sApiResourceV1alpha2AllocationResult + (*IoK8SApiResourceV1Alpha2PodSchedulingContext)(nil), // 682: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + (*IoK8SApiResourceV1Alpha2PodSchedulingContextList)(nil), // 683: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextList + (*IoK8SApiResourceV1Alpha2PodSchedulingContextSpec)(nil), // 684: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextSpec + (*IoK8SApiResourceV1Alpha2PodSchedulingContextStatus)(nil), // 685: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextStatus + (*IoK8SApiResourceV1Alpha2ResourceClaim)(nil), // 686: kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + (*IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference)(nil), // 687: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimConsumerReference + (*IoK8SApiResourceV1Alpha2ResourceClaimList)(nil), // 688: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimList + (*IoK8SApiResourceV1Alpha2ResourceClaimParametersReference)(nil), // 689: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimParametersReference + (*IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus)(nil), // 690: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimSchedulingStatus + (*IoK8SApiResourceV1Alpha2ResourceClaimSpec)(nil), // 691: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimSpec + (*IoK8SApiResourceV1Alpha2ResourceClaimStatus)(nil), // 692: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimStatus + (*IoK8SApiResourceV1Alpha2ResourceClaimTemplate)(nil), // 693: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate + (*IoK8SApiResourceV1Alpha2ResourceClaimTemplateList)(nil), // 694: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplateList + (*IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec)(nil), // 695: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplateSpec + (*IoK8SApiResourceV1Alpha2ResourceClass)(nil), // 696: kubernetes.IoK8sApiResourceV1alpha2ResourceClass + (*IoK8SApiResourceV1Alpha2ResourceClassList)(nil), // 697: kubernetes.IoK8sApiResourceV1alpha2ResourceClassList + (*IoK8SApiResourceV1Alpha2ResourceClassParametersReference)(nil), // 698: kubernetes.IoK8sApiResourceV1alpha2ResourceClassParametersReference + (*IoK8SApiResourceV1Alpha2ResourceHandle)(nil), // 699: kubernetes.IoK8sApiResourceV1alpha2ResourceHandle + (*IoK8SApiSchedulingV1PriorityClass)(nil), // 700: kubernetes.IoK8sApiSchedulingV1PriorityClass + (*IoK8SApiSchedulingV1PriorityClassList)(nil), // 701: kubernetes.IoK8sApiSchedulingV1PriorityClassList + (*IoK8SApiStorageV1CSIDriver)(nil), // 702: kubernetes.IoK8sApiStorageV1CSIDriver + (*IoK8SApiStorageV1CSIDriverList)(nil), // 703: kubernetes.IoK8sApiStorageV1CSIDriverList + (*IoK8SApiStorageV1CSIDriverSpec)(nil), // 704: kubernetes.IoK8sApiStorageV1CSIDriverSpec + (*IoK8SApiStorageV1CSINode)(nil), // 705: kubernetes.IoK8sApiStorageV1CSINode + (*IoK8SApiStorageV1CSINodeDriver)(nil), // 706: kubernetes.IoK8sApiStorageV1CSINodeDriver + (*IoK8SApiStorageV1CSINodeList)(nil), // 707: kubernetes.IoK8sApiStorageV1CSINodeList + (*IoK8SApiStorageV1CSINodeSpec)(nil), // 708: kubernetes.IoK8sApiStorageV1CSINodeSpec + (*IoK8SApiStorageV1CSIStorageCapacity)(nil), // 709: kubernetes.IoK8sApiStorageV1CSIStorageCapacity + (*IoK8SApiStorageV1CSIStorageCapacityList)(nil), // 710: kubernetes.IoK8sApiStorageV1CSIStorageCapacityList + (*IoK8SApiStorageV1StorageClass)(nil), // 711: kubernetes.IoK8sApiStorageV1StorageClass + (*IoK8SApiStorageV1StorageClassList)(nil), // 712: kubernetes.IoK8sApiStorageV1StorageClassList + (*IoK8SApiStorageV1TokenRequest)(nil), // 713: kubernetes.IoK8sApiStorageV1TokenRequest + (*IoK8SApiStorageV1VolumeAttachment)(nil), // 714: kubernetes.IoK8sApiStorageV1VolumeAttachment + (*IoK8SApiStorageV1VolumeAttachmentList)(nil), // 715: kubernetes.IoK8sApiStorageV1VolumeAttachmentList + (*IoK8SApiStorageV1VolumeAttachmentSource)(nil), // 716: kubernetes.IoK8sApiStorageV1VolumeAttachmentSource + (*IoK8SApiStorageV1VolumeAttachmentSpec)(nil), // 717: kubernetes.IoK8sApiStorageV1VolumeAttachmentSpec + (*IoK8SApiStorageV1VolumeAttachmentStatus)(nil), // 718: kubernetes.IoK8sApiStorageV1VolumeAttachmentStatus + (*IoK8SApiStorageV1VolumeError)(nil), // 719: kubernetes.IoK8sApiStorageV1VolumeError + (*IoK8SApiStorageV1VolumeNodeResources)(nil), // 720: kubernetes.IoK8sApiStorageV1VolumeNodeResources + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition)(nil), // 721: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion)(nil), // 722: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition)(nil), // 723: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition)(nil), // 724: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList)(nil), // 725: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames)(nil), // 726: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec)(nil), // 727: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus)(nil), // 728: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion)(nil), // 729: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale)(nil), // 730: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus)(nil), // 731: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources)(nil), // 732: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation)(nil), // 733: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation)(nil), // 734: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON)(nil), // 735: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSON + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps)(nil), // 736: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray)(nil), // 737: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool)(nil), // 738: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray)(nil), // 739: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference)(nil), // 740: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1ServiceReference + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule)(nil), // 741: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1ValidationRule + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig)(nil), // 742: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig + (*IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion)(nil), // 743: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion + (*IoK8SApimachineryPkgApisMetaV1APIGroup)(nil), // 744: kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + (*IoK8SApimachineryPkgApisMetaV1APIGroupList)(nil), // 745: kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroupList + (*IoK8SApimachineryPkgApisMetaV1APIResource)(nil), // 746: kubernetes.IoK8sApimachineryPkgApisMetaV1APIResource + (*IoK8SApimachineryPkgApisMetaV1APIResourceList)(nil), // 747: kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + (*IoK8SApimachineryPkgApisMetaV1APIVersions)(nil), // 748: kubernetes.IoK8sApimachineryPkgApisMetaV1APIVersions + (*IoK8SApimachineryPkgApisMetaV1Condition)(nil), // 749: kubernetes.IoK8sApimachineryPkgApisMetaV1Condition + (*IoK8SApimachineryPkgApisMetaV1DeleteOptions)(nil), // 750: kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + (*IoK8SApimachineryPkgApisMetaV1FieldsV1)(nil), // 751: kubernetes.IoK8sApimachineryPkgApisMetaV1FieldsV1 + (*IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery)(nil), // 752: kubernetes.IoK8sApimachineryPkgApisMetaV1GroupVersionForDiscovery + (*IoK8SApimachineryPkgApisMetaV1LabelSelector)(nil), // 753: kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + (*IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement)(nil), // 754: kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelectorRequirement + (*IoK8SApimachineryPkgApisMetaV1ListMeta)(nil), // 755: kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + (*IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry)(nil), // 756: kubernetes.IoK8sApimachineryPkgApisMetaV1ManagedFieldsEntry + (*IoK8SApimachineryPkgApisMetaV1ObjectMeta)(nil), // 757: kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + (*IoK8SApimachineryPkgApisMetaV1OwnerReference)(nil), // 758: kubernetes.IoK8sApimachineryPkgApisMetaV1OwnerReference + (*IoK8SApimachineryPkgApisMetaV1Patch)(nil), // 759: kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + (*IoK8SApimachineryPkgApisMetaV1Preconditions)(nil), // 760: kubernetes.IoK8sApimachineryPkgApisMetaV1Preconditions + (*IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR)(nil), // 761: kubernetes.IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR + (*IoK8SApimachineryPkgApisMetaV1Status)(nil), // 762: kubernetes.IoK8sApimachineryPkgApisMetaV1Status + (*IoK8SApimachineryPkgApisMetaV1StatusCause)(nil), // 763: kubernetes.IoK8sApimachineryPkgApisMetaV1StatusCause + (*IoK8SApimachineryPkgApisMetaV1StatusDetails)(nil), // 764: kubernetes.IoK8sApimachineryPkgApisMetaV1StatusDetails + (*IoK8SApimachineryPkgApisMetaV1WatchEvent)(nil), // 765: kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + (*IoK8SApimachineryPkgRuntimeRawExtension)(nil), // 766: kubernetes.IoK8sApimachineryPkgRuntimeRawExtension + (*IoK8SApimachineryPkgVersionInfo)(nil), // 767: kubernetes.IoK8sApimachineryPkgVersionInfo + (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIService)(nil), // 768: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition)(nil), // 769: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition + (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList)(nil), // 770: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceList + (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec)(nil), // 771: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceSpec + (*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus)(nil), // 772: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceStatus + (*IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference)(nil), // 773: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1ServiceReference + (*ListAdmissionregistrationV1MutatingWebhookConfigurationRequest)(nil), // 774: kubernetes.ListAdmissionregistrationV1MutatingWebhookConfigurationRequest + (*ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest)(nil), // 775: kubernetes.ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest + (*ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest)(nil), // 776: kubernetes.ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + (*ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest)(nil), // 777: kubernetes.ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + (*ListApiextensionsV1CustomResourceDefinitionRequest)(nil), // 778: kubernetes.ListApiextensionsV1CustomResourceDefinitionRequest + (*ListApiregistrationV1ApiServiceRequest)(nil), // 779: kubernetes.ListApiregistrationV1ApiServiceRequest + (*ListAppsV1ControllerRevisionForAllNamespacesRequest)(nil), // 780: kubernetes.ListAppsV1ControllerRevisionForAllNamespacesRequest + (*ListAppsV1DaemonSetForAllNamespacesRequest)(nil), // 781: kubernetes.ListAppsV1DaemonSetForAllNamespacesRequest + (*ListAppsV1DeploymentForAllNamespacesRequest)(nil), // 782: kubernetes.ListAppsV1DeploymentForAllNamespacesRequest + (*ListAppsV1NamespacedControllerRevisionRequest)(nil), // 783: kubernetes.ListAppsV1NamespacedControllerRevisionRequest + (*ListAppsV1NamespacedDaemonSetRequest)(nil), // 784: kubernetes.ListAppsV1NamespacedDaemonSetRequest + (*ListAppsV1NamespacedDeploymentRequest)(nil), // 785: kubernetes.ListAppsV1NamespacedDeploymentRequest + (*ListAppsV1NamespacedReplicaSetRequest)(nil), // 786: kubernetes.ListAppsV1NamespacedReplicaSetRequest + (*ListAppsV1NamespacedStatefulSetRequest)(nil), // 787: kubernetes.ListAppsV1NamespacedStatefulSetRequest + (*ListAppsV1ReplicaSetForAllNamespacesRequest)(nil), // 788: kubernetes.ListAppsV1ReplicaSetForAllNamespacesRequest + (*ListAppsV1StatefulSetForAllNamespacesRequest)(nil), // 789: kubernetes.ListAppsV1StatefulSetForAllNamespacesRequest + (*ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest)(nil), // 790: kubernetes.ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest + (*ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest)(nil), // 791: kubernetes.ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + (*ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest)(nil), // 792: kubernetes.ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest + (*ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest)(nil), // 793: kubernetes.ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + (*ListBatchV1CronJobForAllNamespacesRequest)(nil), // 794: kubernetes.ListBatchV1CronJobForAllNamespacesRequest + (*ListBatchV1JobForAllNamespacesRequest)(nil), // 795: kubernetes.ListBatchV1JobForAllNamespacesRequest + (*ListBatchV1NamespacedCronJobRequest)(nil), // 796: kubernetes.ListBatchV1NamespacedCronJobRequest + (*ListBatchV1NamespacedJobRequest)(nil), // 797: kubernetes.ListBatchV1NamespacedJobRequest + (*ListCertificatesV1CertificateSigningRequestRequest)(nil), // 798: kubernetes.ListCertificatesV1CertificateSigningRequestRequest + (*ListCertificatesV1Alpha1ClusterTrustBundleRequest)(nil), // 799: kubernetes.ListCertificatesV1alpha1ClusterTrustBundleRequest + (*ListCoordinationV1LeaseForAllNamespacesRequest)(nil), // 800: kubernetes.ListCoordinationV1LeaseForAllNamespacesRequest + (*ListCoordinationV1NamespacedLeaseRequest)(nil), // 801: kubernetes.ListCoordinationV1NamespacedLeaseRequest + (*ListCoreV1ComponentStatusRequest)(nil), // 802: kubernetes.ListCoreV1ComponentStatusRequest + (*ListCoreV1ConfigMapForAllNamespacesRequest)(nil), // 803: kubernetes.ListCoreV1ConfigMapForAllNamespacesRequest + (*ListCoreV1EndpointsForAllNamespacesRequest)(nil), // 804: kubernetes.ListCoreV1EndpointsForAllNamespacesRequest + (*ListCoreV1EventForAllNamespacesRequest)(nil), // 805: kubernetes.ListCoreV1EventForAllNamespacesRequest + (*ListCoreV1LimitRangeForAllNamespacesRequest)(nil), // 806: kubernetes.ListCoreV1LimitRangeForAllNamespacesRequest + (*ListCoreV1NamespaceRequest)(nil), // 807: kubernetes.ListCoreV1NamespaceRequest + (*ListCoreV1NamespacedConfigMapRequest)(nil), // 808: kubernetes.ListCoreV1NamespacedConfigMapRequest + (*ListCoreV1NamespacedEndpointsRequest)(nil), // 809: kubernetes.ListCoreV1NamespacedEndpointsRequest + (*ListCoreV1NamespacedEventRequest)(nil), // 810: kubernetes.ListCoreV1NamespacedEventRequest + (*ListCoreV1NamespacedLimitRangeRequest)(nil), // 811: kubernetes.ListCoreV1NamespacedLimitRangeRequest + (*ListCoreV1NamespacedPersistentVolumeClaimRequest)(nil), // 812: kubernetes.ListCoreV1NamespacedPersistentVolumeClaimRequest + (*ListCoreV1NamespacedPodRequest)(nil), // 813: kubernetes.ListCoreV1NamespacedPodRequest + (*ListCoreV1NamespacedPodTemplateRequest)(nil), // 814: kubernetes.ListCoreV1NamespacedPodTemplateRequest + (*ListCoreV1NamespacedReplicationControllerRequest)(nil), // 815: kubernetes.ListCoreV1NamespacedReplicationControllerRequest + (*ListCoreV1NamespacedResourceQuotaRequest)(nil), // 816: kubernetes.ListCoreV1NamespacedResourceQuotaRequest + (*ListCoreV1NamespacedSecretRequest)(nil), // 817: kubernetes.ListCoreV1NamespacedSecretRequest + (*ListCoreV1NamespacedServiceAccountRequest)(nil), // 818: kubernetes.ListCoreV1NamespacedServiceAccountRequest + (*ListCoreV1NamespacedServiceRequest)(nil), // 819: kubernetes.ListCoreV1NamespacedServiceRequest + (*ListCoreV1NodeRequest)(nil), // 820: kubernetes.ListCoreV1NodeRequest + (*ListCoreV1PersistentVolumeClaimForAllNamespacesRequest)(nil), // 821: kubernetes.ListCoreV1PersistentVolumeClaimForAllNamespacesRequest + (*ListCoreV1PersistentVolumeRequest)(nil), // 822: kubernetes.ListCoreV1PersistentVolumeRequest + (*ListCoreV1PodForAllNamespacesRequest)(nil), // 823: kubernetes.ListCoreV1PodForAllNamespacesRequest + (*ListCoreV1PodTemplateForAllNamespacesRequest)(nil), // 824: kubernetes.ListCoreV1PodTemplateForAllNamespacesRequest + (*ListCoreV1ReplicationControllerForAllNamespacesRequest)(nil), // 825: kubernetes.ListCoreV1ReplicationControllerForAllNamespacesRequest + (*ListCoreV1ResourceQuotaForAllNamespacesRequest)(nil), // 826: kubernetes.ListCoreV1ResourceQuotaForAllNamespacesRequest + (*ListCoreV1SecretForAllNamespacesRequest)(nil), // 827: kubernetes.ListCoreV1SecretForAllNamespacesRequest + (*ListCoreV1ServiceAccountForAllNamespacesRequest)(nil), // 828: kubernetes.ListCoreV1ServiceAccountForAllNamespacesRequest + (*ListCoreV1ServiceForAllNamespacesRequest)(nil), // 829: kubernetes.ListCoreV1ServiceForAllNamespacesRequest + (*ListDiscoveryV1EndpointSliceForAllNamespacesRequest)(nil), // 830: kubernetes.ListDiscoveryV1EndpointSliceForAllNamespacesRequest + (*ListDiscoveryV1NamespacedEndpointSliceRequest)(nil), // 831: kubernetes.ListDiscoveryV1NamespacedEndpointSliceRequest + (*ListEventsV1EventForAllNamespacesRequest)(nil), // 832: kubernetes.ListEventsV1EventForAllNamespacesRequest + (*ListEventsV1NamespacedEventRequest)(nil), // 833: kubernetes.ListEventsV1NamespacedEventRequest + (*ListFlowcontrolApiserverV1Beta2FlowSchemaRequest)(nil), // 834: kubernetes.ListFlowcontrolApiserverV1beta2FlowSchemaRequest + (*ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest)(nil), // 835: kubernetes.ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + (*ListFlowcontrolApiserverV1Beta3FlowSchemaRequest)(nil), // 836: kubernetes.ListFlowcontrolApiserverV1beta3FlowSchemaRequest + (*ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest)(nil), // 837: kubernetes.ListFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + (*ListInternalApiserverV1Alpha1StorageVersionRequest)(nil), // 838: kubernetes.ListInternalApiserverV1alpha1StorageVersionRequest + (*ListNetworkingV1IngressClassRequest)(nil), // 839: kubernetes.ListNetworkingV1IngressClassRequest + (*ListNetworkingV1IngressForAllNamespacesRequest)(nil), // 840: kubernetes.ListNetworkingV1IngressForAllNamespacesRequest + (*ListNetworkingV1NamespacedIngressRequest)(nil), // 841: kubernetes.ListNetworkingV1NamespacedIngressRequest + (*ListNetworkingV1NamespacedNetworkPolicyRequest)(nil), // 842: kubernetes.ListNetworkingV1NamespacedNetworkPolicyRequest + (*ListNetworkingV1NetworkPolicyForAllNamespacesRequest)(nil), // 843: kubernetes.ListNetworkingV1NetworkPolicyForAllNamespacesRequest + (*ListNetworkingV1Alpha1ClusterCidrRequest)(nil), // 844: kubernetes.ListNetworkingV1alpha1ClusterCidrRequest + (*ListNetworkingV1Alpha1IpAddressRequest)(nil), // 845: kubernetes.ListNetworkingV1alpha1IpAddressRequest + (*ListNodeV1RuntimeClassRequest)(nil), // 846: kubernetes.ListNodeV1RuntimeClassRequest + (*ListPolicyV1NamespacedPodDisruptionBudgetRequest)(nil), // 847: kubernetes.ListPolicyV1NamespacedPodDisruptionBudgetRequest + (*ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest)(nil), // 848: kubernetes.ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest + (*ListRbacAuthorizationV1ClusterRoleBindingRequest)(nil), // 849: kubernetes.ListRbacAuthorizationV1ClusterRoleBindingRequest + (*ListRbacAuthorizationV1ClusterRoleRequest)(nil), // 850: kubernetes.ListRbacAuthorizationV1ClusterRoleRequest + (*ListRbacAuthorizationV1NamespacedRoleBindingRequest)(nil), // 851: kubernetes.ListRbacAuthorizationV1NamespacedRoleBindingRequest + (*ListRbacAuthorizationV1NamespacedRoleRequest)(nil), // 852: kubernetes.ListRbacAuthorizationV1NamespacedRoleRequest + (*ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest)(nil), // 853: kubernetes.ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest + (*ListRbacAuthorizationV1RoleForAllNamespacesRequest)(nil), // 854: kubernetes.ListRbacAuthorizationV1RoleForAllNamespacesRequest + (*ListResourceV1Alpha2NamespacedPodSchedulingContextRequest)(nil), // 855: kubernetes.ListResourceV1alpha2NamespacedPodSchedulingContextRequest + (*ListResourceV1Alpha2NamespacedResourceClaimRequest)(nil), // 856: kubernetes.ListResourceV1alpha2NamespacedResourceClaimRequest + (*ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest)(nil), // 857: kubernetes.ListResourceV1alpha2NamespacedResourceClaimTemplateRequest + (*ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest)(nil), // 858: kubernetes.ListResourceV1alpha2PodSchedulingContextForAllNamespacesRequest + (*ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest)(nil), // 859: kubernetes.ListResourceV1alpha2ResourceClaimForAllNamespacesRequest + (*ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest)(nil), // 860: kubernetes.ListResourceV1alpha2ResourceClaimTemplateForAllNamespacesRequest + (*ListResourceV1Alpha2ResourceClassRequest)(nil), // 861: kubernetes.ListResourceV1alpha2ResourceClassRequest + (*ListSchedulingV1PriorityClassRequest)(nil), // 862: kubernetes.ListSchedulingV1PriorityClassRequest + (*ListStorageV1CsiDriverRequest)(nil), // 863: kubernetes.ListStorageV1CsiDriverRequest + (*ListStorageV1CsiNodeRequest)(nil), // 864: kubernetes.ListStorageV1CsiNodeRequest + (*ListStorageV1CsiStorageCapacityForAllNamespacesRequest)(nil), // 865: kubernetes.ListStorageV1CsiStorageCapacityForAllNamespacesRequest + (*ListStorageV1NamespacedCsiStorageCapacityRequest)(nil), // 866: kubernetes.ListStorageV1NamespacedCsiStorageCapacityRequest + (*ListStorageV1StorageClassRequest)(nil), // 867: kubernetes.ListStorageV1StorageClassRequest + (*ListStorageV1VolumeAttachmentRequest)(nil), // 868: kubernetes.ListStorageV1VolumeAttachmentRequest + (*LogFileHandlerRequest)(nil), // 869: kubernetes.LogFileHandlerRequest + (*PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest)(nil), // 870: kubernetes.PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest + (*PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest)(nil), // 871: kubernetes.PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest + (*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest)(nil), // 872: kubernetes.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + (*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest)(nil), // 873: kubernetes.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + (*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest)(nil), // 874: kubernetes.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest + (*PatchApiextensionsV1CustomResourceDefinitionRequest)(nil), // 875: kubernetes.PatchApiextensionsV1CustomResourceDefinitionRequest + (*PatchApiextensionsV1CustomResourceDefinitionStatusRequest)(nil), // 876: kubernetes.PatchApiextensionsV1CustomResourceDefinitionStatusRequest + (*PatchApiregistrationV1ApiServiceRequest)(nil), // 877: kubernetes.PatchApiregistrationV1ApiServiceRequest + (*PatchApiregistrationV1ApiServiceStatusRequest)(nil), // 878: kubernetes.PatchApiregistrationV1ApiServiceStatusRequest + (*PatchAppsV1NamespacedControllerRevisionRequest)(nil), // 879: kubernetes.PatchAppsV1NamespacedControllerRevisionRequest + (*PatchAppsV1NamespacedDaemonSetRequest)(nil), // 880: kubernetes.PatchAppsV1NamespacedDaemonSetRequest + (*PatchAppsV1NamespacedDaemonSetStatusRequest)(nil), // 881: kubernetes.PatchAppsV1NamespacedDaemonSetStatusRequest + (*PatchAppsV1NamespacedDeploymentRequest)(nil), // 882: kubernetes.PatchAppsV1NamespacedDeploymentRequest + (*PatchAppsV1NamespacedDeploymentScaleRequest)(nil), // 883: kubernetes.PatchAppsV1NamespacedDeploymentScaleRequest + (*PatchAppsV1NamespacedDeploymentStatusRequest)(nil), // 884: kubernetes.PatchAppsV1NamespacedDeploymentStatusRequest + (*PatchAppsV1NamespacedReplicaSetRequest)(nil), // 885: kubernetes.PatchAppsV1NamespacedReplicaSetRequest + (*PatchAppsV1NamespacedReplicaSetScaleRequest)(nil), // 886: kubernetes.PatchAppsV1NamespacedReplicaSetScaleRequest + (*PatchAppsV1NamespacedReplicaSetStatusRequest)(nil), // 887: kubernetes.PatchAppsV1NamespacedReplicaSetStatusRequest + (*PatchAppsV1NamespacedStatefulSetRequest)(nil), // 888: kubernetes.PatchAppsV1NamespacedStatefulSetRequest + (*PatchAppsV1NamespacedStatefulSetScaleRequest)(nil), // 889: kubernetes.PatchAppsV1NamespacedStatefulSetScaleRequest + (*PatchAppsV1NamespacedStatefulSetStatusRequest)(nil), // 890: kubernetes.PatchAppsV1NamespacedStatefulSetStatusRequest + (*PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest)(nil), // 891: kubernetes.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + (*PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest)(nil), // 892: kubernetes.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest + (*PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest)(nil), // 893: kubernetes.PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + (*PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest)(nil), // 894: kubernetes.PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest + (*PatchBatchV1NamespacedCronJobRequest)(nil), // 895: kubernetes.PatchBatchV1NamespacedCronJobRequest + (*PatchBatchV1NamespacedCronJobStatusRequest)(nil), // 896: kubernetes.PatchBatchV1NamespacedCronJobStatusRequest + (*PatchBatchV1NamespacedJobRequest)(nil), // 897: kubernetes.PatchBatchV1NamespacedJobRequest + (*PatchBatchV1NamespacedJobStatusRequest)(nil), // 898: kubernetes.PatchBatchV1NamespacedJobStatusRequest + (*PatchCertificatesV1CertificateSigningRequestApprovalRequest)(nil), // 899: kubernetes.PatchCertificatesV1CertificateSigningRequestApprovalRequest + (*PatchCertificatesV1CertificateSigningRequestRequest)(nil), // 900: kubernetes.PatchCertificatesV1CertificateSigningRequestRequest + (*PatchCertificatesV1CertificateSigningRequestStatusRequest)(nil), // 901: kubernetes.PatchCertificatesV1CertificateSigningRequestStatusRequest + (*PatchCertificatesV1Alpha1ClusterTrustBundleRequest)(nil), // 902: kubernetes.PatchCertificatesV1alpha1ClusterTrustBundleRequest + (*PatchCoordinationV1NamespacedLeaseRequest)(nil), // 903: kubernetes.PatchCoordinationV1NamespacedLeaseRequest + (*PatchCoreV1NamespaceRequest)(nil), // 904: kubernetes.PatchCoreV1NamespaceRequest + (*PatchCoreV1NamespaceStatusRequest)(nil), // 905: kubernetes.PatchCoreV1NamespaceStatusRequest + (*PatchCoreV1NamespacedConfigMapRequest)(nil), // 906: kubernetes.PatchCoreV1NamespacedConfigMapRequest + (*PatchCoreV1NamespacedEndpointsRequest)(nil), // 907: kubernetes.PatchCoreV1NamespacedEndpointsRequest + (*PatchCoreV1NamespacedEventRequest)(nil), // 908: kubernetes.PatchCoreV1NamespacedEventRequest + (*PatchCoreV1NamespacedLimitRangeRequest)(nil), // 909: kubernetes.PatchCoreV1NamespacedLimitRangeRequest + (*PatchCoreV1NamespacedPersistentVolumeClaimRequest)(nil), // 910: kubernetes.PatchCoreV1NamespacedPersistentVolumeClaimRequest + (*PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest)(nil), // 911: kubernetes.PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest + (*PatchCoreV1NamespacedPodEphemeralcontainersRequest)(nil), // 912: kubernetes.PatchCoreV1NamespacedPodEphemeralcontainersRequest + (*PatchCoreV1NamespacedPodRequest)(nil), // 913: kubernetes.PatchCoreV1NamespacedPodRequest + (*PatchCoreV1NamespacedPodStatusRequest)(nil), // 914: kubernetes.PatchCoreV1NamespacedPodStatusRequest + (*PatchCoreV1NamespacedPodTemplateRequest)(nil), // 915: kubernetes.PatchCoreV1NamespacedPodTemplateRequest + (*PatchCoreV1NamespacedReplicationControllerRequest)(nil), // 916: kubernetes.PatchCoreV1NamespacedReplicationControllerRequest + (*PatchCoreV1NamespacedReplicationControllerScaleRequest)(nil), // 917: kubernetes.PatchCoreV1NamespacedReplicationControllerScaleRequest + (*PatchCoreV1NamespacedReplicationControllerStatusRequest)(nil), // 918: kubernetes.PatchCoreV1NamespacedReplicationControllerStatusRequest + (*PatchCoreV1NamespacedResourceQuotaRequest)(nil), // 919: kubernetes.PatchCoreV1NamespacedResourceQuotaRequest + (*PatchCoreV1NamespacedResourceQuotaStatusRequest)(nil), // 920: kubernetes.PatchCoreV1NamespacedResourceQuotaStatusRequest + (*PatchCoreV1NamespacedSecretRequest)(nil), // 921: kubernetes.PatchCoreV1NamespacedSecretRequest + (*PatchCoreV1NamespacedServiceAccountRequest)(nil), // 922: kubernetes.PatchCoreV1NamespacedServiceAccountRequest + (*PatchCoreV1NamespacedServiceRequest)(nil), // 923: kubernetes.PatchCoreV1NamespacedServiceRequest + (*PatchCoreV1NamespacedServiceStatusRequest)(nil), // 924: kubernetes.PatchCoreV1NamespacedServiceStatusRequest + (*PatchCoreV1NodeRequest)(nil), // 925: kubernetes.PatchCoreV1NodeRequest + (*PatchCoreV1NodeStatusRequest)(nil), // 926: kubernetes.PatchCoreV1NodeStatusRequest + (*PatchCoreV1PersistentVolumeRequest)(nil), // 927: kubernetes.PatchCoreV1PersistentVolumeRequest + (*PatchCoreV1PersistentVolumeStatusRequest)(nil), // 928: kubernetes.PatchCoreV1PersistentVolumeStatusRequest + (*PatchDiscoveryV1NamespacedEndpointSliceRequest)(nil), // 929: kubernetes.PatchDiscoveryV1NamespacedEndpointSliceRequest + (*PatchEventsV1NamespacedEventRequest)(nil), // 930: kubernetes.PatchEventsV1NamespacedEventRequest + (*PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest)(nil), // 931: kubernetes.PatchFlowcontrolApiserverV1beta2FlowSchemaRequest + (*PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest)(nil), // 932: kubernetes.PatchFlowcontrolApiserverV1beta2FlowSchemaStatusRequest + (*PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest)(nil), // 933: kubernetes.PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + (*PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest)(nil), // 934: kubernetes.PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest + (*PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest)(nil), // 935: kubernetes.PatchFlowcontrolApiserverV1beta3FlowSchemaRequest + (*PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest)(nil), // 936: kubernetes.PatchFlowcontrolApiserverV1beta3FlowSchemaStatusRequest + (*PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest)(nil), // 937: kubernetes.PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + (*PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest)(nil), // 938: kubernetes.PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest + (*PatchInternalApiserverV1Alpha1StorageVersionRequest)(nil), // 939: kubernetes.PatchInternalApiserverV1alpha1StorageVersionRequest + (*PatchInternalApiserverV1Alpha1StorageVersionStatusRequest)(nil), // 940: kubernetes.PatchInternalApiserverV1alpha1StorageVersionStatusRequest + (*PatchNetworkingV1IngressClassRequest)(nil), // 941: kubernetes.PatchNetworkingV1IngressClassRequest + (*PatchNetworkingV1NamespacedIngressRequest)(nil), // 942: kubernetes.PatchNetworkingV1NamespacedIngressRequest + (*PatchNetworkingV1NamespacedIngressStatusRequest)(nil), // 943: kubernetes.PatchNetworkingV1NamespacedIngressStatusRequest + (*PatchNetworkingV1NamespacedNetworkPolicyRequest)(nil), // 944: kubernetes.PatchNetworkingV1NamespacedNetworkPolicyRequest + (*PatchNetworkingV1Alpha1ClusterCidrRequest)(nil), // 945: kubernetes.PatchNetworkingV1alpha1ClusterCidrRequest + (*PatchNetworkingV1Alpha1IpAddressRequest)(nil), // 946: kubernetes.PatchNetworkingV1alpha1IpAddressRequest + (*PatchNodeV1RuntimeClassRequest)(nil), // 947: kubernetes.PatchNodeV1RuntimeClassRequest + (*PatchPolicyV1NamespacedPodDisruptionBudgetRequest)(nil), // 948: kubernetes.PatchPolicyV1NamespacedPodDisruptionBudgetRequest + (*PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest)(nil), // 949: kubernetes.PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest + (*PatchRbacAuthorizationV1ClusterRoleBindingRequest)(nil), // 950: kubernetes.PatchRbacAuthorizationV1ClusterRoleBindingRequest + (*PatchRbacAuthorizationV1ClusterRoleRequest)(nil), // 951: kubernetes.PatchRbacAuthorizationV1ClusterRoleRequest + (*PatchRbacAuthorizationV1NamespacedRoleBindingRequest)(nil), // 952: kubernetes.PatchRbacAuthorizationV1NamespacedRoleBindingRequest + (*PatchRbacAuthorizationV1NamespacedRoleRequest)(nil), // 953: kubernetes.PatchRbacAuthorizationV1NamespacedRoleRequest + (*PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest)(nil), // 954: kubernetes.PatchResourceV1alpha2NamespacedPodSchedulingContextRequest + (*PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest)(nil), // 955: kubernetes.PatchResourceV1alpha2NamespacedPodSchedulingContextStatusRequest + (*PatchResourceV1Alpha2NamespacedResourceClaimRequest)(nil), // 956: kubernetes.PatchResourceV1alpha2NamespacedResourceClaimRequest + (*PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest)(nil), // 957: kubernetes.PatchResourceV1alpha2NamespacedResourceClaimStatusRequest + (*PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest)(nil), // 958: kubernetes.PatchResourceV1alpha2NamespacedResourceClaimTemplateRequest + (*PatchResourceV1Alpha2ResourceClassRequest)(nil), // 959: kubernetes.PatchResourceV1alpha2ResourceClassRequest + (*PatchSchedulingV1PriorityClassRequest)(nil), // 960: kubernetes.PatchSchedulingV1PriorityClassRequest + (*PatchStorageV1CsiDriverRequest)(nil), // 961: kubernetes.PatchStorageV1CsiDriverRequest + (*PatchStorageV1CsiNodeRequest)(nil), // 962: kubernetes.PatchStorageV1CsiNodeRequest + (*PatchStorageV1NamespacedCsiStorageCapacityRequest)(nil), // 963: kubernetes.PatchStorageV1NamespacedCsiStorageCapacityRequest + (*PatchStorageV1StorageClassRequest)(nil), // 964: kubernetes.PatchStorageV1StorageClassRequest + (*PatchStorageV1VolumeAttachmentRequest)(nil), // 965: kubernetes.PatchStorageV1VolumeAttachmentRequest + (*PatchStorageV1VolumeAttachmentStatusRequest)(nil), // 966: kubernetes.PatchStorageV1VolumeAttachmentStatusRequest + (*ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest)(nil), // 967: kubernetes.ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest + (*ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest)(nil), // 968: kubernetes.ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest + (*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest)(nil), // 969: kubernetes.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + (*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest)(nil), // 970: kubernetes.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + (*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest)(nil), // 971: kubernetes.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest + (*ReadApiextensionsV1CustomResourceDefinitionRequest)(nil), // 972: kubernetes.ReadApiextensionsV1CustomResourceDefinitionRequest + (*ReadApiextensionsV1CustomResourceDefinitionStatusRequest)(nil), // 973: kubernetes.ReadApiextensionsV1CustomResourceDefinitionStatusRequest + (*ReadApiregistrationV1ApiServiceRequest)(nil), // 974: kubernetes.ReadApiregistrationV1ApiServiceRequest + (*ReadApiregistrationV1ApiServiceStatusRequest)(nil), // 975: kubernetes.ReadApiregistrationV1ApiServiceStatusRequest + (*ReadAppsV1NamespacedControllerRevisionRequest)(nil), // 976: kubernetes.ReadAppsV1NamespacedControllerRevisionRequest + (*ReadAppsV1NamespacedDaemonSetRequest)(nil), // 977: kubernetes.ReadAppsV1NamespacedDaemonSetRequest + (*ReadAppsV1NamespacedDaemonSetStatusRequest)(nil), // 978: kubernetes.ReadAppsV1NamespacedDaemonSetStatusRequest + (*ReadAppsV1NamespacedDeploymentRequest)(nil), // 979: kubernetes.ReadAppsV1NamespacedDeploymentRequest + (*ReadAppsV1NamespacedDeploymentScaleRequest)(nil), // 980: kubernetes.ReadAppsV1NamespacedDeploymentScaleRequest + (*ReadAppsV1NamespacedDeploymentStatusRequest)(nil), // 981: kubernetes.ReadAppsV1NamespacedDeploymentStatusRequest + (*ReadAppsV1NamespacedReplicaSetRequest)(nil), // 982: kubernetes.ReadAppsV1NamespacedReplicaSetRequest + (*ReadAppsV1NamespacedReplicaSetScaleRequest)(nil), // 983: kubernetes.ReadAppsV1NamespacedReplicaSetScaleRequest + (*ReadAppsV1NamespacedReplicaSetStatusRequest)(nil), // 984: kubernetes.ReadAppsV1NamespacedReplicaSetStatusRequest + (*ReadAppsV1NamespacedStatefulSetRequest)(nil), // 985: kubernetes.ReadAppsV1NamespacedStatefulSetRequest + (*ReadAppsV1NamespacedStatefulSetScaleRequest)(nil), // 986: kubernetes.ReadAppsV1NamespacedStatefulSetScaleRequest + (*ReadAppsV1NamespacedStatefulSetStatusRequest)(nil), // 987: kubernetes.ReadAppsV1NamespacedStatefulSetStatusRequest + (*ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest)(nil), // 988: kubernetes.ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + (*ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest)(nil), // 989: kubernetes.ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest + (*ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest)(nil), // 990: kubernetes.ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + (*ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest)(nil), // 991: kubernetes.ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest + (*ReadBatchV1NamespacedCronJobRequest)(nil), // 992: kubernetes.ReadBatchV1NamespacedCronJobRequest + (*ReadBatchV1NamespacedCronJobStatusRequest)(nil), // 993: kubernetes.ReadBatchV1NamespacedCronJobStatusRequest + (*ReadBatchV1NamespacedJobRequest)(nil), // 994: kubernetes.ReadBatchV1NamespacedJobRequest + (*ReadBatchV1NamespacedJobStatusRequest)(nil), // 995: kubernetes.ReadBatchV1NamespacedJobStatusRequest + (*ReadCertificatesV1CertificateSigningRequestApprovalRequest)(nil), // 996: kubernetes.ReadCertificatesV1CertificateSigningRequestApprovalRequest + (*ReadCertificatesV1CertificateSigningRequestRequest)(nil), // 997: kubernetes.ReadCertificatesV1CertificateSigningRequestRequest + (*ReadCertificatesV1CertificateSigningRequestStatusRequest)(nil), // 998: kubernetes.ReadCertificatesV1CertificateSigningRequestStatusRequest + (*ReadCertificatesV1Alpha1ClusterTrustBundleRequest)(nil), // 999: kubernetes.ReadCertificatesV1alpha1ClusterTrustBundleRequest + (*ReadCoordinationV1NamespacedLeaseRequest)(nil), // 1000: kubernetes.ReadCoordinationV1NamespacedLeaseRequest + (*ReadCoreV1ComponentStatusRequest)(nil), // 1001: kubernetes.ReadCoreV1ComponentStatusRequest + (*ReadCoreV1NamespaceRequest)(nil), // 1002: kubernetes.ReadCoreV1NamespaceRequest + (*ReadCoreV1NamespaceStatusRequest)(nil), // 1003: kubernetes.ReadCoreV1NamespaceStatusRequest + (*ReadCoreV1NamespacedConfigMapRequest)(nil), // 1004: kubernetes.ReadCoreV1NamespacedConfigMapRequest + (*ReadCoreV1NamespacedEndpointsRequest)(nil), // 1005: kubernetes.ReadCoreV1NamespacedEndpointsRequest + (*ReadCoreV1NamespacedEventRequest)(nil), // 1006: kubernetes.ReadCoreV1NamespacedEventRequest + (*ReadCoreV1NamespacedLimitRangeRequest)(nil), // 1007: kubernetes.ReadCoreV1NamespacedLimitRangeRequest + (*ReadCoreV1NamespacedPersistentVolumeClaimRequest)(nil), // 1008: kubernetes.ReadCoreV1NamespacedPersistentVolumeClaimRequest + (*ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest)(nil), // 1009: kubernetes.ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest + (*ReadCoreV1NamespacedPodEphemeralcontainersRequest)(nil), // 1010: kubernetes.ReadCoreV1NamespacedPodEphemeralcontainersRequest + (*ReadCoreV1NamespacedPodLogRequest)(nil), // 1011: kubernetes.ReadCoreV1NamespacedPodLogRequest + (*ReadCoreV1NamespacedPodRequest)(nil), // 1012: kubernetes.ReadCoreV1NamespacedPodRequest + (*ReadCoreV1NamespacedPodStatusRequest)(nil), // 1013: kubernetes.ReadCoreV1NamespacedPodStatusRequest + (*ReadCoreV1NamespacedPodTemplateRequest)(nil), // 1014: kubernetes.ReadCoreV1NamespacedPodTemplateRequest + (*ReadCoreV1NamespacedReplicationControllerRequest)(nil), // 1015: kubernetes.ReadCoreV1NamespacedReplicationControllerRequest + (*ReadCoreV1NamespacedReplicationControllerScaleRequest)(nil), // 1016: kubernetes.ReadCoreV1NamespacedReplicationControllerScaleRequest + (*ReadCoreV1NamespacedReplicationControllerStatusRequest)(nil), // 1017: kubernetes.ReadCoreV1NamespacedReplicationControllerStatusRequest + (*ReadCoreV1NamespacedResourceQuotaRequest)(nil), // 1018: kubernetes.ReadCoreV1NamespacedResourceQuotaRequest + (*ReadCoreV1NamespacedResourceQuotaStatusRequest)(nil), // 1019: kubernetes.ReadCoreV1NamespacedResourceQuotaStatusRequest + (*ReadCoreV1NamespacedSecretRequest)(nil), // 1020: kubernetes.ReadCoreV1NamespacedSecretRequest + (*ReadCoreV1NamespacedServiceAccountRequest)(nil), // 1021: kubernetes.ReadCoreV1NamespacedServiceAccountRequest + (*ReadCoreV1NamespacedServiceRequest)(nil), // 1022: kubernetes.ReadCoreV1NamespacedServiceRequest + (*ReadCoreV1NamespacedServiceStatusRequest)(nil), // 1023: kubernetes.ReadCoreV1NamespacedServiceStatusRequest + (*ReadCoreV1NodeRequest)(nil), // 1024: kubernetes.ReadCoreV1NodeRequest + (*ReadCoreV1NodeStatusRequest)(nil), // 1025: kubernetes.ReadCoreV1NodeStatusRequest + (*ReadCoreV1PersistentVolumeRequest)(nil), // 1026: kubernetes.ReadCoreV1PersistentVolumeRequest + (*ReadCoreV1PersistentVolumeStatusRequest)(nil), // 1027: kubernetes.ReadCoreV1PersistentVolumeStatusRequest + (*ReadDiscoveryV1NamespacedEndpointSliceRequest)(nil), // 1028: kubernetes.ReadDiscoveryV1NamespacedEndpointSliceRequest + (*ReadEventsV1NamespacedEventRequest)(nil), // 1029: kubernetes.ReadEventsV1NamespacedEventRequest + (*ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest)(nil), // 1030: kubernetes.ReadFlowcontrolApiserverV1beta2FlowSchemaRequest + (*ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest)(nil), // 1031: kubernetes.ReadFlowcontrolApiserverV1beta2FlowSchemaStatusRequest + (*ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest)(nil), // 1032: kubernetes.ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + (*ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest)(nil), // 1033: kubernetes.ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest + (*ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest)(nil), // 1034: kubernetes.ReadFlowcontrolApiserverV1beta3FlowSchemaRequest + (*ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest)(nil), // 1035: kubernetes.ReadFlowcontrolApiserverV1beta3FlowSchemaStatusRequest + (*ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest)(nil), // 1036: kubernetes.ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + (*ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest)(nil), // 1037: kubernetes.ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest + (*ReadInternalApiserverV1Alpha1StorageVersionRequest)(nil), // 1038: kubernetes.ReadInternalApiserverV1alpha1StorageVersionRequest + (*ReadInternalApiserverV1Alpha1StorageVersionStatusRequest)(nil), // 1039: kubernetes.ReadInternalApiserverV1alpha1StorageVersionStatusRequest + (*ReadNetworkingV1IngressClassRequest)(nil), // 1040: kubernetes.ReadNetworkingV1IngressClassRequest + (*ReadNetworkingV1NamespacedIngressRequest)(nil), // 1041: kubernetes.ReadNetworkingV1NamespacedIngressRequest + (*ReadNetworkingV1NamespacedIngressStatusRequest)(nil), // 1042: kubernetes.ReadNetworkingV1NamespacedIngressStatusRequest + (*ReadNetworkingV1NamespacedNetworkPolicyRequest)(nil), // 1043: kubernetes.ReadNetworkingV1NamespacedNetworkPolicyRequest + (*ReadNetworkingV1Alpha1ClusterCidrRequest)(nil), // 1044: kubernetes.ReadNetworkingV1alpha1ClusterCidrRequest + (*ReadNetworkingV1Alpha1IpAddressRequest)(nil), // 1045: kubernetes.ReadNetworkingV1alpha1IpAddressRequest + (*ReadNodeV1RuntimeClassRequest)(nil), // 1046: kubernetes.ReadNodeV1RuntimeClassRequest + (*ReadPolicyV1NamespacedPodDisruptionBudgetRequest)(nil), // 1047: kubernetes.ReadPolicyV1NamespacedPodDisruptionBudgetRequest + (*ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest)(nil), // 1048: kubernetes.ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest + (*ReadRbacAuthorizationV1ClusterRoleBindingRequest)(nil), // 1049: kubernetes.ReadRbacAuthorizationV1ClusterRoleBindingRequest + (*ReadRbacAuthorizationV1ClusterRoleRequest)(nil), // 1050: kubernetes.ReadRbacAuthorizationV1ClusterRoleRequest + (*ReadRbacAuthorizationV1NamespacedRoleBindingRequest)(nil), // 1051: kubernetes.ReadRbacAuthorizationV1NamespacedRoleBindingRequest + (*ReadRbacAuthorizationV1NamespacedRoleRequest)(nil), // 1052: kubernetes.ReadRbacAuthorizationV1NamespacedRoleRequest + (*ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest)(nil), // 1053: kubernetes.ReadResourceV1alpha2NamespacedPodSchedulingContextRequest + (*ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest)(nil), // 1054: kubernetes.ReadResourceV1alpha2NamespacedPodSchedulingContextStatusRequest + (*ReadResourceV1Alpha2NamespacedResourceClaimRequest)(nil), // 1055: kubernetes.ReadResourceV1alpha2NamespacedResourceClaimRequest + (*ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest)(nil), // 1056: kubernetes.ReadResourceV1alpha2NamespacedResourceClaimStatusRequest + (*ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest)(nil), // 1057: kubernetes.ReadResourceV1alpha2NamespacedResourceClaimTemplateRequest + (*ReadResourceV1Alpha2ResourceClassRequest)(nil), // 1058: kubernetes.ReadResourceV1alpha2ResourceClassRequest + (*ReadSchedulingV1PriorityClassRequest)(nil), // 1059: kubernetes.ReadSchedulingV1PriorityClassRequest + (*ReadStorageV1CsiDriverRequest)(nil), // 1060: kubernetes.ReadStorageV1CsiDriverRequest + (*ReadStorageV1CsiNodeRequest)(nil), // 1061: kubernetes.ReadStorageV1CsiNodeRequest + (*ReadStorageV1NamespacedCsiStorageCapacityRequest)(nil), // 1062: kubernetes.ReadStorageV1NamespacedCsiStorageCapacityRequest + (*ReadStorageV1StorageClassRequest)(nil), // 1063: kubernetes.ReadStorageV1StorageClassRequest + (*ReadStorageV1VolumeAttachmentRequest)(nil), // 1064: kubernetes.ReadStorageV1VolumeAttachmentRequest + (*ReadStorageV1VolumeAttachmentStatusRequest)(nil), // 1065: kubernetes.ReadStorageV1VolumeAttachmentStatusRequest + (*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest)(nil), // 1066: kubernetes.ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest + (*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest)(nil), // 1067: kubernetes.ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest + (*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest)(nil), // 1068: kubernetes.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + (*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest)(nil), // 1069: kubernetes.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + (*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest)(nil), // 1070: kubernetes.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest + (*ReplaceApiextensionsV1CustomResourceDefinitionRequest)(nil), // 1071: kubernetes.ReplaceApiextensionsV1CustomResourceDefinitionRequest + (*ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest)(nil), // 1072: kubernetes.ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest + (*ReplaceApiregistrationV1ApiServiceRequest)(nil), // 1073: kubernetes.ReplaceApiregistrationV1ApiServiceRequest + (*ReplaceApiregistrationV1ApiServiceStatusRequest)(nil), // 1074: kubernetes.ReplaceApiregistrationV1ApiServiceStatusRequest + (*ReplaceAppsV1NamespacedControllerRevisionRequest)(nil), // 1075: kubernetes.ReplaceAppsV1NamespacedControllerRevisionRequest + (*ReplaceAppsV1NamespacedDaemonSetRequest)(nil), // 1076: kubernetes.ReplaceAppsV1NamespacedDaemonSetRequest + (*ReplaceAppsV1NamespacedDaemonSetStatusRequest)(nil), // 1077: kubernetes.ReplaceAppsV1NamespacedDaemonSetStatusRequest + (*ReplaceAppsV1NamespacedDeploymentRequest)(nil), // 1078: kubernetes.ReplaceAppsV1NamespacedDeploymentRequest + (*ReplaceAppsV1NamespacedDeploymentScaleRequest)(nil), // 1079: kubernetes.ReplaceAppsV1NamespacedDeploymentScaleRequest + (*ReplaceAppsV1NamespacedDeploymentStatusRequest)(nil), // 1080: kubernetes.ReplaceAppsV1NamespacedDeploymentStatusRequest + (*ReplaceAppsV1NamespacedReplicaSetRequest)(nil), // 1081: kubernetes.ReplaceAppsV1NamespacedReplicaSetRequest + (*ReplaceAppsV1NamespacedReplicaSetScaleRequest)(nil), // 1082: kubernetes.ReplaceAppsV1NamespacedReplicaSetScaleRequest + (*ReplaceAppsV1NamespacedReplicaSetStatusRequest)(nil), // 1083: kubernetes.ReplaceAppsV1NamespacedReplicaSetStatusRequest + (*ReplaceAppsV1NamespacedStatefulSetRequest)(nil), // 1084: kubernetes.ReplaceAppsV1NamespacedStatefulSetRequest + (*ReplaceAppsV1NamespacedStatefulSetScaleRequest)(nil), // 1085: kubernetes.ReplaceAppsV1NamespacedStatefulSetScaleRequest + (*ReplaceAppsV1NamespacedStatefulSetStatusRequest)(nil), // 1086: kubernetes.ReplaceAppsV1NamespacedStatefulSetStatusRequest + (*ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest)(nil), // 1087: kubernetes.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + (*ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest)(nil), // 1088: kubernetes.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest + (*ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest)(nil), // 1089: kubernetes.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + (*ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest)(nil), // 1090: kubernetes.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest + (*ReplaceBatchV1NamespacedCronJobRequest)(nil), // 1091: kubernetes.ReplaceBatchV1NamespacedCronJobRequest + (*ReplaceBatchV1NamespacedCronJobStatusRequest)(nil), // 1092: kubernetes.ReplaceBatchV1NamespacedCronJobStatusRequest + (*ReplaceBatchV1NamespacedJobRequest)(nil), // 1093: kubernetes.ReplaceBatchV1NamespacedJobRequest + (*ReplaceBatchV1NamespacedJobStatusRequest)(nil), // 1094: kubernetes.ReplaceBatchV1NamespacedJobStatusRequest + (*ReplaceCertificatesV1CertificateSigningRequestApprovalRequest)(nil), // 1095: kubernetes.ReplaceCertificatesV1CertificateSigningRequestApprovalRequest + (*ReplaceCertificatesV1CertificateSigningRequestRequest)(nil), // 1096: kubernetes.ReplaceCertificatesV1CertificateSigningRequestRequest + (*ReplaceCertificatesV1CertificateSigningRequestStatusRequest)(nil), // 1097: kubernetes.ReplaceCertificatesV1CertificateSigningRequestStatusRequest + (*ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest)(nil), // 1098: kubernetes.ReplaceCertificatesV1alpha1ClusterTrustBundleRequest + (*ReplaceCoordinationV1NamespacedLeaseRequest)(nil), // 1099: kubernetes.ReplaceCoordinationV1NamespacedLeaseRequest + (*ReplaceCoreV1NamespaceFinalizeRequest)(nil), // 1100: kubernetes.ReplaceCoreV1NamespaceFinalizeRequest + (*ReplaceCoreV1NamespaceRequest)(nil), // 1101: kubernetes.ReplaceCoreV1NamespaceRequest + (*ReplaceCoreV1NamespaceStatusRequest)(nil), // 1102: kubernetes.ReplaceCoreV1NamespaceStatusRequest + (*ReplaceCoreV1NamespacedConfigMapRequest)(nil), // 1103: kubernetes.ReplaceCoreV1NamespacedConfigMapRequest + (*ReplaceCoreV1NamespacedEndpointsRequest)(nil), // 1104: kubernetes.ReplaceCoreV1NamespacedEndpointsRequest + (*ReplaceCoreV1NamespacedEventRequest)(nil), // 1105: kubernetes.ReplaceCoreV1NamespacedEventRequest + (*ReplaceCoreV1NamespacedLimitRangeRequest)(nil), // 1106: kubernetes.ReplaceCoreV1NamespacedLimitRangeRequest + (*ReplaceCoreV1NamespacedPersistentVolumeClaimRequest)(nil), // 1107: kubernetes.ReplaceCoreV1NamespacedPersistentVolumeClaimRequest + (*ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest)(nil), // 1108: kubernetes.ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest + (*ReplaceCoreV1NamespacedPodEphemeralcontainersRequest)(nil), // 1109: kubernetes.ReplaceCoreV1NamespacedPodEphemeralcontainersRequest + (*ReplaceCoreV1NamespacedPodRequest)(nil), // 1110: kubernetes.ReplaceCoreV1NamespacedPodRequest + (*ReplaceCoreV1NamespacedPodStatusRequest)(nil), // 1111: kubernetes.ReplaceCoreV1NamespacedPodStatusRequest + (*ReplaceCoreV1NamespacedPodTemplateRequest)(nil), // 1112: kubernetes.ReplaceCoreV1NamespacedPodTemplateRequest + (*ReplaceCoreV1NamespacedReplicationControllerRequest)(nil), // 1113: kubernetes.ReplaceCoreV1NamespacedReplicationControllerRequest + (*ReplaceCoreV1NamespacedReplicationControllerScaleRequest)(nil), // 1114: kubernetes.ReplaceCoreV1NamespacedReplicationControllerScaleRequest + (*ReplaceCoreV1NamespacedReplicationControllerStatusRequest)(nil), // 1115: kubernetes.ReplaceCoreV1NamespacedReplicationControllerStatusRequest + (*ReplaceCoreV1NamespacedResourceQuotaRequest)(nil), // 1116: kubernetes.ReplaceCoreV1NamespacedResourceQuotaRequest + (*ReplaceCoreV1NamespacedResourceQuotaStatusRequest)(nil), // 1117: kubernetes.ReplaceCoreV1NamespacedResourceQuotaStatusRequest + (*ReplaceCoreV1NamespacedSecretRequest)(nil), // 1118: kubernetes.ReplaceCoreV1NamespacedSecretRequest + (*ReplaceCoreV1NamespacedServiceAccountRequest)(nil), // 1119: kubernetes.ReplaceCoreV1NamespacedServiceAccountRequest + (*ReplaceCoreV1NamespacedServiceRequest)(nil), // 1120: kubernetes.ReplaceCoreV1NamespacedServiceRequest + (*ReplaceCoreV1NamespacedServiceStatusRequest)(nil), // 1121: kubernetes.ReplaceCoreV1NamespacedServiceStatusRequest + (*ReplaceCoreV1NodeRequest)(nil), // 1122: kubernetes.ReplaceCoreV1NodeRequest + (*ReplaceCoreV1NodeStatusRequest)(nil), // 1123: kubernetes.ReplaceCoreV1NodeStatusRequest + (*ReplaceCoreV1PersistentVolumeRequest)(nil), // 1124: kubernetes.ReplaceCoreV1PersistentVolumeRequest + (*ReplaceCoreV1PersistentVolumeStatusRequest)(nil), // 1125: kubernetes.ReplaceCoreV1PersistentVolumeStatusRequest + (*ReplaceDiscoveryV1NamespacedEndpointSliceRequest)(nil), // 1126: kubernetes.ReplaceDiscoveryV1NamespacedEndpointSliceRequest + (*ReplaceEventsV1NamespacedEventRequest)(nil), // 1127: kubernetes.ReplaceEventsV1NamespacedEventRequest + (*ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest)(nil), // 1128: kubernetes.ReplaceFlowcontrolApiserverV1beta2FlowSchemaRequest + (*ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest)(nil), // 1129: kubernetes.ReplaceFlowcontrolApiserverV1beta2FlowSchemaStatusRequest + (*ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest)(nil), // 1130: kubernetes.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + (*ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest)(nil), // 1131: kubernetes.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest + (*ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest)(nil), // 1132: kubernetes.ReplaceFlowcontrolApiserverV1beta3FlowSchemaRequest + (*ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest)(nil), // 1133: kubernetes.ReplaceFlowcontrolApiserverV1beta3FlowSchemaStatusRequest + (*ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest)(nil), // 1134: kubernetes.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + (*ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest)(nil), // 1135: kubernetes.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest + (*ReplaceInternalApiserverV1Alpha1StorageVersionRequest)(nil), // 1136: kubernetes.ReplaceInternalApiserverV1alpha1StorageVersionRequest + (*ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest)(nil), // 1137: kubernetes.ReplaceInternalApiserverV1alpha1StorageVersionStatusRequest + (*ReplaceNetworkingV1IngressClassRequest)(nil), // 1138: kubernetes.ReplaceNetworkingV1IngressClassRequest + (*ReplaceNetworkingV1NamespacedIngressRequest)(nil), // 1139: kubernetes.ReplaceNetworkingV1NamespacedIngressRequest + (*ReplaceNetworkingV1NamespacedIngressStatusRequest)(nil), // 1140: kubernetes.ReplaceNetworkingV1NamespacedIngressStatusRequest + (*ReplaceNetworkingV1NamespacedNetworkPolicyRequest)(nil), // 1141: kubernetes.ReplaceNetworkingV1NamespacedNetworkPolicyRequest + (*ReplaceNetworkingV1Alpha1ClusterCidrRequest)(nil), // 1142: kubernetes.ReplaceNetworkingV1alpha1ClusterCidrRequest + (*ReplaceNetworkingV1Alpha1IpAddressRequest)(nil), // 1143: kubernetes.ReplaceNetworkingV1alpha1IpAddressRequest + (*ReplaceNodeV1RuntimeClassRequest)(nil), // 1144: kubernetes.ReplaceNodeV1RuntimeClassRequest + (*ReplacePolicyV1NamespacedPodDisruptionBudgetRequest)(nil), // 1145: kubernetes.ReplacePolicyV1NamespacedPodDisruptionBudgetRequest + (*ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest)(nil), // 1146: kubernetes.ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest + (*ReplaceRbacAuthorizationV1ClusterRoleBindingRequest)(nil), // 1147: kubernetes.ReplaceRbacAuthorizationV1ClusterRoleBindingRequest + (*ReplaceRbacAuthorizationV1ClusterRoleRequest)(nil), // 1148: kubernetes.ReplaceRbacAuthorizationV1ClusterRoleRequest + (*ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest)(nil), // 1149: kubernetes.ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest + (*ReplaceRbacAuthorizationV1NamespacedRoleRequest)(nil), // 1150: kubernetes.ReplaceRbacAuthorizationV1NamespacedRoleRequest + (*ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest)(nil), // 1151: kubernetes.ReplaceResourceV1alpha2NamespacedPodSchedulingContextRequest + (*ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest)(nil), // 1152: kubernetes.ReplaceResourceV1alpha2NamespacedPodSchedulingContextStatusRequest + (*ReplaceResourceV1Alpha2NamespacedResourceClaimRequest)(nil), // 1153: kubernetes.ReplaceResourceV1alpha2NamespacedResourceClaimRequest + (*ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest)(nil), // 1154: kubernetes.ReplaceResourceV1alpha2NamespacedResourceClaimStatusRequest + (*ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest)(nil), // 1155: kubernetes.ReplaceResourceV1alpha2NamespacedResourceClaimTemplateRequest + (*ReplaceResourceV1Alpha2ResourceClassRequest)(nil), // 1156: kubernetes.ReplaceResourceV1alpha2ResourceClassRequest + (*ReplaceSchedulingV1PriorityClassRequest)(nil), // 1157: kubernetes.ReplaceSchedulingV1PriorityClassRequest + (*ReplaceStorageV1CsiDriverRequest)(nil), // 1158: kubernetes.ReplaceStorageV1CsiDriverRequest + (*ReplaceStorageV1CsiNodeRequest)(nil), // 1159: kubernetes.ReplaceStorageV1CsiNodeRequest + (*ReplaceStorageV1NamespacedCsiStorageCapacityRequest)(nil), // 1160: kubernetes.ReplaceStorageV1NamespacedCsiStorageCapacityRequest + (*ReplaceStorageV1StorageClassRequest)(nil), // 1161: kubernetes.ReplaceStorageV1StorageClassRequest + (*ReplaceStorageV1VolumeAttachmentRequest)(nil), // 1162: kubernetes.ReplaceStorageV1VolumeAttachmentRequest + (*ReplaceStorageV1VolumeAttachmentStatusRequest)(nil), // 1163: kubernetes.ReplaceStorageV1VolumeAttachmentStatusRequest + (*WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest)(nil), // 1164: kubernetes.WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest + (*WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest)(nil), // 1165: kubernetes.WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest + (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest)(nil), // 1166: kubernetes.WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest + (*WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest)(nil), // 1167: kubernetes.WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest + (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest)(nil), // 1168: kubernetes.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingListRequest + (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest)(nil), // 1169: kubernetes.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest)(nil), // 1170: kubernetes.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyListRequest + (*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest)(nil), // 1171: kubernetes.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + (*WatchApiextensionsV1CustomResourceDefinitionListRequest)(nil), // 1172: kubernetes.WatchApiextensionsV1CustomResourceDefinitionListRequest + (*WatchApiextensionsV1CustomResourceDefinitionRequest)(nil), // 1173: kubernetes.WatchApiextensionsV1CustomResourceDefinitionRequest + (*WatchApiregistrationV1ApiServiceListRequest)(nil), // 1174: kubernetes.WatchApiregistrationV1ApiServiceListRequest + (*WatchApiregistrationV1ApiServiceRequest)(nil), // 1175: kubernetes.WatchApiregistrationV1ApiServiceRequest + (*WatchAppsV1ControllerRevisionListForAllNamespacesRequest)(nil), // 1176: kubernetes.WatchAppsV1ControllerRevisionListForAllNamespacesRequest + (*WatchAppsV1DaemonSetListForAllNamespacesRequest)(nil), // 1177: kubernetes.WatchAppsV1DaemonSetListForAllNamespacesRequest + (*WatchAppsV1DeploymentListForAllNamespacesRequest)(nil), // 1178: kubernetes.WatchAppsV1DeploymentListForAllNamespacesRequest + (*WatchAppsV1NamespacedControllerRevisionListRequest)(nil), // 1179: kubernetes.WatchAppsV1NamespacedControllerRevisionListRequest + (*WatchAppsV1NamespacedControllerRevisionRequest)(nil), // 1180: kubernetes.WatchAppsV1NamespacedControllerRevisionRequest + (*WatchAppsV1NamespacedDaemonSetListRequest)(nil), // 1181: kubernetes.WatchAppsV1NamespacedDaemonSetListRequest + (*WatchAppsV1NamespacedDaemonSetRequest)(nil), // 1182: kubernetes.WatchAppsV1NamespacedDaemonSetRequest + (*WatchAppsV1NamespacedDeploymentListRequest)(nil), // 1183: kubernetes.WatchAppsV1NamespacedDeploymentListRequest + (*WatchAppsV1NamespacedDeploymentRequest)(nil), // 1184: kubernetes.WatchAppsV1NamespacedDeploymentRequest + (*WatchAppsV1NamespacedReplicaSetListRequest)(nil), // 1185: kubernetes.WatchAppsV1NamespacedReplicaSetListRequest + (*WatchAppsV1NamespacedReplicaSetRequest)(nil), // 1186: kubernetes.WatchAppsV1NamespacedReplicaSetRequest + (*WatchAppsV1NamespacedStatefulSetListRequest)(nil), // 1187: kubernetes.WatchAppsV1NamespacedStatefulSetListRequest + (*WatchAppsV1NamespacedStatefulSetRequest)(nil), // 1188: kubernetes.WatchAppsV1NamespacedStatefulSetRequest + (*WatchAppsV1ReplicaSetListForAllNamespacesRequest)(nil), // 1189: kubernetes.WatchAppsV1ReplicaSetListForAllNamespacesRequest + (*WatchAppsV1StatefulSetListForAllNamespacesRequest)(nil), // 1190: kubernetes.WatchAppsV1StatefulSetListForAllNamespacesRequest + (*WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest)(nil), // 1191: kubernetes.WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest + (*WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest)(nil), // 1192: kubernetes.WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest + (*WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest)(nil), // 1193: kubernetes.WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + (*WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest)(nil), // 1194: kubernetes.WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest + (*WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest)(nil), // 1195: kubernetes.WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest + (*WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest)(nil), // 1196: kubernetes.WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + (*WatchBatchV1CronJobListForAllNamespacesRequest)(nil), // 1197: kubernetes.WatchBatchV1CronJobListForAllNamespacesRequest + (*WatchBatchV1JobListForAllNamespacesRequest)(nil), // 1198: kubernetes.WatchBatchV1JobListForAllNamespacesRequest + (*WatchBatchV1NamespacedCronJobListRequest)(nil), // 1199: kubernetes.WatchBatchV1NamespacedCronJobListRequest + (*WatchBatchV1NamespacedCronJobRequest)(nil), // 1200: kubernetes.WatchBatchV1NamespacedCronJobRequest + (*WatchBatchV1NamespacedJobListRequest)(nil), // 1201: kubernetes.WatchBatchV1NamespacedJobListRequest + (*WatchBatchV1NamespacedJobRequest)(nil), // 1202: kubernetes.WatchBatchV1NamespacedJobRequest + (*WatchCertificatesV1CertificateSigningRequestListRequest)(nil), // 1203: kubernetes.WatchCertificatesV1CertificateSigningRequestListRequest + (*WatchCertificatesV1CertificateSigningRequestRequest)(nil), // 1204: kubernetes.WatchCertificatesV1CertificateSigningRequestRequest + (*WatchCertificatesV1Alpha1ClusterTrustBundleListRequest)(nil), // 1205: kubernetes.WatchCertificatesV1alpha1ClusterTrustBundleListRequest + (*WatchCertificatesV1Alpha1ClusterTrustBundleRequest)(nil), // 1206: kubernetes.WatchCertificatesV1alpha1ClusterTrustBundleRequest + (*WatchCoordinationV1LeaseListForAllNamespacesRequest)(nil), // 1207: kubernetes.WatchCoordinationV1LeaseListForAllNamespacesRequest + (*WatchCoordinationV1NamespacedLeaseListRequest)(nil), // 1208: kubernetes.WatchCoordinationV1NamespacedLeaseListRequest + (*WatchCoordinationV1NamespacedLeaseRequest)(nil), // 1209: kubernetes.WatchCoordinationV1NamespacedLeaseRequest + (*WatchCoreV1ConfigMapListForAllNamespacesRequest)(nil), // 1210: kubernetes.WatchCoreV1ConfigMapListForAllNamespacesRequest + (*WatchCoreV1EndpointsListForAllNamespacesRequest)(nil), // 1211: kubernetes.WatchCoreV1EndpointsListForAllNamespacesRequest + (*WatchCoreV1EventListForAllNamespacesRequest)(nil), // 1212: kubernetes.WatchCoreV1EventListForAllNamespacesRequest + (*WatchCoreV1LimitRangeListForAllNamespacesRequest)(nil), // 1213: kubernetes.WatchCoreV1LimitRangeListForAllNamespacesRequest + (*WatchCoreV1NamespaceListRequest)(nil), // 1214: kubernetes.WatchCoreV1NamespaceListRequest + (*WatchCoreV1NamespaceRequest)(nil), // 1215: kubernetes.WatchCoreV1NamespaceRequest + (*WatchCoreV1NamespacedConfigMapListRequest)(nil), // 1216: kubernetes.WatchCoreV1NamespacedConfigMapListRequest + (*WatchCoreV1NamespacedConfigMapRequest)(nil), // 1217: kubernetes.WatchCoreV1NamespacedConfigMapRequest + (*WatchCoreV1NamespacedEndpointsListRequest)(nil), // 1218: kubernetes.WatchCoreV1NamespacedEndpointsListRequest + (*WatchCoreV1NamespacedEndpointsRequest)(nil), // 1219: kubernetes.WatchCoreV1NamespacedEndpointsRequest + (*WatchCoreV1NamespacedEventListRequest)(nil), // 1220: kubernetes.WatchCoreV1NamespacedEventListRequest + (*WatchCoreV1NamespacedEventRequest)(nil), // 1221: kubernetes.WatchCoreV1NamespacedEventRequest + (*WatchCoreV1NamespacedLimitRangeListRequest)(nil), // 1222: kubernetes.WatchCoreV1NamespacedLimitRangeListRequest + (*WatchCoreV1NamespacedLimitRangeRequest)(nil), // 1223: kubernetes.WatchCoreV1NamespacedLimitRangeRequest + (*WatchCoreV1NamespacedPersistentVolumeClaimListRequest)(nil), // 1224: kubernetes.WatchCoreV1NamespacedPersistentVolumeClaimListRequest + (*WatchCoreV1NamespacedPersistentVolumeClaimRequest)(nil), // 1225: kubernetes.WatchCoreV1NamespacedPersistentVolumeClaimRequest + (*WatchCoreV1NamespacedPodListRequest)(nil), // 1226: kubernetes.WatchCoreV1NamespacedPodListRequest + (*WatchCoreV1NamespacedPodRequest)(nil), // 1227: kubernetes.WatchCoreV1NamespacedPodRequest + (*WatchCoreV1NamespacedPodTemplateListRequest)(nil), // 1228: kubernetes.WatchCoreV1NamespacedPodTemplateListRequest + (*WatchCoreV1NamespacedPodTemplateRequest)(nil), // 1229: kubernetes.WatchCoreV1NamespacedPodTemplateRequest + (*WatchCoreV1NamespacedReplicationControllerListRequest)(nil), // 1230: kubernetes.WatchCoreV1NamespacedReplicationControllerListRequest + (*WatchCoreV1NamespacedReplicationControllerRequest)(nil), // 1231: kubernetes.WatchCoreV1NamespacedReplicationControllerRequest + (*WatchCoreV1NamespacedResourceQuotaListRequest)(nil), // 1232: kubernetes.WatchCoreV1NamespacedResourceQuotaListRequest + (*WatchCoreV1NamespacedResourceQuotaRequest)(nil), // 1233: kubernetes.WatchCoreV1NamespacedResourceQuotaRequest + (*WatchCoreV1NamespacedSecretListRequest)(nil), // 1234: kubernetes.WatchCoreV1NamespacedSecretListRequest + (*WatchCoreV1NamespacedSecretRequest)(nil), // 1235: kubernetes.WatchCoreV1NamespacedSecretRequest + (*WatchCoreV1NamespacedServiceAccountListRequest)(nil), // 1236: kubernetes.WatchCoreV1NamespacedServiceAccountListRequest + (*WatchCoreV1NamespacedServiceAccountRequest)(nil), // 1237: kubernetes.WatchCoreV1NamespacedServiceAccountRequest + (*WatchCoreV1NamespacedServiceListRequest)(nil), // 1238: kubernetes.WatchCoreV1NamespacedServiceListRequest + (*WatchCoreV1NamespacedServiceRequest)(nil), // 1239: kubernetes.WatchCoreV1NamespacedServiceRequest + (*WatchCoreV1NodeListRequest)(nil), // 1240: kubernetes.WatchCoreV1NodeListRequest + (*WatchCoreV1NodeRequest)(nil), // 1241: kubernetes.WatchCoreV1NodeRequest + (*WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest)(nil), // 1242: kubernetes.WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest + (*WatchCoreV1PersistentVolumeListRequest)(nil), // 1243: kubernetes.WatchCoreV1PersistentVolumeListRequest + (*WatchCoreV1PersistentVolumeRequest)(nil), // 1244: kubernetes.WatchCoreV1PersistentVolumeRequest + (*WatchCoreV1PodListForAllNamespacesRequest)(nil), // 1245: kubernetes.WatchCoreV1PodListForAllNamespacesRequest + (*WatchCoreV1PodTemplateListForAllNamespacesRequest)(nil), // 1246: kubernetes.WatchCoreV1PodTemplateListForAllNamespacesRequest + (*WatchCoreV1ReplicationControllerListForAllNamespacesRequest)(nil), // 1247: kubernetes.WatchCoreV1ReplicationControllerListForAllNamespacesRequest + (*WatchCoreV1ResourceQuotaListForAllNamespacesRequest)(nil), // 1248: kubernetes.WatchCoreV1ResourceQuotaListForAllNamespacesRequest + (*WatchCoreV1SecretListForAllNamespacesRequest)(nil), // 1249: kubernetes.WatchCoreV1SecretListForAllNamespacesRequest + (*WatchCoreV1ServiceAccountListForAllNamespacesRequest)(nil), // 1250: kubernetes.WatchCoreV1ServiceAccountListForAllNamespacesRequest + (*WatchCoreV1ServiceListForAllNamespacesRequest)(nil), // 1251: kubernetes.WatchCoreV1ServiceListForAllNamespacesRequest + (*WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest)(nil), // 1252: kubernetes.WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest + (*WatchDiscoveryV1NamespacedEndpointSliceListRequest)(nil), // 1253: kubernetes.WatchDiscoveryV1NamespacedEndpointSliceListRequest + (*WatchDiscoveryV1NamespacedEndpointSliceRequest)(nil), // 1254: kubernetes.WatchDiscoveryV1NamespacedEndpointSliceRequest + (*WatchEventsV1EventListForAllNamespacesRequest)(nil), // 1255: kubernetes.WatchEventsV1EventListForAllNamespacesRequest + (*WatchEventsV1NamespacedEventListRequest)(nil), // 1256: kubernetes.WatchEventsV1NamespacedEventListRequest + (*WatchEventsV1NamespacedEventRequest)(nil), // 1257: kubernetes.WatchEventsV1NamespacedEventRequest + (*WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest)(nil), // 1258: kubernetes.WatchFlowcontrolApiserverV1beta2FlowSchemaListRequest + (*WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest)(nil), // 1259: kubernetes.WatchFlowcontrolApiserverV1beta2FlowSchemaRequest + (*WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest)(nil), // 1260: kubernetes.WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListRequest + (*WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest)(nil), // 1261: kubernetes.WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + (*WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest)(nil), // 1262: kubernetes.WatchFlowcontrolApiserverV1beta3FlowSchemaListRequest + (*WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest)(nil), // 1263: kubernetes.WatchFlowcontrolApiserverV1beta3FlowSchemaRequest + (*WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest)(nil), // 1264: kubernetes.WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationListRequest + (*WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest)(nil), // 1265: kubernetes.WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + (*WatchInternalApiserverV1Alpha1StorageVersionListRequest)(nil), // 1266: kubernetes.WatchInternalApiserverV1alpha1StorageVersionListRequest + (*WatchInternalApiserverV1Alpha1StorageVersionRequest)(nil), // 1267: kubernetes.WatchInternalApiserverV1alpha1StorageVersionRequest + (*WatchNetworkingV1IngressClassListRequest)(nil), // 1268: kubernetes.WatchNetworkingV1IngressClassListRequest + (*WatchNetworkingV1IngressClassRequest)(nil), // 1269: kubernetes.WatchNetworkingV1IngressClassRequest + (*WatchNetworkingV1IngressListForAllNamespacesRequest)(nil), // 1270: kubernetes.WatchNetworkingV1IngressListForAllNamespacesRequest + (*WatchNetworkingV1NamespacedIngressListRequest)(nil), // 1271: kubernetes.WatchNetworkingV1NamespacedIngressListRequest + (*WatchNetworkingV1NamespacedIngressRequest)(nil), // 1272: kubernetes.WatchNetworkingV1NamespacedIngressRequest + (*WatchNetworkingV1NamespacedNetworkPolicyListRequest)(nil), // 1273: kubernetes.WatchNetworkingV1NamespacedNetworkPolicyListRequest + (*WatchNetworkingV1NamespacedNetworkPolicyRequest)(nil), // 1274: kubernetes.WatchNetworkingV1NamespacedNetworkPolicyRequest + (*WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest)(nil), // 1275: kubernetes.WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest + (*WatchNetworkingV1Alpha1ClusterCidrListRequest)(nil), // 1276: kubernetes.WatchNetworkingV1alpha1ClusterCidrListRequest + (*WatchNetworkingV1Alpha1ClusterCidrRequest)(nil), // 1277: kubernetes.WatchNetworkingV1alpha1ClusterCidrRequest + (*WatchNetworkingV1Alpha1IpAddressListRequest)(nil), // 1278: kubernetes.WatchNetworkingV1alpha1IpAddressListRequest + (*WatchNetworkingV1Alpha1IpAddressRequest)(nil), // 1279: kubernetes.WatchNetworkingV1alpha1IpAddressRequest + (*WatchNodeV1RuntimeClassListRequest)(nil), // 1280: kubernetes.WatchNodeV1RuntimeClassListRequest + (*WatchNodeV1RuntimeClassRequest)(nil), // 1281: kubernetes.WatchNodeV1RuntimeClassRequest + (*WatchPolicyV1NamespacedPodDisruptionBudgetListRequest)(nil), // 1282: kubernetes.WatchPolicyV1NamespacedPodDisruptionBudgetListRequest + (*WatchPolicyV1NamespacedPodDisruptionBudgetRequest)(nil), // 1283: kubernetes.WatchPolicyV1NamespacedPodDisruptionBudgetRequest + (*WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest)(nil), // 1284: kubernetes.WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest + (*WatchRbacAuthorizationV1ClusterRoleBindingListRequest)(nil), // 1285: kubernetes.WatchRbacAuthorizationV1ClusterRoleBindingListRequest + (*WatchRbacAuthorizationV1ClusterRoleBindingRequest)(nil), // 1286: kubernetes.WatchRbacAuthorizationV1ClusterRoleBindingRequest + (*WatchRbacAuthorizationV1ClusterRoleListRequest)(nil), // 1287: kubernetes.WatchRbacAuthorizationV1ClusterRoleListRequest + (*WatchRbacAuthorizationV1ClusterRoleRequest)(nil), // 1288: kubernetes.WatchRbacAuthorizationV1ClusterRoleRequest + (*WatchRbacAuthorizationV1NamespacedRoleBindingListRequest)(nil), // 1289: kubernetes.WatchRbacAuthorizationV1NamespacedRoleBindingListRequest + (*WatchRbacAuthorizationV1NamespacedRoleBindingRequest)(nil), // 1290: kubernetes.WatchRbacAuthorizationV1NamespacedRoleBindingRequest + (*WatchRbacAuthorizationV1NamespacedRoleListRequest)(nil), // 1291: kubernetes.WatchRbacAuthorizationV1NamespacedRoleListRequest + (*WatchRbacAuthorizationV1NamespacedRoleRequest)(nil), // 1292: kubernetes.WatchRbacAuthorizationV1NamespacedRoleRequest + (*WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest)(nil), // 1293: kubernetes.WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest + (*WatchRbacAuthorizationV1RoleListForAllNamespacesRequest)(nil), // 1294: kubernetes.WatchRbacAuthorizationV1RoleListForAllNamespacesRequest + (*WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest)(nil), // 1295: kubernetes.WatchResourceV1alpha2NamespacedPodSchedulingContextListRequest + (*WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest)(nil), // 1296: kubernetes.WatchResourceV1alpha2NamespacedPodSchedulingContextRequest + (*WatchResourceV1Alpha2NamespacedResourceClaimListRequest)(nil), // 1297: kubernetes.WatchResourceV1alpha2NamespacedResourceClaimListRequest + (*WatchResourceV1Alpha2NamespacedResourceClaimRequest)(nil), // 1298: kubernetes.WatchResourceV1alpha2NamespacedResourceClaimRequest + (*WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest)(nil), // 1299: kubernetes.WatchResourceV1alpha2NamespacedResourceClaimTemplateListRequest + (*WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest)(nil), // 1300: kubernetes.WatchResourceV1alpha2NamespacedResourceClaimTemplateRequest + (*WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest)(nil), // 1301: kubernetes.WatchResourceV1alpha2PodSchedulingContextListForAllNamespacesRequest + (*WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest)(nil), // 1302: kubernetes.WatchResourceV1alpha2ResourceClaimListForAllNamespacesRequest + (*WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest)(nil), // 1303: kubernetes.WatchResourceV1alpha2ResourceClaimTemplateListForAllNamespacesRequest + (*WatchResourceV1Alpha2ResourceClassListRequest)(nil), // 1304: kubernetes.WatchResourceV1alpha2ResourceClassListRequest + (*WatchResourceV1Alpha2ResourceClassRequest)(nil), // 1305: kubernetes.WatchResourceV1alpha2ResourceClassRequest + (*WatchSchedulingV1PriorityClassListRequest)(nil), // 1306: kubernetes.WatchSchedulingV1PriorityClassListRequest + (*WatchSchedulingV1PriorityClassRequest)(nil), // 1307: kubernetes.WatchSchedulingV1PriorityClassRequest + (*WatchStorageV1CsiDriverListRequest)(nil), // 1308: kubernetes.WatchStorageV1CsiDriverListRequest + (*WatchStorageV1CsiDriverRequest)(nil), // 1309: kubernetes.WatchStorageV1CsiDriverRequest + (*WatchStorageV1CsiNodeListRequest)(nil), // 1310: kubernetes.WatchStorageV1CsiNodeListRequest + (*WatchStorageV1CsiNodeRequest)(nil), // 1311: kubernetes.WatchStorageV1CsiNodeRequest + (*WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest)(nil), // 1312: kubernetes.WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest + (*WatchStorageV1NamespacedCsiStorageCapacityListRequest)(nil), // 1313: kubernetes.WatchStorageV1NamespacedCsiStorageCapacityListRequest + (*WatchStorageV1NamespacedCsiStorageCapacityRequest)(nil), // 1314: kubernetes.WatchStorageV1NamespacedCsiStorageCapacityRequest + (*WatchStorageV1StorageClassListRequest)(nil), // 1315: kubernetes.WatchStorageV1StorageClassListRequest + (*WatchStorageV1StorageClassRequest)(nil), // 1316: kubernetes.WatchStorageV1StorageClassRequest + (*WatchStorageV1VolumeAttachmentListRequest)(nil), // 1317: kubernetes.WatchStorageV1VolumeAttachmentListRequest + (*WatchStorageV1VolumeAttachmentRequest)(nil), // 1318: kubernetes.WatchStorageV1VolumeAttachmentRequest + nil, // 1319: kubernetes.IoK8sApiAuthenticationV1UserInfo.ExtraEntry + nil, // 1320: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewSpec.ExtraEntry + nil, // 1321: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestSpec.ExtraEntry + nil, // 1322: kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource.VolumeAttributesEntry + nil, // 1323: kubernetes.IoK8sApiCoreV1CSIVolumeSource.VolumeAttributesEntry + nil, // 1324: kubernetes.IoK8sApiCoreV1ConfigMap.BinaryDataEntry + nil, // 1325: kubernetes.IoK8sApiCoreV1ConfigMap.DataEntry + nil, // 1326: kubernetes.IoK8sApiCoreV1ContainerStatus.AllocatedResourcesEntry + nil, // 1327: kubernetes.IoK8sApiCoreV1FlexPersistentVolumeSource.OptionsEntry + nil, // 1328: kubernetes.IoK8sApiCoreV1FlexVolumeSource.OptionsEntry + nil, // 1329: kubernetes.IoK8sApiCoreV1LimitRangeItem.DefaultEntry + nil, // 1330: kubernetes.IoK8sApiCoreV1LimitRangeItem.DefaultRequestEntry + nil, // 1331: kubernetes.IoK8sApiCoreV1LimitRangeItem.MaxEntry + nil, // 1332: kubernetes.IoK8sApiCoreV1LimitRangeItem.MaxLimitRequestRatioEntry + nil, // 1333: kubernetes.IoK8sApiCoreV1LimitRangeItem.MinEntry + nil, // 1334: kubernetes.IoK8sApiCoreV1NodeStatus.AllocatableEntry + nil, // 1335: kubernetes.IoK8sApiCoreV1NodeStatus.CapacityEntry + nil, // 1336: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimStatus.AllocatedResourcesEntry + nil, // 1337: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimStatus.CapacityEntry + nil, // 1338: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.CapacityEntry + nil, // 1339: kubernetes.IoK8sApiCoreV1PodSpec.NodeSelectorEntry + nil, // 1340: kubernetes.IoK8sApiCoreV1PodSpec.OverheadEntry + nil, // 1341: kubernetes.IoK8sApiCoreV1ReplicationControllerSpec.SelectorEntry + nil, // 1342: kubernetes.IoK8sApiCoreV1ResourceQuotaSpec.HardEntry + nil, // 1343: kubernetes.IoK8sApiCoreV1ResourceQuotaStatus.HardEntry + nil, // 1344: kubernetes.IoK8sApiCoreV1ResourceQuotaStatus.UsedEntry + nil, // 1345: kubernetes.IoK8sApiCoreV1ResourceRequirements.LimitsEntry + nil, // 1346: kubernetes.IoK8sApiCoreV1ResourceRequirements.RequestsEntry + nil, // 1347: kubernetes.IoK8sApiCoreV1Secret.DataEntry + nil, // 1348: kubernetes.IoK8sApiCoreV1Secret.StringDataEntry + nil, // 1349: kubernetes.IoK8sApiCoreV1ServiceSpec.SelectorEntry + nil, // 1350: kubernetes.IoK8sApiDiscoveryV1Endpoint.DeprecatedTopologyEntry + nil, // 1351: kubernetes.IoK8sApiNodeV1Overhead.PodFixedEntry + nil, // 1352: kubernetes.IoK8sApiNodeV1Scheduling.NodeSelectorEntry + nil, // 1353: kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetStatus.DisruptedPodsEntry + nil, // 1354: kubernetes.IoK8sApiStorageV1StorageClass.ParametersEntry + nil, // 1355: kubernetes.IoK8sApiStorageV1VolumeAttachmentStatus.AttachmentMetadataEntry + nil, // 1356: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.DefinitionsEntry + nil, // 1357: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.DependenciesEntry + nil, // 1358: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.PatternPropertiesEntry + nil, // 1359: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.PropertiesEntry + nil, // 1360: kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector.MatchLabelsEntry + nil, // 1361: kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta.AnnotationsEntry + nil, // 1362: kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta.LabelsEntry + (*structpb.ListValue)(nil), // 1363: google.protobuf.ListValue + (*emptypb.Empty)(nil), // 1364: google.protobuf.Empty + (*wrapperspb.StringValue)(nil), // 1365: google.protobuf.StringValue +} +var file_kubernetes_proto_kubernetes_proto_depIdxs = []int32{ + 232, // 0: kubernetes.CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration + 237, // 1: kubernetes.CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration + 249, // 2: kubernetes.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest.body:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding + 248, // 3: kubernetes.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest.body:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 723, // 4: kubernetes.CreateApiextensionsV1CustomResourceDefinitionRequest.body:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 768, // 5: kubernetes.CreateApiregistrationV1ApiServiceRequest.body:type_name -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 262, // 6: kubernetes.CreateAppsV1NamespacedControllerRevisionRequest.body:type_name -> kubernetes.IoK8sApiAppsV1ControllerRevision + 264, // 7: kubernetes.CreateAppsV1NamespacedDaemonSetRequest.body:type_name -> kubernetes.IoK8sApiAppsV1DaemonSet + 270, // 8: kubernetes.CreateAppsV1NamespacedDeploymentRequest.body:type_name -> kubernetes.IoK8sApiAppsV1Deployment + 276, // 9: kubernetes.CreateAppsV1NamespacedReplicaSetRequest.body:type_name -> kubernetes.IoK8sApiAppsV1ReplicaSet + 284, // 10: kubernetes.CreateAppsV1NamespacedStatefulSetRequest.body:type_name -> kubernetes.IoK8sApiAppsV1StatefulSet + 293, // 11: kubernetes.CreateAuthenticationV1SelfSubjectReviewRequest.body:type_name -> kubernetes.IoK8sApiAuthenticationV1SelfSubjectReview + 298, // 12: kubernetes.CreateAuthenticationV1TokenReviewRequest.body:type_name -> kubernetes.IoK8sApiAuthenticationV1TokenReview + 302, // 13: kubernetes.CreateAuthenticationV1alpha1SelfSubjectReviewRequest.body:type_name -> kubernetes.IoK8sApiAuthenticationV1alpha1SelfSubjectReview + 304, // 14: kubernetes.CreateAuthenticationV1beta1SelfSubjectReviewRequest.body:type_name -> kubernetes.IoK8sApiAuthenticationV1beta1SelfSubjectReview + 306, // 15: kubernetes.CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest.body:type_name -> kubernetes.IoK8sApiAuthorizationV1LocalSubjectAccessReview + 311, // 16: kubernetes.CreateAuthorizationV1SelfSubjectAccessReviewRequest.body:type_name -> kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReview + 313, // 17: kubernetes.CreateAuthorizationV1SelfSubjectRulesReviewRequest.body:type_name -> kubernetes.IoK8sApiAuthorizationV1SelfSubjectRulesReview + 315, // 18: kubernetes.CreateAuthorizationV1SubjectAccessReviewRequest.body:type_name -> kubernetes.IoK8sApiAuthorizationV1SubjectAccessReview + 320, // 19: kubernetes.CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 334, // 20: kubernetes.CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 351, // 21: kubernetes.CreateBatchV1NamespacedCronJobRequest.body:type_name -> kubernetes.IoK8sApiBatchV1CronJob + 355, // 22: kubernetes.CreateBatchV1NamespacedJobRequest.body:type_name -> kubernetes.IoK8sApiBatchV1Job + 366, // 23: kubernetes.CreateCertificatesV1CertificateSigningRequestRequest.body:type_name -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 371, // 24: kubernetes.CreateCertificatesV1alpha1ClusterTrustBundleRequest.body:type_name -> kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle + 374, // 25: kubernetes.CreateCoordinationV1NamespacedLeaseRequest.body:type_name -> kubernetes.IoK8sApiCoordinationV1Lease + 459, // 26: kubernetes.CreateCoreV1NamespaceRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Namespace + 383, // 27: kubernetes.CreateCoreV1NamespacedBindingRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Binding + 396, // 28: kubernetes.CreateCoreV1NamespacedConfigMapRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ConfigMap + 420, // 29: kubernetes.CreateCoreV1NamespacedEndpointsRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Endpoints + 427, // 30: kubernetes.CreateCoreV1NamespacedEventRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Event + 450, // 31: kubernetes.CreateCoreV1NamespacedLimitRangeRequest.body:type_name -> kubernetes.IoK8sApiCoreV1LimitRange + 481, // 32: kubernetes.CreateCoreV1NamespacedPersistentVolumeClaimRequest.body:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 383, // 33: kubernetes.CreateCoreV1NamespacedPodBindingRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Binding + 664, // 34: kubernetes.CreateCoreV1NamespacedPodEvictionRequest.body:type_name -> kubernetes.IoK8sApiPolicyV1Eviction + 492, // 35: kubernetes.CreateCoreV1NamespacedPodRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Pod + 508, // 36: kubernetes.CreateCoreV1NamespacedPodTemplateRequest.body:type_name -> kubernetes.IoK8sApiCoreV1PodTemplate + 519, // 37: kubernetes.CreateCoreV1NamespacedReplicationControllerRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ReplicationController + 526, // 38: kubernetes.CreateCoreV1NamespacedResourceQuotaRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ResourceQuota + 537, // 39: kubernetes.CreateCoreV1NamespacedSecretRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Secret + 546, // 40: kubernetes.CreateCoreV1NamespacedServiceAccountRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ServiceAccount + 295, // 41: kubernetes.CreateCoreV1NamespacedServiceAccountTokenRequest.body:type_name -> kubernetes.IoK8sApiAuthenticationV1TokenRequest + 545, // 42: kubernetes.CreateCoreV1NamespacedServiceRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Service + 464, // 43: kubernetes.CreateCoreV1NodeRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Node + 480, // 44: kubernetes.CreateCoreV1PersistentVolumeRequest.body:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolume + 577, // 45: kubernetes.CreateDiscoveryV1NamespacedEndpointSliceRequest.body:type_name -> kubernetes.IoK8sApiDiscoveryV1EndpointSlice + 580, // 46: kubernetes.CreateEventsV1NamespacedEventRequest.body:type_name -> kubernetes.IoK8sApiEventsV1Event + 584, // 47: kubernetes.CreateFlowcontrolApiserverV1beta2FlowSchemaRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 594, // 48: kubernetes.CreateFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 606, // 49: kubernetes.CreateFlowcontrolApiserverV1beta3FlowSchemaRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 616, // 50: kubernetes.CreateFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 257, // 51: kubernetes.CreateInternalApiserverV1alpha1StorageVersionRequest.body:type_name -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 632, // 52: kubernetes.CreateNetworkingV1IngressClassRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1IngressClass + 630, // 53: kubernetes.CreateNetworkingV1NamespacedIngressRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1Ingress + 645, // 54: kubernetes.CreateNetworkingV1NamespacedNetworkPolicyRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicy + 653, // 55: kubernetes.CreateNetworkingV1alpha1ClusterCidrRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR + 656, // 56: kubernetes.CreateNetworkingV1alpha1IpAddressRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1alpha1IPAddress + 661, // 57: kubernetes.CreateNodeV1RuntimeClassRequest.body:type_name -> kubernetes.IoK8sApiNodeV1RuntimeClass + 665, // 58: kubernetes.CreatePolicyV1NamespacedPodDisruptionBudgetRequest.body:type_name -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 671, // 59: kubernetes.CreateRbacAuthorizationV1ClusterRoleBindingRequest.body:type_name -> kubernetes.IoK8sApiRbacV1ClusterRoleBinding + 670, // 60: kubernetes.CreateRbacAuthorizationV1ClusterRoleRequest.body:type_name -> kubernetes.IoK8sApiRbacV1ClusterRole + 676, // 61: kubernetes.CreateRbacAuthorizationV1NamespacedRoleBindingRequest.body:type_name -> kubernetes.IoK8sApiRbacV1RoleBinding + 675, // 62: kubernetes.CreateRbacAuthorizationV1NamespacedRoleRequest.body:type_name -> kubernetes.IoK8sApiRbacV1Role + 682, // 63: kubernetes.CreateResourceV1alpha2NamespacedPodSchedulingContextRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 686, // 64: kubernetes.CreateResourceV1alpha2NamespacedResourceClaimRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 693, // 65: kubernetes.CreateResourceV1alpha2NamespacedResourceClaimTemplateRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate + 696, // 66: kubernetes.CreateResourceV1alpha2ResourceClassRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClass + 700, // 67: kubernetes.CreateSchedulingV1PriorityClassRequest.body:type_name -> kubernetes.IoK8sApiSchedulingV1PriorityClass + 702, // 68: kubernetes.CreateStorageV1CsiDriverRequest.body:type_name -> kubernetes.IoK8sApiStorageV1CSIDriver + 705, // 69: kubernetes.CreateStorageV1CsiNodeRequest.body:type_name -> kubernetes.IoK8sApiStorageV1CSINode + 709, // 70: kubernetes.CreateStorageV1NamespacedCsiStorageCapacityRequest.body:type_name -> kubernetes.IoK8sApiStorageV1CSIStorageCapacity + 711, // 71: kubernetes.CreateStorageV1StorageClassRequest.body:type_name -> kubernetes.IoK8sApiStorageV1StorageClass + 714, // 72: kubernetes.CreateStorageV1VolumeAttachmentRequest.body:type_name -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 750, // 73: kubernetes.DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 74: kubernetes.DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 75: kubernetes.DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 76: kubernetes.DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 77: kubernetes.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyBindingRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 78: kubernetes.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 79: kubernetes.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 80: kubernetes.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 81: kubernetes.DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 82: kubernetes.DeleteApiextensionsV1CustomResourceDefinitionRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 83: kubernetes.DeleteApiregistrationV1ApiServiceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 84: kubernetes.DeleteApiregistrationV1CollectionApiServiceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 85: kubernetes.DeleteAppsV1CollectionNamespacedControllerRevisionRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 86: kubernetes.DeleteAppsV1CollectionNamespacedDaemonSetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 87: kubernetes.DeleteAppsV1CollectionNamespacedDeploymentRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 88: kubernetes.DeleteAppsV1CollectionNamespacedReplicaSetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 89: kubernetes.DeleteAppsV1CollectionNamespacedStatefulSetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 90: kubernetes.DeleteAppsV1NamespacedControllerRevisionRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 91: kubernetes.DeleteAppsV1NamespacedDaemonSetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 92: kubernetes.DeleteAppsV1NamespacedDeploymentRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 93: kubernetes.DeleteAppsV1NamespacedReplicaSetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 94: kubernetes.DeleteAppsV1NamespacedStatefulSetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 95: kubernetes.DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 96: kubernetes.DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 97: kubernetes.DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 98: kubernetes.DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 99: kubernetes.DeleteBatchV1CollectionNamespacedCronJobRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 100: kubernetes.DeleteBatchV1CollectionNamespacedJobRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 101: kubernetes.DeleteBatchV1NamespacedCronJobRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 102: kubernetes.DeleteBatchV1NamespacedJobRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 103: kubernetes.DeleteCertificatesV1CertificateSigningRequestRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 104: kubernetes.DeleteCertificatesV1CollectionCertificateSigningRequestRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 105: kubernetes.DeleteCertificatesV1alpha1ClusterTrustBundleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 106: kubernetes.DeleteCertificatesV1alpha1CollectionClusterTrustBundleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 107: kubernetes.DeleteCoordinationV1CollectionNamespacedLeaseRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 108: kubernetes.DeleteCoordinationV1NamespacedLeaseRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 109: kubernetes.DeleteCoreV1CollectionNamespacedConfigMapRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 110: kubernetes.DeleteCoreV1CollectionNamespacedEndpointsRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 111: kubernetes.DeleteCoreV1CollectionNamespacedEventRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 112: kubernetes.DeleteCoreV1CollectionNamespacedLimitRangeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 113: kubernetes.DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 114: kubernetes.DeleteCoreV1CollectionNamespacedPodRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 115: kubernetes.DeleteCoreV1CollectionNamespacedPodTemplateRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 116: kubernetes.DeleteCoreV1CollectionNamespacedReplicationControllerRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 117: kubernetes.DeleteCoreV1CollectionNamespacedResourceQuotaRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 118: kubernetes.DeleteCoreV1CollectionNamespacedSecretRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 119: kubernetes.DeleteCoreV1CollectionNamespacedServiceAccountRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 120: kubernetes.DeleteCoreV1CollectionNamespacedServiceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 121: kubernetes.DeleteCoreV1CollectionNodeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 122: kubernetes.DeleteCoreV1CollectionPersistentVolumeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 123: kubernetes.DeleteCoreV1NamespaceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 124: kubernetes.DeleteCoreV1NamespacedConfigMapRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 125: kubernetes.DeleteCoreV1NamespacedEndpointsRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 126: kubernetes.DeleteCoreV1NamespacedEventRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 127: kubernetes.DeleteCoreV1NamespacedLimitRangeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 128: kubernetes.DeleteCoreV1NamespacedPersistentVolumeClaimRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 129: kubernetes.DeleteCoreV1NamespacedPodRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 130: kubernetes.DeleteCoreV1NamespacedPodTemplateRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 131: kubernetes.DeleteCoreV1NamespacedReplicationControllerRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 132: kubernetes.DeleteCoreV1NamespacedResourceQuotaRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 133: kubernetes.DeleteCoreV1NamespacedSecretRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 134: kubernetes.DeleteCoreV1NamespacedServiceAccountRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 135: kubernetes.DeleteCoreV1NamespacedServiceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 136: kubernetes.DeleteCoreV1NodeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 137: kubernetes.DeleteCoreV1PersistentVolumeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 138: kubernetes.DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 139: kubernetes.DeleteDiscoveryV1NamespacedEndpointSliceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 140: kubernetes.DeleteEventsV1CollectionNamespacedEventRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 141: kubernetes.DeleteEventsV1NamespacedEventRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 142: kubernetes.DeleteFlowcontrolApiserverV1beta2CollectionFlowSchemaRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 143: kubernetes.DeleteFlowcontrolApiserverV1beta2CollectionPriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 144: kubernetes.DeleteFlowcontrolApiserverV1beta2FlowSchemaRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 145: kubernetes.DeleteFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 146: kubernetes.DeleteFlowcontrolApiserverV1beta3CollectionFlowSchemaRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 147: kubernetes.DeleteFlowcontrolApiserverV1beta3CollectionPriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 148: kubernetes.DeleteFlowcontrolApiserverV1beta3FlowSchemaRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 149: kubernetes.DeleteFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 150: kubernetes.DeleteInternalApiserverV1alpha1CollectionStorageVersionRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 151: kubernetes.DeleteInternalApiserverV1alpha1StorageVersionRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 152: kubernetes.DeleteNetworkingV1CollectionIngressClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 153: kubernetes.DeleteNetworkingV1CollectionNamespacedIngressRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 154: kubernetes.DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 155: kubernetes.DeleteNetworkingV1IngressClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 156: kubernetes.DeleteNetworkingV1NamespacedIngressRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 157: kubernetes.DeleteNetworkingV1NamespacedNetworkPolicyRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 158: kubernetes.DeleteNetworkingV1alpha1ClusterCidrRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 159: kubernetes.DeleteNetworkingV1alpha1CollectionClusterCidrRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 160: kubernetes.DeleteNetworkingV1alpha1CollectionIpAddressRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 161: kubernetes.DeleteNetworkingV1alpha1IpAddressRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 162: kubernetes.DeleteNodeV1CollectionRuntimeClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 163: kubernetes.DeleteNodeV1RuntimeClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 164: kubernetes.DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 165: kubernetes.DeletePolicyV1NamespacedPodDisruptionBudgetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 166: kubernetes.DeleteRbacAuthorizationV1ClusterRoleBindingRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 167: kubernetes.DeleteRbacAuthorizationV1ClusterRoleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 168: kubernetes.DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 169: kubernetes.DeleteRbacAuthorizationV1CollectionClusterRoleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 170: kubernetes.DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 171: kubernetes.DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 172: kubernetes.DeleteRbacAuthorizationV1NamespacedRoleBindingRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 173: kubernetes.DeleteRbacAuthorizationV1NamespacedRoleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 174: kubernetes.DeleteResourceV1alpha2CollectionNamespacedPodSchedulingContextRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 175: kubernetes.DeleteResourceV1alpha2CollectionNamespacedResourceClaimRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 176: kubernetes.DeleteResourceV1alpha2CollectionNamespacedResourceClaimTemplateRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 177: kubernetes.DeleteResourceV1alpha2CollectionResourceClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 178: kubernetes.DeleteResourceV1alpha2NamespacedPodSchedulingContextRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 179: kubernetes.DeleteResourceV1alpha2NamespacedResourceClaimRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 180: kubernetes.DeleteResourceV1alpha2NamespacedResourceClaimTemplateRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 181: kubernetes.DeleteResourceV1alpha2ResourceClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 182: kubernetes.DeleteSchedulingV1CollectionPriorityClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 183: kubernetes.DeleteSchedulingV1PriorityClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 184: kubernetes.DeleteStorageV1CollectionCsiDriverRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 185: kubernetes.DeleteStorageV1CollectionCsiNodeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 186: kubernetes.DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 187: kubernetes.DeleteStorageV1CollectionStorageClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 188: kubernetes.DeleteStorageV1CollectionVolumeAttachmentRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 189: kubernetes.DeleteStorageV1CsiDriverRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 190: kubernetes.DeleteStorageV1CsiNodeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 191: kubernetes.DeleteStorageV1NamespacedCsiStorageCapacityRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 192: kubernetes.DeleteStorageV1StorageClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 750, // 193: kubernetes.DeleteStorageV1VolumeAttachmentRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 239, // 194: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhook.clientConfig:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1WebhookClientConfig + 230, // 195: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhook.matchConditions:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1MatchCondition + 753, // 196: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhook.namespaceSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 753, // 197: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhook.objectSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 234, // 198: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhook.rules:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1RuleWithOperations + 757, // 199: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 231, // 200: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration.webhooks:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhook + 232, // 201: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfigurationList.items:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration + 755, // 202: kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfigurationList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 239, // 203: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhook.clientConfig:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1WebhookClientConfig + 230, // 204: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhook.matchConditions:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1MatchCondition + 753, // 205: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhook.namespaceSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 753, // 206: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhook.objectSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 234, // 207: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhook.rules:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1RuleWithOperations + 757, // 208: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 236, // 209: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration.webhooks:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhook + 237, // 210: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfigurationList.items:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration + 755, // 211: kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfigurationList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 235, // 212: kubernetes.IoK8sApiAdmissionregistrationV1WebhookClientConfig.service:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1ServiceReference + 244, // 213: kubernetes.IoK8sApiAdmissionregistrationV1alpha1MatchResources.excludeResourceRules:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1NamedRuleWithOperations + 753, // 214: kubernetes.IoK8sApiAdmissionregistrationV1alpha1MatchResources.namespaceSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 753, // 215: kubernetes.IoK8sApiAdmissionregistrationV1alpha1MatchResources.objectSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 244, // 216: kubernetes.IoK8sApiAdmissionregistrationV1alpha1MatchResources.resourceRules:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1NamedRuleWithOperations + 241, // 217: kubernetes.IoK8sApiAdmissionregistrationV1alpha1TypeChecking.expressionWarnings:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ExpressionWarning + 757, // 218: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 253, // 219: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy.spec:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicySpec + 254, // 220: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy.status:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus + 757, // 221: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 251, // 222: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding.spec:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingSpec + 249, // 223: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingList.items:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding + 755, // 224: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 243, // 225: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingSpec.matchResources:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1MatchResources + 246, // 226: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingSpec.paramRef:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ParamRef + 248, // 227: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyList.items:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 755, // 228: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 240, // 229: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicySpec.auditAnnotations:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1AuditAnnotation + 242, // 230: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicySpec.matchConditions:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1MatchCondition + 243, // 231: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicySpec.matchConstraints:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1MatchResources + 245, // 232: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicySpec.paramKind:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ParamKind + 255, // 233: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicySpec.validations:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1Validation + 749, // 234: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus.conditions:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Condition + 247, // 235: kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus.typeChecking:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1TypeChecking + 757, // 236: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 260, // 237: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion.spec:type_name -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionSpec + 261, // 238: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion.status:type_name -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionStatus + 257, // 239: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionList.items:type_name -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 755, // 240: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 258, // 241: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionStatus.conditions:type_name -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionCondition + 256, // 242: kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionStatus.storageVersions:type_name -> kubernetes.IoK8sApiApiserverinternalV1alpha1ServerStorageVersion + 766, // 243: kubernetes.IoK8sApiAppsV1ControllerRevision.data:type_name -> kubernetes.IoK8sApimachineryPkgRuntimeRawExtension + 757, // 244: kubernetes.IoK8sApiAppsV1ControllerRevision.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 262, // 245: kubernetes.IoK8sApiAppsV1ControllerRevisionList.items:type_name -> kubernetes.IoK8sApiAppsV1ControllerRevision + 755, // 246: kubernetes.IoK8sApiAppsV1ControllerRevisionList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 757, // 247: kubernetes.IoK8sApiAppsV1DaemonSet.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 267, // 248: kubernetes.IoK8sApiAppsV1DaemonSet.spec:type_name -> kubernetes.IoK8sApiAppsV1DaemonSetSpec + 268, // 249: kubernetes.IoK8sApiAppsV1DaemonSet.status:type_name -> kubernetes.IoK8sApiAppsV1DaemonSetStatus + 264, // 250: kubernetes.IoK8sApiAppsV1DaemonSetList.items:type_name -> kubernetes.IoK8sApiAppsV1DaemonSet + 755, // 251: kubernetes.IoK8sApiAppsV1DaemonSetList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 753, // 252: kubernetes.IoK8sApiAppsV1DaemonSetSpec.selector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 510, // 253: kubernetes.IoK8sApiAppsV1DaemonSetSpec.template:type_name -> kubernetes.IoK8sApiCoreV1PodTemplateSpec + 269, // 254: kubernetes.IoK8sApiAppsV1DaemonSetSpec.updateStrategy:type_name -> kubernetes.IoK8sApiAppsV1DaemonSetUpdateStrategy + 265, // 255: kubernetes.IoK8sApiAppsV1DaemonSetStatus.conditions:type_name -> kubernetes.IoK8sApiAppsV1DaemonSetCondition + 281, // 256: kubernetes.IoK8sApiAppsV1DaemonSetUpdateStrategy.rollingUpdate:type_name -> kubernetes.IoK8sApiAppsV1RollingUpdateDaemonSet + 757, // 257: kubernetes.IoK8sApiAppsV1Deployment.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 273, // 258: kubernetes.IoK8sApiAppsV1Deployment.spec:type_name -> kubernetes.IoK8sApiAppsV1DeploymentSpec + 274, // 259: kubernetes.IoK8sApiAppsV1Deployment.status:type_name -> kubernetes.IoK8sApiAppsV1DeploymentStatus + 270, // 260: kubernetes.IoK8sApiAppsV1DeploymentList.items:type_name -> kubernetes.IoK8sApiAppsV1Deployment + 755, // 261: kubernetes.IoK8sApiAppsV1DeploymentList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 753, // 262: kubernetes.IoK8sApiAppsV1DeploymentSpec.selector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 275, // 263: kubernetes.IoK8sApiAppsV1DeploymentSpec.strategy:type_name -> kubernetes.IoK8sApiAppsV1DeploymentStrategy + 510, // 264: kubernetes.IoK8sApiAppsV1DeploymentSpec.template:type_name -> kubernetes.IoK8sApiCoreV1PodTemplateSpec + 271, // 265: kubernetes.IoK8sApiAppsV1DeploymentStatus.conditions:type_name -> kubernetes.IoK8sApiAppsV1DeploymentCondition + 282, // 266: kubernetes.IoK8sApiAppsV1DeploymentStrategy.rollingUpdate:type_name -> kubernetes.IoK8sApiAppsV1RollingUpdateDeployment + 757, // 267: kubernetes.IoK8sApiAppsV1ReplicaSet.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 279, // 268: kubernetes.IoK8sApiAppsV1ReplicaSet.spec:type_name -> kubernetes.IoK8sApiAppsV1ReplicaSetSpec + 280, // 269: kubernetes.IoK8sApiAppsV1ReplicaSet.status:type_name -> kubernetes.IoK8sApiAppsV1ReplicaSetStatus + 276, // 270: kubernetes.IoK8sApiAppsV1ReplicaSetList.items:type_name -> kubernetes.IoK8sApiAppsV1ReplicaSet + 755, // 271: kubernetes.IoK8sApiAppsV1ReplicaSetList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 753, // 272: kubernetes.IoK8sApiAppsV1ReplicaSetSpec.selector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 510, // 273: kubernetes.IoK8sApiAppsV1ReplicaSetSpec.template:type_name -> kubernetes.IoK8sApiCoreV1PodTemplateSpec + 277, // 274: kubernetes.IoK8sApiAppsV1ReplicaSetStatus.conditions:type_name -> kubernetes.IoK8sApiAppsV1ReplicaSetCondition + 757, // 275: kubernetes.IoK8sApiAppsV1StatefulSet.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 289, // 276: kubernetes.IoK8sApiAppsV1StatefulSet.spec:type_name -> kubernetes.IoK8sApiAppsV1StatefulSetSpec + 290, // 277: kubernetes.IoK8sApiAppsV1StatefulSet.status:type_name -> kubernetes.IoK8sApiAppsV1StatefulSetStatus + 284, // 278: kubernetes.IoK8sApiAppsV1StatefulSetList.items:type_name -> kubernetes.IoK8sApiAppsV1StatefulSet + 755, // 279: kubernetes.IoK8sApiAppsV1StatefulSetList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 287, // 280: kubernetes.IoK8sApiAppsV1StatefulSetSpec.ordinals:type_name -> kubernetes.IoK8sApiAppsV1StatefulSetOrdinals + 288, // 281: kubernetes.IoK8sApiAppsV1StatefulSetSpec.persistentVolumeClaimRetentionPolicy:type_name -> kubernetes.IoK8sApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy + 753, // 282: kubernetes.IoK8sApiAppsV1StatefulSetSpec.selector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 510, // 283: kubernetes.IoK8sApiAppsV1StatefulSetSpec.template:type_name -> kubernetes.IoK8sApiCoreV1PodTemplateSpec + 291, // 284: kubernetes.IoK8sApiAppsV1StatefulSetSpec.updateStrategy:type_name -> kubernetes.IoK8sApiAppsV1StatefulSetUpdateStrategy + 481, // 285: kubernetes.IoK8sApiAppsV1StatefulSetSpec.volumeClaimTemplates:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 285, // 286: kubernetes.IoK8sApiAppsV1StatefulSetStatus.conditions:type_name -> kubernetes.IoK8sApiAppsV1StatefulSetCondition + 283, // 287: kubernetes.IoK8sApiAppsV1StatefulSetUpdateStrategy.rollingUpdate:type_name -> kubernetes.IoK8sApiAppsV1RollingUpdateStatefulSetStrategy + 757, // 288: kubernetes.IoK8sApiAuthenticationV1SelfSubjectReview.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 294, // 289: kubernetes.IoK8sApiAuthenticationV1SelfSubjectReview.status:type_name -> kubernetes.IoK8sApiAuthenticationV1SelfSubjectReviewStatus + 301, // 290: kubernetes.IoK8sApiAuthenticationV1SelfSubjectReviewStatus.userInfo:type_name -> kubernetes.IoK8sApiAuthenticationV1UserInfo + 757, // 291: kubernetes.IoK8sApiAuthenticationV1TokenRequest.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 296, // 292: kubernetes.IoK8sApiAuthenticationV1TokenRequest.spec:type_name -> kubernetes.IoK8sApiAuthenticationV1TokenRequestSpec + 297, // 293: kubernetes.IoK8sApiAuthenticationV1TokenRequest.status:type_name -> kubernetes.IoK8sApiAuthenticationV1TokenRequestStatus + 292, // 294: kubernetes.IoK8sApiAuthenticationV1TokenRequestSpec.boundObjectRef:type_name -> kubernetes.IoK8sApiAuthenticationV1BoundObjectReference + 757, // 295: kubernetes.IoK8sApiAuthenticationV1TokenReview.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 299, // 296: kubernetes.IoK8sApiAuthenticationV1TokenReview.spec:type_name -> kubernetes.IoK8sApiAuthenticationV1TokenReviewSpec + 300, // 297: kubernetes.IoK8sApiAuthenticationV1TokenReview.status:type_name -> kubernetes.IoK8sApiAuthenticationV1TokenReviewStatus + 301, // 298: kubernetes.IoK8sApiAuthenticationV1TokenReviewStatus.user:type_name -> kubernetes.IoK8sApiAuthenticationV1UserInfo + 1319, // 299: kubernetes.IoK8sApiAuthenticationV1UserInfo.extra:type_name -> kubernetes.IoK8sApiAuthenticationV1UserInfo.ExtraEntry + 757, // 300: kubernetes.IoK8sApiAuthenticationV1alpha1SelfSubjectReview.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 303, // 301: kubernetes.IoK8sApiAuthenticationV1alpha1SelfSubjectReview.status:type_name -> kubernetes.IoK8sApiAuthenticationV1alpha1SelfSubjectReviewStatus + 301, // 302: kubernetes.IoK8sApiAuthenticationV1alpha1SelfSubjectReviewStatus.userInfo:type_name -> kubernetes.IoK8sApiAuthenticationV1UserInfo + 757, // 303: kubernetes.IoK8sApiAuthenticationV1beta1SelfSubjectReview.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 305, // 304: kubernetes.IoK8sApiAuthenticationV1beta1SelfSubjectReview.status:type_name -> kubernetes.IoK8sApiAuthenticationV1beta1SelfSubjectReviewStatus + 301, // 305: kubernetes.IoK8sApiAuthenticationV1beta1SelfSubjectReviewStatus.userInfo:type_name -> kubernetes.IoK8sApiAuthenticationV1UserInfo + 757, // 306: kubernetes.IoK8sApiAuthorizationV1LocalSubjectAccessReview.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 316, // 307: kubernetes.IoK8sApiAuthorizationV1LocalSubjectAccessReview.spec:type_name -> kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewSpec + 317, // 308: kubernetes.IoK8sApiAuthorizationV1LocalSubjectAccessReview.status:type_name -> kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewStatus + 757, // 309: kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReview.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 312, // 310: kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReview.spec:type_name -> kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReviewSpec + 317, // 311: kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReview.status:type_name -> kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewStatus + 307, // 312: kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReviewSpec.nonResourceAttributes:type_name -> kubernetes.IoK8sApiAuthorizationV1NonResourceAttributes + 309, // 313: kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReviewSpec.resourceAttributes:type_name -> kubernetes.IoK8sApiAuthorizationV1ResourceAttributes + 757, // 314: kubernetes.IoK8sApiAuthorizationV1SelfSubjectRulesReview.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 314, // 315: kubernetes.IoK8sApiAuthorizationV1SelfSubjectRulesReview.spec:type_name -> kubernetes.IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec + 318, // 316: kubernetes.IoK8sApiAuthorizationV1SelfSubjectRulesReview.status:type_name -> kubernetes.IoK8sApiAuthorizationV1SubjectRulesReviewStatus + 757, // 317: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReview.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 316, // 318: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReview.spec:type_name -> kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewSpec + 317, // 319: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReview.status:type_name -> kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewStatus + 1320, // 320: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewSpec.extra:type_name -> kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewSpec.ExtraEntry + 307, // 321: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewSpec.nonResourceAttributes:type_name -> kubernetes.IoK8sApiAuthorizationV1NonResourceAttributes + 309, // 322: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewSpec.resourceAttributes:type_name -> kubernetes.IoK8sApiAuthorizationV1ResourceAttributes + 308, // 323: kubernetes.IoK8sApiAuthorizationV1SubjectRulesReviewStatus.nonResourceRules:type_name -> kubernetes.IoK8sApiAuthorizationV1NonResourceRule + 310, // 324: kubernetes.IoK8sApiAuthorizationV1SubjectRulesReviewStatus.resourceRules:type_name -> kubernetes.IoK8sApiAuthorizationV1ResourceRule + 757, // 325: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 322, // 326: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler.spec:type_name -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerSpec + 323, // 327: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler.status:type_name -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerStatus + 320, // 328: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerList.items:type_name -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 755, // 329: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 319, // 330: kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerSpec.scaleTargetRef:type_name -> kubernetes.IoK8sApiAutoscalingV1CrossVersionObjectReference + 757, // 331: kubernetes.IoK8sApiAutoscalingV1Scale.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 325, // 332: kubernetes.IoK8sApiAutoscalingV1Scale.spec:type_name -> kubernetes.IoK8sApiAutoscalingV1ScaleSpec + 326, // 333: kubernetes.IoK8sApiAutoscalingV1Scale.status:type_name -> kubernetes.IoK8sApiAutoscalingV1ScaleStatus + 343, // 334: kubernetes.IoK8sApiAutoscalingV2ContainerResourceMetricSource.target:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricTarget + 344, // 335: kubernetes.IoK8sApiAutoscalingV2ContainerResourceMetricStatus.current:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricValueStatus + 340, // 336: kubernetes.IoK8sApiAutoscalingV2ExternalMetricSource.metric:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricIdentifier + 343, // 337: kubernetes.IoK8sApiAutoscalingV2ExternalMetricSource.target:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricTarget + 344, // 338: kubernetes.IoK8sApiAutoscalingV2ExternalMetricStatus.current:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricValueStatus + 340, // 339: kubernetes.IoK8sApiAutoscalingV2ExternalMetricStatus.metric:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricIdentifier + 332, // 340: kubernetes.IoK8sApiAutoscalingV2HPAScalingRules.policies:type_name -> kubernetes.IoK8sApiAutoscalingV2HPAScalingPolicy + 757, // 341: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 338, // 342: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler.spec:type_name -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerSpec + 339, // 343: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler.status:type_name -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus + 333, // 344: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior.scaleDown:type_name -> kubernetes.IoK8sApiAutoscalingV2HPAScalingRules + 333, // 345: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior.scaleUp:type_name -> kubernetes.IoK8sApiAutoscalingV2HPAScalingRules + 334, // 346: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerList.items:type_name -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 755, // 347: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 335, // 348: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerSpec.behavior:type_name -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior + 341, // 349: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerSpec.metrics:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricSpec + 329, // 350: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerSpec.scaleTargetRef:type_name -> kubernetes.IoK8sApiAutoscalingV2CrossVersionObjectReference + 336, // 351: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus.conditions:type_name -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerCondition + 342, // 352: kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus.currentMetrics:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricStatus + 753, // 353: kubernetes.IoK8sApiAutoscalingV2MetricIdentifier.selector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 327, // 354: kubernetes.IoK8sApiAutoscalingV2MetricSpec.containerResource:type_name -> kubernetes.IoK8sApiAutoscalingV2ContainerResourceMetricSource + 330, // 355: kubernetes.IoK8sApiAutoscalingV2MetricSpec.external:type_name -> kubernetes.IoK8sApiAutoscalingV2ExternalMetricSource + 345, // 356: kubernetes.IoK8sApiAutoscalingV2MetricSpec.object:type_name -> kubernetes.IoK8sApiAutoscalingV2ObjectMetricSource + 347, // 357: kubernetes.IoK8sApiAutoscalingV2MetricSpec.pods:type_name -> kubernetes.IoK8sApiAutoscalingV2PodsMetricSource + 349, // 358: kubernetes.IoK8sApiAutoscalingV2MetricSpec.resource:type_name -> kubernetes.IoK8sApiAutoscalingV2ResourceMetricSource + 328, // 359: kubernetes.IoK8sApiAutoscalingV2MetricStatus.containerResource:type_name -> kubernetes.IoK8sApiAutoscalingV2ContainerResourceMetricStatus + 331, // 360: kubernetes.IoK8sApiAutoscalingV2MetricStatus.external:type_name -> kubernetes.IoK8sApiAutoscalingV2ExternalMetricStatus + 346, // 361: kubernetes.IoK8sApiAutoscalingV2MetricStatus.object:type_name -> kubernetes.IoK8sApiAutoscalingV2ObjectMetricStatus + 348, // 362: kubernetes.IoK8sApiAutoscalingV2MetricStatus.pods:type_name -> kubernetes.IoK8sApiAutoscalingV2PodsMetricStatus + 350, // 363: kubernetes.IoK8sApiAutoscalingV2MetricStatus.resource:type_name -> kubernetes.IoK8sApiAutoscalingV2ResourceMetricStatus + 329, // 364: kubernetes.IoK8sApiAutoscalingV2ObjectMetricSource.describedObject:type_name -> kubernetes.IoK8sApiAutoscalingV2CrossVersionObjectReference + 340, // 365: kubernetes.IoK8sApiAutoscalingV2ObjectMetricSource.metric:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricIdentifier + 343, // 366: kubernetes.IoK8sApiAutoscalingV2ObjectMetricSource.target:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricTarget + 344, // 367: kubernetes.IoK8sApiAutoscalingV2ObjectMetricStatus.current:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricValueStatus + 329, // 368: kubernetes.IoK8sApiAutoscalingV2ObjectMetricStatus.describedObject:type_name -> kubernetes.IoK8sApiAutoscalingV2CrossVersionObjectReference + 340, // 369: kubernetes.IoK8sApiAutoscalingV2ObjectMetricStatus.metric:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricIdentifier + 340, // 370: kubernetes.IoK8sApiAutoscalingV2PodsMetricSource.metric:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricIdentifier + 343, // 371: kubernetes.IoK8sApiAutoscalingV2PodsMetricSource.target:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricTarget + 344, // 372: kubernetes.IoK8sApiAutoscalingV2PodsMetricStatus.current:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricValueStatus + 340, // 373: kubernetes.IoK8sApiAutoscalingV2PodsMetricStatus.metric:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricIdentifier + 343, // 374: kubernetes.IoK8sApiAutoscalingV2ResourceMetricSource.target:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricTarget + 344, // 375: kubernetes.IoK8sApiAutoscalingV2ResourceMetricStatus.current:type_name -> kubernetes.IoK8sApiAutoscalingV2MetricValueStatus + 757, // 376: kubernetes.IoK8sApiBatchV1CronJob.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 353, // 377: kubernetes.IoK8sApiBatchV1CronJob.spec:type_name -> kubernetes.IoK8sApiBatchV1CronJobSpec + 354, // 378: kubernetes.IoK8sApiBatchV1CronJob.status:type_name -> kubernetes.IoK8sApiBatchV1CronJobStatus + 351, // 379: kubernetes.IoK8sApiBatchV1CronJobList.items:type_name -> kubernetes.IoK8sApiBatchV1CronJob + 755, // 380: kubernetes.IoK8sApiBatchV1CronJobList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 360, // 381: kubernetes.IoK8sApiBatchV1CronJobSpec.jobTemplate:type_name -> kubernetes.IoK8sApiBatchV1JobTemplateSpec + 479, // 382: kubernetes.IoK8sApiBatchV1CronJobStatus.active:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 757, // 383: kubernetes.IoK8sApiBatchV1Job.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 358, // 384: kubernetes.IoK8sApiBatchV1Job.spec:type_name -> kubernetes.IoK8sApiBatchV1JobSpec + 359, // 385: kubernetes.IoK8sApiBatchV1Job.status:type_name -> kubernetes.IoK8sApiBatchV1JobStatus + 355, // 386: kubernetes.IoK8sApiBatchV1JobList.items:type_name -> kubernetes.IoK8sApiBatchV1Job + 755, // 387: kubernetes.IoK8sApiBatchV1JobList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 361, // 388: kubernetes.IoK8sApiBatchV1JobSpec.podFailurePolicy:type_name -> kubernetes.IoK8sApiBatchV1PodFailurePolicy + 753, // 389: kubernetes.IoK8sApiBatchV1JobSpec.selector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 510, // 390: kubernetes.IoK8sApiBatchV1JobSpec.template:type_name -> kubernetes.IoK8sApiCoreV1PodTemplateSpec + 356, // 391: kubernetes.IoK8sApiBatchV1JobStatus.conditions:type_name -> kubernetes.IoK8sApiBatchV1JobCondition + 365, // 392: kubernetes.IoK8sApiBatchV1JobStatus.uncountedTerminatedPods:type_name -> kubernetes.IoK8sApiBatchV1UncountedTerminatedPods + 757, // 393: kubernetes.IoK8sApiBatchV1JobTemplateSpec.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 358, // 394: kubernetes.IoK8sApiBatchV1JobTemplateSpec.spec:type_name -> kubernetes.IoK8sApiBatchV1JobSpec + 364, // 395: kubernetes.IoK8sApiBatchV1PodFailurePolicy.rules:type_name -> kubernetes.IoK8sApiBatchV1PodFailurePolicyRule + 362, // 396: kubernetes.IoK8sApiBatchV1PodFailurePolicyRule.onExitCodes:type_name -> kubernetes.IoK8sApiBatchV1PodFailurePolicyOnExitCodesRequirement + 363, // 397: kubernetes.IoK8sApiBatchV1PodFailurePolicyRule.onPodConditions:type_name -> kubernetes.IoK8sApiBatchV1PodFailurePolicyOnPodConditionsPattern + 757, // 398: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 369, // 399: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest.spec:type_name -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestSpec + 370, // 400: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest.status:type_name -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestStatus + 366, // 401: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestList.items:type_name -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 755, // 402: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 1321, // 403: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestSpec.extra:type_name -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestSpec.ExtraEntry + 367, // 404: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestStatus.conditions:type_name -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestCondition + 757, // 405: kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 373, // 406: kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle.spec:type_name -> kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundleSpec + 371, // 407: kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundleList.items:type_name -> kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle + 755, // 408: kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundleList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 757, // 409: kubernetes.IoK8sApiCoordinationV1Lease.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 376, // 410: kubernetes.IoK8sApiCoordinationV1Lease.spec:type_name -> kubernetes.IoK8sApiCoordinationV1LeaseSpec + 374, // 411: kubernetes.IoK8sApiCoordinationV1LeaseList.items:type_name -> kubernetes.IoK8sApiCoordinationV1Lease + 755, // 412: kubernetes.IoK8sApiCoordinationV1LeaseList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 466, // 413: kubernetes.IoK8sApiCoreV1Affinity.nodeAffinity:type_name -> kubernetes.IoK8sApiCoreV1NodeAffinity + 493, // 414: kubernetes.IoK8sApiCoreV1Affinity.podAffinity:type_name -> kubernetes.IoK8sApiCoreV1PodAffinity + 495, // 415: kubernetes.IoK8sApiCoreV1Affinity.podAntiAffinity:type_name -> kubernetes.IoK8sApiCoreV1PodAntiAffinity + 757, // 416: kubernetes.IoK8sApiCoreV1Binding.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 479, // 417: kubernetes.IoK8sApiCoreV1Binding.target:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 542, // 418: kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource.controllerExpandSecretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 542, // 419: kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource.controllerPublishSecretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 542, // 420: kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource.nodeExpandSecretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 542, // 421: kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource.nodePublishSecretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 542, // 422: kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource.nodeStageSecretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 1322, // 423: kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource.volumeAttributes:type_name -> kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource.VolumeAttributesEntry + 456, // 424: kubernetes.IoK8sApiCoreV1CSIVolumeSource.nodePublishSecretRef:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 1323, // 425: kubernetes.IoK8sApiCoreV1CSIVolumeSource.volumeAttributes:type_name -> kubernetes.IoK8sApiCoreV1CSIVolumeSource.VolumeAttributesEntry + 542, // 426: kubernetes.IoK8sApiCoreV1CephFSPersistentVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 456, // 427: kubernetes.IoK8sApiCoreV1CephFSVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 542, // 428: kubernetes.IoK8sApiCoreV1CinderPersistentVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 456, // 429: kubernetes.IoK8sApiCoreV1CinderVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 393, // 430: kubernetes.IoK8sApiCoreV1ComponentStatus.conditions:type_name -> kubernetes.IoK8sApiCoreV1ComponentCondition + 757, // 431: kubernetes.IoK8sApiCoreV1ComponentStatus.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 394, // 432: kubernetes.IoK8sApiCoreV1ComponentStatusList.items:type_name -> kubernetes.IoK8sApiCoreV1ComponentStatus + 755, // 433: kubernetes.IoK8sApiCoreV1ComponentStatusList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 1324, // 434: kubernetes.IoK8sApiCoreV1ConfigMap.binaryData:type_name -> kubernetes.IoK8sApiCoreV1ConfigMap.BinaryDataEntry + 1325, // 435: kubernetes.IoK8sApiCoreV1ConfigMap.data:type_name -> kubernetes.IoK8sApiCoreV1ConfigMap.DataEntry + 757, // 436: kubernetes.IoK8sApiCoreV1ConfigMap.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 396, // 437: kubernetes.IoK8sApiCoreV1ConfigMapList.items:type_name -> kubernetes.IoK8sApiCoreV1ConfigMap + 755, // 438: kubernetes.IoK8sApiCoreV1ConfigMapList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 447, // 439: kubernetes.IoK8sApiCoreV1ConfigMapProjection.items:type_name -> kubernetes.IoK8sApiCoreV1KeyToPath + 447, // 440: kubernetes.IoK8sApiCoreV1ConfigMapVolumeSource.items:type_name -> kubernetes.IoK8sApiCoreV1KeyToPath + 423, // 441: kubernetes.IoK8sApiCoreV1Container.env:type_name -> kubernetes.IoK8sApiCoreV1EnvVar + 422, // 442: kubernetes.IoK8sApiCoreV1Container.envFrom:type_name -> kubernetes.IoK8sApiCoreV1EnvFromSource + 448, // 443: kubernetes.IoK8sApiCoreV1Container.lifecycle:type_name -> kubernetes.IoK8sApiCoreV1Lifecycle + 514, // 444: kubernetes.IoK8sApiCoreV1Container.livenessProbe:type_name -> kubernetes.IoK8sApiCoreV1Probe + 405, // 445: kubernetes.IoK8sApiCoreV1Container.ports:type_name -> kubernetes.IoK8sApiCoreV1ContainerPort + 514, // 446: kubernetes.IoK8sApiCoreV1Container.readinessProbe:type_name -> kubernetes.IoK8sApiCoreV1Probe + 406, // 447: kubernetes.IoK8sApiCoreV1Container.resizePolicy:type_name -> kubernetes.IoK8sApiCoreV1ContainerResizePolicy + 530, // 448: kubernetes.IoK8sApiCoreV1Container.resources:type_name -> kubernetes.IoK8sApiCoreV1ResourceRequirements + 544, // 449: kubernetes.IoK8sApiCoreV1Container.securityContext:type_name -> kubernetes.IoK8sApiCoreV1SecurityContext + 514, // 450: kubernetes.IoK8sApiCoreV1Container.startupProbe:type_name -> kubernetes.IoK8sApiCoreV1Probe + 566, // 451: kubernetes.IoK8sApiCoreV1Container.volumeDevices:type_name -> kubernetes.IoK8sApiCoreV1VolumeDevice + 567, // 452: kubernetes.IoK8sApiCoreV1Container.volumeMounts:type_name -> kubernetes.IoK8sApiCoreV1VolumeMount + 408, // 453: kubernetes.IoK8sApiCoreV1ContainerState.running:type_name -> kubernetes.IoK8sApiCoreV1ContainerStateRunning + 409, // 454: kubernetes.IoK8sApiCoreV1ContainerState.terminated:type_name -> kubernetes.IoK8sApiCoreV1ContainerStateTerminated + 410, // 455: kubernetes.IoK8sApiCoreV1ContainerState.waiting:type_name -> kubernetes.IoK8sApiCoreV1ContainerStateWaiting + 1326, // 456: kubernetes.IoK8sApiCoreV1ContainerStatus.allocatedResources:type_name -> kubernetes.IoK8sApiCoreV1ContainerStatus.AllocatedResourcesEntry + 407, // 457: kubernetes.IoK8sApiCoreV1ContainerStatus.lastState:type_name -> kubernetes.IoK8sApiCoreV1ContainerState + 530, // 458: kubernetes.IoK8sApiCoreV1ContainerStatus.resources:type_name -> kubernetes.IoK8sApiCoreV1ResourceRequirements + 407, // 459: kubernetes.IoK8sApiCoreV1ContainerStatus.state:type_name -> kubernetes.IoK8sApiCoreV1ContainerState + 414, // 460: kubernetes.IoK8sApiCoreV1DownwardAPIProjection.items:type_name -> kubernetes.IoK8sApiCoreV1DownwardAPIVolumeFile + 478, // 461: kubernetes.IoK8sApiCoreV1DownwardAPIVolumeFile.fieldRef:type_name -> kubernetes.IoK8sApiCoreV1ObjectFieldSelector + 525, // 462: kubernetes.IoK8sApiCoreV1DownwardAPIVolumeFile.resourceFieldRef:type_name -> kubernetes.IoK8sApiCoreV1ResourceFieldSelector + 414, // 463: kubernetes.IoK8sApiCoreV1DownwardAPIVolumeSource.items:type_name -> kubernetes.IoK8sApiCoreV1DownwardAPIVolumeFile + 479, // 464: kubernetes.IoK8sApiCoreV1EndpointAddress.targetRef:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 417, // 465: kubernetes.IoK8sApiCoreV1EndpointSubset.addresses:type_name -> kubernetes.IoK8sApiCoreV1EndpointAddress + 417, // 466: kubernetes.IoK8sApiCoreV1EndpointSubset.notReadyAddresses:type_name -> kubernetes.IoK8sApiCoreV1EndpointAddress + 418, // 467: kubernetes.IoK8sApiCoreV1EndpointSubset.ports:type_name -> kubernetes.IoK8sApiCoreV1EndpointPort + 757, // 468: kubernetes.IoK8sApiCoreV1Endpoints.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 419, // 469: kubernetes.IoK8sApiCoreV1Endpoints.subsets:type_name -> kubernetes.IoK8sApiCoreV1EndpointSubset + 420, // 470: kubernetes.IoK8sApiCoreV1EndpointsList.items:type_name -> kubernetes.IoK8sApiCoreV1Endpoints + 755, // 471: kubernetes.IoK8sApiCoreV1EndpointsList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 397, // 472: kubernetes.IoK8sApiCoreV1EnvFromSource.configMapRef:type_name -> kubernetes.IoK8sApiCoreV1ConfigMapEnvSource + 538, // 473: kubernetes.IoK8sApiCoreV1EnvFromSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretEnvSource + 424, // 474: kubernetes.IoK8sApiCoreV1EnvVar.valueFrom:type_name -> kubernetes.IoK8sApiCoreV1EnvVarSource + 398, // 475: kubernetes.IoK8sApiCoreV1EnvVarSource.configMapKeyRef:type_name -> kubernetes.IoK8sApiCoreV1ConfigMapKeySelector + 478, // 476: kubernetes.IoK8sApiCoreV1EnvVarSource.fieldRef:type_name -> kubernetes.IoK8sApiCoreV1ObjectFieldSelector + 525, // 477: kubernetes.IoK8sApiCoreV1EnvVarSource.resourceFieldRef:type_name -> kubernetes.IoK8sApiCoreV1ResourceFieldSelector + 539, // 478: kubernetes.IoK8sApiCoreV1EnvVarSource.secretKeyRef:type_name -> kubernetes.IoK8sApiCoreV1SecretKeySelector + 423, // 479: kubernetes.IoK8sApiCoreV1EphemeralContainer.env:type_name -> kubernetes.IoK8sApiCoreV1EnvVar + 422, // 480: kubernetes.IoK8sApiCoreV1EphemeralContainer.envFrom:type_name -> kubernetes.IoK8sApiCoreV1EnvFromSource + 448, // 481: kubernetes.IoK8sApiCoreV1EphemeralContainer.lifecycle:type_name -> kubernetes.IoK8sApiCoreV1Lifecycle + 514, // 482: kubernetes.IoK8sApiCoreV1EphemeralContainer.livenessProbe:type_name -> kubernetes.IoK8sApiCoreV1Probe + 405, // 483: kubernetes.IoK8sApiCoreV1EphemeralContainer.ports:type_name -> kubernetes.IoK8sApiCoreV1ContainerPort + 514, // 484: kubernetes.IoK8sApiCoreV1EphemeralContainer.readinessProbe:type_name -> kubernetes.IoK8sApiCoreV1Probe + 406, // 485: kubernetes.IoK8sApiCoreV1EphemeralContainer.resizePolicy:type_name -> kubernetes.IoK8sApiCoreV1ContainerResizePolicy + 530, // 486: kubernetes.IoK8sApiCoreV1EphemeralContainer.resources:type_name -> kubernetes.IoK8sApiCoreV1ResourceRequirements + 544, // 487: kubernetes.IoK8sApiCoreV1EphemeralContainer.securityContext:type_name -> kubernetes.IoK8sApiCoreV1SecurityContext + 514, // 488: kubernetes.IoK8sApiCoreV1EphemeralContainer.startupProbe:type_name -> kubernetes.IoK8sApiCoreV1Probe + 566, // 489: kubernetes.IoK8sApiCoreV1EphemeralContainer.volumeDevices:type_name -> kubernetes.IoK8sApiCoreV1VolumeDevice + 567, // 490: kubernetes.IoK8sApiCoreV1EphemeralContainer.volumeMounts:type_name -> kubernetes.IoK8sApiCoreV1VolumeMount + 486, // 491: kubernetes.IoK8sApiCoreV1EphemeralVolumeSource.volumeClaimTemplate:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimTemplate + 479, // 492: kubernetes.IoK8sApiCoreV1Event.involvedObject:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 757, // 493: kubernetes.IoK8sApiCoreV1Event.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 479, // 494: kubernetes.IoK8sApiCoreV1Event.related:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 429, // 495: kubernetes.IoK8sApiCoreV1Event.series:type_name -> kubernetes.IoK8sApiCoreV1EventSeries + 430, // 496: kubernetes.IoK8sApiCoreV1Event.source:type_name -> kubernetes.IoK8sApiCoreV1EventSource + 427, // 497: kubernetes.IoK8sApiCoreV1EventList.items:type_name -> kubernetes.IoK8sApiCoreV1Event + 755, // 498: kubernetes.IoK8sApiCoreV1EventList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 1327, // 499: kubernetes.IoK8sApiCoreV1FlexPersistentVolumeSource.options:type_name -> kubernetes.IoK8sApiCoreV1FlexPersistentVolumeSource.OptionsEntry + 542, // 500: kubernetes.IoK8sApiCoreV1FlexPersistentVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 1328, // 501: kubernetes.IoK8sApiCoreV1FlexVolumeSource.options:type_name -> kubernetes.IoK8sApiCoreV1FlexVolumeSource.OptionsEntry + 456, // 502: kubernetes.IoK8sApiCoreV1FlexVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 442, // 503: kubernetes.IoK8sApiCoreV1HTTPGetAction.httpHeaders:type_name -> kubernetes.IoK8sApiCoreV1HTTPHeader + 542, // 504: kubernetes.IoK8sApiCoreV1ISCSIPersistentVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 456, // 505: kubernetes.IoK8sApiCoreV1ISCSIVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 449, // 506: kubernetes.IoK8sApiCoreV1Lifecycle.postStart:type_name -> kubernetes.IoK8sApiCoreV1LifecycleHandler + 449, // 507: kubernetes.IoK8sApiCoreV1Lifecycle.preStop:type_name -> kubernetes.IoK8sApiCoreV1LifecycleHandler + 431, // 508: kubernetes.IoK8sApiCoreV1LifecycleHandler.exec:type_name -> kubernetes.IoK8sApiCoreV1ExecAction + 441, // 509: kubernetes.IoK8sApiCoreV1LifecycleHandler.httpGet:type_name -> kubernetes.IoK8sApiCoreV1HTTPGetAction + 557, // 510: kubernetes.IoK8sApiCoreV1LifecycleHandler.tcpSocket:type_name -> kubernetes.IoK8sApiCoreV1TCPSocketAction + 757, // 511: kubernetes.IoK8sApiCoreV1LimitRange.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 453, // 512: kubernetes.IoK8sApiCoreV1LimitRange.spec:type_name -> kubernetes.IoK8sApiCoreV1LimitRangeSpec + 1329, // 513: kubernetes.IoK8sApiCoreV1LimitRangeItem.default:type_name -> kubernetes.IoK8sApiCoreV1LimitRangeItem.DefaultEntry + 1330, // 514: kubernetes.IoK8sApiCoreV1LimitRangeItem.defaultRequest:type_name -> kubernetes.IoK8sApiCoreV1LimitRangeItem.DefaultRequestEntry + 1331, // 515: kubernetes.IoK8sApiCoreV1LimitRangeItem.max:type_name -> kubernetes.IoK8sApiCoreV1LimitRangeItem.MaxEntry + 1332, // 516: kubernetes.IoK8sApiCoreV1LimitRangeItem.maxLimitRequestRatio:type_name -> kubernetes.IoK8sApiCoreV1LimitRangeItem.MaxLimitRequestRatioEntry + 1333, // 517: kubernetes.IoK8sApiCoreV1LimitRangeItem.min:type_name -> kubernetes.IoK8sApiCoreV1LimitRangeItem.MinEntry + 450, // 518: kubernetes.IoK8sApiCoreV1LimitRangeList.items:type_name -> kubernetes.IoK8sApiCoreV1LimitRange + 755, // 519: kubernetes.IoK8sApiCoreV1LimitRangeList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 451, // 520: kubernetes.IoK8sApiCoreV1LimitRangeSpec.limits:type_name -> kubernetes.IoK8sApiCoreV1LimitRangeItem + 511, // 521: kubernetes.IoK8sApiCoreV1LoadBalancerIngress.ports:type_name -> kubernetes.IoK8sApiCoreV1PortStatus + 454, // 522: kubernetes.IoK8sApiCoreV1LoadBalancerStatus.ingress:type_name -> kubernetes.IoK8sApiCoreV1LoadBalancerIngress + 757, // 523: kubernetes.IoK8sApiCoreV1Namespace.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 462, // 524: kubernetes.IoK8sApiCoreV1Namespace.spec:type_name -> kubernetes.IoK8sApiCoreV1NamespaceSpec + 463, // 525: kubernetes.IoK8sApiCoreV1Namespace.status:type_name -> kubernetes.IoK8sApiCoreV1NamespaceStatus + 459, // 526: kubernetes.IoK8sApiCoreV1NamespaceList.items:type_name -> kubernetes.IoK8sApiCoreV1Namespace + 755, // 527: kubernetes.IoK8sApiCoreV1NamespaceList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 460, // 528: kubernetes.IoK8sApiCoreV1NamespaceStatus.conditions:type_name -> kubernetes.IoK8sApiCoreV1NamespaceCondition + 757, // 529: kubernetes.IoK8sApiCoreV1Node.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 475, // 530: kubernetes.IoK8sApiCoreV1Node.spec:type_name -> kubernetes.IoK8sApiCoreV1NodeSpec + 476, // 531: kubernetes.IoK8sApiCoreV1Node.status:type_name -> kubernetes.IoK8sApiCoreV1NodeStatus + 513, // 532: kubernetes.IoK8sApiCoreV1NodeAffinity.preferredDuringSchedulingIgnoredDuringExecution:type_name -> kubernetes.IoK8sApiCoreV1PreferredSchedulingTerm + 472, // 533: kubernetes.IoK8sApiCoreV1NodeAffinity.requiredDuringSchedulingIgnoredDuringExecution:type_name -> kubernetes.IoK8sApiCoreV1NodeSelector + 400, // 534: kubernetes.IoK8sApiCoreV1NodeConfigSource.configMap:type_name -> kubernetes.IoK8sApiCoreV1ConfigMapNodeConfigSource + 468, // 535: kubernetes.IoK8sApiCoreV1NodeConfigStatus.active:type_name -> kubernetes.IoK8sApiCoreV1NodeConfigSource + 468, // 536: kubernetes.IoK8sApiCoreV1NodeConfigStatus.assigned:type_name -> kubernetes.IoK8sApiCoreV1NodeConfigSource + 468, // 537: kubernetes.IoK8sApiCoreV1NodeConfigStatus.lastKnownGood:type_name -> kubernetes.IoK8sApiCoreV1NodeConfigSource + 412, // 538: kubernetes.IoK8sApiCoreV1NodeDaemonEndpoints.kubeletEndpoint:type_name -> kubernetes.IoK8sApiCoreV1DaemonEndpoint + 464, // 539: kubernetes.IoK8sApiCoreV1NodeList.items:type_name -> kubernetes.IoK8sApiCoreV1Node + 755, // 540: kubernetes.IoK8sApiCoreV1NodeList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 474, // 541: kubernetes.IoK8sApiCoreV1NodeSelector.nodeSelectorTerms:type_name -> kubernetes.IoK8sApiCoreV1NodeSelectorTerm + 473, // 542: kubernetes.IoK8sApiCoreV1NodeSelectorTerm.matchExpressions:type_name -> kubernetes.IoK8sApiCoreV1NodeSelectorRequirement + 473, // 543: kubernetes.IoK8sApiCoreV1NodeSelectorTerm.matchFields:type_name -> kubernetes.IoK8sApiCoreV1NodeSelectorRequirement + 468, // 544: kubernetes.IoK8sApiCoreV1NodeSpec.configSource:type_name -> kubernetes.IoK8sApiCoreV1NodeConfigSource + 558, // 545: kubernetes.IoK8sApiCoreV1NodeSpec.taints:type_name -> kubernetes.IoK8sApiCoreV1Taint + 465, // 546: kubernetes.IoK8sApiCoreV1NodeStatus.addresses:type_name -> kubernetes.IoK8sApiCoreV1NodeAddress + 1334, // 547: kubernetes.IoK8sApiCoreV1NodeStatus.allocatable:type_name -> kubernetes.IoK8sApiCoreV1NodeStatus.AllocatableEntry + 1335, // 548: kubernetes.IoK8sApiCoreV1NodeStatus.capacity:type_name -> kubernetes.IoK8sApiCoreV1NodeStatus.CapacityEntry + 467, // 549: kubernetes.IoK8sApiCoreV1NodeStatus.conditions:type_name -> kubernetes.IoK8sApiCoreV1NodeCondition + 469, // 550: kubernetes.IoK8sApiCoreV1NodeStatus.config:type_name -> kubernetes.IoK8sApiCoreV1NodeConfigStatus + 470, // 551: kubernetes.IoK8sApiCoreV1NodeStatus.daemonEndpoints:type_name -> kubernetes.IoK8sApiCoreV1NodeDaemonEndpoints + 404, // 552: kubernetes.IoK8sApiCoreV1NodeStatus.images:type_name -> kubernetes.IoK8sApiCoreV1ContainerImage + 477, // 553: kubernetes.IoK8sApiCoreV1NodeStatus.nodeInfo:type_name -> kubernetes.IoK8sApiCoreV1NodeSystemInfo + 379, // 554: kubernetes.IoK8sApiCoreV1NodeStatus.volumesAttached:type_name -> kubernetes.IoK8sApiCoreV1AttachedVolume + 757, // 555: kubernetes.IoK8sApiCoreV1PersistentVolume.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 489, // 556: kubernetes.IoK8sApiCoreV1PersistentVolume.spec:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeSpec + 490, // 557: kubernetes.IoK8sApiCoreV1PersistentVolume.status:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeStatus + 757, // 558: kubernetes.IoK8sApiCoreV1PersistentVolumeClaim.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 484, // 559: kubernetes.IoK8sApiCoreV1PersistentVolumeClaim.spec:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimSpec + 485, // 560: kubernetes.IoK8sApiCoreV1PersistentVolumeClaim.status:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimStatus + 481, // 561: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimList.items:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 755, // 562: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 563, // 563: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimSpec.dataSource:type_name -> kubernetes.IoK8sApiCoreV1TypedLocalObjectReference + 564, // 564: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimSpec.dataSourceRef:type_name -> kubernetes.IoK8sApiCoreV1TypedObjectReference + 530, // 565: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimSpec.resources:type_name -> kubernetes.IoK8sApiCoreV1ResourceRequirements + 753, // 566: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimSpec.selector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 1336, // 567: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimStatus.allocatedResources:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimStatus.AllocatedResourcesEntry + 1337, // 568: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimStatus.capacity:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimStatus.CapacityEntry + 482, // 569: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimStatus.conditions:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimCondition + 757, // 570: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimTemplate.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 484, // 571: kubernetes.IoK8sApiCoreV1PersistentVolumeClaimTemplate.spec:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimSpec + 480, // 572: kubernetes.IoK8sApiCoreV1PersistentVolumeList.items:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolume + 755, // 573: kubernetes.IoK8sApiCoreV1PersistentVolumeList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 377, // 574: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.awsElasticBlockStore:type_name -> kubernetes.IoK8sApiCoreV1AWSElasticBlockStoreVolumeSource + 380, // 575: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.azureDisk:type_name -> kubernetes.IoK8sApiCoreV1AzureDiskVolumeSource + 381, // 576: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.azureFile:type_name -> kubernetes.IoK8sApiCoreV1AzureFilePersistentVolumeSource + 1338, // 577: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.capacity:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.CapacityEntry + 387, // 578: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.cephfs:type_name -> kubernetes.IoK8sApiCoreV1CephFSPersistentVolumeSource + 389, // 579: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.cinder:type_name -> kubernetes.IoK8sApiCoreV1CinderPersistentVolumeSource + 479, // 580: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.claimRef:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 384, // 581: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.csi:type_name -> kubernetes.IoK8sApiCoreV1CSIPersistentVolumeSource + 432, // 582: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.fc:type_name -> kubernetes.IoK8sApiCoreV1FCVolumeSource + 433, // 583: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.flexVolume:type_name -> kubernetes.IoK8sApiCoreV1FlexPersistentVolumeSource + 435, // 584: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.flocker:type_name -> kubernetes.IoK8sApiCoreV1FlockerVolumeSource + 436, // 585: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.gcePersistentDisk:type_name -> kubernetes.IoK8sApiCoreV1GCEPersistentDiskVolumeSource + 439, // 586: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.glusterfs:type_name -> kubernetes.IoK8sApiCoreV1GlusterfsPersistentVolumeSource + 444, // 587: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.hostPath:type_name -> kubernetes.IoK8sApiCoreV1HostPathVolumeSource + 445, // 588: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.iscsi:type_name -> kubernetes.IoK8sApiCoreV1ISCSIPersistentVolumeSource + 457, // 589: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.local:type_name -> kubernetes.IoK8sApiCoreV1LocalVolumeSource + 458, // 590: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.nfs:type_name -> kubernetes.IoK8sApiCoreV1NFSVolumeSource + 568, // 591: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.nodeAffinity:type_name -> kubernetes.IoK8sApiCoreV1VolumeNodeAffinity + 491, // 592: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.photonPersistentDisk:type_name -> kubernetes.IoK8sApiCoreV1PhotonPersistentDiskVolumeSource + 512, // 593: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.portworxVolume:type_name -> kubernetes.IoK8sApiCoreV1PortworxVolumeSource + 516, // 594: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.quobyte:type_name -> kubernetes.IoK8sApiCoreV1QuobyteVolumeSource + 517, // 595: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.rbd:type_name -> kubernetes.IoK8sApiCoreV1RBDPersistentVolumeSource + 532, // 596: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.scaleIO:type_name -> kubernetes.IoK8sApiCoreV1ScaleIOPersistentVolumeSource + 554, // 597: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.storageos:type_name -> kubernetes.IoK8sApiCoreV1StorageOSPersistentVolumeSource + 570, // 598: kubernetes.IoK8sApiCoreV1PersistentVolumeSpec.vsphereVolume:type_name -> kubernetes.IoK8sApiCoreV1VsphereVirtualDiskVolumeSource + 757, // 599: kubernetes.IoK8sApiCoreV1Pod.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 506, // 600: kubernetes.IoK8sApiCoreV1Pod.spec:type_name -> kubernetes.IoK8sApiCoreV1PodSpec + 507, // 601: kubernetes.IoK8sApiCoreV1Pod.status:type_name -> kubernetes.IoK8sApiCoreV1PodStatus + 571, // 602: kubernetes.IoK8sApiCoreV1PodAffinity.preferredDuringSchedulingIgnoredDuringExecution:type_name -> kubernetes.IoK8sApiCoreV1WeightedPodAffinityTerm + 494, // 603: kubernetes.IoK8sApiCoreV1PodAffinity.requiredDuringSchedulingIgnoredDuringExecution:type_name -> kubernetes.IoK8sApiCoreV1PodAffinityTerm + 753, // 604: kubernetes.IoK8sApiCoreV1PodAffinityTerm.labelSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 753, // 605: kubernetes.IoK8sApiCoreV1PodAffinityTerm.namespaceSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 571, // 606: kubernetes.IoK8sApiCoreV1PodAntiAffinity.preferredDuringSchedulingIgnoredDuringExecution:type_name -> kubernetes.IoK8sApiCoreV1WeightedPodAffinityTerm + 494, // 607: kubernetes.IoK8sApiCoreV1PodAntiAffinity.requiredDuringSchedulingIgnoredDuringExecution:type_name -> kubernetes.IoK8sApiCoreV1PodAffinityTerm + 498, // 608: kubernetes.IoK8sApiCoreV1PodDNSConfig.options:type_name -> kubernetes.IoK8sApiCoreV1PodDNSConfigOption + 492, // 609: kubernetes.IoK8sApiCoreV1PodList.items:type_name -> kubernetes.IoK8sApiCoreV1Pod + 755, // 610: kubernetes.IoK8sApiCoreV1PodList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 391, // 611: kubernetes.IoK8sApiCoreV1PodResourceClaim.source:type_name -> kubernetes.IoK8sApiCoreV1ClaimSource + 531, // 612: kubernetes.IoK8sApiCoreV1PodSecurityContext.seLinuxOptions:type_name -> kubernetes.IoK8sApiCoreV1SELinuxOptions + 536, // 613: kubernetes.IoK8sApiCoreV1PodSecurityContext.seccompProfile:type_name -> kubernetes.IoK8sApiCoreV1SeccompProfile + 556, // 614: kubernetes.IoK8sApiCoreV1PodSecurityContext.sysctls:type_name -> kubernetes.IoK8sApiCoreV1Sysctl + 572, // 615: kubernetes.IoK8sApiCoreV1PodSecurityContext.windowsOptions:type_name -> kubernetes.IoK8sApiCoreV1WindowsSecurityContextOptions + 378, // 616: kubernetes.IoK8sApiCoreV1PodSpec.affinity:type_name -> kubernetes.IoK8sApiCoreV1Affinity + 403, // 617: kubernetes.IoK8sApiCoreV1PodSpec.containers:type_name -> kubernetes.IoK8sApiCoreV1Container + 497, // 618: kubernetes.IoK8sApiCoreV1PodSpec.dnsConfig:type_name -> kubernetes.IoK8sApiCoreV1PodDNSConfig + 425, // 619: kubernetes.IoK8sApiCoreV1PodSpec.ephemeralContainers:type_name -> kubernetes.IoK8sApiCoreV1EphemeralContainer + 443, // 620: kubernetes.IoK8sApiCoreV1PodSpec.hostAliases:type_name -> kubernetes.IoK8sApiCoreV1HostAlias + 456, // 621: kubernetes.IoK8sApiCoreV1PodSpec.imagePullSecrets:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 403, // 622: kubernetes.IoK8sApiCoreV1PodSpec.initContainers:type_name -> kubernetes.IoK8sApiCoreV1Container + 1339, // 623: kubernetes.IoK8sApiCoreV1PodSpec.nodeSelector:type_name -> kubernetes.IoK8sApiCoreV1PodSpec.NodeSelectorEntry + 501, // 624: kubernetes.IoK8sApiCoreV1PodSpec.os:type_name -> kubernetes.IoK8sApiCoreV1PodOS + 1340, // 625: kubernetes.IoK8sApiCoreV1PodSpec.overhead:type_name -> kubernetes.IoK8sApiCoreV1PodSpec.OverheadEntry + 502, // 626: kubernetes.IoK8sApiCoreV1PodSpec.readinessGates:type_name -> kubernetes.IoK8sApiCoreV1PodReadinessGate + 503, // 627: kubernetes.IoK8sApiCoreV1PodSpec.resourceClaims:type_name -> kubernetes.IoK8sApiCoreV1PodResourceClaim + 504, // 628: kubernetes.IoK8sApiCoreV1PodSpec.schedulingGates:type_name -> kubernetes.IoK8sApiCoreV1PodSchedulingGate + 505, // 629: kubernetes.IoK8sApiCoreV1PodSpec.securityContext:type_name -> kubernetes.IoK8sApiCoreV1PodSecurityContext + 559, // 630: kubernetes.IoK8sApiCoreV1PodSpec.tolerations:type_name -> kubernetes.IoK8sApiCoreV1Toleration + 562, // 631: kubernetes.IoK8sApiCoreV1PodSpec.topologySpreadConstraints:type_name -> kubernetes.IoK8sApiCoreV1TopologySpreadConstraint + 565, // 632: kubernetes.IoK8sApiCoreV1PodSpec.volumes:type_name -> kubernetes.IoK8sApiCoreV1Volume + 496, // 633: kubernetes.IoK8sApiCoreV1PodStatus.conditions:type_name -> kubernetes.IoK8sApiCoreV1PodCondition + 411, // 634: kubernetes.IoK8sApiCoreV1PodStatus.containerStatuses:type_name -> kubernetes.IoK8sApiCoreV1ContainerStatus + 411, // 635: kubernetes.IoK8sApiCoreV1PodStatus.ephemeralContainerStatuses:type_name -> kubernetes.IoK8sApiCoreV1ContainerStatus + 411, // 636: kubernetes.IoK8sApiCoreV1PodStatus.initContainerStatuses:type_name -> kubernetes.IoK8sApiCoreV1ContainerStatus + 499, // 637: kubernetes.IoK8sApiCoreV1PodStatus.podIPs:type_name -> kubernetes.IoK8sApiCoreV1PodIP + 757, // 638: kubernetes.IoK8sApiCoreV1PodTemplate.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 510, // 639: kubernetes.IoK8sApiCoreV1PodTemplate.template:type_name -> kubernetes.IoK8sApiCoreV1PodTemplateSpec + 508, // 640: kubernetes.IoK8sApiCoreV1PodTemplateList.items:type_name -> kubernetes.IoK8sApiCoreV1PodTemplate + 755, // 641: kubernetes.IoK8sApiCoreV1PodTemplateList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 757, // 642: kubernetes.IoK8sApiCoreV1PodTemplateSpec.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 506, // 643: kubernetes.IoK8sApiCoreV1PodTemplateSpec.spec:type_name -> kubernetes.IoK8sApiCoreV1PodSpec + 474, // 644: kubernetes.IoK8sApiCoreV1PreferredSchedulingTerm.preference:type_name -> kubernetes.IoK8sApiCoreV1NodeSelectorTerm + 431, // 645: kubernetes.IoK8sApiCoreV1Probe.exec:type_name -> kubernetes.IoK8sApiCoreV1ExecAction + 437, // 646: kubernetes.IoK8sApiCoreV1Probe.grpc:type_name -> kubernetes.IoK8sApiCoreV1GRPCAction + 441, // 647: kubernetes.IoK8sApiCoreV1Probe.httpGet:type_name -> kubernetes.IoK8sApiCoreV1HTTPGetAction + 557, // 648: kubernetes.IoK8sApiCoreV1Probe.tcpSocket:type_name -> kubernetes.IoK8sApiCoreV1TCPSocketAction + 569, // 649: kubernetes.IoK8sApiCoreV1ProjectedVolumeSource.sources:type_name -> kubernetes.IoK8sApiCoreV1VolumeProjection + 542, // 650: kubernetes.IoK8sApiCoreV1RBDPersistentVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 456, // 651: kubernetes.IoK8sApiCoreV1RBDVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 757, // 652: kubernetes.IoK8sApiCoreV1ReplicationController.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 522, // 653: kubernetes.IoK8sApiCoreV1ReplicationController.spec:type_name -> kubernetes.IoK8sApiCoreV1ReplicationControllerSpec + 523, // 654: kubernetes.IoK8sApiCoreV1ReplicationController.status:type_name -> kubernetes.IoK8sApiCoreV1ReplicationControllerStatus + 519, // 655: kubernetes.IoK8sApiCoreV1ReplicationControllerList.items:type_name -> kubernetes.IoK8sApiCoreV1ReplicationController + 755, // 656: kubernetes.IoK8sApiCoreV1ReplicationControllerList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 1341, // 657: kubernetes.IoK8sApiCoreV1ReplicationControllerSpec.selector:type_name -> kubernetes.IoK8sApiCoreV1ReplicationControllerSpec.SelectorEntry + 510, // 658: kubernetes.IoK8sApiCoreV1ReplicationControllerSpec.template:type_name -> kubernetes.IoK8sApiCoreV1PodTemplateSpec + 520, // 659: kubernetes.IoK8sApiCoreV1ReplicationControllerStatus.conditions:type_name -> kubernetes.IoK8sApiCoreV1ReplicationControllerCondition + 757, // 660: kubernetes.IoK8sApiCoreV1ResourceQuota.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 528, // 661: kubernetes.IoK8sApiCoreV1ResourceQuota.spec:type_name -> kubernetes.IoK8sApiCoreV1ResourceQuotaSpec + 529, // 662: kubernetes.IoK8sApiCoreV1ResourceQuota.status:type_name -> kubernetes.IoK8sApiCoreV1ResourceQuotaStatus + 526, // 663: kubernetes.IoK8sApiCoreV1ResourceQuotaList.items:type_name -> kubernetes.IoK8sApiCoreV1ResourceQuota + 755, // 664: kubernetes.IoK8sApiCoreV1ResourceQuotaList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 1342, // 665: kubernetes.IoK8sApiCoreV1ResourceQuotaSpec.hard:type_name -> kubernetes.IoK8sApiCoreV1ResourceQuotaSpec.HardEntry + 534, // 666: kubernetes.IoK8sApiCoreV1ResourceQuotaSpec.scopeSelector:type_name -> kubernetes.IoK8sApiCoreV1ScopeSelector + 1343, // 667: kubernetes.IoK8sApiCoreV1ResourceQuotaStatus.hard:type_name -> kubernetes.IoK8sApiCoreV1ResourceQuotaStatus.HardEntry + 1344, // 668: kubernetes.IoK8sApiCoreV1ResourceQuotaStatus.used:type_name -> kubernetes.IoK8sApiCoreV1ResourceQuotaStatus.UsedEntry + 524, // 669: kubernetes.IoK8sApiCoreV1ResourceRequirements.claims:type_name -> kubernetes.IoK8sApiCoreV1ResourceClaim + 1345, // 670: kubernetes.IoK8sApiCoreV1ResourceRequirements.limits:type_name -> kubernetes.IoK8sApiCoreV1ResourceRequirements.LimitsEntry + 1346, // 671: kubernetes.IoK8sApiCoreV1ResourceRequirements.requests:type_name -> kubernetes.IoK8sApiCoreV1ResourceRequirements.RequestsEntry + 542, // 672: kubernetes.IoK8sApiCoreV1ScaleIOPersistentVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1SecretReference + 456, // 673: kubernetes.IoK8sApiCoreV1ScaleIOVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 535, // 674: kubernetes.IoK8sApiCoreV1ScopeSelector.matchExpressions:type_name -> kubernetes.IoK8sApiCoreV1ScopedResourceSelectorRequirement + 1347, // 675: kubernetes.IoK8sApiCoreV1Secret.data:type_name -> kubernetes.IoK8sApiCoreV1Secret.DataEntry + 757, // 676: kubernetes.IoK8sApiCoreV1Secret.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 1348, // 677: kubernetes.IoK8sApiCoreV1Secret.stringData:type_name -> kubernetes.IoK8sApiCoreV1Secret.StringDataEntry + 537, // 678: kubernetes.IoK8sApiCoreV1SecretList.items:type_name -> kubernetes.IoK8sApiCoreV1Secret + 755, // 679: kubernetes.IoK8sApiCoreV1SecretList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 447, // 680: kubernetes.IoK8sApiCoreV1SecretProjection.items:type_name -> kubernetes.IoK8sApiCoreV1KeyToPath + 447, // 681: kubernetes.IoK8sApiCoreV1SecretVolumeSource.items:type_name -> kubernetes.IoK8sApiCoreV1KeyToPath + 386, // 682: kubernetes.IoK8sApiCoreV1SecurityContext.capabilities:type_name -> kubernetes.IoK8sApiCoreV1Capabilities + 531, // 683: kubernetes.IoK8sApiCoreV1SecurityContext.seLinuxOptions:type_name -> kubernetes.IoK8sApiCoreV1SELinuxOptions + 536, // 684: kubernetes.IoK8sApiCoreV1SecurityContext.seccompProfile:type_name -> kubernetes.IoK8sApiCoreV1SeccompProfile + 572, // 685: kubernetes.IoK8sApiCoreV1SecurityContext.windowsOptions:type_name -> kubernetes.IoK8sApiCoreV1WindowsSecurityContextOptions + 757, // 686: kubernetes.IoK8sApiCoreV1Service.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 551, // 687: kubernetes.IoK8sApiCoreV1Service.spec:type_name -> kubernetes.IoK8sApiCoreV1ServiceSpec + 552, // 688: kubernetes.IoK8sApiCoreV1Service.status:type_name -> kubernetes.IoK8sApiCoreV1ServiceStatus + 456, // 689: kubernetes.IoK8sApiCoreV1ServiceAccount.imagePullSecrets:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 757, // 690: kubernetes.IoK8sApiCoreV1ServiceAccount.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 479, // 691: kubernetes.IoK8sApiCoreV1ServiceAccount.secrets:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 546, // 692: kubernetes.IoK8sApiCoreV1ServiceAccountList.items:type_name -> kubernetes.IoK8sApiCoreV1ServiceAccount + 755, // 693: kubernetes.IoK8sApiCoreV1ServiceAccountList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 545, // 694: kubernetes.IoK8sApiCoreV1ServiceList.items:type_name -> kubernetes.IoK8sApiCoreV1Service + 755, // 695: kubernetes.IoK8sApiCoreV1ServiceList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 550, // 696: kubernetes.IoK8sApiCoreV1ServiceSpec.ports:type_name -> kubernetes.IoK8sApiCoreV1ServicePort + 1349, // 697: kubernetes.IoK8sApiCoreV1ServiceSpec.selector:type_name -> kubernetes.IoK8sApiCoreV1ServiceSpec.SelectorEntry + 553, // 698: kubernetes.IoK8sApiCoreV1ServiceSpec.sessionAffinityConfig:type_name -> kubernetes.IoK8sApiCoreV1SessionAffinityConfig + 749, // 699: kubernetes.IoK8sApiCoreV1ServiceStatus.conditions:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Condition + 455, // 700: kubernetes.IoK8sApiCoreV1ServiceStatus.loadBalancer:type_name -> kubernetes.IoK8sApiCoreV1LoadBalancerStatus + 392, // 701: kubernetes.IoK8sApiCoreV1SessionAffinityConfig.clientIP:type_name -> kubernetes.IoK8sApiCoreV1ClientIPConfig + 479, // 702: kubernetes.IoK8sApiCoreV1StorageOSPersistentVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 456, // 703: kubernetes.IoK8sApiCoreV1StorageOSVolumeSource.secretRef:type_name -> kubernetes.IoK8sApiCoreV1LocalObjectReference + 560, // 704: kubernetes.IoK8sApiCoreV1TopologySelectorTerm.matchLabelExpressions:type_name -> kubernetes.IoK8sApiCoreV1TopologySelectorLabelRequirement + 753, // 705: kubernetes.IoK8sApiCoreV1TopologySpreadConstraint.labelSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 377, // 706: kubernetes.IoK8sApiCoreV1Volume.awsElasticBlockStore:type_name -> kubernetes.IoK8sApiCoreV1AWSElasticBlockStoreVolumeSource + 380, // 707: kubernetes.IoK8sApiCoreV1Volume.azureDisk:type_name -> kubernetes.IoK8sApiCoreV1AzureDiskVolumeSource + 382, // 708: kubernetes.IoK8sApiCoreV1Volume.azureFile:type_name -> kubernetes.IoK8sApiCoreV1AzureFileVolumeSource + 388, // 709: kubernetes.IoK8sApiCoreV1Volume.cephfs:type_name -> kubernetes.IoK8sApiCoreV1CephFSVolumeSource + 390, // 710: kubernetes.IoK8sApiCoreV1Volume.cinder:type_name -> kubernetes.IoK8sApiCoreV1CinderVolumeSource + 402, // 711: kubernetes.IoK8sApiCoreV1Volume.configMap:type_name -> kubernetes.IoK8sApiCoreV1ConfigMapVolumeSource + 385, // 712: kubernetes.IoK8sApiCoreV1Volume.csi:type_name -> kubernetes.IoK8sApiCoreV1CSIVolumeSource + 415, // 713: kubernetes.IoK8sApiCoreV1Volume.downwardAPI:type_name -> kubernetes.IoK8sApiCoreV1DownwardAPIVolumeSource + 416, // 714: kubernetes.IoK8sApiCoreV1Volume.emptyDir:type_name -> kubernetes.IoK8sApiCoreV1EmptyDirVolumeSource + 426, // 715: kubernetes.IoK8sApiCoreV1Volume.ephemeral:type_name -> kubernetes.IoK8sApiCoreV1EphemeralVolumeSource + 432, // 716: kubernetes.IoK8sApiCoreV1Volume.fc:type_name -> kubernetes.IoK8sApiCoreV1FCVolumeSource + 434, // 717: kubernetes.IoK8sApiCoreV1Volume.flexVolume:type_name -> kubernetes.IoK8sApiCoreV1FlexVolumeSource + 435, // 718: kubernetes.IoK8sApiCoreV1Volume.flocker:type_name -> kubernetes.IoK8sApiCoreV1FlockerVolumeSource + 436, // 719: kubernetes.IoK8sApiCoreV1Volume.gcePersistentDisk:type_name -> kubernetes.IoK8sApiCoreV1GCEPersistentDiskVolumeSource + 438, // 720: kubernetes.IoK8sApiCoreV1Volume.gitRepo:type_name -> kubernetes.IoK8sApiCoreV1GitRepoVolumeSource + 440, // 721: kubernetes.IoK8sApiCoreV1Volume.glusterfs:type_name -> kubernetes.IoK8sApiCoreV1GlusterfsVolumeSource + 444, // 722: kubernetes.IoK8sApiCoreV1Volume.hostPath:type_name -> kubernetes.IoK8sApiCoreV1HostPathVolumeSource + 446, // 723: kubernetes.IoK8sApiCoreV1Volume.iscsi:type_name -> kubernetes.IoK8sApiCoreV1ISCSIVolumeSource + 458, // 724: kubernetes.IoK8sApiCoreV1Volume.nfs:type_name -> kubernetes.IoK8sApiCoreV1NFSVolumeSource + 487, // 725: kubernetes.IoK8sApiCoreV1Volume.persistentVolumeClaim:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimVolumeSource + 491, // 726: kubernetes.IoK8sApiCoreV1Volume.photonPersistentDisk:type_name -> kubernetes.IoK8sApiCoreV1PhotonPersistentDiskVolumeSource + 512, // 727: kubernetes.IoK8sApiCoreV1Volume.portworxVolume:type_name -> kubernetes.IoK8sApiCoreV1PortworxVolumeSource + 515, // 728: kubernetes.IoK8sApiCoreV1Volume.projected:type_name -> kubernetes.IoK8sApiCoreV1ProjectedVolumeSource + 516, // 729: kubernetes.IoK8sApiCoreV1Volume.quobyte:type_name -> kubernetes.IoK8sApiCoreV1QuobyteVolumeSource + 518, // 730: kubernetes.IoK8sApiCoreV1Volume.rbd:type_name -> kubernetes.IoK8sApiCoreV1RBDVolumeSource + 533, // 731: kubernetes.IoK8sApiCoreV1Volume.scaleIO:type_name -> kubernetes.IoK8sApiCoreV1ScaleIOVolumeSource + 543, // 732: kubernetes.IoK8sApiCoreV1Volume.secret:type_name -> kubernetes.IoK8sApiCoreV1SecretVolumeSource + 555, // 733: kubernetes.IoK8sApiCoreV1Volume.storageos:type_name -> kubernetes.IoK8sApiCoreV1StorageOSVolumeSource + 570, // 734: kubernetes.IoK8sApiCoreV1Volume.vsphereVolume:type_name -> kubernetes.IoK8sApiCoreV1VsphereVirtualDiskVolumeSource + 472, // 735: kubernetes.IoK8sApiCoreV1VolumeNodeAffinity.required:type_name -> kubernetes.IoK8sApiCoreV1NodeSelector + 401, // 736: kubernetes.IoK8sApiCoreV1VolumeProjection.configMap:type_name -> kubernetes.IoK8sApiCoreV1ConfigMapProjection + 413, // 737: kubernetes.IoK8sApiCoreV1VolumeProjection.downwardAPI:type_name -> kubernetes.IoK8sApiCoreV1DownwardAPIProjection + 541, // 738: kubernetes.IoK8sApiCoreV1VolumeProjection.secret:type_name -> kubernetes.IoK8sApiCoreV1SecretProjection + 548, // 739: kubernetes.IoK8sApiCoreV1VolumeProjection.serviceAccountToken:type_name -> kubernetes.IoK8sApiCoreV1ServiceAccountTokenProjection + 494, // 740: kubernetes.IoK8sApiCoreV1WeightedPodAffinityTerm.podAffinityTerm:type_name -> kubernetes.IoK8sApiCoreV1PodAffinityTerm + 574, // 741: kubernetes.IoK8sApiDiscoveryV1Endpoint.conditions:type_name -> kubernetes.IoK8sApiDiscoveryV1EndpointConditions + 1350, // 742: kubernetes.IoK8sApiDiscoveryV1Endpoint.deprecatedTopology:type_name -> kubernetes.IoK8sApiDiscoveryV1Endpoint.DeprecatedTopologyEntry + 575, // 743: kubernetes.IoK8sApiDiscoveryV1Endpoint.hints:type_name -> kubernetes.IoK8sApiDiscoveryV1EndpointHints + 479, // 744: kubernetes.IoK8sApiDiscoveryV1Endpoint.targetRef:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 579, // 745: kubernetes.IoK8sApiDiscoveryV1EndpointHints.forZones:type_name -> kubernetes.IoK8sApiDiscoveryV1ForZone + 573, // 746: kubernetes.IoK8sApiDiscoveryV1EndpointSlice.endpoints:type_name -> kubernetes.IoK8sApiDiscoveryV1Endpoint + 757, // 747: kubernetes.IoK8sApiDiscoveryV1EndpointSlice.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 576, // 748: kubernetes.IoK8sApiDiscoveryV1EndpointSlice.ports:type_name -> kubernetes.IoK8sApiDiscoveryV1EndpointPort + 577, // 749: kubernetes.IoK8sApiDiscoveryV1EndpointSliceList.items:type_name -> kubernetes.IoK8sApiDiscoveryV1EndpointSlice + 755, // 750: kubernetes.IoK8sApiDiscoveryV1EndpointSliceList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 430, // 751: kubernetes.IoK8sApiEventsV1Event.deprecatedSource:type_name -> kubernetes.IoK8sApiCoreV1EventSource + 757, // 752: kubernetes.IoK8sApiEventsV1Event.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 479, // 753: kubernetes.IoK8sApiEventsV1Event.regarding:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 479, // 754: kubernetes.IoK8sApiEventsV1Event.related:type_name -> kubernetes.IoK8sApiCoreV1ObjectReference + 582, // 755: kubernetes.IoK8sApiEventsV1Event.series:type_name -> kubernetes.IoK8sApiEventsV1EventSeries + 580, // 756: kubernetes.IoK8sApiEventsV1EventList.items:type_name -> kubernetes.IoK8sApiEventsV1Event + 755, // 757: kubernetes.IoK8sApiEventsV1EventList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 757, // 758: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 587, // 759: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema.spec:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaSpec + 588, // 760: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema.status:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaStatus + 584, // 761: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaList.items:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 755, // 762: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 583, // 763: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaSpec.distinguisherMethod:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod + 597, // 764: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaSpec.priorityLevelConfiguration:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationReference + 593, // 765: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaSpec.rules:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects + 585, // 766: kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaStatus.conditions:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaCondition + 600, // 767: kubernetes.IoK8sApiFlowcontrolV1beta2LimitResponse.queuing:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2QueuingConfiguration + 590, // 768: kubernetes.IoK8sApiFlowcontrolV1beta2LimitedPriorityLevelConfiguration.limitResponse:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2LimitResponse + 592, // 769: kubernetes.IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects.nonResourceRules:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2NonResourcePolicyRule + 601, // 770: kubernetes.IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects.resourceRules:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2ResourcePolicyRule + 603, // 771: kubernetes.IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects.subjects:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2Subject + 757, // 772: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 598, // 773: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration.spec:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationSpec + 599, // 774: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration.status:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationStatus + 594, // 775: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationList.items:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 755, // 776: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 591, // 777: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationSpec.limited:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2LimitedPriorityLevelConfiguration + 595, // 778: kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationStatus.conditions:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationCondition + 589, // 779: kubernetes.IoK8sApiFlowcontrolV1beta2Subject.group:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2GroupSubject + 602, // 780: kubernetes.IoK8sApiFlowcontrolV1beta2Subject.serviceAccount:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2ServiceAccountSubject + 604, // 781: kubernetes.IoK8sApiFlowcontrolV1beta2Subject.user:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2UserSubject + 757, // 782: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 609, // 783: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema.spec:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaSpec + 610, // 784: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema.status:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaStatus + 606, // 785: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaList.items:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 755, // 786: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 605, // 787: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaSpec.distinguisherMethod:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowDistinguisherMethod + 619, // 788: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaSpec.priorityLevelConfiguration:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationReference + 615, // 789: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaSpec.rules:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3PolicyRulesWithSubjects + 607, // 790: kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaStatus.conditions:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaCondition + 622, // 791: kubernetes.IoK8sApiFlowcontrolV1beta3LimitResponse.queuing:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3QueuingConfiguration + 612, // 792: kubernetes.IoK8sApiFlowcontrolV1beta3LimitedPriorityLevelConfiguration.limitResponse:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3LimitResponse + 614, // 793: kubernetes.IoK8sApiFlowcontrolV1beta3PolicyRulesWithSubjects.nonResourceRules:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3NonResourcePolicyRule + 623, // 794: kubernetes.IoK8sApiFlowcontrolV1beta3PolicyRulesWithSubjects.resourceRules:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3ResourcePolicyRule + 625, // 795: kubernetes.IoK8sApiFlowcontrolV1beta3PolicyRulesWithSubjects.subjects:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3Subject + 757, // 796: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 620, // 797: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration.spec:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationSpec + 621, // 798: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration.status:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationStatus + 616, // 799: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationList.items:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 755, // 800: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 613, // 801: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationSpec.limited:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3LimitedPriorityLevelConfiguration + 617, // 802: kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationStatus.conditions:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationCondition + 611, // 803: kubernetes.IoK8sApiFlowcontrolV1beta3Subject.group:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3GroupSubject + 624, // 804: kubernetes.IoK8sApiFlowcontrolV1beta3Subject.serviceAccount:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3ServiceAccountSubject + 626, // 805: kubernetes.IoK8sApiFlowcontrolV1beta3Subject.user:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3UserSubject + 631, // 806: kubernetes.IoK8sApiNetworkingV1HTTPIngressPath.backend:type_name -> kubernetes.IoK8sApiNetworkingV1IngressBackend + 627, // 807: kubernetes.IoK8sApiNetworkingV1HTTPIngressRuleValue.paths:type_name -> kubernetes.IoK8sApiNetworkingV1HTTPIngressPath + 757, // 808: kubernetes.IoK8sApiNetworkingV1Ingress.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 642, // 809: kubernetes.IoK8sApiNetworkingV1Ingress.spec:type_name -> kubernetes.IoK8sApiNetworkingV1IngressSpec + 643, // 810: kubernetes.IoK8sApiNetworkingV1Ingress.status:type_name -> kubernetes.IoK8sApiNetworkingV1IngressStatus + 563, // 811: kubernetes.IoK8sApiNetworkingV1IngressBackend.resource:type_name -> kubernetes.IoK8sApiCoreV1TypedLocalObjectReference + 641, // 812: kubernetes.IoK8sApiNetworkingV1IngressBackend.service:type_name -> kubernetes.IoK8sApiNetworkingV1IngressServiceBackend + 757, // 813: kubernetes.IoK8sApiNetworkingV1IngressClass.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 635, // 814: kubernetes.IoK8sApiNetworkingV1IngressClass.spec:type_name -> kubernetes.IoK8sApiNetworkingV1IngressClassSpec + 632, // 815: kubernetes.IoK8sApiNetworkingV1IngressClassList.items:type_name -> kubernetes.IoK8sApiNetworkingV1IngressClass + 755, // 816: kubernetes.IoK8sApiNetworkingV1IngressClassList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 634, // 817: kubernetes.IoK8sApiNetworkingV1IngressClassSpec.parameters:type_name -> kubernetes.IoK8sApiNetworkingV1IngressClassParametersReference + 630, // 818: kubernetes.IoK8sApiNetworkingV1IngressList.items:type_name -> kubernetes.IoK8sApiNetworkingV1Ingress + 755, // 819: kubernetes.IoK8sApiNetworkingV1IngressList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 639, // 820: kubernetes.IoK8sApiNetworkingV1IngressLoadBalancerIngress.ports:type_name -> kubernetes.IoK8sApiNetworkingV1IngressPortStatus + 637, // 821: kubernetes.IoK8sApiNetworkingV1IngressLoadBalancerStatus.ingress:type_name -> kubernetes.IoK8sApiNetworkingV1IngressLoadBalancerIngress + 628, // 822: kubernetes.IoK8sApiNetworkingV1IngressRule.http:type_name -> kubernetes.IoK8sApiNetworkingV1HTTPIngressRuleValue + 652, // 823: kubernetes.IoK8sApiNetworkingV1IngressServiceBackend.port:type_name -> kubernetes.IoK8sApiNetworkingV1ServiceBackendPort + 631, // 824: kubernetes.IoK8sApiNetworkingV1IngressSpec.defaultBackend:type_name -> kubernetes.IoK8sApiNetworkingV1IngressBackend + 640, // 825: kubernetes.IoK8sApiNetworkingV1IngressSpec.rules:type_name -> kubernetes.IoK8sApiNetworkingV1IngressRule + 644, // 826: kubernetes.IoK8sApiNetworkingV1IngressSpec.tls:type_name -> kubernetes.IoK8sApiNetworkingV1IngressTLS + 638, // 827: kubernetes.IoK8sApiNetworkingV1IngressStatus.loadBalancer:type_name -> kubernetes.IoK8sApiNetworkingV1IngressLoadBalancerStatus + 757, // 828: kubernetes.IoK8sApiNetworkingV1NetworkPolicy.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 651, // 829: kubernetes.IoK8sApiNetworkingV1NetworkPolicy.spec:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicySpec + 650, // 830: kubernetes.IoK8sApiNetworkingV1NetworkPolicyEgressRule.ports:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicyPort + 649, // 831: kubernetes.IoK8sApiNetworkingV1NetworkPolicyEgressRule.to:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicyPeer + 649, // 832: kubernetes.IoK8sApiNetworkingV1NetworkPolicyIngressRule.from:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicyPeer + 650, // 833: kubernetes.IoK8sApiNetworkingV1NetworkPolicyIngressRule.ports:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicyPort + 645, // 834: kubernetes.IoK8sApiNetworkingV1NetworkPolicyList.items:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicy + 755, // 835: kubernetes.IoK8sApiNetworkingV1NetworkPolicyList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 629, // 836: kubernetes.IoK8sApiNetworkingV1NetworkPolicyPeer.ipBlock:type_name -> kubernetes.IoK8sApiNetworkingV1IPBlock + 753, // 837: kubernetes.IoK8sApiNetworkingV1NetworkPolicyPeer.namespaceSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 753, // 838: kubernetes.IoK8sApiNetworkingV1NetworkPolicyPeer.podSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 646, // 839: kubernetes.IoK8sApiNetworkingV1NetworkPolicySpec.egress:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicyEgressRule + 647, // 840: kubernetes.IoK8sApiNetworkingV1NetworkPolicySpec.ingress:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicyIngressRule + 753, // 841: kubernetes.IoK8sApiNetworkingV1NetworkPolicySpec.podSelector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 757, // 842: kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 655, // 843: kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR.spec:type_name -> kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDRSpec + 653, // 844: kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDRList.items:type_name -> kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR + 755, // 845: kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDRList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 472, // 846: kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDRSpec.nodeSelector:type_name -> kubernetes.IoK8sApiCoreV1NodeSelector + 757, // 847: kubernetes.IoK8sApiNetworkingV1alpha1IPAddress.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 658, // 848: kubernetes.IoK8sApiNetworkingV1alpha1IPAddress.spec:type_name -> kubernetes.IoK8sApiNetworkingV1alpha1IPAddressSpec + 656, // 849: kubernetes.IoK8sApiNetworkingV1alpha1IPAddressList.items:type_name -> kubernetes.IoK8sApiNetworkingV1alpha1IPAddress + 755, // 850: kubernetes.IoK8sApiNetworkingV1alpha1IPAddressList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 659, // 851: kubernetes.IoK8sApiNetworkingV1alpha1IPAddressSpec.parentRef:type_name -> kubernetes.IoK8sApiNetworkingV1alpha1ParentReference + 1351, // 852: kubernetes.IoK8sApiNodeV1Overhead.podFixed:type_name -> kubernetes.IoK8sApiNodeV1Overhead.PodFixedEntry + 757, // 853: kubernetes.IoK8sApiNodeV1RuntimeClass.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 660, // 854: kubernetes.IoK8sApiNodeV1RuntimeClass.overhead:type_name -> kubernetes.IoK8sApiNodeV1Overhead + 663, // 855: kubernetes.IoK8sApiNodeV1RuntimeClass.scheduling:type_name -> kubernetes.IoK8sApiNodeV1Scheduling + 661, // 856: kubernetes.IoK8sApiNodeV1RuntimeClassList.items:type_name -> kubernetes.IoK8sApiNodeV1RuntimeClass + 755, // 857: kubernetes.IoK8sApiNodeV1RuntimeClassList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 1352, // 858: kubernetes.IoK8sApiNodeV1Scheduling.nodeSelector:type_name -> kubernetes.IoK8sApiNodeV1Scheduling.NodeSelectorEntry + 559, // 859: kubernetes.IoK8sApiNodeV1Scheduling.tolerations:type_name -> kubernetes.IoK8sApiCoreV1Toleration + 750, // 860: kubernetes.IoK8sApiPolicyV1Eviction.deleteOptions:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions + 757, // 861: kubernetes.IoK8sApiPolicyV1Eviction.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 757, // 862: kubernetes.IoK8sApiPolicyV1PodDisruptionBudget.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 667, // 863: kubernetes.IoK8sApiPolicyV1PodDisruptionBudget.spec:type_name -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetSpec + 668, // 864: kubernetes.IoK8sApiPolicyV1PodDisruptionBudget.status:type_name -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetStatus + 665, // 865: kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetList.items:type_name -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 755, // 866: kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 753, // 867: kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetSpec.selector:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 749, // 868: kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetStatus.conditions:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Condition + 1353, // 869: kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetStatus.disruptedPods:type_name -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetStatus.DisruptedPodsEntry + 753, // 870: kubernetes.IoK8sApiRbacV1AggregationRule.clusterRoleSelectors:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 669, // 871: kubernetes.IoK8sApiRbacV1ClusterRole.aggregationRule:type_name -> kubernetes.IoK8sApiRbacV1AggregationRule + 757, // 872: kubernetes.IoK8sApiRbacV1ClusterRole.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 674, // 873: kubernetes.IoK8sApiRbacV1ClusterRole.rules:type_name -> kubernetes.IoK8sApiRbacV1PolicyRule + 757, // 874: kubernetes.IoK8sApiRbacV1ClusterRoleBinding.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 679, // 875: kubernetes.IoK8sApiRbacV1ClusterRoleBinding.roleRef:type_name -> kubernetes.IoK8sApiRbacV1RoleRef + 680, // 876: kubernetes.IoK8sApiRbacV1ClusterRoleBinding.subjects:type_name -> kubernetes.IoK8sApiRbacV1Subject + 671, // 877: kubernetes.IoK8sApiRbacV1ClusterRoleBindingList.items:type_name -> kubernetes.IoK8sApiRbacV1ClusterRoleBinding + 755, // 878: kubernetes.IoK8sApiRbacV1ClusterRoleBindingList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 670, // 879: kubernetes.IoK8sApiRbacV1ClusterRoleList.items:type_name -> kubernetes.IoK8sApiRbacV1ClusterRole + 755, // 880: kubernetes.IoK8sApiRbacV1ClusterRoleList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 757, // 881: kubernetes.IoK8sApiRbacV1Role.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 674, // 882: kubernetes.IoK8sApiRbacV1Role.rules:type_name -> kubernetes.IoK8sApiRbacV1PolicyRule + 757, // 883: kubernetes.IoK8sApiRbacV1RoleBinding.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 679, // 884: kubernetes.IoK8sApiRbacV1RoleBinding.roleRef:type_name -> kubernetes.IoK8sApiRbacV1RoleRef + 680, // 885: kubernetes.IoK8sApiRbacV1RoleBinding.subjects:type_name -> kubernetes.IoK8sApiRbacV1Subject + 676, // 886: kubernetes.IoK8sApiRbacV1RoleBindingList.items:type_name -> kubernetes.IoK8sApiRbacV1RoleBinding + 755, // 887: kubernetes.IoK8sApiRbacV1RoleBindingList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 675, // 888: kubernetes.IoK8sApiRbacV1RoleList.items:type_name -> kubernetes.IoK8sApiRbacV1Role + 755, // 889: kubernetes.IoK8sApiRbacV1RoleList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 472, // 890: kubernetes.IoK8sApiResourceV1alpha2AllocationResult.availableOnNodes:type_name -> kubernetes.IoK8sApiCoreV1NodeSelector + 699, // 891: kubernetes.IoK8sApiResourceV1alpha2AllocationResult.resourceHandles:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceHandle + 757, // 892: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 684, // 893: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext.spec:type_name -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextSpec + 685, // 894: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext.status:type_name -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextStatus + 682, // 895: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextList.items:type_name -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 755, // 896: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 690, // 897: kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextStatus.resourceClaims:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimSchedulingStatus + 757, // 898: kubernetes.IoK8sApiResourceV1alpha2ResourceClaim.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 691, // 899: kubernetes.IoK8sApiResourceV1alpha2ResourceClaim.spec:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimSpec + 692, // 900: kubernetes.IoK8sApiResourceV1alpha2ResourceClaim.status:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimStatus + 686, // 901: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimList.items:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 755, // 902: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 689, // 903: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimSpec.parametersRef:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimParametersReference + 681, // 904: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimStatus.allocation:type_name -> kubernetes.IoK8sApiResourceV1alpha2AllocationResult + 687, // 905: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimStatus.reservedFor:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimConsumerReference + 757, // 906: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 695, // 907: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate.spec:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplateSpec + 693, // 908: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplateList.items:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate + 755, // 909: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplateList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 757, // 910: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplateSpec.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 691, // 911: kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplateSpec.spec:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimSpec + 757, // 912: kubernetes.IoK8sApiResourceV1alpha2ResourceClass.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 698, // 913: kubernetes.IoK8sApiResourceV1alpha2ResourceClass.parametersRef:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClassParametersReference + 472, // 914: kubernetes.IoK8sApiResourceV1alpha2ResourceClass.suitableNodes:type_name -> kubernetes.IoK8sApiCoreV1NodeSelector + 696, // 915: kubernetes.IoK8sApiResourceV1alpha2ResourceClassList.items:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClass + 755, // 916: kubernetes.IoK8sApiResourceV1alpha2ResourceClassList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 757, // 917: kubernetes.IoK8sApiSchedulingV1PriorityClass.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 700, // 918: kubernetes.IoK8sApiSchedulingV1PriorityClassList.items:type_name -> kubernetes.IoK8sApiSchedulingV1PriorityClass + 755, // 919: kubernetes.IoK8sApiSchedulingV1PriorityClassList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 757, // 920: kubernetes.IoK8sApiStorageV1CSIDriver.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 704, // 921: kubernetes.IoK8sApiStorageV1CSIDriver.spec:type_name -> kubernetes.IoK8sApiStorageV1CSIDriverSpec + 702, // 922: kubernetes.IoK8sApiStorageV1CSIDriverList.items:type_name -> kubernetes.IoK8sApiStorageV1CSIDriver + 755, // 923: kubernetes.IoK8sApiStorageV1CSIDriverList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 713, // 924: kubernetes.IoK8sApiStorageV1CSIDriverSpec.tokenRequests:type_name -> kubernetes.IoK8sApiStorageV1TokenRequest + 757, // 925: kubernetes.IoK8sApiStorageV1CSINode.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 708, // 926: kubernetes.IoK8sApiStorageV1CSINode.spec:type_name -> kubernetes.IoK8sApiStorageV1CSINodeSpec + 720, // 927: kubernetes.IoK8sApiStorageV1CSINodeDriver.allocatable:type_name -> kubernetes.IoK8sApiStorageV1VolumeNodeResources + 705, // 928: kubernetes.IoK8sApiStorageV1CSINodeList.items:type_name -> kubernetes.IoK8sApiStorageV1CSINode + 755, // 929: kubernetes.IoK8sApiStorageV1CSINodeList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 706, // 930: kubernetes.IoK8sApiStorageV1CSINodeSpec.drivers:type_name -> kubernetes.IoK8sApiStorageV1CSINodeDriver + 757, // 931: kubernetes.IoK8sApiStorageV1CSIStorageCapacity.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 753, // 932: kubernetes.IoK8sApiStorageV1CSIStorageCapacity.nodeTopology:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector + 709, // 933: kubernetes.IoK8sApiStorageV1CSIStorageCapacityList.items:type_name -> kubernetes.IoK8sApiStorageV1CSIStorageCapacity + 755, // 934: kubernetes.IoK8sApiStorageV1CSIStorageCapacityList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 561, // 935: kubernetes.IoK8sApiStorageV1StorageClass.allowedTopologies:type_name -> kubernetes.IoK8sApiCoreV1TopologySelectorTerm + 757, // 936: kubernetes.IoK8sApiStorageV1StorageClass.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 1354, // 937: kubernetes.IoK8sApiStorageV1StorageClass.parameters:type_name -> kubernetes.IoK8sApiStorageV1StorageClass.ParametersEntry + 711, // 938: kubernetes.IoK8sApiStorageV1StorageClassList.items:type_name -> kubernetes.IoK8sApiStorageV1StorageClass + 755, // 939: kubernetes.IoK8sApiStorageV1StorageClassList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 757, // 940: kubernetes.IoK8sApiStorageV1VolumeAttachment.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 717, // 941: kubernetes.IoK8sApiStorageV1VolumeAttachment.spec:type_name -> kubernetes.IoK8sApiStorageV1VolumeAttachmentSpec + 718, // 942: kubernetes.IoK8sApiStorageV1VolumeAttachment.status:type_name -> kubernetes.IoK8sApiStorageV1VolumeAttachmentStatus + 714, // 943: kubernetes.IoK8sApiStorageV1VolumeAttachmentList.items:type_name -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 755, // 944: kubernetes.IoK8sApiStorageV1VolumeAttachmentList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 489, // 945: kubernetes.IoK8sApiStorageV1VolumeAttachmentSource.inlineVolumeSpec:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeSpec + 716, // 946: kubernetes.IoK8sApiStorageV1VolumeAttachmentSpec.source:type_name -> kubernetes.IoK8sApiStorageV1VolumeAttachmentSource + 719, // 947: kubernetes.IoK8sApiStorageV1VolumeAttachmentStatus.attachError:type_name -> kubernetes.IoK8sApiStorageV1VolumeError + 1355, // 948: kubernetes.IoK8sApiStorageV1VolumeAttachmentStatus.attachmentMetadata:type_name -> kubernetes.IoK8sApiStorageV1VolumeAttachmentStatus.AttachmentMetadataEntry + 719, // 949: kubernetes.IoK8sApiStorageV1VolumeAttachmentStatus.detachError:type_name -> kubernetes.IoK8sApiStorageV1VolumeError + 743, // 950: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion.webhook:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion + 757, // 951: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 727, // 952: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition.spec:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec + 728, // 953: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition.status:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus + 723, // 954: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList.items:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 755, // 955: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 722, // 956: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec.conversion:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion + 726, // 957: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec.names:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames + 729, // 958: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec.versions:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion + 726, // 959: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus.acceptedNames:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames + 724, // 960: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus.conditions:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition + 721, // 961: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion.additionalPrinterColumns:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition + 733, // 962: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion.schema:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation + 732, // 963: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion.subresources:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources + 730, // 964: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources.scale:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale + 731, // 965: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources.status:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus + 736, // 966: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation.openAPIV3Schema:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps + 738, // 967: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.additionalItems:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool + 738, // 968: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.additionalProperties:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool + 736, // 969: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.allOf:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps + 736, // 970: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.anyOf:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps + 735, // 971: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.default:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSON + 1356, // 972: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.definitions:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.DefinitionsEntry + 1357, // 973: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.dependencies:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.DependenciesEntry + 735, // 974: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.enum:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSON + 735, // 975: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.example:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSON + 734, // 976: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.externalDocs:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation + 737, // 977: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.items:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray + 736, // 978: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.not:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps + 736, // 979: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.oneOf:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps + 1358, // 980: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.patternProperties:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.PatternPropertiesEntry + 1359, // 981: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.properties:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.PropertiesEntry + 741, // 982: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.x_kubernetes_validations:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1ValidationRule + 740, // 983: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig.service:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1ServiceReference + 742, // 984: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion.clientConfig:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig + 752, // 985: kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup.preferredVersion:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1GroupVersionForDiscovery + 761, // 986: kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup.serverAddressByClientCIDRs:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR + 752, // 987: kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup.versions:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1GroupVersionForDiscovery + 744, // 988: kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroupList.groups:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 746, // 989: kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList.resources:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResource + 761, // 990: kubernetes.IoK8sApimachineryPkgApisMetaV1APIVersions.serverAddressByClientCIDRs:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR + 760, // 991: kubernetes.IoK8sApimachineryPkgApisMetaV1DeleteOptions.preconditions:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Preconditions + 754, // 992: kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector.matchExpressions:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelectorRequirement + 1360, // 993: kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector.matchLabels:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1LabelSelector.MatchLabelsEntry + 751, // 994: kubernetes.IoK8sApimachineryPkgApisMetaV1ManagedFieldsEntry.fieldsV1:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1FieldsV1 + 1361, // 995: kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta.annotations:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta.AnnotationsEntry + 1362, // 996: kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta.labels:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta.LabelsEntry + 756, // 997: kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta.managedFields:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ManagedFieldsEntry + 758, // 998: kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta.ownerReferences:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1OwnerReference + 764, // 999: kubernetes.IoK8sApimachineryPkgApisMetaV1Status.details:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1StatusDetails + 755, // 1000: kubernetes.IoK8sApimachineryPkgApisMetaV1Status.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 763, // 1001: kubernetes.IoK8sApimachineryPkgApisMetaV1StatusDetails.causes:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1StatusCause + 766, // 1002: kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent.object:type_name -> kubernetes.IoK8sApimachineryPkgRuntimeRawExtension + 757, // 1003: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ObjectMeta + 771, // 1004: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService.spec:type_name -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceSpec + 772, // 1005: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService.status:type_name -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceStatus + 768, // 1006: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceList.items:type_name -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 755, // 1007: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceList.metadata:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1ListMeta + 773, // 1008: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceSpec.service:type_name -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1ServiceReference + 769, // 1009: kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceStatus.conditions:type_name -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition + 759, // 1010: kubernetes.PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1011: kubernetes.PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1012: kubernetes.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1013: kubernetes.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1014: kubernetes.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1015: kubernetes.PatchApiextensionsV1CustomResourceDefinitionRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1016: kubernetes.PatchApiextensionsV1CustomResourceDefinitionStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1017: kubernetes.PatchApiregistrationV1ApiServiceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1018: kubernetes.PatchApiregistrationV1ApiServiceStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1019: kubernetes.PatchAppsV1NamespacedControllerRevisionRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1020: kubernetes.PatchAppsV1NamespacedDaemonSetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1021: kubernetes.PatchAppsV1NamespacedDaemonSetStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1022: kubernetes.PatchAppsV1NamespacedDeploymentRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1023: kubernetes.PatchAppsV1NamespacedDeploymentScaleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1024: kubernetes.PatchAppsV1NamespacedDeploymentStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1025: kubernetes.PatchAppsV1NamespacedReplicaSetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1026: kubernetes.PatchAppsV1NamespacedReplicaSetScaleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1027: kubernetes.PatchAppsV1NamespacedReplicaSetStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1028: kubernetes.PatchAppsV1NamespacedStatefulSetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1029: kubernetes.PatchAppsV1NamespacedStatefulSetScaleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1030: kubernetes.PatchAppsV1NamespacedStatefulSetStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1031: kubernetes.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1032: kubernetes.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1033: kubernetes.PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1034: kubernetes.PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1035: kubernetes.PatchBatchV1NamespacedCronJobRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1036: kubernetes.PatchBatchV1NamespacedCronJobStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1037: kubernetes.PatchBatchV1NamespacedJobRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1038: kubernetes.PatchBatchV1NamespacedJobStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1039: kubernetes.PatchCertificatesV1CertificateSigningRequestApprovalRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1040: kubernetes.PatchCertificatesV1CertificateSigningRequestRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1041: kubernetes.PatchCertificatesV1CertificateSigningRequestStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1042: kubernetes.PatchCertificatesV1alpha1ClusterTrustBundleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1043: kubernetes.PatchCoordinationV1NamespacedLeaseRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1044: kubernetes.PatchCoreV1NamespaceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1045: kubernetes.PatchCoreV1NamespaceStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1046: kubernetes.PatchCoreV1NamespacedConfigMapRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1047: kubernetes.PatchCoreV1NamespacedEndpointsRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1048: kubernetes.PatchCoreV1NamespacedEventRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1049: kubernetes.PatchCoreV1NamespacedLimitRangeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1050: kubernetes.PatchCoreV1NamespacedPersistentVolumeClaimRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1051: kubernetes.PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1052: kubernetes.PatchCoreV1NamespacedPodEphemeralcontainersRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1053: kubernetes.PatchCoreV1NamespacedPodRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1054: kubernetes.PatchCoreV1NamespacedPodStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1055: kubernetes.PatchCoreV1NamespacedPodTemplateRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1056: kubernetes.PatchCoreV1NamespacedReplicationControllerRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1057: kubernetes.PatchCoreV1NamespacedReplicationControllerScaleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1058: kubernetes.PatchCoreV1NamespacedReplicationControllerStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1059: kubernetes.PatchCoreV1NamespacedResourceQuotaRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1060: kubernetes.PatchCoreV1NamespacedResourceQuotaStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1061: kubernetes.PatchCoreV1NamespacedSecretRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1062: kubernetes.PatchCoreV1NamespacedServiceAccountRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1063: kubernetes.PatchCoreV1NamespacedServiceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1064: kubernetes.PatchCoreV1NamespacedServiceStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1065: kubernetes.PatchCoreV1NodeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1066: kubernetes.PatchCoreV1NodeStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1067: kubernetes.PatchCoreV1PersistentVolumeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1068: kubernetes.PatchCoreV1PersistentVolumeStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1069: kubernetes.PatchDiscoveryV1NamespacedEndpointSliceRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1070: kubernetes.PatchEventsV1NamespacedEventRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1071: kubernetes.PatchFlowcontrolApiserverV1beta2FlowSchemaRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1072: kubernetes.PatchFlowcontrolApiserverV1beta2FlowSchemaStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1073: kubernetes.PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1074: kubernetes.PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1075: kubernetes.PatchFlowcontrolApiserverV1beta3FlowSchemaRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1076: kubernetes.PatchFlowcontrolApiserverV1beta3FlowSchemaStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1077: kubernetes.PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1078: kubernetes.PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1079: kubernetes.PatchInternalApiserverV1alpha1StorageVersionRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1080: kubernetes.PatchInternalApiserverV1alpha1StorageVersionStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1081: kubernetes.PatchNetworkingV1IngressClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1082: kubernetes.PatchNetworkingV1NamespacedIngressRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1083: kubernetes.PatchNetworkingV1NamespacedIngressStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1084: kubernetes.PatchNetworkingV1NamespacedNetworkPolicyRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1085: kubernetes.PatchNetworkingV1alpha1ClusterCidrRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1086: kubernetes.PatchNetworkingV1alpha1IpAddressRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1087: kubernetes.PatchNodeV1RuntimeClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1088: kubernetes.PatchPolicyV1NamespacedPodDisruptionBudgetRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1089: kubernetes.PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1090: kubernetes.PatchRbacAuthorizationV1ClusterRoleBindingRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1091: kubernetes.PatchRbacAuthorizationV1ClusterRoleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1092: kubernetes.PatchRbacAuthorizationV1NamespacedRoleBindingRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1093: kubernetes.PatchRbacAuthorizationV1NamespacedRoleRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1094: kubernetes.PatchResourceV1alpha2NamespacedPodSchedulingContextRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1095: kubernetes.PatchResourceV1alpha2NamespacedPodSchedulingContextStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1096: kubernetes.PatchResourceV1alpha2NamespacedResourceClaimRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1097: kubernetes.PatchResourceV1alpha2NamespacedResourceClaimStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1098: kubernetes.PatchResourceV1alpha2NamespacedResourceClaimTemplateRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1099: kubernetes.PatchResourceV1alpha2ResourceClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1100: kubernetes.PatchSchedulingV1PriorityClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1101: kubernetes.PatchStorageV1CsiDriverRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1102: kubernetes.PatchStorageV1CsiNodeRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1103: kubernetes.PatchStorageV1NamespacedCsiStorageCapacityRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1104: kubernetes.PatchStorageV1StorageClassRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1105: kubernetes.PatchStorageV1VolumeAttachmentRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 759, // 1106: kubernetes.PatchStorageV1VolumeAttachmentStatusRequest.body:type_name -> kubernetes.IoK8sApimachineryPkgApisMetaV1Patch + 232, // 1107: kubernetes.ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration + 237, // 1108: kubernetes.ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest.body:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration + 249, // 1109: kubernetes.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest.body:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding + 248, // 1110: kubernetes.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest.body:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 248, // 1111: kubernetes.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest.body:type_name -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 723, // 1112: kubernetes.ReplaceApiextensionsV1CustomResourceDefinitionRequest.body:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 723, // 1113: kubernetes.ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest.body:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 768, // 1114: kubernetes.ReplaceApiregistrationV1ApiServiceRequest.body:type_name -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 768, // 1115: kubernetes.ReplaceApiregistrationV1ApiServiceStatusRequest.body:type_name -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 262, // 1116: kubernetes.ReplaceAppsV1NamespacedControllerRevisionRequest.body:type_name -> kubernetes.IoK8sApiAppsV1ControllerRevision + 264, // 1117: kubernetes.ReplaceAppsV1NamespacedDaemonSetRequest.body:type_name -> kubernetes.IoK8sApiAppsV1DaemonSet + 264, // 1118: kubernetes.ReplaceAppsV1NamespacedDaemonSetStatusRequest.body:type_name -> kubernetes.IoK8sApiAppsV1DaemonSet + 270, // 1119: kubernetes.ReplaceAppsV1NamespacedDeploymentRequest.body:type_name -> kubernetes.IoK8sApiAppsV1Deployment + 324, // 1120: kubernetes.ReplaceAppsV1NamespacedDeploymentScaleRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV1Scale + 270, // 1121: kubernetes.ReplaceAppsV1NamespacedDeploymentStatusRequest.body:type_name -> kubernetes.IoK8sApiAppsV1Deployment + 276, // 1122: kubernetes.ReplaceAppsV1NamespacedReplicaSetRequest.body:type_name -> kubernetes.IoK8sApiAppsV1ReplicaSet + 324, // 1123: kubernetes.ReplaceAppsV1NamespacedReplicaSetScaleRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV1Scale + 276, // 1124: kubernetes.ReplaceAppsV1NamespacedReplicaSetStatusRequest.body:type_name -> kubernetes.IoK8sApiAppsV1ReplicaSet + 284, // 1125: kubernetes.ReplaceAppsV1NamespacedStatefulSetRequest.body:type_name -> kubernetes.IoK8sApiAppsV1StatefulSet + 324, // 1126: kubernetes.ReplaceAppsV1NamespacedStatefulSetScaleRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV1Scale + 284, // 1127: kubernetes.ReplaceAppsV1NamespacedStatefulSetStatusRequest.body:type_name -> kubernetes.IoK8sApiAppsV1StatefulSet + 320, // 1128: kubernetes.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 320, // 1129: kubernetes.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 334, // 1130: kubernetes.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 334, // 1131: kubernetes.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 351, // 1132: kubernetes.ReplaceBatchV1NamespacedCronJobRequest.body:type_name -> kubernetes.IoK8sApiBatchV1CronJob + 351, // 1133: kubernetes.ReplaceBatchV1NamespacedCronJobStatusRequest.body:type_name -> kubernetes.IoK8sApiBatchV1CronJob + 355, // 1134: kubernetes.ReplaceBatchV1NamespacedJobRequest.body:type_name -> kubernetes.IoK8sApiBatchV1Job + 355, // 1135: kubernetes.ReplaceBatchV1NamespacedJobStatusRequest.body:type_name -> kubernetes.IoK8sApiBatchV1Job + 366, // 1136: kubernetes.ReplaceCertificatesV1CertificateSigningRequestApprovalRequest.body:type_name -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 366, // 1137: kubernetes.ReplaceCertificatesV1CertificateSigningRequestRequest.body:type_name -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 366, // 1138: kubernetes.ReplaceCertificatesV1CertificateSigningRequestStatusRequest.body:type_name -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 371, // 1139: kubernetes.ReplaceCertificatesV1alpha1ClusterTrustBundleRequest.body:type_name -> kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle + 374, // 1140: kubernetes.ReplaceCoordinationV1NamespacedLeaseRequest.body:type_name -> kubernetes.IoK8sApiCoordinationV1Lease + 459, // 1141: kubernetes.ReplaceCoreV1NamespaceFinalizeRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Namespace + 459, // 1142: kubernetes.ReplaceCoreV1NamespaceRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Namespace + 459, // 1143: kubernetes.ReplaceCoreV1NamespaceStatusRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Namespace + 396, // 1144: kubernetes.ReplaceCoreV1NamespacedConfigMapRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ConfigMap + 420, // 1145: kubernetes.ReplaceCoreV1NamespacedEndpointsRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Endpoints + 427, // 1146: kubernetes.ReplaceCoreV1NamespacedEventRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Event + 450, // 1147: kubernetes.ReplaceCoreV1NamespacedLimitRangeRequest.body:type_name -> kubernetes.IoK8sApiCoreV1LimitRange + 481, // 1148: kubernetes.ReplaceCoreV1NamespacedPersistentVolumeClaimRequest.body:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 481, // 1149: kubernetes.ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest.body:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 492, // 1150: kubernetes.ReplaceCoreV1NamespacedPodEphemeralcontainersRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Pod + 492, // 1151: kubernetes.ReplaceCoreV1NamespacedPodRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Pod + 492, // 1152: kubernetes.ReplaceCoreV1NamespacedPodStatusRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Pod + 508, // 1153: kubernetes.ReplaceCoreV1NamespacedPodTemplateRequest.body:type_name -> kubernetes.IoK8sApiCoreV1PodTemplate + 519, // 1154: kubernetes.ReplaceCoreV1NamespacedReplicationControllerRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ReplicationController + 324, // 1155: kubernetes.ReplaceCoreV1NamespacedReplicationControllerScaleRequest.body:type_name -> kubernetes.IoK8sApiAutoscalingV1Scale + 519, // 1156: kubernetes.ReplaceCoreV1NamespacedReplicationControllerStatusRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ReplicationController + 526, // 1157: kubernetes.ReplaceCoreV1NamespacedResourceQuotaRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ResourceQuota + 526, // 1158: kubernetes.ReplaceCoreV1NamespacedResourceQuotaStatusRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ResourceQuota + 537, // 1159: kubernetes.ReplaceCoreV1NamespacedSecretRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Secret + 546, // 1160: kubernetes.ReplaceCoreV1NamespacedServiceAccountRequest.body:type_name -> kubernetes.IoK8sApiCoreV1ServiceAccount + 545, // 1161: kubernetes.ReplaceCoreV1NamespacedServiceRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Service + 545, // 1162: kubernetes.ReplaceCoreV1NamespacedServiceStatusRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Service + 464, // 1163: kubernetes.ReplaceCoreV1NodeRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Node + 464, // 1164: kubernetes.ReplaceCoreV1NodeStatusRequest.body:type_name -> kubernetes.IoK8sApiCoreV1Node + 480, // 1165: kubernetes.ReplaceCoreV1PersistentVolumeRequest.body:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolume + 480, // 1166: kubernetes.ReplaceCoreV1PersistentVolumeStatusRequest.body:type_name -> kubernetes.IoK8sApiCoreV1PersistentVolume + 577, // 1167: kubernetes.ReplaceDiscoveryV1NamespacedEndpointSliceRequest.body:type_name -> kubernetes.IoK8sApiDiscoveryV1EndpointSlice + 580, // 1168: kubernetes.ReplaceEventsV1NamespacedEventRequest.body:type_name -> kubernetes.IoK8sApiEventsV1Event + 584, // 1169: kubernetes.ReplaceFlowcontrolApiserverV1beta2FlowSchemaRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 584, // 1170: kubernetes.ReplaceFlowcontrolApiserverV1beta2FlowSchemaStatusRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 594, // 1171: kubernetes.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 594, // 1172: kubernetes.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 606, // 1173: kubernetes.ReplaceFlowcontrolApiserverV1beta3FlowSchemaRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 606, // 1174: kubernetes.ReplaceFlowcontrolApiserverV1beta3FlowSchemaStatusRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 616, // 1175: kubernetes.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 616, // 1176: kubernetes.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest.body:type_name -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 257, // 1177: kubernetes.ReplaceInternalApiserverV1alpha1StorageVersionRequest.body:type_name -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 257, // 1178: kubernetes.ReplaceInternalApiserverV1alpha1StorageVersionStatusRequest.body:type_name -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 632, // 1179: kubernetes.ReplaceNetworkingV1IngressClassRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1IngressClass + 630, // 1180: kubernetes.ReplaceNetworkingV1NamespacedIngressRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1Ingress + 630, // 1181: kubernetes.ReplaceNetworkingV1NamespacedIngressStatusRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1Ingress + 645, // 1182: kubernetes.ReplaceNetworkingV1NamespacedNetworkPolicyRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1NetworkPolicy + 653, // 1183: kubernetes.ReplaceNetworkingV1alpha1ClusterCidrRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR + 656, // 1184: kubernetes.ReplaceNetworkingV1alpha1IpAddressRequest.body:type_name -> kubernetes.IoK8sApiNetworkingV1alpha1IPAddress + 661, // 1185: kubernetes.ReplaceNodeV1RuntimeClassRequest.body:type_name -> kubernetes.IoK8sApiNodeV1RuntimeClass + 665, // 1186: kubernetes.ReplacePolicyV1NamespacedPodDisruptionBudgetRequest.body:type_name -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 665, // 1187: kubernetes.ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest.body:type_name -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 671, // 1188: kubernetes.ReplaceRbacAuthorizationV1ClusterRoleBindingRequest.body:type_name -> kubernetes.IoK8sApiRbacV1ClusterRoleBinding + 670, // 1189: kubernetes.ReplaceRbacAuthorizationV1ClusterRoleRequest.body:type_name -> kubernetes.IoK8sApiRbacV1ClusterRole + 676, // 1190: kubernetes.ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest.body:type_name -> kubernetes.IoK8sApiRbacV1RoleBinding + 675, // 1191: kubernetes.ReplaceRbacAuthorizationV1NamespacedRoleRequest.body:type_name -> kubernetes.IoK8sApiRbacV1Role + 682, // 1192: kubernetes.ReplaceResourceV1alpha2NamespacedPodSchedulingContextRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 682, // 1193: kubernetes.ReplaceResourceV1alpha2NamespacedPodSchedulingContextStatusRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 686, // 1194: kubernetes.ReplaceResourceV1alpha2NamespacedResourceClaimRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 686, // 1195: kubernetes.ReplaceResourceV1alpha2NamespacedResourceClaimStatusRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 693, // 1196: kubernetes.ReplaceResourceV1alpha2NamespacedResourceClaimTemplateRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate + 696, // 1197: kubernetes.ReplaceResourceV1alpha2ResourceClassRequest.body:type_name -> kubernetes.IoK8sApiResourceV1alpha2ResourceClass + 700, // 1198: kubernetes.ReplaceSchedulingV1PriorityClassRequest.body:type_name -> kubernetes.IoK8sApiSchedulingV1PriorityClass + 702, // 1199: kubernetes.ReplaceStorageV1CsiDriverRequest.body:type_name -> kubernetes.IoK8sApiStorageV1CSIDriver + 705, // 1200: kubernetes.ReplaceStorageV1CsiNodeRequest.body:type_name -> kubernetes.IoK8sApiStorageV1CSINode + 709, // 1201: kubernetes.ReplaceStorageV1NamespacedCsiStorageCapacityRequest.body:type_name -> kubernetes.IoK8sApiStorageV1CSIStorageCapacity + 711, // 1202: kubernetes.ReplaceStorageV1StorageClassRequest.body:type_name -> kubernetes.IoK8sApiStorageV1StorageClass + 714, // 1203: kubernetes.ReplaceStorageV1VolumeAttachmentRequest.body:type_name -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 714, // 1204: kubernetes.ReplaceStorageV1VolumeAttachmentStatusRequest.body:type_name -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 1363, // 1205: kubernetes.IoK8sApiAuthenticationV1UserInfo.ExtraEntry.value:type_name -> google.protobuf.ListValue + 1363, // 1206: kubernetes.IoK8sApiAuthorizationV1SubjectAccessReviewSpec.ExtraEntry.value:type_name -> google.protobuf.ListValue + 1363, // 1207: kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestSpec.ExtraEntry.value:type_name -> google.protobuf.ListValue + 736, // 1208: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.DefinitionsEntry.value:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps + 739, // 1209: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.DependenciesEntry.value:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray + 736, // 1210: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.PatternPropertiesEntry.value:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps + 736, // 1211: kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps.PropertiesEntry.value:type_name -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps + 0, // 1212: kubernetes.KubernetesService.ConnectCoreV1DeleteNamespacedPodProxy:input_type -> kubernetes.ConnectCoreV1DeleteNamespacedPodProxyRequest + 1, // 1213: kubernetes.KubernetesService.ConnectCoreV1DeleteNamespacedPodProxyWithPath:input_type -> kubernetes.ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest + 2, // 1214: kubernetes.KubernetesService.ConnectCoreV1DeleteNamespacedServiceProxy:input_type -> kubernetes.ConnectCoreV1DeleteNamespacedServiceProxyRequest + 3, // 1215: kubernetes.KubernetesService.ConnectCoreV1DeleteNamespacedServiceProxyWithPath:input_type -> kubernetes.ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest + 4, // 1216: kubernetes.KubernetesService.ConnectCoreV1DeleteNodeProxy:input_type -> kubernetes.ConnectCoreV1DeleteNodeProxyRequest + 5, // 1217: kubernetes.KubernetesService.ConnectCoreV1DeleteNodeProxyWithPath:input_type -> kubernetes.ConnectCoreV1DeleteNodeProxyWithPathRequest + 6, // 1218: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodAttach:input_type -> kubernetes.ConnectCoreV1GetNamespacedPodAttachRequest + 7, // 1219: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodExec:input_type -> kubernetes.ConnectCoreV1GetNamespacedPodExecRequest + 8, // 1220: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodPortforward:input_type -> kubernetes.ConnectCoreV1GetNamespacedPodPortforwardRequest + 9, // 1221: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodProxy:input_type -> kubernetes.ConnectCoreV1GetNamespacedPodProxyRequest + 10, // 1222: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodProxyWithPath:input_type -> kubernetes.ConnectCoreV1GetNamespacedPodProxyWithPathRequest + 11, // 1223: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedServiceProxy:input_type -> kubernetes.ConnectCoreV1GetNamespacedServiceProxyRequest + 12, // 1224: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedServiceProxyWithPath:input_type -> kubernetes.ConnectCoreV1GetNamespacedServiceProxyWithPathRequest + 13, // 1225: kubernetes.KubernetesService.ConnectCoreV1GetNodeProxy:input_type -> kubernetes.ConnectCoreV1GetNodeProxyRequest + 14, // 1226: kubernetes.KubernetesService.ConnectCoreV1GetNodeProxyWithPath:input_type -> kubernetes.ConnectCoreV1GetNodeProxyWithPathRequest + 15, // 1227: kubernetes.KubernetesService.ConnectCoreV1PatchNamespacedPodProxy:input_type -> kubernetes.ConnectCoreV1PatchNamespacedPodProxyRequest + 16, // 1228: kubernetes.KubernetesService.ConnectCoreV1PatchNamespacedPodProxyWithPath:input_type -> kubernetes.ConnectCoreV1PatchNamespacedPodProxyWithPathRequest + 17, // 1229: kubernetes.KubernetesService.ConnectCoreV1PatchNamespacedServiceProxy:input_type -> kubernetes.ConnectCoreV1PatchNamespacedServiceProxyRequest + 18, // 1230: kubernetes.KubernetesService.ConnectCoreV1PatchNamespacedServiceProxyWithPath:input_type -> kubernetes.ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest + 19, // 1231: kubernetes.KubernetesService.ConnectCoreV1PatchNodeProxy:input_type -> kubernetes.ConnectCoreV1PatchNodeProxyRequest + 20, // 1232: kubernetes.KubernetesService.ConnectCoreV1PatchNodeProxyWithPath:input_type -> kubernetes.ConnectCoreV1PatchNodeProxyWithPathRequest + 21, // 1233: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodAttach:input_type -> kubernetes.ConnectCoreV1PostNamespacedPodAttachRequest + 22, // 1234: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodExec:input_type -> kubernetes.ConnectCoreV1PostNamespacedPodExecRequest + 23, // 1235: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodPortforward:input_type -> kubernetes.ConnectCoreV1PostNamespacedPodPortforwardRequest + 24, // 1236: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodProxy:input_type -> kubernetes.ConnectCoreV1PostNamespacedPodProxyRequest + 25, // 1237: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodProxyWithPath:input_type -> kubernetes.ConnectCoreV1PostNamespacedPodProxyWithPathRequest + 26, // 1238: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedServiceProxy:input_type -> kubernetes.ConnectCoreV1PostNamespacedServiceProxyRequest + 27, // 1239: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedServiceProxyWithPath:input_type -> kubernetes.ConnectCoreV1PostNamespacedServiceProxyWithPathRequest + 28, // 1240: kubernetes.KubernetesService.ConnectCoreV1PostNodeProxy:input_type -> kubernetes.ConnectCoreV1PostNodeProxyRequest + 29, // 1241: kubernetes.KubernetesService.ConnectCoreV1PostNodeProxyWithPath:input_type -> kubernetes.ConnectCoreV1PostNodeProxyWithPathRequest + 30, // 1242: kubernetes.KubernetesService.ConnectCoreV1PutNamespacedPodProxy:input_type -> kubernetes.ConnectCoreV1PutNamespacedPodProxyRequest + 31, // 1243: kubernetes.KubernetesService.ConnectCoreV1PutNamespacedPodProxyWithPath:input_type -> kubernetes.ConnectCoreV1PutNamespacedPodProxyWithPathRequest + 32, // 1244: kubernetes.KubernetesService.ConnectCoreV1PutNamespacedServiceProxy:input_type -> kubernetes.ConnectCoreV1PutNamespacedServiceProxyRequest + 33, // 1245: kubernetes.KubernetesService.ConnectCoreV1PutNamespacedServiceProxyWithPath:input_type -> kubernetes.ConnectCoreV1PutNamespacedServiceProxyWithPathRequest + 34, // 1246: kubernetes.KubernetesService.ConnectCoreV1PutNodeProxy:input_type -> kubernetes.ConnectCoreV1PutNodeProxyRequest + 35, // 1247: kubernetes.KubernetesService.ConnectCoreV1PutNodeProxyWithPath:input_type -> kubernetes.ConnectCoreV1PutNodeProxyWithPathRequest + 36, // 1248: kubernetes.KubernetesService.CreateAdmissionregistrationV1MutatingWebhookConfiguration:input_type -> kubernetes.CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest + 37, // 1249: kubernetes.KubernetesService.CreateAdmissionregistrationV1ValidatingWebhookConfiguration:input_type -> kubernetes.CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest + 39, // 1250: kubernetes.KubernetesService.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:input_type -> kubernetes.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + 38, // 1251: kubernetes.KubernetesService.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:input_type -> kubernetes.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + 40, // 1252: kubernetes.KubernetesService.CreateApiextensionsV1CustomResourceDefinition:input_type -> kubernetes.CreateApiextensionsV1CustomResourceDefinitionRequest + 41, // 1253: kubernetes.KubernetesService.CreateApiregistrationV1ApiService:input_type -> kubernetes.CreateApiregistrationV1ApiServiceRequest + 42, // 1254: kubernetes.KubernetesService.CreateAppsV1NamespacedControllerRevision:input_type -> kubernetes.CreateAppsV1NamespacedControllerRevisionRequest + 43, // 1255: kubernetes.KubernetesService.CreateAppsV1NamespacedDaemonSet:input_type -> kubernetes.CreateAppsV1NamespacedDaemonSetRequest + 44, // 1256: kubernetes.KubernetesService.CreateAppsV1NamespacedDeployment:input_type -> kubernetes.CreateAppsV1NamespacedDeploymentRequest + 45, // 1257: kubernetes.KubernetesService.CreateAppsV1NamespacedReplicaSet:input_type -> kubernetes.CreateAppsV1NamespacedReplicaSetRequest + 46, // 1258: kubernetes.KubernetesService.CreateAppsV1NamespacedStatefulSet:input_type -> kubernetes.CreateAppsV1NamespacedStatefulSetRequest + 47, // 1259: kubernetes.KubernetesService.CreateAuthenticationV1SelfSubjectReview:input_type -> kubernetes.CreateAuthenticationV1SelfSubjectReviewRequest + 48, // 1260: kubernetes.KubernetesService.CreateAuthenticationV1TokenReview:input_type -> kubernetes.CreateAuthenticationV1TokenReviewRequest + 49, // 1261: kubernetes.KubernetesService.CreateAuthenticationV1alpha1SelfSubjectReview:input_type -> kubernetes.CreateAuthenticationV1alpha1SelfSubjectReviewRequest + 50, // 1262: kubernetes.KubernetesService.CreateAuthenticationV1beta1SelfSubjectReview:input_type -> kubernetes.CreateAuthenticationV1beta1SelfSubjectReviewRequest + 51, // 1263: kubernetes.KubernetesService.CreateAuthorizationV1NamespacedLocalSubjectAccessReview:input_type -> kubernetes.CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest + 52, // 1264: kubernetes.KubernetesService.CreateAuthorizationV1SelfSubjectAccessReview:input_type -> kubernetes.CreateAuthorizationV1SelfSubjectAccessReviewRequest + 53, // 1265: kubernetes.KubernetesService.CreateAuthorizationV1SelfSubjectRulesReview:input_type -> kubernetes.CreateAuthorizationV1SelfSubjectRulesReviewRequest + 54, // 1266: kubernetes.KubernetesService.CreateAuthorizationV1SubjectAccessReview:input_type -> kubernetes.CreateAuthorizationV1SubjectAccessReviewRequest + 55, // 1267: kubernetes.KubernetesService.CreateAutoscalingV1NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + 56, // 1268: kubernetes.KubernetesService.CreateAutoscalingV2NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + 57, // 1269: kubernetes.KubernetesService.CreateBatchV1NamespacedCronJob:input_type -> kubernetes.CreateBatchV1NamespacedCronJobRequest + 58, // 1270: kubernetes.KubernetesService.CreateBatchV1NamespacedJob:input_type -> kubernetes.CreateBatchV1NamespacedJobRequest + 59, // 1271: kubernetes.KubernetesService.CreateCertificatesV1CertificateSigningRequest:input_type -> kubernetes.CreateCertificatesV1CertificateSigningRequestRequest + 60, // 1272: kubernetes.KubernetesService.CreateCertificatesV1alpha1ClusterTrustBundle:input_type -> kubernetes.CreateCertificatesV1alpha1ClusterTrustBundleRequest + 61, // 1273: kubernetes.KubernetesService.CreateCoordinationV1NamespacedLease:input_type -> kubernetes.CreateCoordinationV1NamespacedLeaseRequest + 62, // 1274: kubernetes.KubernetesService.CreateCoreV1Namespace:input_type -> kubernetes.CreateCoreV1NamespaceRequest + 63, // 1275: kubernetes.KubernetesService.CreateCoreV1NamespacedBinding:input_type -> kubernetes.CreateCoreV1NamespacedBindingRequest + 64, // 1276: kubernetes.KubernetesService.CreateCoreV1NamespacedConfigMap:input_type -> kubernetes.CreateCoreV1NamespacedConfigMapRequest + 65, // 1277: kubernetes.KubernetesService.CreateCoreV1NamespacedEndpoints:input_type -> kubernetes.CreateCoreV1NamespacedEndpointsRequest + 66, // 1278: kubernetes.KubernetesService.CreateCoreV1NamespacedEvent:input_type -> kubernetes.CreateCoreV1NamespacedEventRequest + 67, // 1279: kubernetes.KubernetesService.CreateCoreV1NamespacedLimitRange:input_type -> kubernetes.CreateCoreV1NamespacedLimitRangeRequest + 68, // 1280: kubernetes.KubernetesService.CreateCoreV1NamespacedPersistentVolumeClaim:input_type -> kubernetes.CreateCoreV1NamespacedPersistentVolumeClaimRequest + 71, // 1281: kubernetes.KubernetesService.CreateCoreV1NamespacedPod:input_type -> kubernetes.CreateCoreV1NamespacedPodRequest + 69, // 1282: kubernetes.KubernetesService.CreateCoreV1NamespacedPodBinding:input_type -> kubernetes.CreateCoreV1NamespacedPodBindingRequest + 70, // 1283: kubernetes.KubernetesService.CreateCoreV1NamespacedPodEviction:input_type -> kubernetes.CreateCoreV1NamespacedPodEvictionRequest + 72, // 1284: kubernetes.KubernetesService.CreateCoreV1NamespacedPodTemplate:input_type -> kubernetes.CreateCoreV1NamespacedPodTemplateRequest + 73, // 1285: kubernetes.KubernetesService.CreateCoreV1NamespacedReplicationController:input_type -> kubernetes.CreateCoreV1NamespacedReplicationControllerRequest + 74, // 1286: kubernetes.KubernetesService.CreateCoreV1NamespacedResourceQuota:input_type -> kubernetes.CreateCoreV1NamespacedResourceQuotaRequest + 75, // 1287: kubernetes.KubernetesService.CreateCoreV1NamespacedSecret:input_type -> kubernetes.CreateCoreV1NamespacedSecretRequest + 78, // 1288: kubernetes.KubernetesService.CreateCoreV1NamespacedService:input_type -> kubernetes.CreateCoreV1NamespacedServiceRequest + 76, // 1289: kubernetes.KubernetesService.CreateCoreV1NamespacedServiceAccount:input_type -> kubernetes.CreateCoreV1NamespacedServiceAccountRequest + 77, // 1290: kubernetes.KubernetesService.CreateCoreV1NamespacedServiceAccountToken:input_type -> kubernetes.CreateCoreV1NamespacedServiceAccountTokenRequest + 79, // 1291: kubernetes.KubernetesService.CreateCoreV1Node:input_type -> kubernetes.CreateCoreV1NodeRequest + 80, // 1292: kubernetes.KubernetesService.CreateCoreV1PersistentVolume:input_type -> kubernetes.CreateCoreV1PersistentVolumeRequest + 81, // 1293: kubernetes.KubernetesService.CreateDiscoveryV1NamespacedEndpointSlice:input_type -> kubernetes.CreateDiscoveryV1NamespacedEndpointSliceRequest + 82, // 1294: kubernetes.KubernetesService.CreateEventsV1NamespacedEvent:input_type -> kubernetes.CreateEventsV1NamespacedEventRequest + 83, // 1295: kubernetes.KubernetesService.CreateFlowcontrolApiserverV1beta2FlowSchema:input_type -> kubernetes.CreateFlowcontrolApiserverV1beta2FlowSchemaRequest + 84, // 1296: kubernetes.KubernetesService.CreateFlowcontrolApiserverV1beta2PriorityLevelConfiguration:input_type -> kubernetes.CreateFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + 85, // 1297: kubernetes.KubernetesService.CreateFlowcontrolApiserverV1beta3FlowSchema:input_type -> kubernetes.CreateFlowcontrolApiserverV1beta3FlowSchemaRequest + 86, // 1298: kubernetes.KubernetesService.CreateFlowcontrolApiserverV1beta3PriorityLevelConfiguration:input_type -> kubernetes.CreateFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + 87, // 1299: kubernetes.KubernetesService.CreateInternalApiserverV1alpha1StorageVersion:input_type -> kubernetes.CreateInternalApiserverV1alpha1StorageVersionRequest + 88, // 1300: kubernetes.KubernetesService.CreateNetworkingV1IngressClass:input_type -> kubernetes.CreateNetworkingV1IngressClassRequest + 89, // 1301: kubernetes.KubernetesService.CreateNetworkingV1NamespacedIngress:input_type -> kubernetes.CreateNetworkingV1NamespacedIngressRequest + 90, // 1302: kubernetes.KubernetesService.CreateNetworkingV1NamespacedNetworkPolicy:input_type -> kubernetes.CreateNetworkingV1NamespacedNetworkPolicyRequest + 91, // 1303: kubernetes.KubernetesService.CreateNetworkingV1alpha1ClusterCidr:input_type -> kubernetes.CreateNetworkingV1alpha1ClusterCidrRequest + 92, // 1304: kubernetes.KubernetesService.CreateNetworkingV1alpha1IpAddress:input_type -> kubernetes.CreateNetworkingV1alpha1IpAddressRequest + 93, // 1305: kubernetes.KubernetesService.CreateNodeV1RuntimeClass:input_type -> kubernetes.CreateNodeV1RuntimeClassRequest + 94, // 1306: kubernetes.KubernetesService.CreatePolicyV1NamespacedPodDisruptionBudget:input_type -> kubernetes.CreatePolicyV1NamespacedPodDisruptionBudgetRequest + 96, // 1307: kubernetes.KubernetesService.CreateRbacAuthorizationV1ClusterRole:input_type -> kubernetes.CreateRbacAuthorizationV1ClusterRoleRequest + 95, // 1308: kubernetes.KubernetesService.CreateRbacAuthorizationV1ClusterRoleBinding:input_type -> kubernetes.CreateRbacAuthorizationV1ClusterRoleBindingRequest + 98, // 1309: kubernetes.KubernetesService.CreateRbacAuthorizationV1NamespacedRole:input_type -> kubernetes.CreateRbacAuthorizationV1NamespacedRoleRequest + 97, // 1310: kubernetes.KubernetesService.CreateRbacAuthorizationV1NamespacedRoleBinding:input_type -> kubernetes.CreateRbacAuthorizationV1NamespacedRoleBindingRequest + 99, // 1311: kubernetes.KubernetesService.CreateResourceV1alpha2NamespacedPodSchedulingContext:input_type -> kubernetes.CreateResourceV1alpha2NamespacedPodSchedulingContextRequest + 100, // 1312: kubernetes.KubernetesService.CreateResourceV1alpha2NamespacedResourceClaim:input_type -> kubernetes.CreateResourceV1alpha2NamespacedResourceClaimRequest + 101, // 1313: kubernetes.KubernetesService.CreateResourceV1alpha2NamespacedResourceClaimTemplate:input_type -> kubernetes.CreateResourceV1alpha2NamespacedResourceClaimTemplateRequest + 102, // 1314: kubernetes.KubernetesService.CreateResourceV1alpha2ResourceClass:input_type -> kubernetes.CreateResourceV1alpha2ResourceClassRequest + 103, // 1315: kubernetes.KubernetesService.CreateSchedulingV1PriorityClass:input_type -> kubernetes.CreateSchedulingV1PriorityClassRequest + 104, // 1316: kubernetes.KubernetesService.CreateStorageV1CsiDriver:input_type -> kubernetes.CreateStorageV1CsiDriverRequest + 105, // 1317: kubernetes.KubernetesService.CreateStorageV1CsiNode:input_type -> kubernetes.CreateStorageV1CsiNodeRequest + 106, // 1318: kubernetes.KubernetesService.CreateStorageV1NamespacedCsiStorageCapacity:input_type -> kubernetes.CreateStorageV1NamespacedCsiStorageCapacityRequest + 107, // 1319: kubernetes.KubernetesService.CreateStorageV1StorageClass:input_type -> kubernetes.CreateStorageV1StorageClassRequest + 108, // 1320: kubernetes.KubernetesService.CreateStorageV1VolumeAttachment:input_type -> kubernetes.CreateStorageV1VolumeAttachmentRequest + 109, // 1321: kubernetes.KubernetesService.DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration:input_type -> kubernetes.DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest + 110, // 1322: kubernetes.KubernetesService.DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration:input_type -> kubernetes.DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest + 111, // 1323: kubernetes.KubernetesService.DeleteAdmissionregistrationV1MutatingWebhookConfiguration:input_type -> kubernetes.DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest + 112, // 1324: kubernetes.KubernetesService.DeleteAdmissionregistrationV1ValidatingWebhookConfiguration:input_type -> kubernetes.DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest + 114, // 1325: kubernetes.KubernetesService.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicy:input_type -> kubernetes.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyRequest + 113, // 1326: kubernetes.KubernetesService.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyBinding:input_type -> kubernetes.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyBindingRequest + 116, // 1327: kubernetes.KubernetesService.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:input_type -> kubernetes.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + 115, // 1328: kubernetes.KubernetesService.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:input_type -> kubernetes.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + 117, // 1329: kubernetes.KubernetesService.DeleteApiextensionsV1CollectionCustomResourceDefinition:input_type -> kubernetes.DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest + 118, // 1330: kubernetes.KubernetesService.DeleteApiextensionsV1CustomResourceDefinition:input_type -> kubernetes.DeleteApiextensionsV1CustomResourceDefinitionRequest + 119, // 1331: kubernetes.KubernetesService.DeleteApiregistrationV1ApiService:input_type -> kubernetes.DeleteApiregistrationV1ApiServiceRequest + 120, // 1332: kubernetes.KubernetesService.DeleteApiregistrationV1CollectionApiService:input_type -> kubernetes.DeleteApiregistrationV1CollectionApiServiceRequest + 121, // 1333: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedControllerRevision:input_type -> kubernetes.DeleteAppsV1CollectionNamespacedControllerRevisionRequest + 122, // 1334: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedDaemonSet:input_type -> kubernetes.DeleteAppsV1CollectionNamespacedDaemonSetRequest + 123, // 1335: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedDeployment:input_type -> kubernetes.DeleteAppsV1CollectionNamespacedDeploymentRequest + 124, // 1336: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedReplicaSet:input_type -> kubernetes.DeleteAppsV1CollectionNamespacedReplicaSetRequest + 125, // 1337: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedStatefulSet:input_type -> kubernetes.DeleteAppsV1CollectionNamespacedStatefulSetRequest + 126, // 1338: kubernetes.KubernetesService.DeleteAppsV1NamespacedControllerRevision:input_type -> kubernetes.DeleteAppsV1NamespacedControllerRevisionRequest + 127, // 1339: kubernetes.KubernetesService.DeleteAppsV1NamespacedDaemonSet:input_type -> kubernetes.DeleteAppsV1NamespacedDaemonSetRequest + 128, // 1340: kubernetes.KubernetesService.DeleteAppsV1NamespacedDeployment:input_type -> kubernetes.DeleteAppsV1NamespacedDeploymentRequest + 129, // 1341: kubernetes.KubernetesService.DeleteAppsV1NamespacedReplicaSet:input_type -> kubernetes.DeleteAppsV1NamespacedReplicaSetRequest + 130, // 1342: kubernetes.KubernetesService.DeleteAppsV1NamespacedStatefulSet:input_type -> kubernetes.DeleteAppsV1NamespacedStatefulSetRequest + 131, // 1343: kubernetes.KubernetesService.DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler:input_type -> kubernetes.DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest + 132, // 1344: kubernetes.KubernetesService.DeleteAutoscalingV1NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + 133, // 1345: kubernetes.KubernetesService.DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscaler:input_type -> kubernetes.DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest + 134, // 1346: kubernetes.KubernetesService.DeleteAutoscalingV2NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + 135, // 1347: kubernetes.KubernetesService.DeleteBatchV1CollectionNamespacedCronJob:input_type -> kubernetes.DeleteBatchV1CollectionNamespacedCronJobRequest + 136, // 1348: kubernetes.KubernetesService.DeleteBatchV1CollectionNamespacedJob:input_type -> kubernetes.DeleteBatchV1CollectionNamespacedJobRequest + 137, // 1349: kubernetes.KubernetesService.DeleteBatchV1NamespacedCronJob:input_type -> kubernetes.DeleteBatchV1NamespacedCronJobRequest + 138, // 1350: kubernetes.KubernetesService.DeleteBatchV1NamespacedJob:input_type -> kubernetes.DeleteBatchV1NamespacedJobRequest + 139, // 1351: kubernetes.KubernetesService.DeleteCertificatesV1CertificateSigningRequest:input_type -> kubernetes.DeleteCertificatesV1CertificateSigningRequestRequest + 140, // 1352: kubernetes.KubernetesService.DeleteCertificatesV1CollectionCertificateSigningRequest:input_type -> kubernetes.DeleteCertificatesV1CollectionCertificateSigningRequestRequest + 141, // 1353: kubernetes.KubernetesService.DeleteCertificatesV1alpha1ClusterTrustBundle:input_type -> kubernetes.DeleteCertificatesV1alpha1ClusterTrustBundleRequest + 142, // 1354: kubernetes.KubernetesService.DeleteCertificatesV1alpha1CollectionClusterTrustBundle:input_type -> kubernetes.DeleteCertificatesV1alpha1CollectionClusterTrustBundleRequest + 143, // 1355: kubernetes.KubernetesService.DeleteCoordinationV1CollectionNamespacedLease:input_type -> kubernetes.DeleteCoordinationV1CollectionNamespacedLeaseRequest + 144, // 1356: kubernetes.KubernetesService.DeleteCoordinationV1NamespacedLease:input_type -> kubernetes.DeleteCoordinationV1NamespacedLeaseRequest + 145, // 1357: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedConfigMap:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedConfigMapRequest + 146, // 1358: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedEndpoints:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedEndpointsRequest + 147, // 1359: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedEvent:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedEventRequest + 148, // 1360: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedLimitRange:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedLimitRangeRequest + 149, // 1361: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedPersistentVolumeClaim:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest + 150, // 1362: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedPod:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedPodRequest + 151, // 1363: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedPodTemplate:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedPodTemplateRequest + 152, // 1364: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedReplicationController:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedReplicationControllerRequest + 153, // 1365: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedResourceQuota:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedResourceQuotaRequest + 154, // 1366: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedSecret:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedSecretRequest + 156, // 1367: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedService:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedServiceRequest + 155, // 1368: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedServiceAccount:input_type -> kubernetes.DeleteCoreV1CollectionNamespacedServiceAccountRequest + 157, // 1369: kubernetes.KubernetesService.DeleteCoreV1CollectionNode:input_type -> kubernetes.DeleteCoreV1CollectionNodeRequest + 158, // 1370: kubernetes.KubernetesService.DeleteCoreV1CollectionPersistentVolume:input_type -> kubernetes.DeleteCoreV1CollectionPersistentVolumeRequest + 159, // 1371: kubernetes.KubernetesService.DeleteCoreV1Namespace:input_type -> kubernetes.DeleteCoreV1NamespaceRequest + 160, // 1372: kubernetes.KubernetesService.DeleteCoreV1NamespacedConfigMap:input_type -> kubernetes.DeleteCoreV1NamespacedConfigMapRequest + 161, // 1373: kubernetes.KubernetesService.DeleteCoreV1NamespacedEndpoints:input_type -> kubernetes.DeleteCoreV1NamespacedEndpointsRequest + 162, // 1374: kubernetes.KubernetesService.DeleteCoreV1NamespacedEvent:input_type -> kubernetes.DeleteCoreV1NamespacedEventRequest + 163, // 1375: kubernetes.KubernetesService.DeleteCoreV1NamespacedLimitRange:input_type -> kubernetes.DeleteCoreV1NamespacedLimitRangeRequest + 164, // 1376: kubernetes.KubernetesService.DeleteCoreV1NamespacedPersistentVolumeClaim:input_type -> kubernetes.DeleteCoreV1NamespacedPersistentVolumeClaimRequest + 165, // 1377: kubernetes.KubernetesService.DeleteCoreV1NamespacedPod:input_type -> kubernetes.DeleteCoreV1NamespacedPodRequest + 166, // 1378: kubernetes.KubernetesService.DeleteCoreV1NamespacedPodTemplate:input_type -> kubernetes.DeleteCoreV1NamespacedPodTemplateRequest + 167, // 1379: kubernetes.KubernetesService.DeleteCoreV1NamespacedReplicationController:input_type -> kubernetes.DeleteCoreV1NamespacedReplicationControllerRequest + 168, // 1380: kubernetes.KubernetesService.DeleteCoreV1NamespacedResourceQuota:input_type -> kubernetes.DeleteCoreV1NamespacedResourceQuotaRequest + 169, // 1381: kubernetes.KubernetesService.DeleteCoreV1NamespacedSecret:input_type -> kubernetes.DeleteCoreV1NamespacedSecretRequest + 171, // 1382: kubernetes.KubernetesService.DeleteCoreV1NamespacedService:input_type -> kubernetes.DeleteCoreV1NamespacedServiceRequest + 170, // 1383: kubernetes.KubernetesService.DeleteCoreV1NamespacedServiceAccount:input_type -> kubernetes.DeleteCoreV1NamespacedServiceAccountRequest + 172, // 1384: kubernetes.KubernetesService.DeleteCoreV1Node:input_type -> kubernetes.DeleteCoreV1NodeRequest + 173, // 1385: kubernetes.KubernetesService.DeleteCoreV1PersistentVolume:input_type -> kubernetes.DeleteCoreV1PersistentVolumeRequest + 174, // 1386: kubernetes.KubernetesService.DeleteDiscoveryV1CollectionNamespacedEndpointSlice:input_type -> kubernetes.DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest + 175, // 1387: kubernetes.KubernetesService.DeleteDiscoveryV1NamespacedEndpointSlice:input_type -> kubernetes.DeleteDiscoveryV1NamespacedEndpointSliceRequest + 176, // 1388: kubernetes.KubernetesService.DeleteEventsV1CollectionNamespacedEvent:input_type -> kubernetes.DeleteEventsV1CollectionNamespacedEventRequest + 177, // 1389: kubernetes.KubernetesService.DeleteEventsV1NamespacedEvent:input_type -> kubernetes.DeleteEventsV1NamespacedEventRequest + 178, // 1390: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta2CollectionFlowSchema:input_type -> kubernetes.DeleteFlowcontrolApiserverV1beta2CollectionFlowSchemaRequest + 179, // 1391: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta2CollectionPriorityLevelConfiguration:input_type -> kubernetes.DeleteFlowcontrolApiserverV1beta2CollectionPriorityLevelConfigurationRequest + 180, // 1392: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta2FlowSchema:input_type -> kubernetes.DeleteFlowcontrolApiserverV1beta2FlowSchemaRequest + 181, // 1393: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta2PriorityLevelConfiguration:input_type -> kubernetes.DeleteFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + 182, // 1394: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta3CollectionFlowSchema:input_type -> kubernetes.DeleteFlowcontrolApiserverV1beta3CollectionFlowSchemaRequest + 183, // 1395: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta3CollectionPriorityLevelConfiguration:input_type -> kubernetes.DeleteFlowcontrolApiserverV1beta3CollectionPriorityLevelConfigurationRequest + 184, // 1396: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta3FlowSchema:input_type -> kubernetes.DeleteFlowcontrolApiserverV1beta3FlowSchemaRequest + 185, // 1397: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta3PriorityLevelConfiguration:input_type -> kubernetes.DeleteFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + 186, // 1398: kubernetes.KubernetesService.DeleteInternalApiserverV1alpha1CollectionStorageVersion:input_type -> kubernetes.DeleteInternalApiserverV1alpha1CollectionStorageVersionRequest + 187, // 1399: kubernetes.KubernetesService.DeleteInternalApiserverV1alpha1StorageVersion:input_type -> kubernetes.DeleteInternalApiserverV1alpha1StorageVersionRequest + 188, // 1400: kubernetes.KubernetesService.DeleteNetworkingV1CollectionIngressClass:input_type -> kubernetes.DeleteNetworkingV1CollectionIngressClassRequest + 189, // 1401: kubernetes.KubernetesService.DeleteNetworkingV1CollectionNamespacedIngress:input_type -> kubernetes.DeleteNetworkingV1CollectionNamespacedIngressRequest + 190, // 1402: kubernetes.KubernetesService.DeleteNetworkingV1CollectionNamespacedNetworkPolicy:input_type -> kubernetes.DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest + 191, // 1403: kubernetes.KubernetesService.DeleteNetworkingV1IngressClass:input_type -> kubernetes.DeleteNetworkingV1IngressClassRequest + 192, // 1404: kubernetes.KubernetesService.DeleteNetworkingV1NamespacedIngress:input_type -> kubernetes.DeleteNetworkingV1NamespacedIngressRequest + 193, // 1405: kubernetes.KubernetesService.DeleteNetworkingV1NamespacedNetworkPolicy:input_type -> kubernetes.DeleteNetworkingV1NamespacedNetworkPolicyRequest + 194, // 1406: kubernetes.KubernetesService.DeleteNetworkingV1alpha1ClusterCidr:input_type -> kubernetes.DeleteNetworkingV1alpha1ClusterCidrRequest + 195, // 1407: kubernetes.KubernetesService.DeleteNetworkingV1alpha1CollectionClusterCidr:input_type -> kubernetes.DeleteNetworkingV1alpha1CollectionClusterCidrRequest + 196, // 1408: kubernetes.KubernetesService.DeleteNetworkingV1alpha1CollectionIpAddress:input_type -> kubernetes.DeleteNetworkingV1alpha1CollectionIpAddressRequest + 197, // 1409: kubernetes.KubernetesService.DeleteNetworkingV1alpha1IpAddress:input_type -> kubernetes.DeleteNetworkingV1alpha1IpAddressRequest + 198, // 1410: kubernetes.KubernetesService.DeleteNodeV1CollectionRuntimeClass:input_type -> kubernetes.DeleteNodeV1CollectionRuntimeClassRequest + 199, // 1411: kubernetes.KubernetesService.DeleteNodeV1RuntimeClass:input_type -> kubernetes.DeleteNodeV1RuntimeClassRequest + 200, // 1412: kubernetes.KubernetesService.DeletePolicyV1CollectionNamespacedPodDisruptionBudget:input_type -> kubernetes.DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest + 201, // 1413: kubernetes.KubernetesService.DeletePolicyV1NamespacedPodDisruptionBudget:input_type -> kubernetes.DeletePolicyV1NamespacedPodDisruptionBudgetRequest + 203, // 1414: kubernetes.KubernetesService.DeleteRbacAuthorizationV1ClusterRole:input_type -> kubernetes.DeleteRbacAuthorizationV1ClusterRoleRequest + 202, // 1415: kubernetes.KubernetesService.DeleteRbacAuthorizationV1ClusterRoleBinding:input_type -> kubernetes.DeleteRbacAuthorizationV1ClusterRoleBindingRequest + 205, // 1416: kubernetes.KubernetesService.DeleteRbacAuthorizationV1CollectionClusterRole:input_type -> kubernetes.DeleteRbacAuthorizationV1CollectionClusterRoleRequest + 204, // 1417: kubernetes.KubernetesService.DeleteRbacAuthorizationV1CollectionClusterRoleBinding:input_type -> kubernetes.DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest + 207, // 1418: kubernetes.KubernetesService.DeleteRbacAuthorizationV1CollectionNamespacedRole:input_type -> kubernetes.DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest + 206, // 1419: kubernetes.KubernetesService.DeleteRbacAuthorizationV1CollectionNamespacedRoleBinding:input_type -> kubernetes.DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest + 209, // 1420: kubernetes.KubernetesService.DeleteRbacAuthorizationV1NamespacedRole:input_type -> kubernetes.DeleteRbacAuthorizationV1NamespacedRoleRequest + 208, // 1421: kubernetes.KubernetesService.DeleteRbacAuthorizationV1NamespacedRoleBinding:input_type -> kubernetes.DeleteRbacAuthorizationV1NamespacedRoleBindingRequest + 210, // 1422: kubernetes.KubernetesService.DeleteResourceV1alpha2CollectionNamespacedPodSchedulingContext:input_type -> kubernetes.DeleteResourceV1alpha2CollectionNamespacedPodSchedulingContextRequest + 211, // 1423: kubernetes.KubernetesService.DeleteResourceV1alpha2CollectionNamespacedResourceClaim:input_type -> kubernetes.DeleteResourceV1alpha2CollectionNamespacedResourceClaimRequest + 212, // 1424: kubernetes.KubernetesService.DeleteResourceV1alpha2CollectionNamespacedResourceClaimTemplate:input_type -> kubernetes.DeleteResourceV1alpha2CollectionNamespacedResourceClaimTemplateRequest + 213, // 1425: kubernetes.KubernetesService.DeleteResourceV1alpha2CollectionResourceClass:input_type -> kubernetes.DeleteResourceV1alpha2CollectionResourceClassRequest + 214, // 1426: kubernetes.KubernetesService.DeleteResourceV1alpha2NamespacedPodSchedulingContext:input_type -> kubernetes.DeleteResourceV1alpha2NamespacedPodSchedulingContextRequest + 215, // 1427: kubernetes.KubernetesService.DeleteResourceV1alpha2NamespacedResourceClaim:input_type -> kubernetes.DeleteResourceV1alpha2NamespacedResourceClaimRequest + 216, // 1428: kubernetes.KubernetesService.DeleteResourceV1alpha2NamespacedResourceClaimTemplate:input_type -> kubernetes.DeleteResourceV1alpha2NamespacedResourceClaimTemplateRequest + 217, // 1429: kubernetes.KubernetesService.DeleteResourceV1alpha2ResourceClass:input_type -> kubernetes.DeleteResourceV1alpha2ResourceClassRequest + 218, // 1430: kubernetes.KubernetesService.DeleteSchedulingV1CollectionPriorityClass:input_type -> kubernetes.DeleteSchedulingV1CollectionPriorityClassRequest + 219, // 1431: kubernetes.KubernetesService.DeleteSchedulingV1PriorityClass:input_type -> kubernetes.DeleteSchedulingV1PriorityClassRequest + 220, // 1432: kubernetes.KubernetesService.DeleteStorageV1CollectionCsiDriver:input_type -> kubernetes.DeleteStorageV1CollectionCsiDriverRequest + 221, // 1433: kubernetes.KubernetesService.DeleteStorageV1CollectionCsiNode:input_type -> kubernetes.DeleteStorageV1CollectionCsiNodeRequest + 222, // 1434: kubernetes.KubernetesService.DeleteStorageV1CollectionNamespacedCsiStorageCapacity:input_type -> kubernetes.DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest + 223, // 1435: kubernetes.KubernetesService.DeleteStorageV1CollectionStorageClass:input_type -> kubernetes.DeleteStorageV1CollectionStorageClassRequest + 224, // 1436: kubernetes.KubernetesService.DeleteStorageV1CollectionVolumeAttachment:input_type -> kubernetes.DeleteStorageV1CollectionVolumeAttachmentRequest + 225, // 1437: kubernetes.KubernetesService.DeleteStorageV1CsiDriver:input_type -> kubernetes.DeleteStorageV1CsiDriverRequest + 226, // 1438: kubernetes.KubernetesService.DeleteStorageV1CsiNode:input_type -> kubernetes.DeleteStorageV1CsiNodeRequest + 227, // 1439: kubernetes.KubernetesService.DeleteStorageV1NamespacedCsiStorageCapacity:input_type -> kubernetes.DeleteStorageV1NamespacedCsiStorageCapacityRequest + 228, // 1440: kubernetes.KubernetesService.DeleteStorageV1StorageClass:input_type -> kubernetes.DeleteStorageV1StorageClassRequest + 229, // 1441: kubernetes.KubernetesService.DeleteStorageV1VolumeAttachment:input_type -> kubernetes.DeleteStorageV1VolumeAttachmentRequest + 1364, // 1442: kubernetes.KubernetesService.GetAdmissionregistrationApiGroup:input_type -> google.protobuf.Empty + 1364, // 1443: kubernetes.KubernetesService.GetAdmissionregistrationV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1444: kubernetes.KubernetesService.GetAdmissionregistrationV1alpha1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1445: kubernetes.KubernetesService.GetApiVersions:input_type -> google.protobuf.Empty + 1364, // 1446: kubernetes.KubernetesService.GetApiextensionsApiGroup:input_type -> google.protobuf.Empty + 1364, // 1447: kubernetes.KubernetesService.GetApiextensionsV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1448: kubernetes.KubernetesService.GetApiregistrationApiGroup:input_type -> google.protobuf.Empty + 1364, // 1449: kubernetes.KubernetesService.GetApiregistrationV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1450: kubernetes.KubernetesService.GetAppsApiGroup:input_type -> google.protobuf.Empty + 1364, // 1451: kubernetes.KubernetesService.GetAppsV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1452: kubernetes.KubernetesService.GetAuthenticationApiGroup:input_type -> google.protobuf.Empty + 1364, // 1453: kubernetes.KubernetesService.GetAuthenticationV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1454: kubernetes.KubernetesService.GetAuthenticationV1alpha1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1455: kubernetes.KubernetesService.GetAuthenticationV1beta1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1456: kubernetes.KubernetesService.GetAuthorizationApiGroup:input_type -> google.protobuf.Empty + 1364, // 1457: kubernetes.KubernetesService.GetAuthorizationV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1458: kubernetes.KubernetesService.GetAutoscalingApiGroup:input_type -> google.protobuf.Empty + 1364, // 1459: kubernetes.KubernetesService.GetAutoscalingV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1460: kubernetes.KubernetesService.GetAutoscalingV2ApiResources:input_type -> google.protobuf.Empty + 1364, // 1461: kubernetes.KubernetesService.GetBatchApiGroup:input_type -> google.protobuf.Empty + 1364, // 1462: kubernetes.KubernetesService.GetBatchV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1463: kubernetes.KubernetesService.GetCertificatesApiGroup:input_type -> google.protobuf.Empty + 1364, // 1464: kubernetes.KubernetesService.GetCertificatesV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1465: kubernetes.KubernetesService.GetCertificatesV1alpha1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1466: kubernetes.KubernetesService.GetCodeVersion:input_type -> google.protobuf.Empty + 1364, // 1467: kubernetes.KubernetesService.GetCoordinationApiGroup:input_type -> google.protobuf.Empty + 1364, // 1468: kubernetes.KubernetesService.GetCoordinationV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1469: kubernetes.KubernetesService.GetCoreApiVersions:input_type -> google.protobuf.Empty + 1364, // 1470: kubernetes.KubernetesService.GetCoreV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1471: kubernetes.KubernetesService.GetDiscoveryApiGroup:input_type -> google.protobuf.Empty + 1364, // 1472: kubernetes.KubernetesService.GetDiscoveryV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1473: kubernetes.KubernetesService.GetEventsApiGroup:input_type -> google.protobuf.Empty + 1364, // 1474: kubernetes.KubernetesService.GetEventsV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1475: kubernetes.KubernetesService.GetFlowcontrolApiserverApiGroup:input_type -> google.protobuf.Empty + 1364, // 1476: kubernetes.KubernetesService.GetFlowcontrolApiserverV1beta2ApiResources:input_type -> google.protobuf.Empty + 1364, // 1477: kubernetes.KubernetesService.GetFlowcontrolApiserverV1beta3ApiResources:input_type -> google.protobuf.Empty + 1364, // 1478: kubernetes.KubernetesService.GetInternalApiserverApiGroup:input_type -> google.protobuf.Empty + 1364, // 1479: kubernetes.KubernetesService.GetInternalApiserverV1alpha1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1480: kubernetes.KubernetesService.GetNetworkingApiGroup:input_type -> google.protobuf.Empty + 1364, // 1481: kubernetes.KubernetesService.GetNetworkingV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1482: kubernetes.KubernetesService.GetNetworkingV1alpha1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1483: kubernetes.KubernetesService.GetNodeApiGroup:input_type -> google.protobuf.Empty + 1364, // 1484: kubernetes.KubernetesService.GetNodeV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1485: kubernetes.KubernetesService.GetPolicyApiGroup:input_type -> google.protobuf.Empty + 1364, // 1486: kubernetes.KubernetesService.GetPolicyV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1487: kubernetes.KubernetesService.GetRbacAuthorizationApiGroup:input_type -> google.protobuf.Empty + 1364, // 1488: kubernetes.KubernetesService.GetRbacAuthorizationV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1489: kubernetes.KubernetesService.GetResourceApiGroup:input_type -> google.protobuf.Empty + 1364, // 1490: kubernetes.KubernetesService.GetResourceV1alpha2ApiResources:input_type -> google.protobuf.Empty + 1364, // 1491: kubernetes.KubernetesService.GetSchedulingApiGroup:input_type -> google.protobuf.Empty + 1364, // 1492: kubernetes.KubernetesService.GetSchedulingV1ApiResources:input_type -> google.protobuf.Empty + 1364, // 1493: kubernetes.KubernetesService.GetServiceAccountIssuerOpenIdConfiguration:input_type -> google.protobuf.Empty + 1364, // 1494: kubernetes.KubernetesService.GetServiceAccountIssuerOpenIdKeyset:input_type -> google.protobuf.Empty + 1364, // 1495: kubernetes.KubernetesService.GetStorageApiGroup:input_type -> google.protobuf.Empty + 1364, // 1496: kubernetes.KubernetesService.GetStorageV1ApiResources:input_type -> google.protobuf.Empty + 774, // 1497: kubernetes.KubernetesService.ListAdmissionregistrationV1MutatingWebhookConfiguration:input_type -> kubernetes.ListAdmissionregistrationV1MutatingWebhookConfigurationRequest + 775, // 1498: kubernetes.KubernetesService.ListAdmissionregistrationV1ValidatingWebhookConfiguration:input_type -> kubernetes.ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest + 777, // 1499: kubernetes.KubernetesService.ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:input_type -> kubernetes.ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + 776, // 1500: kubernetes.KubernetesService.ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:input_type -> kubernetes.ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + 778, // 1501: kubernetes.KubernetesService.ListApiextensionsV1CustomResourceDefinition:input_type -> kubernetes.ListApiextensionsV1CustomResourceDefinitionRequest + 779, // 1502: kubernetes.KubernetesService.ListApiregistrationV1ApiService:input_type -> kubernetes.ListApiregistrationV1ApiServiceRequest + 780, // 1503: kubernetes.KubernetesService.ListAppsV1ControllerRevisionForAllNamespaces:input_type -> kubernetes.ListAppsV1ControllerRevisionForAllNamespacesRequest + 781, // 1504: kubernetes.KubernetesService.ListAppsV1DaemonSetForAllNamespaces:input_type -> kubernetes.ListAppsV1DaemonSetForAllNamespacesRequest + 782, // 1505: kubernetes.KubernetesService.ListAppsV1DeploymentForAllNamespaces:input_type -> kubernetes.ListAppsV1DeploymentForAllNamespacesRequest + 783, // 1506: kubernetes.KubernetesService.ListAppsV1NamespacedControllerRevision:input_type -> kubernetes.ListAppsV1NamespacedControllerRevisionRequest + 784, // 1507: kubernetes.KubernetesService.ListAppsV1NamespacedDaemonSet:input_type -> kubernetes.ListAppsV1NamespacedDaemonSetRequest + 785, // 1508: kubernetes.KubernetesService.ListAppsV1NamespacedDeployment:input_type -> kubernetes.ListAppsV1NamespacedDeploymentRequest + 786, // 1509: kubernetes.KubernetesService.ListAppsV1NamespacedReplicaSet:input_type -> kubernetes.ListAppsV1NamespacedReplicaSetRequest + 787, // 1510: kubernetes.KubernetesService.ListAppsV1NamespacedStatefulSet:input_type -> kubernetes.ListAppsV1NamespacedStatefulSetRequest + 788, // 1511: kubernetes.KubernetesService.ListAppsV1ReplicaSetForAllNamespaces:input_type -> kubernetes.ListAppsV1ReplicaSetForAllNamespacesRequest + 789, // 1512: kubernetes.KubernetesService.ListAppsV1StatefulSetForAllNamespaces:input_type -> kubernetes.ListAppsV1StatefulSetForAllNamespacesRequest + 790, // 1513: kubernetes.KubernetesService.ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces:input_type -> kubernetes.ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest + 791, // 1514: kubernetes.KubernetesService.ListAutoscalingV1NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + 792, // 1515: kubernetes.KubernetesService.ListAutoscalingV2HorizontalPodAutoscalerForAllNamespaces:input_type -> kubernetes.ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest + 793, // 1516: kubernetes.KubernetesService.ListAutoscalingV2NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + 794, // 1517: kubernetes.KubernetesService.ListBatchV1CronJobForAllNamespaces:input_type -> kubernetes.ListBatchV1CronJobForAllNamespacesRequest + 795, // 1518: kubernetes.KubernetesService.ListBatchV1JobForAllNamespaces:input_type -> kubernetes.ListBatchV1JobForAllNamespacesRequest + 796, // 1519: kubernetes.KubernetesService.ListBatchV1NamespacedCronJob:input_type -> kubernetes.ListBatchV1NamespacedCronJobRequest + 797, // 1520: kubernetes.KubernetesService.ListBatchV1NamespacedJob:input_type -> kubernetes.ListBatchV1NamespacedJobRequest + 798, // 1521: kubernetes.KubernetesService.ListCertificatesV1CertificateSigningRequest:input_type -> kubernetes.ListCertificatesV1CertificateSigningRequestRequest + 799, // 1522: kubernetes.KubernetesService.ListCertificatesV1alpha1ClusterTrustBundle:input_type -> kubernetes.ListCertificatesV1alpha1ClusterTrustBundleRequest + 800, // 1523: kubernetes.KubernetesService.ListCoordinationV1LeaseForAllNamespaces:input_type -> kubernetes.ListCoordinationV1LeaseForAllNamespacesRequest + 801, // 1524: kubernetes.KubernetesService.ListCoordinationV1NamespacedLease:input_type -> kubernetes.ListCoordinationV1NamespacedLeaseRequest + 802, // 1525: kubernetes.KubernetesService.ListCoreV1ComponentStatus:input_type -> kubernetes.ListCoreV1ComponentStatusRequest + 803, // 1526: kubernetes.KubernetesService.ListCoreV1ConfigMapForAllNamespaces:input_type -> kubernetes.ListCoreV1ConfigMapForAllNamespacesRequest + 804, // 1527: kubernetes.KubernetesService.ListCoreV1EndpointsForAllNamespaces:input_type -> kubernetes.ListCoreV1EndpointsForAllNamespacesRequest + 805, // 1528: kubernetes.KubernetesService.ListCoreV1EventForAllNamespaces:input_type -> kubernetes.ListCoreV1EventForAllNamespacesRequest + 806, // 1529: kubernetes.KubernetesService.ListCoreV1LimitRangeForAllNamespaces:input_type -> kubernetes.ListCoreV1LimitRangeForAllNamespacesRequest + 807, // 1530: kubernetes.KubernetesService.ListCoreV1Namespace:input_type -> kubernetes.ListCoreV1NamespaceRequest + 808, // 1531: kubernetes.KubernetesService.ListCoreV1NamespacedConfigMap:input_type -> kubernetes.ListCoreV1NamespacedConfigMapRequest + 809, // 1532: kubernetes.KubernetesService.ListCoreV1NamespacedEndpoints:input_type -> kubernetes.ListCoreV1NamespacedEndpointsRequest + 810, // 1533: kubernetes.KubernetesService.ListCoreV1NamespacedEvent:input_type -> kubernetes.ListCoreV1NamespacedEventRequest + 811, // 1534: kubernetes.KubernetesService.ListCoreV1NamespacedLimitRange:input_type -> kubernetes.ListCoreV1NamespacedLimitRangeRequest + 812, // 1535: kubernetes.KubernetesService.ListCoreV1NamespacedPersistentVolumeClaim:input_type -> kubernetes.ListCoreV1NamespacedPersistentVolumeClaimRequest + 813, // 1536: kubernetes.KubernetesService.ListCoreV1NamespacedPod:input_type -> kubernetes.ListCoreV1NamespacedPodRequest + 814, // 1537: kubernetes.KubernetesService.ListCoreV1NamespacedPodTemplate:input_type -> kubernetes.ListCoreV1NamespacedPodTemplateRequest + 815, // 1538: kubernetes.KubernetesService.ListCoreV1NamespacedReplicationController:input_type -> kubernetes.ListCoreV1NamespacedReplicationControllerRequest + 816, // 1539: kubernetes.KubernetesService.ListCoreV1NamespacedResourceQuota:input_type -> kubernetes.ListCoreV1NamespacedResourceQuotaRequest + 817, // 1540: kubernetes.KubernetesService.ListCoreV1NamespacedSecret:input_type -> kubernetes.ListCoreV1NamespacedSecretRequest + 819, // 1541: kubernetes.KubernetesService.ListCoreV1NamespacedService:input_type -> kubernetes.ListCoreV1NamespacedServiceRequest + 818, // 1542: kubernetes.KubernetesService.ListCoreV1NamespacedServiceAccount:input_type -> kubernetes.ListCoreV1NamespacedServiceAccountRequest + 820, // 1543: kubernetes.KubernetesService.ListCoreV1Node:input_type -> kubernetes.ListCoreV1NodeRequest + 822, // 1544: kubernetes.KubernetesService.ListCoreV1PersistentVolume:input_type -> kubernetes.ListCoreV1PersistentVolumeRequest + 821, // 1545: kubernetes.KubernetesService.ListCoreV1PersistentVolumeClaimForAllNamespaces:input_type -> kubernetes.ListCoreV1PersistentVolumeClaimForAllNamespacesRequest + 823, // 1546: kubernetes.KubernetesService.ListCoreV1PodForAllNamespaces:input_type -> kubernetes.ListCoreV1PodForAllNamespacesRequest + 824, // 1547: kubernetes.KubernetesService.ListCoreV1PodTemplateForAllNamespaces:input_type -> kubernetes.ListCoreV1PodTemplateForAllNamespacesRequest + 825, // 1548: kubernetes.KubernetesService.ListCoreV1ReplicationControllerForAllNamespaces:input_type -> kubernetes.ListCoreV1ReplicationControllerForAllNamespacesRequest + 826, // 1549: kubernetes.KubernetesService.ListCoreV1ResourceQuotaForAllNamespaces:input_type -> kubernetes.ListCoreV1ResourceQuotaForAllNamespacesRequest + 827, // 1550: kubernetes.KubernetesService.ListCoreV1SecretForAllNamespaces:input_type -> kubernetes.ListCoreV1SecretForAllNamespacesRequest + 828, // 1551: kubernetes.KubernetesService.ListCoreV1ServiceAccountForAllNamespaces:input_type -> kubernetes.ListCoreV1ServiceAccountForAllNamespacesRequest + 829, // 1552: kubernetes.KubernetesService.ListCoreV1ServiceForAllNamespaces:input_type -> kubernetes.ListCoreV1ServiceForAllNamespacesRequest + 830, // 1553: kubernetes.KubernetesService.ListDiscoveryV1EndpointSliceForAllNamespaces:input_type -> kubernetes.ListDiscoveryV1EndpointSliceForAllNamespacesRequest + 831, // 1554: kubernetes.KubernetesService.ListDiscoveryV1NamespacedEndpointSlice:input_type -> kubernetes.ListDiscoveryV1NamespacedEndpointSliceRequest + 832, // 1555: kubernetes.KubernetesService.ListEventsV1EventForAllNamespaces:input_type -> kubernetes.ListEventsV1EventForAllNamespacesRequest + 833, // 1556: kubernetes.KubernetesService.ListEventsV1NamespacedEvent:input_type -> kubernetes.ListEventsV1NamespacedEventRequest + 834, // 1557: kubernetes.KubernetesService.ListFlowcontrolApiserverV1beta2FlowSchema:input_type -> kubernetes.ListFlowcontrolApiserverV1beta2FlowSchemaRequest + 835, // 1558: kubernetes.KubernetesService.ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration:input_type -> kubernetes.ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + 836, // 1559: kubernetes.KubernetesService.ListFlowcontrolApiserverV1beta3FlowSchema:input_type -> kubernetes.ListFlowcontrolApiserverV1beta3FlowSchemaRequest + 837, // 1560: kubernetes.KubernetesService.ListFlowcontrolApiserverV1beta3PriorityLevelConfiguration:input_type -> kubernetes.ListFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + 838, // 1561: kubernetes.KubernetesService.ListInternalApiserverV1alpha1StorageVersion:input_type -> kubernetes.ListInternalApiserverV1alpha1StorageVersionRequest + 839, // 1562: kubernetes.KubernetesService.ListNetworkingV1IngressClass:input_type -> kubernetes.ListNetworkingV1IngressClassRequest + 840, // 1563: kubernetes.KubernetesService.ListNetworkingV1IngressForAllNamespaces:input_type -> kubernetes.ListNetworkingV1IngressForAllNamespacesRequest + 841, // 1564: kubernetes.KubernetesService.ListNetworkingV1NamespacedIngress:input_type -> kubernetes.ListNetworkingV1NamespacedIngressRequest + 842, // 1565: kubernetes.KubernetesService.ListNetworkingV1NamespacedNetworkPolicy:input_type -> kubernetes.ListNetworkingV1NamespacedNetworkPolicyRequest + 843, // 1566: kubernetes.KubernetesService.ListNetworkingV1NetworkPolicyForAllNamespaces:input_type -> kubernetes.ListNetworkingV1NetworkPolicyForAllNamespacesRequest + 844, // 1567: kubernetes.KubernetesService.ListNetworkingV1alpha1ClusterCidr:input_type -> kubernetes.ListNetworkingV1alpha1ClusterCidrRequest + 845, // 1568: kubernetes.KubernetesService.ListNetworkingV1alpha1IpAddress:input_type -> kubernetes.ListNetworkingV1alpha1IpAddressRequest + 846, // 1569: kubernetes.KubernetesService.ListNodeV1RuntimeClass:input_type -> kubernetes.ListNodeV1RuntimeClassRequest + 847, // 1570: kubernetes.KubernetesService.ListPolicyV1NamespacedPodDisruptionBudget:input_type -> kubernetes.ListPolicyV1NamespacedPodDisruptionBudgetRequest + 848, // 1571: kubernetes.KubernetesService.ListPolicyV1PodDisruptionBudgetForAllNamespaces:input_type -> kubernetes.ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest + 850, // 1572: kubernetes.KubernetesService.ListRbacAuthorizationV1ClusterRole:input_type -> kubernetes.ListRbacAuthorizationV1ClusterRoleRequest + 849, // 1573: kubernetes.KubernetesService.ListRbacAuthorizationV1ClusterRoleBinding:input_type -> kubernetes.ListRbacAuthorizationV1ClusterRoleBindingRequest + 852, // 1574: kubernetes.KubernetesService.ListRbacAuthorizationV1NamespacedRole:input_type -> kubernetes.ListRbacAuthorizationV1NamespacedRoleRequest + 851, // 1575: kubernetes.KubernetesService.ListRbacAuthorizationV1NamespacedRoleBinding:input_type -> kubernetes.ListRbacAuthorizationV1NamespacedRoleBindingRequest + 853, // 1576: kubernetes.KubernetesService.ListRbacAuthorizationV1RoleBindingForAllNamespaces:input_type -> kubernetes.ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest + 854, // 1577: kubernetes.KubernetesService.ListRbacAuthorizationV1RoleForAllNamespaces:input_type -> kubernetes.ListRbacAuthorizationV1RoleForAllNamespacesRequest + 855, // 1578: kubernetes.KubernetesService.ListResourceV1alpha2NamespacedPodSchedulingContext:input_type -> kubernetes.ListResourceV1alpha2NamespacedPodSchedulingContextRequest + 856, // 1579: kubernetes.KubernetesService.ListResourceV1alpha2NamespacedResourceClaim:input_type -> kubernetes.ListResourceV1alpha2NamespacedResourceClaimRequest + 857, // 1580: kubernetes.KubernetesService.ListResourceV1alpha2NamespacedResourceClaimTemplate:input_type -> kubernetes.ListResourceV1alpha2NamespacedResourceClaimTemplateRequest + 858, // 1581: kubernetes.KubernetesService.ListResourceV1alpha2PodSchedulingContextForAllNamespaces:input_type -> kubernetes.ListResourceV1alpha2PodSchedulingContextForAllNamespacesRequest + 859, // 1582: kubernetes.KubernetesService.ListResourceV1alpha2ResourceClaimForAllNamespaces:input_type -> kubernetes.ListResourceV1alpha2ResourceClaimForAllNamespacesRequest + 860, // 1583: kubernetes.KubernetesService.ListResourceV1alpha2ResourceClaimTemplateForAllNamespaces:input_type -> kubernetes.ListResourceV1alpha2ResourceClaimTemplateForAllNamespacesRequest + 861, // 1584: kubernetes.KubernetesService.ListResourceV1alpha2ResourceClass:input_type -> kubernetes.ListResourceV1alpha2ResourceClassRequest + 862, // 1585: kubernetes.KubernetesService.ListSchedulingV1PriorityClass:input_type -> kubernetes.ListSchedulingV1PriorityClassRequest + 863, // 1586: kubernetes.KubernetesService.ListStorageV1CsiDriver:input_type -> kubernetes.ListStorageV1CsiDriverRequest + 864, // 1587: kubernetes.KubernetesService.ListStorageV1CsiNode:input_type -> kubernetes.ListStorageV1CsiNodeRequest + 865, // 1588: kubernetes.KubernetesService.ListStorageV1CsiStorageCapacityForAllNamespaces:input_type -> kubernetes.ListStorageV1CsiStorageCapacityForAllNamespacesRequest + 866, // 1589: kubernetes.KubernetesService.ListStorageV1NamespacedCsiStorageCapacity:input_type -> kubernetes.ListStorageV1NamespacedCsiStorageCapacityRequest + 867, // 1590: kubernetes.KubernetesService.ListStorageV1StorageClass:input_type -> kubernetes.ListStorageV1StorageClassRequest + 868, // 1591: kubernetes.KubernetesService.ListStorageV1VolumeAttachment:input_type -> kubernetes.ListStorageV1VolumeAttachmentRequest + 869, // 1592: kubernetes.KubernetesService.LogFileHandler:input_type -> kubernetes.LogFileHandlerRequest + 1364, // 1593: kubernetes.KubernetesService.LogFileListHandler:input_type -> google.protobuf.Empty + 870, // 1594: kubernetes.KubernetesService.PatchAdmissionregistrationV1MutatingWebhookConfiguration:input_type -> kubernetes.PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest + 871, // 1595: kubernetes.KubernetesService.PatchAdmissionregistrationV1ValidatingWebhookConfiguration:input_type -> kubernetes.PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest + 873, // 1596: kubernetes.KubernetesService.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:input_type -> kubernetes.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + 872, // 1597: kubernetes.KubernetesService.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:input_type -> kubernetes.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + 874, // 1598: kubernetes.KubernetesService.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus:input_type -> kubernetes.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest + 875, // 1599: kubernetes.KubernetesService.PatchApiextensionsV1CustomResourceDefinition:input_type -> kubernetes.PatchApiextensionsV1CustomResourceDefinitionRequest + 876, // 1600: kubernetes.KubernetesService.PatchApiextensionsV1CustomResourceDefinitionStatus:input_type -> kubernetes.PatchApiextensionsV1CustomResourceDefinitionStatusRequest + 877, // 1601: kubernetes.KubernetesService.PatchApiregistrationV1ApiService:input_type -> kubernetes.PatchApiregistrationV1ApiServiceRequest + 878, // 1602: kubernetes.KubernetesService.PatchApiregistrationV1ApiServiceStatus:input_type -> kubernetes.PatchApiregistrationV1ApiServiceStatusRequest + 879, // 1603: kubernetes.KubernetesService.PatchAppsV1NamespacedControllerRevision:input_type -> kubernetes.PatchAppsV1NamespacedControllerRevisionRequest + 880, // 1604: kubernetes.KubernetesService.PatchAppsV1NamespacedDaemonSet:input_type -> kubernetes.PatchAppsV1NamespacedDaemonSetRequest + 881, // 1605: kubernetes.KubernetesService.PatchAppsV1NamespacedDaemonSetStatus:input_type -> kubernetes.PatchAppsV1NamespacedDaemonSetStatusRequest + 882, // 1606: kubernetes.KubernetesService.PatchAppsV1NamespacedDeployment:input_type -> kubernetes.PatchAppsV1NamespacedDeploymentRequest + 883, // 1607: kubernetes.KubernetesService.PatchAppsV1NamespacedDeploymentScale:input_type -> kubernetes.PatchAppsV1NamespacedDeploymentScaleRequest + 884, // 1608: kubernetes.KubernetesService.PatchAppsV1NamespacedDeploymentStatus:input_type -> kubernetes.PatchAppsV1NamespacedDeploymentStatusRequest + 885, // 1609: kubernetes.KubernetesService.PatchAppsV1NamespacedReplicaSet:input_type -> kubernetes.PatchAppsV1NamespacedReplicaSetRequest + 886, // 1610: kubernetes.KubernetesService.PatchAppsV1NamespacedReplicaSetScale:input_type -> kubernetes.PatchAppsV1NamespacedReplicaSetScaleRequest + 887, // 1611: kubernetes.KubernetesService.PatchAppsV1NamespacedReplicaSetStatus:input_type -> kubernetes.PatchAppsV1NamespacedReplicaSetStatusRequest + 888, // 1612: kubernetes.KubernetesService.PatchAppsV1NamespacedStatefulSet:input_type -> kubernetes.PatchAppsV1NamespacedStatefulSetRequest + 889, // 1613: kubernetes.KubernetesService.PatchAppsV1NamespacedStatefulSetScale:input_type -> kubernetes.PatchAppsV1NamespacedStatefulSetScaleRequest + 890, // 1614: kubernetes.KubernetesService.PatchAppsV1NamespacedStatefulSetStatus:input_type -> kubernetes.PatchAppsV1NamespacedStatefulSetStatusRequest + 891, // 1615: kubernetes.KubernetesService.PatchAutoscalingV1NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + 892, // 1616: kubernetes.KubernetesService.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus:input_type -> kubernetes.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest + 893, // 1617: kubernetes.KubernetesService.PatchAutoscalingV2NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + 894, // 1618: kubernetes.KubernetesService.PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatus:input_type -> kubernetes.PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest + 895, // 1619: kubernetes.KubernetesService.PatchBatchV1NamespacedCronJob:input_type -> kubernetes.PatchBatchV1NamespacedCronJobRequest + 896, // 1620: kubernetes.KubernetesService.PatchBatchV1NamespacedCronJobStatus:input_type -> kubernetes.PatchBatchV1NamespacedCronJobStatusRequest + 897, // 1621: kubernetes.KubernetesService.PatchBatchV1NamespacedJob:input_type -> kubernetes.PatchBatchV1NamespacedJobRequest + 898, // 1622: kubernetes.KubernetesService.PatchBatchV1NamespacedJobStatus:input_type -> kubernetes.PatchBatchV1NamespacedJobStatusRequest + 900, // 1623: kubernetes.KubernetesService.PatchCertificatesV1CertificateSigningRequest:input_type -> kubernetes.PatchCertificatesV1CertificateSigningRequestRequest + 899, // 1624: kubernetes.KubernetesService.PatchCertificatesV1CertificateSigningRequestApproval:input_type -> kubernetes.PatchCertificatesV1CertificateSigningRequestApprovalRequest + 901, // 1625: kubernetes.KubernetesService.PatchCertificatesV1CertificateSigningRequestStatus:input_type -> kubernetes.PatchCertificatesV1CertificateSigningRequestStatusRequest + 902, // 1626: kubernetes.KubernetesService.PatchCertificatesV1alpha1ClusterTrustBundle:input_type -> kubernetes.PatchCertificatesV1alpha1ClusterTrustBundleRequest + 903, // 1627: kubernetes.KubernetesService.PatchCoordinationV1NamespacedLease:input_type -> kubernetes.PatchCoordinationV1NamespacedLeaseRequest + 904, // 1628: kubernetes.KubernetesService.PatchCoreV1Namespace:input_type -> kubernetes.PatchCoreV1NamespaceRequest + 905, // 1629: kubernetes.KubernetesService.PatchCoreV1NamespaceStatus:input_type -> kubernetes.PatchCoreV1NamespaceStatusRequest + 906, // 1630: kubernetes.KubernetesService.PatchCoreV1NamespacedConfigMap:input_type -> kubernetes.PatchCoreV1NamespacedConfigMapRequest + 907, // 1631: kubernetes.KubernetesService.PatchCoreV1NamespacedEndpoints:input_type -> kubernetes.PatchCoreV1NamespacedEndpointsRequest + 908, // 1632: kubernetes.KubernetesService.PatchCoreV1NamespacedEvent:input_type -> kubernetes.PatchCoreV1NamespacedEventRequest + 909, // 1633: kubernetes.KubernetesService.PatchCoreV1NamespacedLimitRange:input_type -> kubernetes.PatchCoreV1NamespacedLimitRangeRequest + 910, // 1634: kubernetes.KubernetesService.PatchCoreV1NamespacedPersistentVolumeClaim:input_type -> kubernetes.PatchCoreV1NamespacedPersistentVolumeClaimRequest + 911, // 1635: kubernetes.KubernetesService.PatchCoreV1NamespacedPersistentVolumeClaimStatus:input_type -> kubernetes.PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest + 913, // 1636: kubernetes.KubernetesService.PatchCoreV1NamespacedPod:input_type -> kubernetes.PatchCoreV1NamespacedPodRequest + 912, // 1637: kubernetes.KubernetesService.PatchCoreV1NamespacedPodEphemeralcontainers:input_type -> kubernetes.PatchCoreV1NamespacedPodEphemeralcontainersRequest + 914, // 1638: kubernetes.KubernetesService.PatchCoreV1NamespacedPodStatus:input_type -> kubernetes.PatchCoreV1NamespacedPodStatusRequest + 915, // 1639: kubernetes.KubernetesService.PatchCoreV1NamespacedPodTemplate:input_type -> kubernetes.PatchCoreV1NamespacedPodTemplateRequest + 916, // 1640: kubernetes.KubernetesService.PatchCoreV1NamespacedReplicationController:input_type -> kubernetes.PatchCoreV1NamespacedReplicationControllerRequest + 917, // 1641: kubernetes.KubernetesService.PatchCoreV1NamespacedReplicationControllerScale:input_type -> kubernetes.PatchCoreV1NamespacedReplicationControllerScaleRequest + 918, // 1642: kubernetes.KubernetesService.PatchCoreV1NamespacedReplicationControllerStatus:input_type -> kubernetes.PatchCoreV1NamespacedReplicationControllerStatusRequest + 919, // 1643: kubernetes.KubernetesService.PatchCoreV1NamespacedResourceQuota:input_type -> kubernetes.PatchCoreV1NamespacedResourceQuotaRequest + 920, // 1644: kubernetes.KubernetesService.PatchCoreV1NamespacedResourceQuotaStatus:input_type -> kubernetes.PatchCoreV1NamespacedResourceQuotaStatusRequest + 921, // 1645: kubernetes.KubernetesService.PatchCoreV1NamespacedSecret:input_type -> kubernetes.PatchCoreV1NamespacedSecretRequest + 923, // 1646: kubernetes.KubernetesService.PatchCoreV1NamespacedService:input_type -> kubernetes.PatchCoreV1NamespacedServiceRequest + 922, // 1647: kubernetes.KubernetesService.PatchCoreV1NamespacedServiceAccount:input_type -> kubernetes.PatchCoreV1NamespacedServiceAccountRequest + 924, // 1648: kubernetes.KubernetesService.PatchCoreV1NamespacedServiceStatus:input_type -> kubernetes.PatchCoreV1NamespacedServiceStatusRequest + 925, // 1649: kubernetes.KubernetesService.PatchCoreV1Node:input_type -> kubernetes.PatchCoreV1NodeRequest + 926, // 1650: kubernetes.KubernetesService.PatchCoreV1NodeStatus:input_type -> kubernetes.PatchCoreV1NodeStatusRequest + 927, // 1651: kubernetes.KubernetesService.PatchCoreV1PersistentVolume:input_type -> kubernetes.PatchCoreV1PersistentVolumeRequest + 928, // 1652: kubernetes.KubernetesService.PatchCoreV1PersistentVolumeStatus:input_type -> kubernetes.PatchCoreV1PersistentVolumeStatusRequest + 929, // 1653: kubernetes.KubernetesService.PatchDiscoveryV1NamespacedEndpointSlice:input_type -> kubernetes.PatchDiscoveryV1NamespacedEndpointSliceRequest + 930, // 1654: kubernetes.KubernetesService.PatchEventsV1NamespacedEvent:input_type -> kubernetes.PatchEventsV1NamespacedEventRequest + 931, // 1655: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta2FlowSchema:input_type -> kubernetes.PatchFlowcontrolApiserverV1beta2FlowSchemaRequest + 932, // 1656: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta2FlowSchemaStatus:input_type -> kubernetes.PatchFlowcontrolApiserverV1beta2FlowSchemaStatusRequest + 933, // 1657: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration:input_type -> kubernetes.PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + 934, // 1658: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus:input_type -> kubernetes.PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest + 935, // 1659: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta3FlowSchema:input_type -> kubernetes.PatchFlowcontrolApiserverV1beta3FlowSchemaRequest + 936, // 1660: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta3FlowSchemaStatus:input_type -> kubernetes.PatchFlowcontrolApiserverV1beta3FlowSchemaStatusRequest + 937, // 1661: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta3PriorityLevelConfiguration:input_type -> kubernetes.PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + 938, // 1662: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus:input_type -> kubernetes.PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest + 939, // 1663: kubernetes.KubernetesService.PatchInternalApiserverV1alpha1StorageVersion:input_type -> kubernetes.PatchInternalApiserverV1alpha1StorageVersionRequest + 940, // 1664: kubernetes.KubernetesService.PatchInternalApiserverV1alpha1StorageVersionStatus:input_type -> kubernetes.PatchInternalApiserverV1alpha1StorageVersionStatusRequest + 941, // 1665: kubernetes.KubernetesService.PatchNetworkingV1IngressClass:input_type -> kubernetes.PatchNetworkingV1IngressClassRequest + 942, // 1666: kubernetes.KubernetesService.PatchNetworkingV1NamespacedIngress:input_type -> kubernetes.PatchNetworkingV1NamespacedIngressRequest + 943, // 1667: kubernetes.KubernetesService.PatchNetworkingV1NamespacedIngressStatus:input_type -> kubernetes.PatchNetworkingV1NamespacedIngressStatusRequest + 944, // 1668: kubernetes.KubernetesService.PatchNetworkingV1NamespacedNetworkPolicy:input_type -> kubernetes.PatchNetworkingV1NamespacedNetworkPolicyRequest + 945, // 1669: kubernetes.KubernetesService.PatchNetworkingV1alpha1ClusterCidr:input_type -> kubernetes.PatchNetworkingV1alpha1ClusterCidrRequest + 946, // 1670: kubernetes.KubernetesService.PatchNetworkingV1alpha1IpAddress:input_type -> kubernetes.PatchNetworkingV1alpha1IpAddressRequest + 947, // 1671: kubernetes.KubernetesService.PatchNodeV1RuntimeClass:input_type -> kubernetes.PatchNodeV1RuntimeClassRequest + 948, // 1672: kubernetes.KubernetesService.PatchPolicyV1NamespacedPodDisruptionBudget:input_type -> kubernetes.PatchPolicyV1NamespacedPodDisruptionBudgetRequest + 949, // 1673: kubernetes.KubernetesService.PatchPolicyV1NamespacedPodDisruptionBudgetStatus:input_type -> kubernetes.PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest + 951, // 1674: kubernetes.KubernetesService.PatchRbacAuthorizationV1ClusterRole:input_type -> kubernetes.PatchRbacAuthorizationV1ClusterRoleRequest + 950, // 1675: kubernetes.KubernetesService.PatchRbacAuthorizationV1ClusterRoleBinding:input_type -> kubernetes.PatchRbacAuthorizationV1ClusterRoleBindingRequest + 953, // 1676: kubernetes.KubernetesService.PatchRbacAuthorizationV1NamespacedRole:input_type -> kubernetes.PatchRbacAuthorizationV1NamespacedRoleRequest + 952, // 1677: kubernetes.KubernetesService.PatchRbacAuthorizationV1NamespacedRoleBinding:input_type -> kubernetes.PatchRbacAuthorizationV1NamespacedRoleBindingRequest + 954, // 1678: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedPodSchedulingContext:input_type -> kubernetes.PatchResourceV1alpha2NamespacedPodSchedulingContextRequest + 955, // 1679: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedPodSchedulingContextStatus:input_type -> kubernetes.PatchResourceV1alpha2NamespacedPodSchedulingContextStatusRequest + 956, // 1680: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedResourceClaim:input_type -> kubernetes.PatchResourceV1alpha2NamespacedResourceClaimRequest + 957, // 1681: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedResourceClaimStatus:input_type -> kubernetes.PatchResourceV1alpha2NamespacedResourceClaimStatusRequest + 958, // 1682: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedResourceClaimTemplate:input_type -> kubernetes.PatchResourceV1alpha2NamespacedResourceClaimTemplateRequest + 959, // 1683: kubernetes.KubernetesService.PatchResourceV1alpha2ResourceClass:input_type -> kubernetes.PatchResourceV1alpha2ResourceClassRequest + 960, // 1684: kubernetes.KubernetesService.PatchSchedulingV1PriorityClass:input_type -> kubernetes.PatchSchedulingV1PriorityClassRequest + 961, // 1685: kubernetes.KubernetesService.PatchStorageV1CsiDriver:input_type -> kubernetes.PatchStorageV1CsiDriverRequest + 962, // 1686: kubernetes.KubernetesService.PatchStorageV1CsiNode:input_type -> kubernetes.PatchStorageV1CsiNodeRequest + 963, // 1687: kubernetes.KubernetesService.PatchStorageV1NamespacedCsiStorageCapacity:input_type -> kubernetes.PatchStorageV1NamespacedCsiStorageCapacityRequest + 964, // 1688: kubernetes.KubernetesService.PatchStorageV1StorageClass:input_type -> kubernetes.PatchStorageV1StorageClassRequest + 965, // 1689: kubernetes.KubernetesService.PatchStorageV1VolumeAttachment:input_type -> kubernetes.PatchStorageV1VolumeAttachmentRequest + 966, // 1690: kubernetes.KubernetesService.PatchStorageV1VolumeAttachmentStatus:input_type -> kubernetes.PatchStorageV1VolumeAttachmentStatusRequest + 967, // 1691: kubernetes.KubernetesService.ReadAdmissionregistrationV1MutatingWebhookConfiguration:input_type -> kubernetes.ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest + 968, // 1692: kubernetes.KubernetesService.ReadAdmissionregistrationV1ValidatingWebhookConfiguration:input_type -> kubernetes.ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest + 970, // 1693: kubernetes.KubernetesService.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:input_type -> kubernetes.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + 969, // 1694: kubernetes.KubernetesService.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:input_type -> kubernetes.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + 971, // 1695: kubernetes.KubernetesService.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus:input_type -> kubernetes.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest + 972, // 1696: kubernetes.KubernetesService.ReadApiextensionsV1CustomResourceDefinition:input_type -> kubernetes.ReadApiextensionsV1CustomResourceDefinitionRequest + 973, // 1697: kubernetes.KubernetesService.ReadApiextensionsV1CustomResourceDefinitionStatus:input_type -> kubernetes.ReadApiextensionsV1CustomResourceDefinitionStatusRequest + 974, // 1698: kubernetes.KubernetesService.ReadApiregistrationV1ApiService:input_type -> kubernetes.ReadApiregistrationV1ApiServiceRequest + 975, // 1699: kubernetes.KubernetesService.ReadApiregistrationV1ApiServiceStatus:input_type -> kubernetes.ReadApiregistrationV1ApiServiceStatusRequest + 976, // 1700: kubernetes.KubernetesService.ReadAppsV1NamespacedControllerRevision:input_type -> kubernetes.ReadAppsV1NamespacedControllerRevisionRequest + 977, // 1701: kubernetes.KubernetesService.ReadAppsV1NamespacedDaemonSet:input_type -> kubernetes.ReadAppsV1NamespacedDaemonSetRequest + 978, // 1702: kubernetes.KubernetesService.ReadAppsV1NamespacedDaemonSetStatus:input_type -> kubernetes.ReadAppsV1NamespacedDaemonSetStatusRequest + 979, // 1703: kubernetes.KubernetesService.ReadAppsV1NamespacedDeployment:input_type -> kubernetes.ReadAppsV1NamespacedDeploymentRequest + 980, // 1704: kubernetes.KubernetesService.ReadAppsV1NamespacedDeploymentScale:input_type -> kubernetes.ReadAppsV1NamespacedDeploymentScaleRequest + 981, // 1705: kubernetes.KubernetesService.ReadAppsV1NamespacedDeploymentStatus:input_type -> kubernetes.ReadAppsV1NamespacedDeploymentStatusRequest + 982, // 1706: kubernetes.KubernetesService.ReadAppsV1NamespacedReplicaSet:input_type -> kubernetes.ReadAppsV1NamespacedReplicaSetRequest + 983, // 1707: kubernetes.KubernetesService.ReadAppsV1NamespacedReplicaSetScale:input_type -> kubernetes.ReadAppsV1NamespacedReplicaSetScaleRequest + 984, // 1708: kubernetes.KubernetesService.ReadAppsV1NamespacedReplicaSetStatus:input_type -> kubernetes.ReadAppsV1NamespacedReplicaSetStatusRequest + 985, // 1709: kubernetes.KubernetesService.ReadAppsV1NamespacedStatefulSet:input_type -> kubernetes.ReadAppsV1NamespacedStatefulSetRequest + 986, // 1710: kubernetes.KubernetesService.ReadAppsV1NamespacedStatefulSetScale:input_type -> kubernetes.ReadAppsV1NamespacedStatefulSetScaleRequest + 987, // 1711: kubernetes.KubernetesService.ReadAppsV1NamespacedStatefulSetStatus:input_type -> kubernetes.ReadAppsV1NamespacedStatefulSetStatusRequest + 988, // 1712: kubernetes.KubernetesService.ReadAutoscalingV1NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + 989, // 1713: kubernetes.KubernetesService.ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus:input_type -> kubernetes.ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest + 990, // 1714: kubernetes.KubernetesService.ReadAutoscalingV2NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + 991, // 1715: kubernetes.KubernetesService.ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatus:input_type -> kubernetes.ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest + 992, // 1716: kubernetes.KubernetesService.ReadBatchV1NamespacedCronJob:input_type -> kubernetes.ReadBatchV1NamespacedCronJobRequest + 993, // 1717: kubernetes.KubernetesService.ReadBatchV1NamespacedCronJobStatus:input_type -> kubernetes.ReadBatchV1NamespacedCronJobStatusRequest + 994, // 1718: kubernetes.KubernetesService.ReadBatchV1NamespacedJob:input_type -> kubernetes.ReadBatchV1NamespacedJobRequest + 995, // 1719: kubernetes.KubernetesService.ReadBatchV1NamespacedJobStatus:input_type -> kubernetes.ReadBatchV1NamespacedJobStatusRequest + 997, // 1720: kubernetes.KubernetesService.ReadCertificatesV1CertificateSigningRequest:input_type -> kubernetes.ReadCertificatesV1CertificateSigningRequestRequest + 996, // 1721: kubernetes.KubernetesService.ReadCertificatesV1CertificateSigningRequestApproval:input_type -> kubernetes.ReadCertificatesV1CertificateSigningRequestApprovalRequest + 998, // 1722: kubernetes.KubernetesService.ReadCertificatesV1CertificateSigningRequestStatus:input_type -> kubernetes.ReadCertificatesV1CertificateSigningRequestStatusRequest + 999, // 1723: kubernetes.KubernetesService.ReadCertificatesV1alpha1ClusterTrustBundle:input_type -> kubernetes.ReadCertificatesV1alpha1ClusterTrustBundleRequest + 1000, // 1724: kubernetes.KubernetesService.ReadCoordinationV1NamespacedLease:input_type -> kubernetes.ReadCoordinationV1NamespacedLeaseRequest + 1001, // 1725: kubernetes.KubernetesService.ReadCoreV1ComponentStatus:input_type -> kubernetes.ReadCoreV1ComponentStatusRequest + 1002, // 1726: kubernetes.KubernetesService.ReadCoreV1Namespace:input_type -> kubernetes.ReadCoreV1NamespaceRequest + 1003, // 1727: kubernetes.KubernetesService.ReadCoreV1NamespaceStatus:input_type -> kubernetes.ReadCoreV1NamespaceStatusRequest + 1004, // 1728: kubernetes.KubernetesService.ReadCoreV1NamespacedConfigMap:input_type -> kubernetes.ReadCoreV1NamespacedConfigMapRequest + 1005, // 1729: kubernetes.KubernetesService.ReadCoreV1NamespacedEndpoints:input_type -> kubernetes.ReadCoreV1NamespacedEndpointsRequest + 1006, // 1730: kubernetes.KubernetesService.ReadCoreV1NamespacedEvent:input_type -> kubernetes.ReadCoreV1NamespacedEventRequest + 1007, // 1731: kubernetes.KubernetesService.ReadCoreV1NamespacedLimitRange:input_type -> kubernetes.ReadCoreV1NamespacedLimitRangeRequest + 1008, // 1732: kubernetes.KubernetesService.ReadCoreV1NamespacedPersistentVolumeClaim:input_type -> kubernetes.ReadCoreV1NamespacedPersistentVolumeClaimRequest + 1009, // 1733: kubernetes.KubernetesService.ReadCoreV1NamespacedPersistentVolumeClaimStatus:input_type -> kubernetes.ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest + 1012, // 1734: kubernetes.KubernetesService.ReadCoreV1NamespacedPod:input_type -> kubernetes.ReadCoreV1NamespacedPodRequest + 1010, // 1735: kubernetes.KubernetesService.ReadCoreV1NamespacedPodEphemeralcontainers:input_type -> kubernetes.ReadCoreV1NamespacedPodEphemeralcontainersRequest + 1011, // 1736: kubernetes.KubernetesService.ReadCoreV1NamespacedPodLog:input_type -> kubernetes.ReadCoreV1NamespacedPodLogRequest + 1013, // 1737: kubernetes.KubernetesService.ReadCoreV1NamespacedPodStatus:input_type -> kubernetes.ReadCoreV1NamespacedPodStatusRequest + 1014, // 1738: kubernetes.KubernetesService.ReadCoreV1NamespacedPodTemplate:input_type -> kubernetes.ReadCoreV1NamespacedPodTemplateRequest + 1015, // 1739: kubernetes.KubernetesService.ReadCoreV1NamespacedReplicationController:input_type -> kubernetes.ReadCoreV1NamespacedReplicationControllerRequest + 1016, // 1740: kubernetes.KubernetesService.ReadCoreV1NamespacedReplicationControllerScale:input_type -> kubernetes.ReadCoreV1NamespacedReplicationControllerScaleRequest + 1017, // 1741: kubernetes.KubernetesService.ReadCoreV1NamespacedReplicationControllerStatus:input_type -> kubernetes.ReadCoreV1NamespacedReplicationControllerStatusRequest + 1018, // 1742: kubernetes.KubernetesService.ReadCoreV1NamespacedResourceQuota:input_type -> kubernetes.ReadCoreV1NamespacedResourceQuotaRequest + 1019, // 1743: kubernetes.KubernetesService.ReadCoreV1NamespacedResourceQuotaStatus:input_type -> kubernetes.ReadCoreV1NamespacedResourceQuotaStatusRequest + 1020, // 1744: kubernetes.KubernetesService.ReadCoreV1NamespacedSecret:input_type -> kubernetes.ReadCoreV1NamespacedSecretRequest + 1022, // 1745: kubernetes.KubernetesService.ReadCoreV1NamespacedService:input_type -> kubernetes.ReadCoreV1NamespacedServiceRequest + 1021, // 1746: kubernetes.KubernetesService.ReadCoreV1NamespacedServiceAccount:input_type -> kubernetes.ReadCoreV1NamespacedServiceAccountRequest + 1023, // 1747: kubernetes.KubernetesService.ReadCoreV1NamespacedServiceStatus:input_type -> kubernetes.ReadCoreV1NamespacedServiceStatusRequest + 1024, // 1748: kubernetes.KubernetesService.ReadCoreV1Node:input_type -> kubernetes.ReadCoreV1NodeRequest + 1025, // 1749: kubernetes.KubernetesService.ReadCoreV1NodeStatus:input_type -> kubernetes.ReadCoreV1NodeStatusRequest + 1026, // 1750: kubernetes.KubernetesService.ReadCoreV1PersistentVolume:input_type -> kubernetes.ReadCoreV1PersistentVolumeRequest + 1027, // 1751: kubernetes.KubernetesService.ReadCoreV1PersistentVolumeStatus:input_type -> kubernetes.ReadCoreV1PersistentVolumeStatusRequest + 1028, // 1752: kubernetes.KubernetesService.ReadDiscoveryV1NamespacedEndpointSlice:input_type -> kubernetes.ReadDiscoveryV1NamespacedEndpointSliceRequest + 1029, // 1753: kubernetes.KubernetesService.ReadEventsV1NamespacedEvent:input_type -> kubernetes.ReadEventsV1NamespacedEventRequest + 1030, // 1754: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta2FlowSchema:input_type -> kubernetes.ReadFlowcontrolApiserverV1beta2FlowSchemaRequest + 1031, // 1755: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta2FlowSchemaStatus:input_type -> kubernetes.ReadFlowcontrolApiserverV1beta2FlowSchemaStatusRequest + 1032, // 1756: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration:input_type -> kubernetes.ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + 1033, // 1757: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus:input_type -> kubernetes.ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest + 1034, // 1758: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta3FlowSchema:input_type -> kubernetes.ReadFlowcontrolApiserverV1beta3FlowSchemaRequest + 1035, // 1759: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta3FlowSchemaStatus:input_type -> kubernetes.ReadFlowcontrolApiserverV1beta3FlowSchemaStatusRequest + 1036, // 1760: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta3PriorityLevelConfiguration:input_type -> kubernetes.ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + 1037, // 1761: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus:input_type -> kubernetes.ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest + 1038, // 1762: kubernetes.KubernetesService.ReadInternalApiserverV1alpha1StorageVersion:input_type -> kubernetes.ReadInternalApiserverV1alpha1StorageVersionRequest + 1039, // 1763: kubernetes.KubernetesService.ReadInternalApiserverV1alpha1StorageVersionStatus:input_type -> kubernetes.ReadInternalApiserverV1alpha1StorageVersionStatusRequest + 1040, // 1764: kubernetes.KubernetesService.ReadNetworkingV1IngressClass:input_type -> kubernetes.ReadNetworkingV1IngressClassRequest + 1041, // 1765: kubernetes.KubernetesService.ReadNetworkingV1NamespacedIngress:input_type -> kubernetes.ReadNetworkingV1NamespacedIngressRequest + 1042, // 1766: kubernetes.KubernetesService.ReadNetworkingV1NamespacedIngressStatus:input_type -> kubernetes.ReadNetworkingV1NamespacedIngressStatusRequest + 1043, // 1767: kubernetes.KubernetesService.ReadNetworkingV1NamespacedNetworkPolicy:input_type -> kubernetes.ReadNetworkingV1NamespacedNetworkPolicyRequest + 1044, // 1768: kubernetes.KubernetesService.ReadNetworkingV1alpha1ClusterCidr:input_type -> kubernetes.ReadNetworkingV1alpha1ClusterCidrRequest + 1045, // 1769: kubernetes.KubernetesService.ReadNetworkingV1alpha1IpAddress:input_type -> kubernetes.ReadNetworkingV1alpha1IpAddressRequest + 1046, // 1770: kubernetes.KubernetesService.ReadNodeV1RuntimeClass:input_type -> kubernetes.ReadNodeV1RuntimeClassRequest + 1047, // 1771: kubernetes.KubernetesService.ReadPolicyV1NamespacedPodDisruptionBudget:input_type -> kubernetes.ReadPolicyV1NamespacedPodDisruptionBudgetRequest + 1048, // 1772: kubernetes.KubernetesService.ReadPolicyV1NamespacedPodDisruptionBudgetStatus:input_type -> kubernetes.ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest + 1050, // 1773: kubernetes.KubernetesService.ReadRbacAuthorizationV1ClusterRole:input_type -> kubernetes.ReadRbacAuthorizationV1ClusterRoleRequest + 1049, // 1774: kubernetes.KubernetesService.ReadRbacAuthorizationV1ClusterRoleBinding:input_type -> kubernetes.ReadRbacAuthorizationV1ClusterRoleBindingRequest + 1052, // 1775: kubernetes.KubernetesService.ReadRbacAuthorizationV1NamespacedRole:input_type -> kubernetes.ReadRbacAuthorizationV1NamespacedRoleRequest + 1051, // 1776: kubernetes.KubernetesService.ReadRbacAuthorizationV1NamespacedRoleBinding:input_type -> kubernetes.ReadRbacAuthorizationV1NamespacedRoleBindingRequest + 1053, // 1777: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedPodSchedulingContext:input_type -> kubernetes.ReadResourceV1alpha2NamespacedPodSchedulingContextRequest + 1054, // 1778: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedPodSchedulingContextStatus:input_type -> kubernetes.ReadResourceV1alpha2NamespacedPodSchedulingContextStatusRequest + 1055, // 1779: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedResourceClaim:input_type -> kubernetes.ReadResourceV1alpha2NamespacedResourceClaimRequest + 1056, // 1780: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedResourceClaimStatus:input_type -> kubernetes.ReadResourceV1alpha2NamespacedResourceClaimStatusRequest + 1057, // 1781: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedResourceClaimTemplate:input_type -> kubernetes.ReadResourceV1alpha2NamespacedResourceClaimTemplateRequest + 1058, // 1782: kubernetes.KubernetesService.ReadResourceV1alpha2ResourceClass:input_type -> kubernetes.ReadResourceV1alpha2ResourceClassRequest + 1059, // 1783: kubernetes.KubernetesService.ReadSchedulingV1PriorityClass:input_type -> kubernetes.ReadSchedulingV1PriorityClassRequest + 1060, // 1784: kubernetes.KubernetesService.ReadStorageV1CsiDriver:input_type -> kubernetes.ReadStorageV1CsiDriverRequest + 1061, // 1785: kubernetes.KubernetesService.ReadStorageV1CsiNode:input_type -> kubernetes.ReadStorageV1CsiNodeRequest + 1062, // 1786: kubernetes.KubernetesService.ReadStorageV1NamespacedCsiStorageCapacity:input_type -> kubernetes.ReadStorageV1NamespacedCsiStorageCapacityRequest + 1063, // 1787: kubernetes.KubernetesService.ReadStorageV1StorageClass:input_type -> kubernetes.ReadStorageV1StorageClassRequest + 1064, // 1788: kubernetes.KubernetesService.ReadStorageV1VolumeAttachment:input_type -> kubernetes.ReadStorageV1VolumeAttachmentRequest + 1065, // 1789: kubernetes.KubernetesService.ReadStorageV1VolumeAttachmentStatus:input_type -> kubernetes.ReadStorageV1VolumeAttachmentStatusRequest + 1066, // 1790: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1MutatingWebhookConfiguration:input_type -> kubernetes.ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest + 1067, // 1791: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration:input_type -> kubernetes.ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest + 1069, // 1792: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:input_type -> kubernetes.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + 1068, // 1793: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:input_type -> kubernetes.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + 1070, // 1794: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus:input_type -> kubernetes.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest + 1071, // 1795: kubernetes.KubernetesService.ReplaceApiextensionsV1CustomResourceDefinition:input_type -> kubernetes.ReplaceApiextensionsV1CustomResourceDefinitionRequest + 1072, // 1796: kubernetes.KubernetesService.ReplaceApiextensionsV1CustomResourceDefinitionStatus:input_type -> kubernetes.ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest + 1073, // 1797: kubernetes.KubernetesService.ReplaceApiregistrationV1ApiService:input_type -> kubernetes.ReplaceApiregistrationV1ApiServiceRequest + 1074, // 1798: kubernetes.KubernetesService.ReplaceApiregistrationV1ApiServiceStatus:input_type -> kubernetes.ReplaceApiregistrationV1ApiServiceStatusRequest + 1075, // 1799: kubernetes.KubernetesService.ReplaceAppsV1NamespacedControllerRevision:input_type -> kubernetes.ReplaceAppsV1NamespacedControllerRevisionRequest + 1076, // 1800: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDaemonSet:input_type -> kubernetes.ReplaceAppsV1NamespacedDaemonSetRequest + 1077, // 1801: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDaemonSetStatus:input_type -> kubernetes.ReplaceAppsV1NamespacedDaemonSetStatusRequest + 1078, // 1802: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDeployment:input_type -> kubernetes.ReplaceAppsV1NamespacedDeploymentRequest + 1079, // 1803: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDeploymentScale:input_type -> kubernetes.ReplaceAppsV1NamespacedDeploymentScaleRequest + 1080, // 1804: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDeploymentStatus:input_type -> kubernetes.ReplaceAppsV1NamespacedDeploymentStatusRequest + 1081, // 1805: kubernetes.KubernetesService.ReplaceAppsV1NamespacedReplicaSet:input_type -> kubernetes.ReplaceAppsV1NamespacedReplicaSetRequest + 1082, // 1806: kubernetes.KubernetesService.ReplaceAppsV1NamespacedReplicaSetScale:input_type -> kubernetes.ReplaceAppsV1NamespacedReplicaSetScaleRequest + 1083, // 1807: kubernetes.KubernetesService.ReplaceAppsV1NamespacedReplicaSetStatus:input_type -> kubernetes.ReplaceAppsV1NamespacedReplicaSetStatusRequest + 1084, // 1808: kubernetes.KubernetesService.ReplaceAppsV1NamespacedStatefulSet:input_type -> kubernetes.ReplaceAppsV1NamespacedStatefulSetRequest + 1085, // 1809: kubernetes.KubernetesService.ReplaceAppsV1NamespacedStatefulSetScale:input_type -> kubernetes.ReplaceAppsV1NamespacedStatefulSetScaleRequest + 1086, // 1810: kubernetes.KubernetesService.ReplaceAppsV1NamespacedStatefulSetStatus:input_type -> kubernetes.ReplaceAppsV1NamespacedStatefulSetStatusRequest + 1087, // 1811: kubernetes.KubernetesService.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + 1088, // 1812: kubernetes.KubernetesService.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus:input_type -> kubernetes.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest + 1089, // 1813: kubernetes.KubernetesService.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + 1090, // 1814: kubernetes.KubernetesService.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus:input_type -> kubernetes.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest + 1091, // 1815: kubernetes.KubernetesService.ReplaceBatchV1NamespacedCronJob:input_type -> kubernetes.ReplaceBatchV1NamespacedCronJobRequest + 1092, // 1816: kubernetes.KubernetesService.ReplaceBatchV1NamespacedCronJobStatus:input_type -> kubernetes.ReplaceBatchV1NamespacedCronJobStatusRequest + 1093, // 1817: kubernetes.KubernetesService.ReplaceBatchV1NamespacedJob:input_type -> kubernetes.ReplaceBatchV1NamespacedJobRequest + 1094, // 1818: kubernetes.KubernetesService.ReplaceBatchV1NamespacedJobStatus:input_type -> kubernetes.ReplaceBatchV1NamespacedJobStatusRequest + 1096, // 1819: kubernetes.KubernetesService.ReplaceCertificatesV1CertificateSigningRequest:input_type -> kubernetes.ReplaceCertificatesV1CertificateSigningRequestRequest + 1095, // 1820: kubernetes.KubernetesService.ReplaceCertificatesV1CertificateSigningRequestApproval:input_type -> kubernetes.ReplaceCertificatesV1CertificateSigningRequestApprovalRequest + 1097, // 1821: kubernetes.KubernetesService.ReplaceCertificatesV1CertificateSigningRequestStatus:input_type -> kubernetes.ReplaceCertificatesV1CertificateSigningRequestStatusRequest + 1098, // 1822: kubernetes.KubernetesService.ReplaceCertificatesV1alpha1ClusterTrustBundle:input_type -> kubernetes.ReplaceCertificatesV1alpha1ClusterTrustBundleRequest + 1099, // 1823: kubernetes.KubernetesService.ReplaceCoordinationV1NamespacedLease:input_type -> kubernetes.ReplaceCoordinationV1NamespacedLeaseRequest + 1101, // 1824: kubernetes.KubernetesService.ReplaceCoreV1Namespace:input_type -> kubernetes.ReplaceCoreV1NamespaceRequest + 1100, // 1825: kubernetes.KubernetesService.ReplaceCoreV1NamespaceFinalize:input_type -> kubernetes.ReplaceCoreV1NamespaceFinalizeRequest + 1102, // 1826: kubernetes.KubernetesService.ReplaceCoreV1NamespaceStatus:input_type -> kubernetes.ReplaceCoreV1NamespaceStatusRequest + 1103, // 1827: kubernetes.KubernetesService.ReplaceCoreV1NamespacedConfigMap:input_type -> kubernetes.ReplaceCoreV1NamespacedConfigMapRequest + 1104, // 1828: kubernetes.KubernetesService.ReplaceCoreV1NamespacedEndpoints:input_type -> kubernetes.ReplaceCoreV1NamespacedEndpointsRequest + 1105, // 1829: kubernetes.KubernetesService.ReplaceCoreV1NamespacedEvent:input_type -> kubernetes.ReplaceCoreV1NamespacedEventRequest + 1106, // 1830: kubernetes.KubernetesService.ReplaceCoreV1NamespacedLimitRange:input_type -> kubernetes.ReplaceCoreV1NamespacedLimitRangeRequest + 1107, // 1831: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPersistentVolumeClaim:input_type -> kubernetes.ReplaceCoreV1NamespacedPersistentVolumeClaimRequest + 1108, // 1832: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPersistentVolumeClaimStatus:input_type -> kubernetes.ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest + 1110, // 1833: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPod:input_type -> kubernetes.ReplaceCoreV1NamespacedPodRequest + 1109, // 1834: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPodEphemeralcontainers:input_type -> kubernetes.ReplaceCoreV1NamespacedPodEphemeralcontainersRequest + 1111, // 1835: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPodStatus:input_type -> kubernetes.ReplaceCoreV1NamespacedPodStatusRequest + 1112, // 1836: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPodTemplate:input_type -> kubernetes.ReplaceCoreV1NamespacedPodTemplateRequest + 1113, // 1837: kubernetes.KubernetesService.ReplaceCoreV1NamespacedReplicationController:input_type -> kubernetes.ReplaceCoreV1NamespacedReplicationControllerRequest + 1114, // 1838: kubernetes.KubernetesService.ReplaceCoreV1NamespacedReplicationControllerScale:input_type -> kubernetes.ReplaceCoreV1NamespacedReplicationControllerScaleRequest + 1115, // 1839: kubernetes.KubernetesService.ReplaceCoreV1NamespacedReplicationControllerStatus:input_type -> kubernetes.ReplaceCoreV1NamespacedReplicationControllerStatusRequest + 1116, // 1840: kubernetes.KubernetesService.ReplaceCoreV1NamespacedResourceQuota:input_type -> kubernetes.ReplaceCoreV1NamespacedResourceQuotaRequest + 1117, // 1841: kubernetes.KubernetesService.ReplaceCoreV1NamespacedResourceQuotaStatus:input_type -> kubernetes.ReplaceCoreV1NamespacedResourceQuotaStatusRequest + 1118, // 1842: kubernetes.KubernetesService.ReplaceCoreV1NamespacedSecret:input_type -> kubernetes.ReplaceCoreV1NamespacedSecretRequest + 1120, // 1843: kubernetes.KubernetesService.ReplaceCoreV1NamespacedService:input_type -> kubernetes.ReplaceCoreV1NamespacedServiceRequest + 1119, // 1844: kubernetes.KubernetesService.ReplaceCoreV1NamespacedServiceAccount:input_type -> kubernetes.ReplaceCoreV1NamespacedServiceAccountRequest + 1121, // 1845: kubernetes.KubernetesService.ReplaceCoreV1NamespacedServiceStatus:input_type -> kubernetes.ReplaceCoreV1NamespacedServiceStatusRequest + 1122, // 1846: kubernetes.KubernetesService.ReplaceCoreV1Node:input_type -> kubernetes.ReplaceCoreV1NodeRequest + 1123, // 1847: kubernetes.KubernetesService.ReplaceCoreV1NodeStatus:input_type -> kubernetes.ReplaceCoreV1NodeStatusRequest + 1124, // 1848: kubernetes.KubernetesService.ReplaceCoreV1PersistentVolume:input_type -> kubernetes.ReplaceCoreV1PersistentVolumeRequest + 1125, // 1849: kubernetes.KubernetesService.ReplaceCoreV1PersistentVolumeStatus:input_type -> kubernetes.ReplaceCoreV1PersistentVolumeStatusRequest + 1126, // 1850: kubernetes.KubernetesService.ReplaceDiscoveryV1NamespacedEndpointSlice:input_type -> kubernetes.ReplaceDiscoveryV1NamespacedEndpointSliceRequest + 1127, // 1851: kubernetes.KubernetesService.ReplaceEventsV1NamespacedEvent:input_type -> kubernetes.ReplaceEventsV1NamespacedEventRequest + 1128, // 1852: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta2FlowSchema:input_type -> kubernetes.ReplaceFlowcontrolApiserverV1beta2FlowSchemaRequest + 1129, // 1853: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta2FlowSchemaStatus:input_type -> kubernetes.ReplaceFlowcontrolApiserverV1beta2FlowSchemaStatusRequest + 1130, // 1854: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfiguration:input_type -> kubernetes.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + 1131, // 1855: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus:input_type -> kubernetes.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest + 1132, // 1856: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta3FlowSchema:input_type -> kubernetes.ReplaceFlowcontrolApiserverV1beta3FlowSchemaRequest + 1133, // 1857: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta3FlowSchemaStatus:input_type -> kubernetes.ReplaceFlowcontrolApiserverV1beta3FlowSchemaStatusRequest + 1134, // 1858: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfiguration:input_type -> kubernetes.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + 1135, // 1859: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus:input_type -> kubernetes.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest + 1136, // 1860: kubernetes.KubernetesService.ReplaceInternalApiserverV1alpha1StorageVersion:input_type -> kubernetes.ReplaceInternalApiserverV1alpha1StorageVersionRequest + 1137, // 1861: kubernetes.KubernetesService.ReplaceInternalApiserverV1alpha1StorageVersionStatus:input_type -> kubernetes.ReplaceInternalApiserverV1alpha1StorageVersionStatusRequest + 1138, // 1862: kubernetes.KubernetesService.ReplaceNetworkingV1IngressClass:input_type -> kubernetes.ReplaceNetworkingV1IngressClassRequest + 1139, // 1863: kubernetes.KubernetesService.ReplaceNetworkingV1NamespacedIngress:input_type -> kubernetes.ReplaceNetworkingV1NamespacedIngressRequest + 1140, // 1864: kubernetes.KubernetesService.ReplaceNetworkingV1NamespacedIngressStatus:input_type -> kubernetes.ReplaceNetworkingV1NamespacedIngressStatusRequest + 1141, // 1865: kubernetes.KubernetesService.ReplaceNetworkingV1NamespacedNetworkPolicy:input_type -> kubernetes.ReplaceNetworkingV1NamespacedNetworkPolicyRequest + 1142, // 1866: kubernetes.KubernetesService.ReplaceNetworkingV1alpha1ClusterCidr:input_type -> kubernetes.ReplaceNetworkingV1alpha1ClusterCidrRequest + 1143, // 1867: kubernetes.KubernetesService.ReplaceNetworkingV1alpha1IpAddress:input_type -> kubernetes.ReplaceNetworkingV1alpha1IpAddressRequest + 1144, // 1868: kubernetes.KubernetesService.ReplaceNodeV1RuntimeClass:input_type -> kubernetes.ReplaceNodeV1RuntimeClassRequest + 1145, // 1869: kubernetes.KubernetesService.ReplacePolicyV1NamespacedPodDisruptionBudget:input_type -> kubernetes.ReplacePolicyV1NamespacedPodDisruptionBudgetRequest + 1146, // 1870: kubernetes.KubernetesService.ReplacePolicyV1NamespacedPodDisruptionBudgetStatus:input_type -> kubernetes.ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest + 1148, // 1871: kubernetes.KubernetesService.ReplaceRbacAuthorizationV1ClusterRole:input_type -> kubernetes.ReplaceRbacAuthorizationV1ClusterRoleRequest + 1147, // 1872: kubernetes.KubernetesService.ReplaceRbacAuthorizationV1ClusterRoleBinding:input_type -> kubernetes.ReplaceRbacAuthorizationV1ClusterRoleBindingRequest + 1150, // 1873: kubernetes.KubernetesService.ReplaceRbacAuthorizationV1NamespacedRole:input_type -> kubernetes.ReplaceRbacAuthorizationV1NamespacedRoleRequest + 1149, // 1874: kubernetes.KubernetesService.ReplaceRbacAuthorizationV1NamespacedRoleBinding:input_type -> kubernetes.ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest + 1151, // 1875: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedPodSchedulingContext:input_type -> kubernetes.ReplaceResourceV1alpha2NamespacedPodSchedulingContextRequest + 1152, // 1876: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedPodSchedulingContextStatus:input_type -> kubernetes.ReplaceResourceV1alpha2NamespacedPodSchedulingContextStatusRequest + 1153, // 1877: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedResourceClaim:input_type -> kubernetes.ReplaceResourceV1alpha2NamespacedResourceClaimRequest + 1154, // 1878: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedResourceClaimStatus:input_type -> kubernetes.ReplaceResourceV1alpha2NamespacedResourceClaimStatusRequest + 1155, // 1879: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedResourceClaimTemplate:input_type -> kubernetes.ReplaceResourceV1alpha2NamespacedResourceClaimTemplateRequest + 1156, // 1880: kubernetes.KubernetesService.ReplaceResourceV1alpha2ResourceClass:input_type -> kubernetes.ReplaceResourceV1alpha2ResourceClassRequest + 1157, // 1881: kubernetes.KubernetesService.ReplaceSchedulingV1PriorityClass:input_type -> kubernetes.ReplaceSchedulingV1PriorityClassRequest + 1158, // 1882: kubernetes.KubernetesService.ReplaceStorageV1CsiDriver:input_type -> kubernetes.ReplaceStorageV1CsiDriverRequest + 1159, // 1883: kubernetes.KubernetesService.ReplaceStorageV1CsiNode:input_type -> kubernetes.ReplaceStorageV1CsiNodeRequest + 1160, // 1884: kubernetes.KubernetesService.ReplaceStorageV1NamespacedCsiStorageCapacity:input_type -> kubernetes.ReplaceStorageV1NamespacedCsiStorageCapacityRequest + 1161, // 1885: kubernetes.KubernetesService.ReplaceStorageV1StorageClass:input_type -> kubernetes.ReplaceStorageV1StorageClassRequest + 1162, // 1886: kubernetes.KubernetesService.ReplaceStorageV1VolumeAttachment:input_type -> kubernetes.ReplaceStorageV1VolumeAttachmentRequest + 1163, // 1887: kubernetes.KubernetesService.ReplaceStorageV1VolumeAttachmentStatus:input_type -> kubernetes.ReplaceStorageV1VolumeAttachmentStatusRequest + 1165, // 1888: kubernetes.KubernetesService.WatchAdmissionregistrationV1MutatingWebhookConfiguration:input_type -> kubernetes.WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest + 1164, // 1889: kubernetes.KubernetesService.WatchAdmissionregistrationV1MutatingWebhookConfigurationList:input_type -> kubernetes.WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest + 1167, // 1890: kubernetes.KubernetesService.WatchAdmissionregistrationV1ValidatingWebhookConfiguration:input_type -> kubernetes.WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest + 1166, // 1891: kubernetes.KubernetesService.WatchAdmissionregistrationV1ValidatingWebhookConfigurationList:input_type -> kubernetes.WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest + 1171, // 1892: kubernetes.KubernetesService.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:input_type -> kubernetes.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest + 1169, // 1893: kubernetes.KubernetesService.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:input_type -> kubernetes.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest + 1168, // 1894: kubernetes.KubernetesService.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingList:input_type -> kubernetes.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingListRequest + 1170, // 1895: kubernetes.KubernetesService.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyList:input_type -> kubernetes.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyListRequest + 1173, // 1896: kubernetes.KubernetesService.WatchApiextensionsV1CustomResourceDefinition:input_type -> kubernetes.WatchApiextensionsV1CustomResourceDefinitionRequest + 1172, // 1897: kubernetes.KubernetesService.WatchApiextensionsV1CustomResourceDefinitionList:input_type -> kubernetes.WatchApiextensionsV1CustomResourceDefinitionListRequest + 1175, // 1898: kubernetes.KubernetesService.WatchApiregistrationV1ApiService:input_type -> kubernetes.WatchApiregistrationV1ApiServiceRequest + 1174, // 1899: kubernetes.KubernetesService.WatchApiregistrationV1ApiServiceList:input_type -> kubernetes.WatchApiregistrationV1ApiServiceListRequest + 1176, // 1900: kubernetes.KubernetesService.WatchAppsV1ControllerRevisionListForAllNamespaces:input_type -> kubernetes.WatchAppsV1ControllerRevisionListForAllNamespacesRequest + 1177, // 1901: kubernetes.KubernetesService.WatchAppsV1DaemonSetListForAllNamespaces:input_type -> kubernetes.WatchAppsV1DaemonSetListForAllNamespacesRequest + 1178, // 1902: kubernetes.KubernetesService.WatchAppsV1DeploymentListForAllNamespaces:input_type -> kubernetes.WatchAppsV1DeploymentListForAllNamespacesRequest + 1180, // 1903: kubernetes.KubernetesService.WatchAppsV1NamespacedControllerRevision:input_type -> kubernetes.WatchAppsV1NamespacedControllerRevisionRequest + 1179, // 1904: kubernetes.KubernetesService.WatchAppsV1NamespacedControllerRevisionList:input_type -> kubernetes.WatchAppsV1NamespacedControllerRevisionListRequest + 1182, // 1905: kubernetes.KubernetesService.WatchAppsV1NamespacedDaemonSet:input_type -> kubernetes.WatchAppsV1NamespacedDaemonSetRequest + 1181, // 1906: kubernetes.KubernetesService.WatchAppsV1NamespacedDaemonSetList:input_type -> kubernetes.WatchAppsV1NamespacedDaemonSetListRequest + 1184, // 1907: kubernetes.KubernetesService.WatchAppsV1NamespacedDeployment:input_type -> kubernetes.WatchAppsV1NamespacedDeploymentRequest + 1183, // 1908: kubernetes.KubernetesService.WatchAppsV1NamespacedDeploymentList:input_type -> kubernetes.WatchAppsV1NamespacedDeploymentListRequest + 1186, // 1909: kubernetes.KubernetesService.WatchAppsV1NamespacedReplicaSet:input_type -> kubernetes.WatchAppsV1NamespacedReplicaSetRequest + 1185, // 1910: kubernetes.KubernetesService.WatchAppsV1NamespacedReplicaSetList:input_type -> kubernetes.WatchAppsV1NamespacedReplicaSetListRequest + 1188, // 1911: kubernetes.KubernetesService.WatchAppsV1NamespacedStatefulSet:input_type -> kubernetes.WatchAppsV1NamespacedStatefulSetRequest + 1187, // 1912: kubernetes.KubernetesService.WatchAppsV1NamespacedStatefulSetList:input_type -> kubernetes.WatchAppsV1NamespacedStatefulSetListRequest + 1189, // 1913: kubernetes.KubernetesService.WatchAppsV1ReplicaSetListForAllNamespaces:input_type -> kubernetes.WatchAppsV1ReplicaSetListForAllNamespacesRequest + 1190, // 1914: kubernetes.KubernetesService.WatchAppsV1StatefulSetListForAllNamespaces:input_type -> kubernetes.WatchAppsV1StatefulSetListForAllNamespacesRequest + 1191, // 1915: kubernetes.KubernetesService.WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces:input_type -> kubernetes.WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest + 1193, // 1916: kubernetes.KubernetesService.WatchAutoscalingV1NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest + 1192, // 1917: kubernetes.KubernetesService.WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList:input_type -> kubernetes.WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest + 1194, // 1918: kubernetes.KubernetesService.WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespaces:input_type -> kubernetes.WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest + 1196, // 1919: kubernetes.KubernetesService.WatchAutoscalingV2NamespacedHorizontalPodAutoscaler:input_type -> kubernetes.WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest + 1195, // 1920: kubernetes.KubernetesService.WatchAutoscalingV2NamespacedHorizontalPodAutoscalerList:input_type -> kubernetes.WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest + 1197, // 1921: kubernetes.KubernetesService.WatchBatchV1CronJobListForAllNamespaces:input_type -> kubernetes.WatchBatchV1CronJobListForAllNamespacesRequest + 1198, // 1922: kubernetes.KubernetesService.WatchBatchV1JobListForAllNamespaces:input_type -> kubernetes.WatchBatchV1JobListForAllNamespacesRequest + 1200, // 1923: kubernetes.KubernetesService.WatchBatchV1NamespacedCronJob:input_type -> kubernetes.WatchBatchV1NamespacedCronJobRequest + 1199, // 1924: kubernetes.KubernetesService.WatchBatchV1NamespacedCronJobList:input_type -> kubernetes.WatchBatchV1NamespacedCronJobListRequest + 1202, // 1925: kubernetes.KubernetesService.WatchBatchV1NamespacedJob:input_type -> kubernetes.WatchBatchV1NamespacedJobRequest + 1201, // 1926: kubernetes.KubernetesService.WatchBatchV1NamespacedJobList:input_type -> kubernetes.WatchBatchV1NamespacedJobListRequest + 1204, // 1927: kubernetes.KubernetesService.WatchCertificatesV1CertificateSigningRequest:input_type -> kubernetes.WatchCertificatesV1CertificateSigningRequestRequest + 1203, // 1928: kubernetes.KubernetesService.WatchCertificatesV1CertificateSigningRequestList:input_type -> kubernetes.WatchCertificatesV1CertificateSigningRequestListRequest + 1206, // 1929: kubernetes.KubernetesService.WatchCertificatesV1alpha1ClusterTrustBundle:input_type -> kubernetes.WatchCertificatesV1alpha1ClusterTrustBundleRequest + 1205, // 1930: kubernetes.KubernetesService.WatchCertificatesV1alpha1ClusterTrustBundleList:input_type -> kubernetes.WatchCertificatesV1alpha1ClusterTrustBundleListRequest + 1207, // 1931: kubernetes.KubernetesService.WatchCoordinationV1LeaseListForAllNamespaces:input_type -> kubernetes.WatchCoordinationV1LeaseListForAllNamespacesRequest + 1209, // 1932: kubernetes.KubernetesService.WatchCoordinationV1NamespacedLease:input_type -> kubernetes.WatchCoordinationV1NamespacedLeaseRequest + 1208, // 1933: kubernetes.KubernetesService.WatchCoordinationV1NamespacedLeaseList:input_type -> kubernetes.WatchCoordinationV1NamespacedLeaseListRequest + 1210, // 1934: kubernetes.KubernetesService.WatchCoreV1ConfigMapListForAllNamespaces:input_type -> kubernetes.WatchCoreV1ConfigMapListForAllNamespacesRequest + 1211, // 1935: kubernetes.KubernetesService.WatchCoreV1EndpointsListForAllNamespaces:input_type -> kubernetes.WatchCoreV1EndpointsListForAllNamespacesRequest + 1212, // 1936: kubernetes.KubernetesService.WatchCoreV1EventListForAllNamespaces:input_type -> kubernetes.WatchCoreV1EventListForAllNamespacesRequest + 1213, // 1937: kubernetes.KubernetesService.WatchCoreV1LimitRangeListForAllNamespaces:input_type -> kubernetes.WatchCoreV1LimitRangeListForAllNamespacesRequest + 1215, // 1938: kubernetes.KubernetesService.WatchCoreV1Namespace:input_type -> kubernetes.WatchCoreV1NamespaceRequest + 1214, // 1939: kubernetes.KubernetesService.WatchCoreV1NamespaceList:input_type -> kubernetes.WatchCoreV1NamespaceListRequest + 1217, // 1940: kubernetes.KubernetesService.WatchCoreV1NamespacedConfigMap:input_type -> kubernetes.WatchCoreV1NamespacedConfigMapRequest + 1216, // 1941: kubernetes.KubernetesService.WatchCoreV1NamespacedConfigMapList:input_type -> kubernetes.WatchCoreV1NamespacedConfigMapListRequest + 1219, // 1942: kubernetes.KubernetesService.WatchCoreV1NamespacedEndpoints:input_type -> kubernetes.WatchCoreV1NamespacedEndpointsRequest + 1218, // 1943: kubernetes.KubernetesService.WatchCoreV1NamespacedEndpointsList:input_type -> kubernetes.WatchCoreV1NamespacedEndpointsListRequest + 1221, // 1944: kubernetes.KubernetesService.WatchCoreV1NamespacedEvent:input_type -> kubernetes.WatchCoreV1NamespacedEventRequest + 1220, // 1945: kubernetes.KubernetesService.WatchCoreV1NamespacedEventList:input_type -> kubernetes.WatchCoreV1NamespacedEventListRequest + 1223, // 1946: kubernetes.KubernetesService.WatchCoreV1NamespacedLimitRange:input_type -> kubernetes.WatchCoreV1NamespacedLimitRangeRequest + 1222, // 1947: kubernetes.KubernetesService.WatchCoreV1NamespacedLimitRangeList:input_type -> kubernetes.WatchCoreV1NamespacedLimitRangeListRequest + 1225, // 1948: kubernetes.KubernetesService.WatchCoreV1NamespacedPersistentVolumeClaim:input_type -> kubernetes.WatchCoreV1NamespacedPersistentVolumeClaimRequest + 1224, // 1949: kubernetes.KubernetesService.WatchCoreV1NamespacedPersistentVolumeClaimList:input_type -> kubernetes.WatchCoreV1NamespacedPersistentVolumeClaimListRequest + 1227, // 1950: kubernetes.KubernetesService.WatchCoreV1NamespacedPod:input_type -> kubernetes.WatchCoreV1NamespacedPodRequest + 1226, // 1951: kubernetes.KubernetesService.WatchCoreV1NamespacedPodList:input_type -> kubernetes.WatchCoreV1NamespacedPodListRequest + 1229, // 1952: kubernetes.KubernetesService.WatchCoreV1NamespacedPodTemplate:input_type -> kubernetes.WatchCoreV1NamespacedPodTemplateRequest + 1228, // 1953: kubernetes.KubernetesService.WatchCoreV1NamespacedPodTemplateList:input_type -> kubernetes.WatchCoreV1NamespacedPodTemplateListRequest + 1231, // 1954: kubernetes.KubernetesService.WatchCoreV1NamespacedReplicationController:input_type -> kubernetes.WatchCoreV1NamespacedReplicationControllerRequest + 1230, // 1955: kubernetes.KubernetesService.WatchCoreV1NamespacedReplicationControllerList:input_type -> kubernetes.WatchCoreV1NamespacedReplicationControllerListRequest + 1233, // 1956: kubernetes.KubernetesService.WatchCoreV1NamespacedResourceQuota:input_type -> kubernetes.WatchCoreV1NamespacedResourceQuotaRequest + 1232, // 1957: kubernetes.KubernetesService.WatchCoreV1NamespacedResourceQuotaList:input_type -> kubernetes.WatchCoreV1NamespacedResourceQuotaListRequest + 1235, // 1958: kubernetes.KubernetesService.WatchCoreV1NamespacedSecret:input_type -> kubernetes.WatchCoreV1NamespacedSecretRequest + 1234, // 1959: kubernetes.KubernetesService.WatchCoreV1NamespacedSecretList:input_type -> kubernetes.WatchCoreV1NamespacedSecretListRequest + 1239, // 1960: kubernetes.KubernetesService.WatchCoreV1NamespacedService:input_type -> kubernetes.WatchCoreV1NamespacedServiceRequest + 1237, // 1961: kubernetes.KubernetesService.WatchCoreV1NamespacedServiceAccount:input_type -> kubernetes.WatchCoreV1NamespacedServiceAccountRequest + 1236, // 1962: kubernetes.KubernetesService.WatchCoreV1NamespacedServiceAccountList:input_type -> kubernetes.WatchCoreV1NamespacedServiceAccountListRequest + 1238, // 1963: kubernetes.KubernetesService.WatchCoreV1NamespacedServiceList:input_type -> kubernetes.WatchCoreV1NamespacedServiceListRequest + 1241, // 1964: kubernetes.KubernetesService.WatchCoreV1Node:input_type -> kubernetes.WatchCoreV1NodeRequest + 1240, // 1965: kubernetes.KubernetesService.WatchCoreV1NodeList:input_type -> kubernetes.WatchCoreV1NodeListRequest + 1244, // 1966: kubernetes.KubernetesService.WatchCoreV1PersistentVolume:input_type -> kubernetes.WatchCoreV1PersistentVolumeRequest + 1242, // 1967: kubernetes.KubernetesService.WatchCoreV1PersistentVolumeClaimListForAllNamespaces:input_type -> kubernetes.WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest + 1243, // 1968: kubernetes.KubernetesService.WatchCoreV1PersistentVolumeList:input_type -> kubernetes.WatchCoreV1PersistentVolumeListRequest + 1245, // 1969: kubernetes.KubernetesService.WatchCoreV1PodListForAllNamespaces:input_type -> kubernetes.WatchCoreV1PodListForAllNamespacesRequest + 1246, // 1970: kubernetes.KubernetesService.WatchCoreV1PodTemplateListForAllNamespaces:input_type -> kubernetes.WatchCoreV1PodTemplateListForAllNamespacesRequest + 1247, // 1971: kubernetes.KubernetesService.WatchCoreV1ReplicationControllerListForAllNamespaces:input_type -> kubernetes.WatchCoreV1ReplicationControllerListForAllNamespacesRequest + 1248, // 1972: kubernetes.KubernetesService.WatchCoreV1ResourceQuotaListForAllNamespaces:input_type -> kubernetes.WatchCoreV1ResourceQuotaListForAllNamespacesRequest + 1249, // 1973: kubernetes.KubernetesService.WatchCoreV1SecretListForAllNamespaces:input_type -> kubernetes.WatchCoreV1SecretListForAllNamespacesRequest + 1250, // 1974: kubernetes.KubernetesService.WatchCoreV1ServiceAccountListForAllNamespaces:input_type -> kubernetes.WatchCoreV1ServiceAccountListForAllNamespacesRequest + 1251, // 1975: kubernetes.KubernetesService.WatchCoreV1ServiceListForAllNamespaces:input_type -> kubernetes.WatchCoreV1ServiceListForAllNamespacesRequest + 1252, // 1976: kubernetes.KubernetesService.WatchDiscoveryV1EndpointSliceListForAllNamespaces:input_type -> kubernetes.WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest + 1254, // 1977: kubernetes.KubernetesService.WatchDiscoveryV1NamespacedEndpointSlice:input_type -> kubernetes.WatchDiscoveryV1NamespacedEndpointSliceRequest + 1253, // 1978: kubernetes.KubernetesService.WatchDiscoveryV1NamespacedEndpointSliceList:input_type -> kubernetes.WatchDiscoveryV1NamespacedEndpointSliceListRequest + 1255, // 1979: kubernetes.KubernetesService.WatchEventsV1EventListForAllNamespaces:input_type -> kubernetes.WatchEventsV1EventListForAllNamespacesRequest + 1257, // 1980: kubernetes.KubernetesService.WatchEventsV1NamespacedEvent:input_type -> kubernetes.WatchEventsV1NamespacedEventRequest + 1256, // 1981: kubernetes.KubernetesService.WatchEventsV1NamespacedEventList:input_type -> kubernetes.WatchEventsV1NamespacedEventListRequest + 1259, // 1982: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta2FlowSchema:input_type -> kubernetes.WatchFlowcontrolApiserverV1beta2FlowSchemaRequest + 1258, // 1983: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta2FlowSchemaList:input_type -> kubernetes.WatchFlowcontrolApiserverV1beta2FlowSchemaListRequest + 1261, // 1984: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration:input_type -> kubernetes.WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest + 1260, // 1985: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList:input_type -> kubernetes.WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListRequest + 1263, // 1986: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta3FlowSchema:input_type -> kubernetes.WatchFlowcontrolApiserverV1beta3FlowSchemaRequest + 1262, // 1987: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta3FlowSchemaList:input_type -> kubernetes.WatchFlowcontrolApiserverV1beta3FlowSchemaListRequest + 1265, // 1988: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta3PriorityLevelConfiguration:input_type -> kubernetes.WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest + 1264, // 1989: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationList:input_type -> kubernetes.WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationListRequest + 1267, // 1990: kubernetes.KubernetesService.WatchInternalApiserverV1alpha1StorageVersion:input_type -> kubernetes.WatchInternalApiserverV1alpha1StorageVersionRequest + 1266, // 1991: kubernetes.KubernetesService.WatchInternalApiserverV1alpha1StorageVersionList:input_type -> kubernetes.WatchInternalApiserverV1alpha1StorageVersionListRequest + 1269, // 1992: kubernetes.KubernetesService.WatchNetworkingV1IngressClass:input_type -> kubernetes.WatchNetworkingV1IngressClassRequest + 1268, // 1993: kubernetes.KubernetesService.WatchNetworkingV1IngressClassList:input_type -> kubernetes.WatchNetworkingV1IngressClassListRequest + 1270, // 1994: kubernetes.KubernetesService.WatchNetworkingV1IngressListForAllNamespaces:input_type -> kubernetes.WatchNetworkingV1IngressListForAllNamespacesRequest + 1272, // 1995: kubernetes.KubernetesService.WatchNetworkingV1NamespacedIngress:input_type -> kubernetes.WatchNetworkingV1NamespacedIngressRequest + 1271, // 1996: kubernetes.KubernetesService.WatchNetworkingV1NamespacedIngressList:input_type -> kubernetes.WatchNetworkingV1NamespacedIngressListRequest + 1274, // 1997: kubernetes.KubernetesService.WatchNetworkingV1NamespacedNetworkPolicy:input_type -> kubernetes.WatchNetworkingV1NamespacedNetworkPolicyRequest + 1273, // 1998: kubernetes.KubernetesService.WatchNetworkingV1NamespacedNetworkPolicyList:input_type -> kubernetes.WatchNetworkingV1NamespacedNetworkPolicyListRequest + 1275, // 1999: kubernetes.KubernetesService.WatchNetworkingV1NetworkPolicyListForAllNamespaces:input_type -> kubernetes.WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest + 1277, // 2000: kubernetes.KubernetesService.WatchNetworkingV1alpha1ClusterCidr:input_type -> kubernetes.WatchNetworkingV1alpha1ClusterCidrRequest + 1276, // 2001: kubernetes.KubernetesService.WatchNetworkingV1alpha1ClusterCidrList:input_type -> kubernetes.WatchNetworkingV1alpha1ClusterCidrListRequest + 1279, // 2002: kubernetes.KubernetesService.WatchNetworkingV1alpha1IpAddress:input_type -> kubernetes.WatchNetworkingV1alpha1IpAddressRequest + 1278, // 2003: kubernetes.KubernetesService.WatchNetworkingV1alpha1IpAddressList:input_type -> kubernetes.WatchNetworkingV1alpha1IpAddressListRequest + 1281, // 2004: kubernetes.KubernetesService.WatchNodeV1RuntimeClass:input_type -> kubernetes.WatchNodeV1RuntimeClassRequest + 1280, // 2005: kubernetes.KubernetesService.WatchNodeV1RuntimeClassList:input_type -> kubernetes.WatchNodeV1RuntimeClassListRequest + 1283, // 2006: kubernetes.KubernetesService.WatchPolicyV1NamespacedPodDisruptionBudget:input_type -> kubernetes.WatchPolicyV1NamespacedPodDisruptionBudgetRequest + 1282, // 2007: kubernetes.KubernetesService.WatchPolicyV1NamespacedPodDisruptionBudgetList:input_type -> kubernetes.WatchPolicyV1NamespacedPodDisruptionBudgetListRequest + 1284, // 2008: kubernetes.KubernetesService.WatchPolicyV1PodDisruptionBudgetListForAllNamespaces:input_type -> kubernetes.WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest + 1288, // 2009: kubernetes.KubernetesService.WatchRbacAuthorizationV1ClusterRole:input_type -> kubernetes.WatchRbacAuthorizationV1ClusterRoleRequest + 1286, // 2010: kubernetes.KubernetesService.WatchRbacAuthorizationV1ClusterRoleBinding:input_type -> kubernetes.WatchRbacAuthorizationV1ClusterRoleBindingRequest + 1285, // 2011: kubernetes.KubernetesService.WatchRbacAuthorizationV1ClusterRoleBindingList:input_type -> kubernetes.WatchRbacAuthorizationV1ClusterRoleBindingListRequest + 1287, // 2012: kubernetes.KubernetesService.WatchRbacAuthorizationV1ClusterRoleList:input_type -> kubernetes.WatchRbacAuthorizationV1ClusterRoleListRequest + 1292, // 2013: kubernetes.KubernetesService.WatchRbacAuthorizationV1NamespacedRole:input_type -> kubernetes.WatchRbacAuthorizationV1NamespacedRoleRequest + 1290, // 2014: kubernetes.KubernetesService.WatchRbacAuthorizationV1NamespacedRoleBinding:input_type -> kubernetes.WatchRbacAuthorizationV1NamespacedRoleBindingRequest + 1289, // 2015: kubernetes.KubernetesService.WatchRbacAuthorizationV1NamespacedRoleBindingList:input_type -> kubernetes.WatchRbacAuthorizationV1NamespacedRoleBindingListRequest + 1291, // 2016: kubernetes.KubernetesService.WatchRbacAuthorizationV1NamespacedRoleList:input_type -> kubernetes.WatchRbacAuthorizationV1NamespacedRoleListRequest + 1293, // 2017: kubernetes.KubernetesService.WatchRbacAuthorizationV1RoleBindingListForAllNamespaces:input_type -> kubernetes.WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest + 1294, // 2018: kubernetes.KubernetesService.WatchRbacAuthorizationV1RoleListForAllNamespaces:input_type -> kubernetes.WatchRbacAuthorizationV1RoleListForAllNamespacesRequest + 1296, // 2019: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedPodSchedulingContext:input_type -> kubernetes.WatchResourceV1alpha2NamespacedPodSchedulingContextRequest + 1295, // 2020: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedPodSchedulingContextList:input_type -> kubernetes.WatchResourceV1alpha2NamespacedPodSchedulingContextListRequest + 1298, // 2021: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedResourceClaim:input_type -> kubernetes.WatchResourceV1alpha2NamespacedResourceClaimRequest + 1297, // 2022: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedResourceClaimList:input_type -> kubernetes.WatchResourceV1alpha2NamespacedResourceClaimListRequest + 1300, // 2023: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedResourceClaimTemplate:input_type -> kubernetes.WatchResourceV1alpha2NamespacedResourceClaimTemplateRequest + 1299, // 2024: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedResourceClaimTemplateList:input_type -> kubernetes.WatchResourceV1alpha2NamespacedResourceClaimTemplateListRequest + 1301, // 2025: kubernetes.KubernetesService.WatchResourceV1alpha2PodSchedulingContextListForAllNamespaces:input_type -> kubernetes.WatchResourceV1alpha2PodSchedulingContextListForAllNamespacesRequest + 1302, // 2026: kubernetes.KubernetesService.WatchResourceV1alpha2ResourceClaimListForAllNamespaces:input_type -> kubernetes.WatchResourceV1alpha2ResourceClaimListForAllNamespacesRequest + 1303, // 2027: kubernetes.KubernetesService.WatchResourceV1alpha2ResourceClaimTemplateListForAllNamespaces:input_type -> kubernetes.WatchResourceV1alpha2ResourceClaimTemplateListForAllNamespacesRequest + 1305, // 2028: kubernetes.KubernetesService.WatchResourceV1alpha2ResourceClass:input_type -> kubernetes.WatchResourceV1alpha2ResourceClassRequest + 1304, // 2029: kubernetes.KubernetesService.WatchResourceV1alpha2ResourceClassList:input_type -> kubernetes.WatchResourceV1alpha2ResourceClassListRequest + 1307, // 2030: kubernetes.KubernetesService.WatchSchedulingV1PriorityClass:input_type -> kubernetes.WatchSchedulingV1PriorityClassRequest + 1306, // 2031: kubernetes.KubernetesService.WatchSchedulingV1PriorityClassList:input_type -> kubernetes.WatchSchedulingV1PriorityClassListRequest + 1309, // 2032: kubernetes.KubernetesService.WatchStorageV1CsiDriver:input_type -> kubernetes.WatchStorageV1CsiDriverRequest + 1308, // 2033: kubernetes.KubernetesService.WatchStorageV1CsiDriverList:input_type -> kubernetes.WatchStorageV1CsiDriverListRequest + 1311, // 2034: kubernetes.KubernetesService.WatchStorageV1CsiNode:input_type -> kubernetes.WatchStorageV1CsiNodeRequest + 1310, // 2035: kubernetes.KubernetesService.WatchStorageV1CsiNodeList:input_type -> kubernetes.WatchStorageV1CsiNodeListRequest + 1312, // 2036: kubernetes.KubernetesService.WatchStorageV1CsiStorageCapacityListForAllNamespaces:input_type -> kubernetes.WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest + 1314, // 2037: kubernetes.KubernetesService.WatchStorageV1NamespacedCsiStorageCapacity:input_type -> kubernetes.WatchStorageV1NamespacedCsiStorageCapacityRequest + 1313, // 2038: kubernetes.KubernetesService.WatchStorageV1NamespacedCsiStorageCapacityList:input_type -> kubernetes.WatchStorageV1NamespacedCsiStorageCapacityListRequest + 1316, // 2039: kubernetes.KubernetesService.WatchStorageV1StorageClass:input_type -> kubernetes.WatchStorageV1StorageClassRequest + 1315, // 2040: kubernetes.KubernetesService.WatchStorageV1StorageClassList:input_type -> kubernetes.WatchStorageV1StorageClassListRequest + 1318, // 2041: kubernetes.KubernetesService.WatchStorageV1VolumeAttachment:input_type -> kubernetes.WatchStorageV1VolumeAttachmentRequest + 1317, // 2042: kubernetes.KubernetesService.WatchStorageV1VolumeAttachmentList:input_type -> kubernetes.WatchStorageV1VolumeAttachmentListRequest + 1365, // 2043: kubernetes.KubernetesService.ConnectCoreV1DeleteNamespacedPodProxy:output_type -> google.protobuf.StringValue + 1365, // 2044: kubernetes.KubernetesService.ConnectCoreV1DeleteNamespacedPodProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2045: kubernetes.KubernetesService.ConnectCoreV1DeleteNamespacedServiceProxy:output_type -> google.protobuf.StringValue + 1365, // 2046: kubernetes.KubernetesService.ConnectCoreV1DeleteNamespacedServiceProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2047: kubernetes.KubernetesService.ConnectCoreV1DeleteNodeProxy:output_type -> google.protobuf.StringValue + 1365, // 2048: kubernetes.KubernetesService.ConnectCoreV1DeleteNodeProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2049: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodAttach:output_type -> google.protobuf.StringValue + 1365, // 2050: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodExec:output_type -> google.protobuf.StringValue + 1365, // 2051: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodPortforward:output_type -> google.protobuf.StringValue + 1365, // 2052: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodProxy:output_type -> google.protobuf.StringValue + 1365, // 2053: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedPodProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2054: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedServiceProxy:output_type -> google.protobuf.StringValue + 1365, // 2055: kubernetes.KubernetesService.ConnectCoreV1GetNamespacedServiceProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2056: kubernetes.KubernetesService.ConnectCoreV1GetNodeProxy:output_type -> google.protobuf.StringValue + 1365, // 2057: kubernetes.KubernetesService.ConnectCoreV1GetNodeProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2058: kubernetes.KubernetesService.ConnectCoreV1PatchNamespacedPodProxy:output_type -> google.protobuf.StringValue + 1365, // 2059: kubernetes.KubernetesService.ConnectCoreV1PatchNamespacedPodProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2060: kubernetes.KubernetesService.ConnectCoreV1PatchNamespacedServiceProxy:output_type -> google.protobuf.StringValue + 1365, // 2061: kubernetes.KubernetesService.ConnectCoreV1PatchNamespacedServiceProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2062: kubernetes.KubernetesService.ConnectCoreV1PatchNodeProxy:output_type -> google.protobuf.StringValue + 1365, // 2063: kubernetes.KubernetesService.ConnectCoreV1PatchNodeProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2064: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodAttach:output_type -> google.protobuf.StringValue + 1365, // 2065: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodExec:output_type -> google.protobuf.StringValue + 1365, // 2066: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodPortforward:output_type -> google.protobuf.StringValue + 1365, // 2067: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodProxy:output_type -> google.protobuf.StringValue + 1365, // 2068: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedPodProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2069: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedServiceProxy:output_type -> google.protobuf.StringValue + 1365, // 2070: kubernetes.KubernetesService.ConnectCoreV1PostNamespacedServiceProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2071: kubernetes.KubernetesService.ConnectCoreV1PostNodeProxy:output_type -> google.protobuf.StringValue + 1365, // 2072: kubernetes.KubernetesService.ConnectCoreV1PostNodeProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2073: kubernetes.KubernetesService.ConnectCoreV1PutNamespacedPodProxy:output_type -> google.protobuf.StringValue + 1365, // 2074: kubernetes.KubernetesService.ConnectCoreV1PutNamespacedPodProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2075: kubernetes.KubernetesService.ConnectCoreV1PutNamespacedServiceProxy:output_type -> google.protobuf.StringValue + 1365, // 2076: kubernetes.KubernetesService.ConnectCoreV1PutNamespacedServiceProxyWithPath:output_type -> google.protobuf.StringValue + 1365, // 2077: kubernetes.KubernetesService.ConnectCoreV1PutNodeProxy:output_type -> google.protobuf.StringValue + 1365, // 2078: kubernetes.KubernetesService.ConnectCoreV1PutNodeProxyWithPath:output_type -> google.protobuf.StringValue + 232, // 2079: kubernetes.KubernetesService.CreateAdmissionregistrationV1MutatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration + 237, // 2080: kubernetes.KubernetesService.CreateAdmissionregistrationV1ValidatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration + 248, // 2081: kubernetes.KubernetesService.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 249, // 2082: kubernetes.KubernetesService.CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding + 723, // 2083: kubernetes.KubernetesService.CreateApiextensionsV1CustomResourceDefinition:output_type -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 768, // 2084: kubernetes.KubernetesService.CreateApiregistrationV1ApiService:output_type -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 262, // 2085: kubernetes.KubernetesService.CreateAppsV1NamespacedControllerRevision:output_type -> kubernetes.IoK8sApiAppsV1ControllerRevision + 264, // 2086: kubernetes.KubernetesService.CreateAppsV1NamespacedDaemonSet:output_type -> kubernetes.IoK8sApiAppsV1DaemonSet + 270, // 2087: kubernetes.KubernetesService.CreateAppsV1NamespacedDeployment:output_type -> kubernetes.IoK8sApiAppsV1Deployment + 276, // 2088: kubernetes.KubernetesService.CreateAppsV1NamespacedReplicaSet:output_type -> kubernetes.IoK8sApiAppsV1ReplicaSet + 284, // 2089: kubernetes.KubernetesService.CreateAppsV1NamespacedStatefulSet:output_type -> kubernetes.IoK8sApiAppsV1StatefulSet + 293, // 2090: kubernetes.KubernetesService.CreateAuthenticationV1SelfSubjectReview:output_type -> kubernetes.IoK8sApiAuthenticationV1SelfSubjectReview + 298, // 2091: kubernetes.KubernetesService.CreateAuthenticationV1TokenReview:output_type -> kubernetes.IoK8sApiAuthenticationV1TokenReview + 302, // 2092: kubernetes.KubernetesService.CreateAuthenticationV1alpha1SelfSubjectReview:output_type -> kubernetes.IoK8sApiAuthenticationV1alpha1SelfSubjectReview + 304, // 2093: kubernetes.KubernetesService.CreateAuthenticationV1beta1SelfSubjectReview:output_type -> kubernetes.IoK8sApiAuthenticationV1beta1SelfSubjectReview + 306, // 2094: kubernetes.KubernetesService.CreateAuthorizationV1NamespacedLocalSubjectAccessReview:output_type -> kubernetes.IoK8sApiAuthorizationV1LocalSubjectAccessReview + 311, // 2095: kubernetes.KubernetesService.CreateAuthorizationV1SelfSubjectAccessReview:output_type -> kubernetes.IoK8sApiAuthorizationV1SelfSubjectAccessReview + 313, // 2096: kubernetes.KubernetesService.CreateAuthorizationV1SelfSubjectRulesReview:output_type -> kubernetes.IoK8sApiAuthorizationV1SelfSubjectRulesReview + 315, // 2097: kubernetes.KubernetesService.CreateAuthorizationV1SubjectAccessReview:output_type -> kubernetes.IoK8sApiAuthorizationV1SubjectAccessReview + 320, // 2098: kubernetes.KubernetesService.CreateAutoscalingV1NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 334, // 2099: kubernetes.KubernetesService.CreateAutoscalingV2NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 351, // 2100: kubernetes.KubernetesService.CreateBatchV1NamespacedCronJob:output_type -> kubernetes.IoK8sApiBatchV1CronJob + 355, // 2101: kubernetes.KubernetesService.CreateBatchV1NamespacedJob:output_type -> kubernetes.IoK8sApiBatchV1Job + 366, // 2102: kubernetes.KubernetesService.CreateCertificatesV1CertificateSigningRequest:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 371, // 2103: kubernetes.KubernetesService.CreateCertificatesV1alpha1ClusterTrustBundle:output_type -> kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle + 374, // 2104: kubernetes.KubernetesService.CreateCoordinationV1NamespacedLease:output_type -> kubernetes.IoK8sApiCoordinationV1Lease + 459, // 2105: kubernetes.KubernetesService.CreateCoreV1Namespace:output_type -> kubernetes.IoK8sApiCoreV1Namespace + 383, // 2106: kubernetes.KubernetesService.CreateCoreV1NamespacedBinding:output_type -> kubernetes.IoK8sApiCoreV1Binding + 396, // 2107: kubernetes.KubernetesService.CreateCoreV1NamespacedConfigMap:output_type -> kubernetes.IoK8sApiCoreV1ConfigMap + 420, // 2108: kubernetes.KubernetesService.CreateCoreV1NamespacedEndpoints:output_type -> kubernetes.IoK8sApiCoreV1Endpoints + 427, // 2109: kubernetes.KubernetesService.CreateCoreV1NamespacedEvent:output_type -> kubernetes.IoK8sApiCoreV1Event + 450, // 2110: kubernetes.KubernetesService.CreateCoreV1NamespacedLimitRange:output_type -> kubernetes.IoK8sApiCoreV1LimitRange + 481, // 2111: kubernetes.KubernetesService.CreateCoreV1NamespacedPersistentVolumeClaim:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 492, // 2112: kubernetes.KubernetesService.CreateCoreV1NamespacedPod:output_type -> kubernetes.IoK8sApiCoreV1Pod + 383, // 2113: kubernetes.KubernetesService.CreateCoreV1NamespacedPodBinding:output_type -> kubernetes.IoK8sApiCoreV1Binding + 664, // 2114: kubernetes.KubernetesService.CreateCoreV1NamespacedPodEviction:output_type -> kubernetes.IoK8sApiPolicyV1Eviction + 508, // 2115: kubernetes.KubernetesService.CreateCoreV1NamespacedPodTemplate:output_type -> kubernetes.IoK8sApiCoreV1PodTemplate + 519, // 2116: kubernetes.KubernetesService.CreateCoreV1NamespacedReplicationController:output_type -> kubernetes.IoK8sApiCoreV1ReplicationController + 526, // 2117: kubernetes.KubernetesService.CreateCoreV1NamespacedResourceQuota:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuota + 537, // 2118: kubernetes.KubernetesService.CreateCoreV1NamespacedSecret:output_type -> kubernetes.IoK8sApiCoreV1Secret + 545, // 2119: kubernetes.KubernetesService.CreateCoreV1NamespacedService:output_type -> kubernetes.IoK8sApiCoreV1Service + 546, // 2120: kubernetes.KubernetesService.CreateCoreV1NamespacedServiceAccount:output_type -> kubernetes.IoK8sApiCoreV1ServiceAccount + 295, // 2121: kubernetes.KubernetesService.CreateCoreV1NamespacedServiceAccountToken:output_type -> kubernetes.IoK8sApiAuthenticationV1TokenRequest + 464, // 2122: kubernetes.KubernetesService.CreateCoreV1Node:output_type -> kubernetes.IoK8sApiCoreV1Node + 480, // 2123: kubernetes.KubernetesService.CreateCoreV1PersistentVolume:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolume + 577, // 2124: kubernetes.KubernetesService.CreateDiscoveryV1NamespacedEndpointSlice:output_type -> kubernetes.IoK8sApiDiscoveryV1EndpointSlice + 580, // 2125: kubernetes.KubernetesService.CreateEventsV1NamespacedEvent:output_type -> kubernetes.IoK8sApiEventsV1Event + 584, // 2126: kubernetes.KubernetesService.CreateFlowcontrolApiserverV1beta2FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 594, // 2127: kubernetes.KubernetesService.CreateFlowcontrolApiserverV1beta2PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 606, // 2128: kubernetes.KubernetesService.CreateFlowcontrolApiserverV1beta3FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 616, // 2129: kubernetes.KubernetesService.CreateFlowcontrolApiserverV1beta3PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 257, // 2130: kubernetes.KubernetesService.CreateInternalApiserverV1alpha1StorageVersion:output_type -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 632, // 2131: kubernetes.KubernetesService.CreateNetworkingV1IngressClass:output_type -> kubernetes.IoK8sApiNetworkingV1IngressClass + 630, // 2132: kubernetes.KubernetesService.CreateNetworkingV1NamespacedIngress:output_type -> kubernetes.IoK8sApiNetworkingV1Ingress + 645, // 2133: kubernetes.KubernetesService.CreateNetworkingV1NamespacedNetworkPolicy:output_type -> kubernetes.IoK8sApiNetworkingV1NetworkPolicy + 653, // 2134: kubernetes.KubernetesService.CreateNetworkingV1alpha1ClusterCidr:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR + 656, // 2135: kubernetes.KubernetesService.CreateNetworkingV1alpha1IpAddress:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1IPAddress + 661, // 2136: kubernetes.KubernetesService.CreateNodeV1RuntimeClass:output_type -> kubernetes.IoK8sApiNodeV1RuntimeClass + 665, // 2137: kubernetes.KubernetesService.CreatePolicyV1NamespacedPodDisruptionBudget:output_type -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 670, // 2138: kubernetes.KubernetesService.CreateRbacAuthorizationV1ClusterRole:output_type -> kubernetes.IoK8sApiRbacV1ClusterRole + 671, // 2139: kubernetes.KubernetesService.CreateRbacAuthorizationV1ClusterRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1ClusterRoleBinding + 675, // 2140: kubernetes.KubernetesService.CreateRbacAuthorizationV1NamespacedRole:output_type -> kubernetes.IoK8sApiRbacV1Role + 676, // 2141: kubernetes.KubernetesService.CreateRbacAuthorizationV1NamespacedRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1RoleBinding + 682, // 2142: kubernetes.KubernetesService.CreateResourceV1alpha2NamespacedPodSchedulingContext:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 686, // 2143: kubernetes.KubernetesService.CreateResourceV1alpha2NamespacedResourceClaim:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 693, // 2144: kubernetes.KubernetesService.CreateResourceV1alpha2NamespacedResourceClaimTemplate:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate + 696, // 2145: kubernetes.KubernetesService.CreateResourceV1alpha2ResourceClass:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClass + 700, // 2146: kubernetes.KubernetesService.CreateSchedulingV1PriorityClass:output_type -> kubernetes.IoK8sApiSchedulingV1PriorityClass + 702, // 2147: kubernetes.KubernetesService.CreateStorageV1CsiDriver:output_type -> kubernetes.IoK8sApiStorageV1CSIDriver + 705, // 2148: kubernetes.KubernetesService.CreateStorageV1CsiNode:output_type -> kubernetes.IoK8sApiStorageV1CSINode + 709, // 2149: kubernetes.KubernetesService.CreateStorageV1NamespacedCsiStorageCapacity:output_type -> kubernetes.IoK8sApiStorageV1CSIStorageCapacity + 711, // 2150: kubernetes.KubernetesService.CreateStorageV1StorageClass:output_type -> kubernetes.IoK8sApiStorageV1StorageClass + 714, // 2151: kubernetes.KubernetesService.CreateStorageV1VolumeAttachment:output_type -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 762, // 2152: kubernetes.KubernetesService.DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2153: kubernetes.KubernetesService.DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2154: kubernetes.KubernetesService.DeleteAdmissionregistrationV1MutatingWebhookConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2155: kubernetes.KubernetesService.DeleteAdmissionregistrationV1ValidatingWebhookConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2156: kubernetes.KubernetesService.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicy:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2157: kubernetes.KubernetesService.DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyBinding:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2158: kubernetes.KubernetesService.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2159: kubernetes.KubernetesService.DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2160: kubernetes.KubernetesService.DeleteApiextensionsV1CollectionCustomResourceDefinition:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2161: kubernetes.KubernetesService.DeleteApiextensionsV1CustomResourceDefinition:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2162: kubernetes.KubernetesService.DeleteApiregistrationV1ApiService:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2163: kubernetes.KubernetesService.DeleteApiregistrationV1CollectionApiService:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2164: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedControllerRevision:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2165: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedDaemonSet:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2166: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedDeployment:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2167: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedReplicaSet:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2168: kubernetes.KubernetesService.DeleteAppsV1CollectionNamespacedStatefulSet:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2169: kubernetes.KubernetesService.DeleteAppsV1NamespacedControllerRevision:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2170: kubernetes.KubernetesService.DeleteAppsV1NamespacedDaemonSet:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2171: kubernetes.KubernetesService.DeleteAppsV1NamespacedDeployment:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2172: kubernetes.KubernetesService.DeleteAppsV1NamespacedReplicaSet:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2173: kubernetes.KubernetesService.DeleteAppsV1NamespacedStatefulSet:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2174: kubernetes.KubernetesService.DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2175: kubernetes.KubernetesService.DeleteAutoscalingV1NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2176: kubernetes.KubernetesService.DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2177: kubernetes.KubernetesService.DeleteAutoscalingV2NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2178: kubernetes.KubernetesService.DeleteBatchV1CollectionNamespacedCronJob:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2179: kubernetes.KubernetesService.DeleteBatchV1CollectionNamespacedJob:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2180: kubernetes.KubernetesService.DeleteBatchV1NamespacedCronJob:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2181: kubernetes.KubernetesService.DeleteBatchV1NamespacedJob:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2182: kubernetes.KubernetesService.DeleteCertificatesV1CertificateSigningRequest:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2183: kubernetes.KubernetesService.DeleteCertificatesV1CollectionCertificateSigningRequest:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2184: kubernetes.KubernetesService.DeleteCertificatesV1alpha1ClusterTrustBundle:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2185: kubernetes.KubernetesService.DeleteCertificatesV1alpha1CollectionClusterTrustBundle:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2186: kubernetes.KubernetesService.DeleteCoordinationV1CollectionNamespacedLease:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2187: kubernetes.KubernetesService.DeleteCoordinationV1NamespacedLease:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2188: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedConfigMap:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2189: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedEndpoints:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2190: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedEvent:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2191: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedLimitRange:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2192: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedPersistentVolumeClaim:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2193: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedPod:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2194: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedPodTemplate:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2195: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedReplicationController:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2196: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedResourceQuota:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2197: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedSecret:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2198: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedService:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2199: kubernetes.KubernetesService.DeleteCoreV1CollectionNamespacedServiceAccount:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2200: kubernetes.KubernetesService.DeleteCoreV1CollectionNode:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2201: kubernetes.KubernetesService.DeleteCoreV1CollectionPersistentVolume:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2202: kubernetes.KubernetesService.DeleteCoreV1Namespace:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2203: kubernetes.KubernetesService.DeleteCoreV1NamespacedConfigMap:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2204: kubernetes.KubernetesService.DeleteCoreV1NamespacedEndpoints:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2205: kubernetes.KubernetesService.DeleteCoreV1NamespacedEvent:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2206: kubernetes.KubernetesService.DeleteCoreV1NamespacedLimitRange:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 481, // 2207: kubernetes.KubernetesService.DeleteCoreV1NamespacedPersistentVolumeClaim:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 492, // 2208: kubernetes.KubernetesService.DeleteCoreV1NamespacedPod:output_type -> kubernetes.IoK8sApiCoreV1Pod + 508, // 2209: kubernetes.KubernetesService.DeleteCoreV1NamespacedPodTemplate:output_type -> kubernetes.IoK8sApiCoreV1PodTemplate + 762, // 2210: kubernetes.KubernetesService.DeleteCoreV1NamespacedReplicationController:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 526, // 2211: kubernetes.KubernetesService.DeleteCoreV1NamespacedResourceQuota:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuota + 762, // 2212: kubernetes.KubernetesService.DeleteCoreV1NamespacedSecret:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 545, // 2213: kubernetes.KubernetesService.DeleteCoreV1NamespacedService:output_type -> kubernetes.IoK8sApiCoreV1Service + 546, // 2214: kubernetes.KubernetesService.DeleteCoreV1NamespacedServiceAccount:output_type -> kubernetes.IoK8sApiCoreV1ServiceAccount + 762, // 2215: kubernetes.KubernetesService.DeleteCoreV1Node:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 480, // 2216: kubernetes.KubernetesService.DeleteCoreV1PersistentVolume:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolume + 762, // 2217: kubernetes.KubernetesService.DeleteDiscoveryV1CollectionNamespacedEndpointSlice:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2218: kubernetes.KubernetesService.DeleteDiscoveryV1NamespacedEndpointSlice:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2219: kubernetes.KubernetesService.DeleteEventsV1CollectionNamespacedEvent:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2220: kubernetes.KubernetesService.DeleteEventsV1NamespacedEvent:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2221: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta2CollectionFlowSchema:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2222: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta2CollectionPriorityLevelConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2223: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta2FlowSchema:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2224: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta2PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2225: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta3CollectionFlowSchema:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2226: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta3CollectionPriorityLevelConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2227: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta3FlowSchema:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2228: kubernetes.KubernetesService.DeleteFlowcontrolApiserverV1beta3PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2229: kubernetes.KubernetesService.DeleteInternalApiserverV1alpha1CollectionStorageVersion:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2230: kubernetes.KubernetesService.DeleteInternalApiserverV1alpha1StorageVersion:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2231: kubernetes.KubernetesService.DeleteNetworkingV1CollectionIngressClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2232: kubernetes.KubernetesService.DeleteNetworkingV1CollectionNamespacedIngress:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2233: kubernetes.KubernetesService.DeleteNetworkingV1CollectionNamespacedNetworkPolicy:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2234: kubernetes.KubernetesService.DeleteNetworkingV1IngressClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2235: kubernetes.KubernetesService.DeleteNetworkingV1NamespacedIngress:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2236: kubernetes.KubernetesService.DeleteNetworkingV1NamespacedNetworkPolicy:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2237: kubernetes.KubernetesService.DeleteNetworkingV1alpha1ClusterCidr:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2238: kubernetes.KubernetesService.DeleteNetworkingV1alpha1CollectionClusterCidr:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2239: kubernetes.KubernetesService.DeleteNetworkingV1alpha1CollectionIpAddress:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2240: kubernetes.KubernetesService.DeleteNetworkingV1alpha1IpAddress:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2241: kubernetes.KubernetesService.DeleteNodeV1CollectionRuntimeClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2242: kubernetes.KubernetesService.DeleteNodeV1RuntimeClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2243: kubernetes.KubernetesService.DeletePolicyV1CollectionNamespacedPodDisruptionBudget:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2244: kubernetes.KubernetesService.DeletePolicyV1NamespacedPodDisruptionBudget:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2245: kubernetes.KubernetesService.DeleteRbacAuthorizationV1ClusterRole:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2246: kubernetes.KubernetesService.DeleteRbacAuthorizationV1ClusterRoleBinding:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2247: kubernetes.KubernetesService.DeleteRbacAuthorizationV1CollectionClusterRole:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2248: kubernetes.KubernetesService.DeleteRbacAuthorizationV1CollectionClusterRoleBinding:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2249: kubernetes.KubernetesService.DeleteRbacAuthorizationV1CollectionNamespacedRole:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2250: kubernetes.KubernetesService.DeleteRbacAuthorizationV1CollectionNamespacedRoleBinding:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2251: kubernetes.KubernetesService.DeleteRbacAuthorizationV1NamespacedRole:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2252: kubernetes.KubernetesService.DeleteRbacAuthorizationV1NamespacedRoleBinding:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2253: kubernetes.KubernetesService.DeleteResourceV1alpha2CollectionNamespacedPodSchedulingContext:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2254: kubernetes.KubernetesService.DeleteResourceV1alpha2CollectionNamespacedResourceClaim:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2255: kubernetes.KubernetesService.DeleteResourceV1alpha2CollectionNamespacedResourceClaimTemplate:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2256: kubernetes.KubernetesService.DeleteResourceV1alpha2CollectionResourceClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 682, // 2257: kubernetes.KubernetesService.DeleteResourceV1alpha2NamespacedPodSchedulingContext:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 686, // 2258: kubernetes.KubernetesService.DeleteResourceV1alpha2NamespacedResourceClaim:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 693, // 2259: kubernetes.KubernetesService.DeleteResourceV1alpha2NamespacedResourceClaimTemplate:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate + 696, // 2260: kubernetes.KubernetesService.DeleteResourceV1alpha2ResourceClass:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClass + 762, // 2261: kubernetes.KubernetesService.DeleteSchedulingV1CollectionPriorityClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2262: kubernetes.KubernetesService.DeleteSchedulingV1PriorityClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2263: kubernetes.KubernetesService.DeleteStorageV1CollectionCsiDriver:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2264: kubernetes.KubernetesService.DeleteStorageV1CollectionCsiNode:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2265: kubernetes.KubernetesService.DeleteStorageV1CollectionNamespacedCsiStorageCapacity:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2266: kubernetes.KubernetesService.DeleteStorageV1CollectionStorageClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 762, // 2267: kubernetes.KubernetesService.DeleteStorageV1CollectionVolumeAttachment:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 702, // 2268: kubernetes.KubernetesService.DeleteStorageV1CsiDriver:output_type -> kubernetes.IoK8sApiStorageV1CSIDriver + 705, // 2269: kubernetes.KubernetesService.DeleteStorageV1CsiNode:output_type -> kubernetes.IoK8sApiStorageV1CSINode + 762, // 2270: kubernetes.KubernetesService.DeleteStorageV1NamespacedCsiStorageCapacity:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1Status + 711, // 2271: kubernetes.KubernetesService.DeleteStorageV1StorageClass:output_type -> kubernetes.IoK8sApiStorageV1StorageClass + 714, // 2272: kubernetes.KubernetesService.DeleteStorageV1VolumeAttachment:output_type -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 744, // 2273: kubernetes.KubernetesService.GetAdmissionregistrationApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2274: kubernetes.KubernetesService.GetAdmissionregistrationV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 747, // 2275: kubernetes.KubernetesService.GetAdmissionregistrationV1alpha1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 745, // 2276: kubernetes.KubernetesService.GetApiVersions:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroupList + 744, // 2277: kubernetes.KubernetesService.GetApiextensionsApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2278: kubernetes.KubernetesService.GetApiextensionsV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2279: kubernetes.KubernetesService.GetApiregistrationApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2280: kubernetes.KubernetesService.GetApiregistrationV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2281: kubernetes.KubernetesService.GetAppsApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2282: kubernetes.KubernetesService.GetAppsV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2283: kubernetes.KubernetesService.GetAuthenticationApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2284: kubernetes.KubernetesService.GetAuthenticationV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 747, // 2285: kubernetes.KubernetesService.GetAuthenticationV1alpha1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 747, // 2286: kubernetes.KubernetesService.GetAuthenticationV1beta1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2287: kubernetes.KubernetesService.GetAuthorizationApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2288: kubernetes.KubernetesService.GetAuthorizationV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2289: kubernetes.KubernetesService.GetAutoscalingApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2290: kubernetes.KubernetesService.GetAutoscalingV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 747, // 2291: kubernetes.KubernetesService.GetAutoscalingV2ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2292: kubernetes.KubernetesService.GetBatchApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2293: kubernetes.KubernetesService.GetBatchV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2294: kubernetes.KubernetesService.GetCertificatesApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2295: kubernetes.KubernetesService.GetCertificatesV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 747, // 2296: kubernetes.KubernetesService.GetCertificatesV1alpha1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 767, // 2297: kubernetes.KubernetesService.GetCodeVersion:output_type -> kubernetes.IoK8sApimachineryPkgVersionInfo + 744, // 2298: kubernetes.KubernetesService.GetCoordinationApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2299: kubernetes.KubernetesService.GetCoordinationV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 748, // 2300: kubernetes.KubernetesService.GetCoreApiVersions:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIVersions + 747, // 2301: kubernetes.KubernetesService.GetCoreV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2302: kubernetes.KubernetesService.GetDiscoveryApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2303: kubernetes.KubernetesService.GetDiscoveryV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2304: kubernetes.KubernetesService.GetEventsApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2305: kubernetes.KubernetesService.GetEventsV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2306: kubernetes.KubernetesService.GetFlowcontrolApiserverApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2307: kubernetes.KubernetesService.GetFlowcontrolApiserverV1beta2ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 747, // 2308: kubernetes.KubernetesService.GetFlowcontrolApiserverV1beta3ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2309: kubernetes.KubernetesService.GetInternalApiserverApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2310: kubernetes.KubernetesService.GetInternalApiserverV1alpha1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2311: kubernetes.KubernetesService.GetNetworkingApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2312: kubernetes.KubernetesService.GetNetworkingV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 747, // 2313: kubernetes.KubernetesService.GetNetworkingV1alpha1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2314: kubernetes.KubernetesService.GetNodeApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2315: kubernetes.KubernetesService.GetNodeV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2316: kubernetes.KubernetesService.GetPolicyApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2317: kubernetes.KubernetesService.GetPolicyV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2318: kubernetes.KubernetesService.GetRbacAuthorizationApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2319: kubernetes.KubernetesService.GetRbacAuthorizationV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2320: kubernetes.KubernetesService.GetResourceApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2321: kubernetes.KubernetesService.GetResourceV1alpha2ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 744, // 2322: kubernetes.KubernetesService.GetSchedulingApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2323: kubernetes.KubernetesService.GetSchedulingV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 1365, // 2324: kubernetes.KubernetesService.GetServiceAccountIssuerOpenIdConfiguration:output_type -> google.protobuf.StringValue + 1365, // 2325: kubernetes.KubernetesService.GetServiceAccountIssuerOpenIdKeyset:output_type -> google.protobuf.StringValue + 744, // 2326: kubernetes.KubernetesService.GetStorageApiGroup:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIGroup + 747, // 2327: kubernetes.KubernetesService.GetStorageV1ApiResources:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1APIResourceList + 233, // 2328: kubernetes.KubernetesService.ListAdmissionregistrationV1MutatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfigurationList + 238, // 2329: kubernetes.KubernetesService.ListAdmissionregistrationV1ValidatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfigurationList + 252, // 2330: kubernetes.KubernetesService.ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyList + 250, // 2331: kubernetes.KubernetesService.ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingList + 725, // 2332: kubernetes.KubernetesService.ListApiextensionsV1CustomResourceDefinition:output_type -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList + 770, // 2333: kubernetes.KubernetesService.ListApiregistrationV1ApiService:output_type -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceList + 263, // 2334: kubernetes.KubernetesService.ListAppsV1ControllerRevisionForAllNamespaces:output_type -> kubernetes.IoK8sApiAppsV1ControllerRevisionList + 266, // 2335: kubernetes.KubernetesService.ListAppsV1DaemonSetForAllNamespaces:output_type -> kubernetes.IoK8sApiAppsV1DaemonSetList + 272, // 2336: kubernetes.KubernetesService.ListAppsV1DeploymentForAllNamespaces:output_type -> kubernetes.IoK8sApiAppsV1DeploymentList + 263, // 2337: kubernetes.KubernetesService.ListAppsV1NamespacedControllerRevision:output_type -> kubernetes.IoK8sApiAppsV1ControllerRevisionList + 266, // 2338: kubernetes.KubernetesService.ListAppsV1NamespacedDaemonSet:output_type -> kubernetes.IoK8sApiAppsV1DaemonSetList + 272, // 2339: kubernetes.KubernetesService.ListAppsV1NamespacedDeployment:output_type -> kubernetes.IoK8sApiAppsV1DeploymentList + 278, // 2340: kubernetes.KubernetesService.ListAppsV1NamespacedReplicaSet:output_type -> kubernetes.IoK8sApiAppsV1ReplicaSetList + 286, // 2341: kubernetes.KubernetesService.ListAppsV1NamespacedStatefulSet:output_type -> kubernetes.IoK8sApiAppsV1StatefulSetList + 278, // 2342: kubernetes.KubernetesService.ListAppsV1ReplicaSetForAllNamespaces:output_type -> kubernetes.IoK8sApiAppsV1ReplicaSetList + 286, // 2343: kubernetes.KubernetesService.ListAppsV1StatefulSetForAllNamespaces:output_type -> kubernetes.IoK8sApiAppsV1StatefulSetList + 321, // 2344: kubernetes.KubernetesService.ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces:output_type -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerList + 321, // 2345: kubernetes.KubernetesService.ListAutoscalingV1NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscalerList + 337, // 2346: kubernetes.KubernetesService.ListAutoscalingV2HorizontalPodAutoscalerForAllNamespaces:output_type -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerList + 337, // 2347: kubernetes.KubernetesService.ListAutoscalingV2NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscalerList + 352, // 2348: kubernetes.KubernetesService.ListBatchV1CronJobForAllNamespaces:output_type -> kubernetes.IoK8sApiBatchV1CronJobList + 357, // 2349: kubernetes.KubernetesService.ListBatchV1JobForAllNamespaces:output_type -> kubernetes.IoK8sApiBatchV1JobList + 352, // 2350: kubernetes.KubernetesService.ListBatchV1NamespacedCronJob:output_type -> kubernetes.IoK8sApiBatchV1CronJobList + 357, // 2351: kubernetes.KubernetesService.ListBatchV1NamespacedJob:output_type -> kubernetes.IoK8sApiBatchV1JobList + 368, // 2352: kubernetes.KubernetesService.ListCertificatesV1CertificateSigningRequest:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequestList + 372, // 2353: kubernetes.KubernetesService.ListCertificatesV1alpha1ClusterTrustBundle:output_type -> kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundleList + 375, // 2354: kubernetes.KubernetesService.ListCoordinationV1LeaseForAllNamespaces:output_type -> kubernetes.IoK8sApiCoordinationV1LeaseList + 375, // 2355: kubernetes.KubernetesService.ListCoordinationV1NamespacedLease:output_type -> kubernetes.IoK8sApiCoordinationV1LeaseList + 395, // 2356: kubernetes.KubernetesService.ListCoreV1ComponentStatus:output_type -> kubernetes.IoK8sApiCoreV1ComponentStatusList + 399, // 2357: kubernetes.KubernetesService.ListCoreV1ConfigMapForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1ConfigMapList + 421, // 2358: kubernetes.KubernetesService.ListCoreV1EndpointsForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1EndpointsList + 428, // 2359: kubernetes.KubernetesService.ListCoreV1EventForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1EventList + 452, // 2360: kubernetes.KubernetesService.ListCoreV1LimitRangeForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1LimitRangeList + 461, // 2361: kubernetes.KubernetesService.ListCoreV1Namespace:output_type -> kubernetes.IoK8sApiCoreV1NamespaceList + 399, // 2362: kubernetes.KubernetesService.ListCoreV1NamespacedConfigMap:output_type -> kubernetes.IoK8sApiCoreV1ConfigMapList + 421, // 2363: kubernetes.KubernetesService.ListCoreV1NamespacedEndpoints:output_type -> kubernetes.IoK8sApiCoreV1EndpointsList + 428, // 2364: kubernetes.KubernetesService.ListCoreV1NamespacedEvent:output_type -> kubernetes.IoK8sApiCoreV1EventList + 452, // 2365: kubernetes.KubernetesService.ListCoreV1NamespacedLimitRange:output_type -> kubernetes.IoK8sApiCoreV1LimitRangeList + 483, // 2366: kubernetes.KubernetesService.ListCoreV1NamespacedPersistentVolumeClaim:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimList + 500, // 2367: kubernetes.KubernetesService.ListCoreV1NamespacedPod:output_type -> kubernetes.IoK8sApiCoreV1PodList + 509, // 2368: kubernetes.KubernetesService.ListCoreV1NamespacedPodTemplate:output_type -> kubernetes.IoK8sApiCoreV1PodTemplateList + 521, // 2369: kubernetes.KubernetesService.ListCoreV1NamespacedReplicationController:output_type -> kubernetes.IoK8sApiCoreV1ReplicationControllerList + 527, // 2370: kubernetes.KubernetesService.ListCoreV1NamespacedResourceQuota:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuotaList + 540, // 2371: kubernetes.KubernetesService.ListCoreV1NamespacedSecret:output_type -> kubernetes.IoK8sApiCoreV1SecretList + 549, // 2372: kubernetes.KubernetesService.ListCoreV1NamespacedService:output_type -> kubernetes.IoK8sApiCoreV1ServiceList + 547, // 2373: kubernetes.KubernetesService.ListCoreV1NamespacedServiceAccount:output_type -> kubernetes.IoK8sApiCoreV1ServiceAccountList + 471, // 2374: kubernetes.KubernetesService.ListCoreV1Node:output_type -> kubernetes.IoK8sApiCoreV1NodeList + 488, // 2375: kubernetes.KubernetesService.ListCoreV1PersistentVolume:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeList + 483, // 2376: kubernetes.KubernetesService.ListCoreV1PersistentVolumeClaimForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaimList + 500, // 2377: kubernetes.KubernetesService.ListCoreV1PodForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1PodList + 509, // 2378: kubernetes.KubernetesService.ListCoreV1PodTemplateForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1PodTemplateList + 521, // 2379: kubernetes.KubernetesService.ListCoreV1ReplicationControllerForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1ReplicationControllerList + 527, // 2380: kubernetes.KubernetesService.ListCoreV1ResourceQuotaForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuotaList + 540, // 2381: kubernetes.KubernetesService.ListCoreV1SecretForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1SecretList + 547, // 2382: kubernetes.KubernetesService.ListCoreV1ServiceAccountForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1ServiceAccountList + 549, // 2383: kubernetes.KubernetesService.ListCoreV1ServiceForAllNamespaces:output_type -> kubernetes.IoK8sApiCoreV1ServiceList + 578, // 2384: kubernetes.KubernetesService.ListDiscoveryV1EndpointSliceForAllNamespaces:output_type -> kubernetes.IoK8sApiDiscoveryV1EndpointSliceList + 578, // 2385: kubernetes.KubernetesService.ListDiscoveryV1NamespacedEndpointSlice:output_type -> kubernetes.IoK8sApiDiscoveryV1EndpointSliceList + 581, // 2386: kubernetes.KubernetesService.ListEventsV1EventForAllNamespaces:output_type -> kubernetes.IoK8sApiEventsV1EventList + 581, // 2387: kubernetes.KubernetesService.ListEventsV1NamespacedEvent:output_type -> kubernetes.IoK8sApiEventsV1EventList + 586, // 2388: kubernetes.KubernetesService.ListFlowcontrolApiserverV1beta2FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchemaList + 596, // 2389: kubernetes.KubernetesService.ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationList + 608, // 2390: kubernetes.KubernetesService.ListFlowcontrolApiserverV1beta3FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchemaList + 618, // 2391: kubernetes.KubernetesService.ListFlowcontrolApiserverV1beta3PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationList + 259, // 2392: kubernetes.KubernetesService.ListInternalApiserverV1alpha1StorageVersion:output_type -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersionList + 633, // 2393: kubernetes.KubernetesService.ListNetworkingV1IngressClass:output_type -> kubernetes.IoK8sApiNetworkingV1IngressClassList + 636, // 2394: kubernetes.KubernetesService.ListNetworkingV1IngressForAllNamespaces:output_type -> kubernetes.IoK8sApiNetworkingV1IngressList + 636, // 2395: kubernetes.KubernetesService.ListNetworkingV1NamespacedIngress:output_type -> kubernetes.IoK8sApiNetworkingV1IngressList + 648, // 2396: kubernetes.KubernetesService.ListNetworkingV1NamespacedNetworkPolicy:output_type -> kubernetes.IoK8sApiNetworkingV1NetworkPolicyList + 648, // 2397: kubernetes.KubernetesService.ListNetworkingV1NetworkPolicyForAllNamespaces:output_type -> kubernetes.IoK8sApiNetworkingV1NetworkPolicyList + 654, // 2398: kubernetes.KubernetesService.ListNetworkingV1alpha1ClusterCidr:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDRList + 657, // 2399: kubernetes.KubernetesService.ListNetworkingV1alpha1IpAddress:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1IPAddressList + 662, // 2400: kubernetes.KubernetesService.ListNodeV1RuntimeClass:output_type -> kubernetes.IoK8sApiNodeV1RuntimeClassList + 666, // 2401: kubernetes.KubernetesService.ListPolicyV1NamespacedPodDisruptionBudget:output_type -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetList + 666, // 2402: kubernetes.KubernetesService.ListPolicyV1PodDisruptionBudgetForAllNamespaces:output_type -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudgetList + 673, // 2403: kubernetes.KubernetesService.ListRbacAuthorizationV1ClusterRole:output_type -> kubernetes.IoK8sApiRbacV1ClusterRoleList + 672, // 2404: kubernetes.KubernetesService.ListRbacAuthorizationV1ClusterRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1ClusterRoleBindingList + 678, // 2405: kubernetes.KubernetesService.ListRbacAuthorizationV1NamespacedRole:output_type -> kubernetes.IoK8sApiRbacV1RoleList + 677, // 2406: kubernetes.KubernetesService.ListRbacAuthorizationV1NamespacedRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1RoleBindingList + 677, // 2407: kubernetes.KubernetesService.ListRbacAuthorizationV1RoleBindingForAllNamespaces:output_type -> kubernetes.IoK8sApiRbacV1RoleBindingList + 678, // 2408: kubernetes.KubernetesService.ListRbacAuthorizationV1RoleForAllNamespaces:output_type -> kubernetes.IoK8sApiRbacV1RoleList + 683, // 2409: kubernetes.KubernetesService.ListResourceV1alpha2NamespacedPodSchedulingContext:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextList + 688, // 2410: kubernetes.KubernetesService.ListResourceV1alpha2NamespacedResourceClaim:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimList + 694, // 2411: kubernetes.KubernetesService.ListResourceV1alpha2NamespacedResourceClaimTemplate:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplateList + 683, // 2412: kubernetes.KubernetesService.ListResourceV1alpha2PodSchedulingContextForAllNamespaces:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContextList + 688, // 2413: kubernetes.KubernetesService.ListResourceV1alpha2ResourceClaimForAllNamespaces:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimList + 694, // 2414: kubernetes.KubernetesService.ListResourceV1alpha2ResourceClaimTemplateForAllNamespaces:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplateList + 697, // 2415: kubernetes.KubernetesService.ListResourceV1alpha2ResourceClass:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClassList + 701, // 2416: kubernetes.KubernetesService.ListSchedulingV1PriorityClass:output_type -> kubernetes.IoK8sApiSchedulingV1PriorityClassList + 703, // 2417: kubernetes.KubernetesService.ListStorageV1CsiDriver:output_type -> kubernetes.IoK8sApiStorageV1CSIDriverList + 707, // 2418: kubernetes.KubernetesService.ListStorageV1CsiNode:output_type -> kubernetes.IoK8sApiStorageV1CSINodeList + 710, // 2419: kubernetes.KubernetesService.ListStorageV1CsiStorageCapacityForAllNamespaces:output_type -> kubernetes.IoK8sApiStorageV1CSIStorageCapacityList + 710, // 2420: kubernetes.KubernetesService.ListStorageV1NamespacedCsiStorageCapacity:output_type -> kubernetes.IoK8sApiStorageV1CSIStorageCapacityList + 712, // 2421: kubernetes.KubernetesService.ListStorageV1StorageClass:output_type -> kubernetes.IoK8sApiStorageV1StorageClassList + 715, // 2422: kubernetes.KubernetesService.ListStorageV1VolumeAttachment:output_type -> kubernetes.IoK8sApiStorageV1VolumeAttachmentList + 1364, // 2423: kubernetes.KubernetesService.LogFileHandler:output_type -> google.protobuf.Empty + 1364, // 2424: kubernetes.KubernetesService.LogFileListHandler:output_type -> google.protobuf.Empty + 232, // 2425: kubernetes.KubernetesService.PatchAdmissionregistrationV1MutatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration + 237, // 2426: kubernetes.KubernetesService.PatchAdmissionregistrationV1ValidatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration + 248, // 2427: kubernetes.KubernetesService.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 249, // 2428: kubernetes.KubernetesService.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding + 248, // 2429: kubernetes.KubernetesService.PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 723, // 2430: kubernetes.KubernetesService.PatchApiextensionsV1CustomResourceDefinition:output_type -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 723, // 2431: kubernetes.KubernetesService.PatchApiextensionsV1CustomResourceDefinitionStatus:output_type -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 768, // 2432: kubernetes.KubernetesService.PatchApiregistrationV1ApiService:output_type -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 768, // 2433: kubernetes.KubernetesService.PatchApiregistrationV1ApiServiceStatus:output_type -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 262, // 2434: kubernetes.KubernetesService.PatchAppsV1NamespacedControllerRevision:output_type -> kubernetes.IoK8sApiAppsV1ControllerRevision + 264, // 2435: kubernetes.KubernetesService.PatchAppsV1NamespacedDaemonSet:output_type -> kubernetes.IoK8sApiAppsV1DaemonSet + 264, // 2436: kubernetes.KubernetesService.PatchAppsV1NamespacedDaemonSetStatus:output_type -> kubernetes.IoK8sApiAppsV1DaemonSet + 270, // 2437: kubernetes.KubernetesService.PatchAppsV1NamespacedDeployment:output_type -> kubernetes.IoK8sApiAppsV1Deployment + 324, // 2438: kubernetes.KubernetesService.PatchAppsV1NamespacedDeploymentScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 270, // 2439: kubernetes.KubernetesService.PatchAppsV1NamespacedDeploymentStatus:output_type -> kubernetes.IoK8sApiAppsV1Deployment + 276, // 2440: kubernetes.KubernetesService.PatchAppsV1NamespacedReplicaSet:output_type -> kubernetes.IoK8sApiAppsV1ReplicaSet + 324, // 2441: kubernetes.KubernetesService.PatchAppsV1NamespacedReplicaSetScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 276, // 2442: kubernetes.KubernetesService.PatchAppsV1NamespacedReplicaSetStatus:output_type -> kubernetes.IoK8sApiAppsV1ReplicaSet + 284, // 2443: kubernetes.KubernetesService.PatchAppsV1NamespacedStatefulSet:output_type -> kubernetes.IoK8sApiAppsV1StatefulSet + 324, // 2444: kubernetes.KubernetesService.PatchAppsV1NamespacedStatefulSetScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 284, // 2445: kubernetes.KubernetesService.PatchAppsV1NamespacedStatefulSetStatus:output_type -> kubernetes.IoK8sApiAppsV1StatefulSet + 320, // 2446: kubernetes.KubernetesService.PatchAutoscalingV1NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 320, // 2447: kubernetes.KubernetesService.PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus:output_type -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 334, // 2448: kubernetes.KubernetesService.PatchAutoscalingV2NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 334, // 2449: kubernetes.KubernetesService.PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatus:output_type -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 351, // 2450: kubernetes.KubernetesService.PatchBatchV1NamespacedCronJob:output_type -> kubernetes.IoK8sApiBatchV1CronJob + 351, // 2451: kubernetes.KubernetesService.PatchBatchV1NamespacedCronJobStatus:output_type -> kubernetes.IoK8sApiBatchV1CronJob + 355, // 2452: kubernetes.KubernetesService.PatchBatchV1NamespacedJob:output_type -> kubernetes.IoK8sApiBatchV1Job + 355, // 2453: kubernetes.KubernetesService.PatchBatchV1NamespacedJobStatus:output_type -> kubernetes.IoK8sApiBatchV1Job + 366, // 2454: kubernetes.KubernetesService.PatchCertificatesV1CertificateSigningRequest:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 366, // 2455: kubernetes.KubernetesService.PatchCertificatesV1CertificateSigningRequestApproval:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 366, // 2456: kubernetes.KubernetesService.PatchCertificatesV1CertificateSigningRequestStatus:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 371, // 2457: kubernetes.KubernetesService.PatchCertificatesV1alpha1ClusterTrustBundle:output_type -> kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle + 374, // 2458: kubernetes.KubernetesService.PatchCoordinationV1NamespacedLease:output_type -> kubernetes.IoK8sApiCoordinationV1Lease + 459, // 2459: kubernetes.KubernetesService.PatchCoreV1Namespace:output_type -> kubernetes.IoK8sApiCoreV1Namespace + 459, // 2460: kubernetes.KubernetesService.PatchCoreV1NamespaceStatus:output_type -> kubernetes.IoK8sApiCoreV1Namespace + 396, // 2461: kubernetes.KubernetesService.PatchCoreV1NamespacedConfigMap:output_type -> kubernetes.IoK8sApiCoreV1ConfigMap + 420, // 2462: kubernetes.KubernetesService.PatchCoreV1NamespacedEndpoints:output_type -> kubernetes.IoK8sApiCoreV1Endpoints + 427, // 2463: kubernetes.KubernetesService.PatchCoreV1NamespacedEvent:output_type -> kubernetes.IoK8sApiCoreV1Event + 450, // 2464: kubernetes.KubernetesService.PatchCoreV1NamespacedLimitRange:output_type -> kubernetes.IoK8sApiCoreV1LimitRange + 481, // 2465: kubernetes.KubernetesService.PatchCoreV1NamespacedPersistentVolumeClaim:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 481, // 2466: kubernetes.KubernetesService.PatchCoreV1NamespacedPersistentVolumeClaimStatus:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 492, // 2467: kubernetes.KubernetesService.PatchCoreV1NamespacedPod:output_type -> kubernetes.IoK8sApiCoreV1Pod + 492, // 2468: kubernetes.KubernetesService.PatchCoreV1NamespacedPodEphemeralcontainers:output_type -> kubernetes.IoK8sApiCoreV1Pod + 492, // 2469: kubernetes.KubernetesService.PatchCoreV1NamespacedPodStatus:output_type -> kubernetes.IoK8sApiCoreV1Pod + 508, // 2470: kubernetes.KubernetesService.PatchCoreV1NamespacedPodTemplate:output_type -> kubernetes.IoK8sApiCoreV1PodTemplate + 519, // 2471: kubernetes.KubernetesService.PatchCoreV1NamespacedReplicationController:output_type -> kubernetes.IoK8sApiCoreV1ReplicationController + 324, // 2472: kubernetes.KubernetesService.PatchCoreV1NamespacedReplicationControllerScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 519, // 2473: kubernetes.KubernetesService.PatchCoreV1NamespacedReplicationControllerStatus:output_type -> kubernetes.IoK8sApiCoreV1ReplicationController + 526, // 2474: kubernetes.KubernetesService.PatchCoreV1NamespacedResourceQuota:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuota + 526, // 2475: kubernetes.KubernetesService.PatchCoreV1NamespacedResourceQuotaStatus:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuota + 537, // 2476: kubernetes.KubernetesService.PatchCoreV1NamespacedSecret:output_type -> kubernetes.IoK8sApiCoreV1Secret + 545, // 2477: kubernetes.KubernetesService.PatchCoreV1NamespacedService:output_type -> kubernetes.IoK8sApiCoreV1Service + 546, // 2478: kubernetes.KubernetesService.PatchCoreV1NamespacedServiceAccount:output_type -> kubernetes.IoK8sApiCoreV1ServiceAccount + 545, // 2479: kubernetes.KubernetesService.PatchCoreV1NamespacedServiceStatus:output_type -> kubernetes.IoK8sApiCoreV1Service + 464, // 2480: kubernetes.KubernetesService.PatchCoreV1Node:output_type -> kubernetes.IoK8sApiCoreV1Node + 464, // 2481: kubernetes.KubernetesService.PatchCoreV1NodeStatus:output_type -> kubernetes.IoK8sApiCoreV1Node + 480, // 2482: kubernetes.KubernetesService.PatchCoreV1PersistentVolume:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolume + 480, // 2483: kubernetes.KubernetesService.PatchCoreV1PersistentVolumeStatus:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolume + 577, // 2484: kubernetes.KubernetesService.PatchDiscoveryV1NamespacedEndpointSlice:output_type -> kubernetes.IoK8sApiDiscoveryV1EndpointSlice + 580, // 2485: kubernetes.KubernetesService.PatchEventsV1NamespacedEvent:output_type -> kubernetes.IoK8sApiEventsV1Event + 584, // 2486: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta2FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 584, // 2487: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta2FlowSchemaStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 594, // 2488: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 594, // 2489: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 606, // 2490: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta3FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 606, // 2491: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta3FlowSchemaStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 616, // 2492: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta3PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 616, // 2493: kubernetes.KubernetesService.PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 257, // 2494: kubernetes.KubernetesService.PatchInternalApiserverV1alpha1StorageVersion:output_type -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 257, // 2495: kubernetes.KubernetesService.PatchInternalApiserverV1alpha1StorageVersionStatus:output_type -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 632, // 2496: kubernetes.KubernetesService.PatchNetworkingV1IngressClass:output_type -> kubernetes.IoK8sApiNetworkingV1IngressClass + 630, // 2497: kubernetes.KubernetesService.PatchNetworkingV1NamespacedIngress:output_type -> kubernetes.IoK8sApiNetworkingV1Ingress + 630, // 2498: kubernetes.KubernetesService.PatchNetworkingV1NamespacedIngressStatus:output_type -> kubernetes.IoK8sApiNetworkingV1Ingress + 645, // 2499: kubernetes.KubernetesService.PatchNetworkingV1NamespacedNetworkPolicy:output_type -> kubernetes.IoK8sApiNetworkingV1NetworkPolicy + 653, // 2500: kubernetes.KubernetesService.PatchNetworkingV1alpha1ClusterCidr:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR + 656, // 2501: kubernetes.KubernetesService.PatchNetworkingV1alpha1IpAddress:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1IPAddress + 661, // 2502: kubernetes.KubernetesService.PatchNodeV1RuntimeClass:output_type -> kubernetes.IoK8sApiNodeV1RuntimeClass + 665, // 2503: kubernetes.KubernetesService.PatchPolicyV1NamespacedPodDisruptionBudget:output_type -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 665, // 2504: kubernetes.KubernetesService.PatchPolicyV1NamespacedPodDisruptionBudgetStatus:output_type -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 670, // 2505: kubernetes.KubernetesService.PatchRbacAuthorizationV1ClusterRole:output_type -> kubernetes.IoK8sApiRbacV1ClusterRole + 671, // 2506: kubernetes.KubernetesService.PatchRbacAuthorizationV1ClusterRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1ClusterRoleBinding + 675, // 2507: kubernetes.KubernetesService.PatchRbacAuthorizationV1NamespacedRole:output_type -> kubernetes.IoK8sApiRbacV1Role + 676, // 2508: kubernetes.KubernetesService.PatchRbacAuthorizationV1NamespacedRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1RoleBinding + 682, // 2509: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedPodSchedulingContext:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 682, // 2510: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedPodSchedulingContextStatus:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 686, // 2511: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedResourceClaim:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 686, // 2512: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedResourceClaimStatus:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 693, // 2513: kubernetes.KubernetesService.PatchResourceV1alpha2NamespacedResourceClaimTemplate:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate + 696, // 2514: kubernetes.KubernetesService.PatchResourceV1alpha2ResourceClass:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClass + 700, // 2515: kubernetes.KubernetesService.PatchSchedulingV1PriorityClass:output_type -> kubernetes.IoK8sApiSchedulingV1PriorityClass + 702, // 2516: kubernetes.KubernetesService.PatchStorageV1CsiDriver:output_type -> kubernetes.IoK8sApiStorageV1CSIDriver + 705, // 2517: kubernetes.KubernetesService.PatchStorageV1CsiNode:output_type -> kubernetes.IoK8sApiStorageV1CSINode + 709, // 2518: kubernetes.KubernetesService.PatchStorageV1NamespacedCsiStorageCapacity:output_type -> kubernetes.IoK8sApiStorageV1CSIStorageCapacity + 711, // 2519: kubernetes.KubernetesService.PatchStorageV1StorageClass:output_type -> kubernetes.IoK8sApiStorageV1StorageClass + 714, // 2520: kubernetes.KubernetesService.PatchStorageV1VolumeAttachment:output_type -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 714, // 2521: kubernetes.KubernetesService.PatchStorageV1VolumeAttachmentStatus:output_type -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 232, // 2522: kubernetes.KubernetesService.ReadAdmissionregistrationV1MutatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration + 237, // 2523: kubernetes.KubernetesService.ReadAdmissionregistrationV1ValidatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration + 248, // 2524: kubernetes.KubernetesService.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 249, // 2525: kubernetes.KubernetesService.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding + 248, // 2526: kubernetes.KubernetesService.ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 723, // 2527: kubernetes.KubernetesService.ReadApiextensionsV1CustomResourceDefinition:output_type -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 723, // 2528: kubernetes.KubernetesService.ReadApiextensionsV1CustomResourceDefinitionStatus:output_type -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 768, // 2529: kubernetes.KubernetesService.ReadApiregistrationV1ApiService:output_type -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 768, // 2530: kubernetes.KubernetesService.ReadApiregistrationV1ApiServiceStatus:output_type -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 262, // 2531: kubernetes.KubernetesService.ReadAppsV1NamespacedControllerRevision:output_type -> kubernetes.IoK8sApiAppsV1ControllerRevision + 264, // 2532: kubernetes.KubernetesService.ReadAppsV1NamespacedDaemonSet:output_type -> kubernetes.IoK8sApiAppsV1DaemonSet + 264, // 2533: kubernetes.KubernetesService.ReadAppsV1NamespacedDaemonSetStatus:output_type -> kubernetes.IoK8sApiAppsV1DaemonSet + 270, // 2534: kubernetes.KubernetesService.ReadAppsV1NamespacedDeployment:output_type -> kubernetes.IoK8sApiAppsV1Deployment + 324, // 2535: kubernetes.KubernetesService.ReadAppsV1NamespacedDeploymentScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 270, // 2536: kubernetes.KubernetesService.ReadAppsV1NamespacedDeploymentStatus:output_type -> kubernetes.IoK8sApiAppsV1Deployment + 276, // 2537: kubernetes.KubernetesService.ReadAppsV1NamespacedReplicaSet:output_type -> kubernetes.IoK8sApiAppsV1ReplicaSet + 324, // 2538: kubernetes.KubernetesService.ReadAppsV1NamespacedReplicaSetScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 276, // 2539: kubernetes.KubernetesService.ReadAppsV1NamespacedReplicaSetStatus:output_type -> kubernetes.IoK8sApiAppsV1ReplicaSet + 284, // 2540: kubernetes.KubernetesService.ReadAppsV1NamespacedStatefulSet:output_type -> kubernetes.IoK8sApiAppsV1StatefulSet + 324, // 2541: kubernetes.KubernetesService.ReadAppsV1NamespacedStatefulSetScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 284, // 2542: kubernetes.KubernetesService.ReadAppsV1NamespacedStatefulSetStatus:output_type -> kubernetes.IoK8sApiAppsV1StatefulSet + 320, // 2543: kubernetes.KubernetesService.ReadAutoscalingV1NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 320, // 2544: kubernetes.KubernetesService.ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus:output_type -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 334, // 2545: kubernetes.KubernetesService.ReadAutoscalingV2NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 334, // 2546: kubernetes.KubernetesService.ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatus:output_type -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 351, // 2547: kubernetes.KubernetesService.ReadBatchV1NamespacedCronJob:output_type -> kubernetes.IoK8sApiBatchV1CronJob + 351, // 2548: kubernetes.KubernetesService.ReadBatchV1NamespacedCronJobStatus:output_type -> kubernetes.IoK8sApiBatchV1CronJob + 355, // 2549: kubernetes.KubernetesService.ReadBatchV1NamespacedJob:output_type -> kubernetes.IoK8sApiBatchV1Job + 355, // 2550: kubernetes.KubernetesService.ReadBatchV1NamespacedJobStatus:output_type -> kubernetes.IoK8sApiBatchV1Job + 366, // 2551: kubernetes.KubernetesService.ReadCertificatesV1CertificateSigningRequest:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 366, // 2552: kubernetes.KubernetesService.ReadCertificatesV1CertificateSigningRequestApproval:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 366, // 2553: kubernetes.KubernetesService.ReadCertificatesV1CertificateSigningRequestStatus:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 371, // 2554: kubernetes.KubernetesService.ReadCertificatesV1alpha1ClusterTrustBundle:output_type -> kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle + 374, // 2555: kubernetes.KubernetesService.ReadCoordinationV1NamespacedLease:output_type -> kubernetes.IoK8sApiCoordinationV1Lease + 394, // 2556: kubernetes.KubernetesService.ReadCoreV1ComponentStatus:output_type -> kubernetes.IoK8sApiCoreV1ComponentStatus + 459, // 2557: kubernetes.KubernetesService.ReadCoreV1Namespace:output_type -> kubernetes.IoK8sApiCoreV1Namespace + 459, // 2558: kubernetes.KubernetesService.ReadCoreV1NamespaceStatus:output_type -> kubernetes.IoK8sApiCoreV1Namespace + 396, // 2559: kubernetes.KubernetesService.ReadCoreV1NamespacedConfigMap:output_type -> kubernetes.IoK8sApiCoreV1ConfigMap + 420, // 2560: kubernetes.KubernetesService.ReadCoreV1NamespacedEndpoints:output_type -> kubernetes.IoK8sApiCoreV1Endpoints + 427, // 2561: kubernetes.KubernetesService.ReadCoreV1NamespacedEvent:output_type -> kubernetes.IoK8sApiCoreV1Event + 450, // 2562: kubernetes.KubernetesService.ReadCoreV1NamespacedLimitRange:output_type -> kubernetes.IoK8sApiCoreV1LimitRange + 481, // 2563: kubernetes.KubernetesService.ReadCoreV1NamespacedPersistentVolumeClaim:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 481, // 2564: kubernetes.KubernetesService.ReadCoreV1NamespacedPersistentVolumeClaimStatus:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 492, // 2565: kubernetes.KubernetesService.ReadCoreV1NamespacedPod:output_type -> kubernetes.IoK8sApiCoreV1Pod + 492, // 2566: kubernetes.KubernetesService.ReadCoreV1NamespacedPodEphemeralcontainers:output_type -> kubernetes.IoK8sApiCoreV1Pod + 1365, // 2567: kubernetes.KubernetesService.ReadCoreV1NamespacedPodLog:output_type -> google.protobuf.StringValue + 492, // 2568: kubernetes.KubernetesService.ReadCoreV1NamespacedPodStatus:output_type -> kubernetes.IoK8sApiCoreV1Pod + 508, // 2569: kubernetes.KubernetesService.ReadCoreV1NamespacedPodTemplate:output_type -> kubernetes.IoK8sApiCoreV1PodTemplate + 519, // 2570: kubernetes.KubernetesService.ReadCoreV1NamespacedReplicationController:output_type -> kubernetes.IoK8sApiCoreV1ReplicationController + 324, // 2571: kubernetes.KubernetesService.ReadCoreV1NamespacedReplicationControllerScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 519, // 2572: kubernetes.KubernetesService.ReadCoreV1NamespacedReplicationControllerStatus:output_type -> kubernetes.IoK8sApiCoreV1ReplicationController + 526, // 2573: kubernetes.KubernetesService.ReadCoreV1NamespacedResourceQuota:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuota + 526, // 2574: kubernetes.KubernetesService.ReadCoreV1NamespacedResourceQuotaStatus:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuota + 537, // 2575: kubernetes.KubernetesService.ReadCoreV1NamespacedSecret:output_type -> kubernetes.IoK8sApiCoreV1Secret + 545, // 2576: kubernetes.KubernetesService.ReadCoreV1NamespacedService:output_type -> kubernetes.IoK8sApiCoreV1Service + 546, // 2577: kubernetes.KubernetesService.ReadCoreV1NamespacedServiceAccount:output_type -> kubernetes.IoK8sApiCoreV1ServiceAccount + 545, // 2578: kubernetes.KubernetesService.ReadCoreV1NamespacedServiceStatus:output_type -> kubernetes.IoK8sApiCoreV1Service + 464, // 2579: kubernetes.KubernetesService.ReadCoreV1Node:output_type -> kubernetes.IoK8sApiCoreV1Node + 464, // 2580: kubernetes.KubernetesService.ReadCoreV1NodeStatus:output_type -> kubernetes.IoK8sApiCoreV1Node + 480, // 2581: kubernetes.KubernetesService.ReadCoreV1PersistentVolume:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolume + 480, // 2582: kubernetes.KubernetesService.ReadCoreV1PersistentVolumeStatus:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolume + 577, // 2583: kubernetes.KubernetesService.ReadDiscoveryV1NamespacedEndpointSlice:output_type -> kubernetes.IoK8sApiDiscoveryV1EndpointSlice + 580, // 2584: kubernetes.KubernetesService.ReadEventsV1NamespacedEvent:output_type -> kubernetes.IoK8sApiEventsV1Event + 584, // 2585: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta2FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 584, // 2586: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta2FlowSchemaStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 594, // 2587: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 594, // 2588: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 606, // 2589: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta3FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 606, // 2590: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta3FlowSchemaStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 616, // 2591: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta3PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 616, // 2592: kubernetes.KubernetesService.ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 257, // 2593: kubernetes.KubernetesService.ReadInternalApiserverV1alpha1StorageVersion:output_type -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 257, // 2594: kubernetes.KubernetesService.ReadInternalApiserverV1alpha1StorageVersionStatus:output_type -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 632, // 2595: kubernetes.KubernetesService.ReadNetworkingV1IngressClass:output_type -> kubernetes.IoK8sApiNetworkingV1IngressClass + 630, // 2596: kubernetes.KubernetesService.ReadNetworkingV1NamespacedIngress:output_type -> kubernetes.IoK8sApiNetworkingV1Ingress + 630, // 2597: kubernetes.KubernetesService.ReadNetworkingV1NamespacedIngressStatus:output_type -> kubernetes.IoK8sApiNetworkingV1Ingress + 645, // 2598: kubernetes.KubernetesService.ReadNetworkingV1NamespacedNetworkPolicy:output_type -> kubernetes.IoK8sApiNetworkingV1NetworkPolicy + 653, // 2599: kubernetes.KubernetesService.ReadNetworkingV1alpha1ClusterCidr:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR + 656, // 2600: kubernetes.KubernetesService.ReadNetworkingV1alpha1IpAddress:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1IPAddress + 661, // 2601: kubernetes.KubernetesService.ReadNodeV1RuntimeClass:output_type -> kubernetes.IoK8sApiNodeV1RuntimeClass + 665, // 2602: kubernetes.KubernetesService.ReadPolicyV1NamespacedPodDisruptionBudget:output_type -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 665, // 2603: kubernetes.KubernetesService.ReadPolicyV1NamespacedPodDisruptionBudgetStatus:output_type -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 670, // 2604: kubernetes.KubernetesService.ReadRbacAuthorizationV1ClusterRole:output_type -> kubernetes.IoK8sApiRbacV1ClusterRole + 671, // 2605: kubernetes.KubernetesService.ReadRbacAuthorizationV1ClusterRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1ClusterRoleBinding + 675, // 2606: kubernetes.KubernetesService.ReadRbacAuthorizationV1NamespacedRole:output_type -> kubernetes.IoK8sApiRbacV1Role + 676, // 2607: kubernetes.KubernetesService.ReadRbacAuthorizationV1NamespacedRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1RoleBinding + 682, // 2608: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedPodSchedulingContext:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 682, // 2609: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedPodSchedulingContextStatus:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 686, // 2610: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedResourceClaim:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 686, // 2611: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedResourceClaimStatus:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 693, // 2612: kubernetes.KubernetesService.ReadResourceV1alpha2NamespacedResourceClaimTemplate:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate + 696, // 2613: kubernetes.KubernetesService.ReadResourceV1alpha2ResourceClass:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClass + 700, // 2614: kubernetes.KubernetesService.ReadSchedulingV1PriorityClass:output_type -> kubernetes.IoK8sApiSchedulingV1PriorityClass + 702, // 2615: kubernetes.KubernetesService.ReadStorageV1CsiDriver:output_type -> kubernetes.IoK8sApiStorageV1CSIDriver + 705, // 2616: kubernetes.KubernetesService.ReadStorageV1CsiNode:output_type -> kubernetes.IoK8sApiStorageV1CSINode + 709, // 2617: kubernetes.KubernetesService.ReadStorageV1NamespacedCsiStorageCapacity:output_type -> kubernetes.IoK8sApiStorageV1CSIStorageCapacity + 711, // 2618: kubernetes.KubernetesService.ReadStorageV1StorageClass:output_type -> kubernetes.IoK8sApiStorageV1StorageClass + 714, // 2619: kubernetes.KubernetesService.ReadStorageV1VolumeAttachment:output_type -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 714, // 2620: kubernetes.KubernetesService.ReadStorageV1VolumeAttachmentStatus:output_type -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 232, // 2621: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1MutatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration + 237, // 2622: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration + 248, // 2623: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 249, // 2624: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding + 248, // 2625: kubernetes.KubernetesService.ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus:output_type -> kubernetes.IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy + 723, // 2626: kubernetes.KubernetesService.ReplaceApiextensionsV1CustomResourceDefinition:output_type -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 723, // 2627: kubernetes.KubernetesService.ReplaceApiextensionsV1CustomResourceDefinitionStatus:output_type -> kubernetes.IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition + 768, // 2628: kubernetes.KubernetesService.ReplaceApiregistrationV1ApiService:output_type -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 768, // 2629: kubernetes.KubernetesService.ReplaceApiregistrationV1ApiServiceStatus:output_type -> kubernetes.IoK8sKubeAggregatorPkgApisApiregistrationV1APIService + 262, // 2630: kubernetes.KubernetesService.ReplaceAppsV1NamespacedControllerRevision:output_type -> kubernetes.IoK8sApiAppsV1ControllerRevision + 264, // 2631: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDaemonSet:output_type -> kubernetes.IoK8sApiAppsV1DaemonSet + 264, // 2632: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDaemonSetStatus:output_type -> kubernetes.IoK8sApiAppsV1DaemonSet + 270, // 2633: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDeployment:output_type -> kubernetes.IoK8sApiAppsV1Deployment + 324, // 2634: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDeploymentScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 270, // 2635: kubernetes.KubernetesService.ReplaceAppsV1NamespacedDeploymentStatus:output_type -> kubernetes.IoK8sApiAppsV1Deployment + 276, // 2636: kubernetes.KubernetesService.ReplaceAppsV1NamespacedReplicaSet:output_type -> kubernetes.IoK8sApiAppsV1ReplicaSet + 324, // 2637: kubernetes.KubernetesService.ReplaceAppsV1NamespacedReplicaSetScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 276, // 2638: kubernetes.KubernetesService.ReplaceAppsV1NamespacedReplicaSetStatus:output_type -> kubernetes.IoK8sApiAppsV1ReplicaSet + 284, // 2639: kubernetes.KubernetesService.ReplaceAppsV1NamespacedStatefulSet:output_type -> kubernetes.IoK8sApiAppsV1StatefulSet + 324, // 2640: kubernetes.KubernetesService.ReplaceAppsV1NamespacedStatefulSetScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 284, // 2641: kubernetes.KubernetesService.ReplaceAppsV1NamespacedStatefulSetStatus:output_type -> kubernetes.IoK8sApiAppsV1StatefulSet + 320, // 2642: kubernetes.KubernetesService.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 320, // 2643: kubernetes.KubernetesService.ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus:output_type -> kubernetes.IoK8sApiAutoscalingV1HorizontalPodAutoscaler + 334, // 2644: kubernetes.KubernetesService.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 334, // 2645: kubernetes.KubernetesService.ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus:output_type -> kubernetes.IoK8sApiAutoscalingV2HorizontalPodAutoscaler + 351, // 2646: kubernetes.KubernetesService.ReplaceBatchV1NamespacedCronJob:output_type -> kubernetes.IoK8sApiBatchV1CronJob + 351, // 2647: kubernetes.KubernetesService.ReplaceBatchV1NamespacedCronJobStatus:output_type -> kubernetes.IoK8sApiBatchV1CronJob + 355, // 2648: kubernetes.KubernetesService.ReplaceBatchV1NamespacedJob:output_type -> kubernetes.IoK8sApiBatchV1Job + 355, // 2649: kubernetes.KubernetesService.ReplaceBatchV1NamespacedJobStatus:output_type -> kubernetes.IoK8sApiBatchV1Job + 366, // 2650: kubernetes.KubernetesService.ReplaceCertificatesV1CertificateSigningRequest:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 366, // 2651: kubernetes.KubernetesService.ReplaceCertificatesV1CertificateSigningRequestApproval:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 366, // 2652: kubernetes.KubernetesService.ReplaceCertificatesV1CertificateSigningRequestStatus:output_type -> kubernetes.IoK8sApiCertificatesV1CertificateSigningRequest + 371, // 2653: kubernetes.KubernetesService.ReplaceCertificatesV1alpha1ClusterTrustBundle:output_type -> kubernetes.IoK8sApiCertificatesV1alpha1ClusterTrustBundle + 374, // 2654: kubernetes.KubernetesService.ReplaceCoordinationV1NamespacedLease:output_type -> kubernetes.IoK8sApiCoordinationV1Lease + 459, // 2655: kubernetes.KubernetesService.ReplaceCoreV1Namespace:output_type -> kubernetes.IoK8sApiCoreV1Namespace + 459, // 2656: kubernetes.KubernetesService.ReplaceCoreV1NamespaceFinalize:output_type -> kubernetes.IoK8sApiCoreV1Namespace + 459, // 2657: kubernetes.KubernetesService.ReplaceCoreV1NamespaceStatus:output_type -> kubernetes.IoK8sApiCoreV1Namespace + 396, // 2658: kubernetes.KubernetesService.ReplaceCoreV1NamespacedConfigMap:output_type -> kubernetes.IoK8sApiCoreV1ConfigMap + 420, // 2659: kubernetes.KubernetesService.ReplaceCoreV1NamespacedEndpoints:output_type -> kubernetes.IoK8sApiCoreV1Endpoints + 427, // 2660: kubernetes.KubernetesService.ReplaceCoreV1NamespacedEvent:output_type -> kubernetes.IoK8sApiCoreV1Event + 450, // 2661: kubernetes.KubernetesService.ReplaceCoreV1NamespacedLimitRange:output_type -> kubernetes.IoK8sApiCoreV1LimitRange + 481, // 2662: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPersistentVolumeClaim:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 481, // 2663: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPersistentVolumeClaimStatus:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolumeClaim + 492, // 2664: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPod:output_type -> kubernetes.IoK8sApiCoreV1Pod + 492, // 2665: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPodEphemeralcontainers:output_type -> kubernetes.IoK8sApiCoreV1Pod + 492, // 2666: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPodStatus:output_type -> kubernetes.IoK8sApiCoreV1Pod + 508, // 2667: kubernetes.KubernetesService.ReplaceCoreV1NamespacedPodTemplate:output_type -> kubernetes.IoK8sApiCoreV1PodTemplate + 519, // 2668: kubernetes.KubernetesService.ReplaceCoreV1NamespacedReplicationController:output_type -> kubernetes.IoK8sApiCoreV1ReplicationController + 324, // 2669: kubernetes.KubernetesService.ReplaceCoreV1NamespacedReplicationControllerScale:output_type -> kubernetes.IoK8sApiAutoscalingV1Scale + 519, // 2670: kubernetes.KubernetesService.ReplaceCoreV1NamespacedReplicationControllerStatus:output_type -> kubernetes.IoK8sApiCoreV1ReplicationController + 526, // 2671: kubernetes.KubernetesService.ReplaceCoreV1NamespacedResourceQuota:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuota + 526, // 2672: kubernetes.KubernetesService.ReplaceCoreV1NamespacedResourceQuotaStatus:output_type -> kubernetes.IoK8sApiCoreV1ResourceQuota + 537, // 2673: kubernetes.KubernetesService.ReplaceCoreV1NamespacedSecret:output_type -> kubernetes.IoK8sApiCoreV1Secret + 545, // 2674: kubernetes.KubernetesService.ReplaceCoreV1NamespacedService:output_type -> kubernetes.IoK8sApiCoreV1Service + 546, // 2675: kubernetes.KubernetesService.ReplaceCoreV1NamespacedServiceAccount:output_type -> kubernetes.IoK8sApiCoreV1ServiceAccount + 545, // 2676: kubernetes.KubernetesService.ReplaceCoreV1NamespacedServiceStatus:output_type -> kubernetes.IoK8sApiCoreV1Service + 464, // 2677: kubernetes.KubernetesService.ReplaceCoreV1Node:output_type -> kubernetes.IoK8sApiCoreV1Node + 464, // 2678: kubernetes.KubernetesService.ReplaceCoreV1NodeStatus:output_type -> kubernetes.IoK8sApiCoreV1Node + 480, // 2679: kubernetes.KubernetesService.ReplaceCoreV1PersistentVolume:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolume + 480, // 2680: kubernetes.KubernetesService.ReplaceCoreV1PersistentVolumeStatus:output_type -> kubernetes.IoK8sApiCoreV1PersistentVolume + 577, // 2681: kubernetes.KubernetesService.ReplaceDiscoveryV1NamespacedEndpointSlice:output_type -> kubernetes.IoK8sApiDiscoveryV1EndpointSlice + 580, // 2682: kubernetes.KubernetesService.ReplaceEventsV1NamespacedEvent:output_type -> kubernetes.IoK8sApiEventsV1Event + 584, // 2683: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta2FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 584, // 2684: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta2FlowSchemaStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2FlowSchema + 594, // 2685: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 594, // 2686: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration + 606, // 2687: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta3FlowSchema:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 606, // 2688: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta3FlowSchemaStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3FlowSchema + 616, // 2689: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 616, // 2690: kubernetes.KubernetesService.ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus:output_type -> kubernetes.IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration + 257, // 2691: kubernetes.KubernetesService.ReplaceInternalApiserverV1alpha1StorageVersion:output_type -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 257, // 2692: kubernetes.KubernetesService.ReplaceInternalApiserverV1alpha1StorageVersionStatus:output_type -> kubernetes.IoK8sApiApiserverinternalV1alpha1StorageVersion + 632, // 2693: kubernetes.KubernetesService.ReplaceNetworkingV1IngressClass:output_type -> kubernetes.IoK8sApiNetworkingV1IngressClass + 630, // 2694: kubernetes.KubernetesService.ReplaceNetworkingV1NamespacedIngress:output_type -> kubernetes.IoK8sApiNetworkingV1Ingress + 630, // 2695: kubernetes.KubernetesService.ReplaceNetworkingV1NamespacedIngressStatus:output_type -> kubernetes.IoK8sApiNetworkingV1Ingress + 645, // 2696: kubernetes.KubernetesService.ReplaceNetworkingV1NamespacedNetworkPolicy:output_type -> kubernetes.IoK8sApiNetworkingV1NetworkPolicy + 653, // 2697: kubernetes.KubernetesService.ReplaceNetworkingV1alpha1ClusterCidr:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1ClusterCIDR + 656, // 2698: kubernetes.KubernetesService.ReplaceNetworkingV1alpha1IpAddress:output_type -> kubernetes.IoK8sApiNetworkingV1alpha1IPAddress + 661, // 2699: kubernetes.KubernetesService.ReplaceNodeV1RuntimeClass:output_type -> kubernetes.IoK8sApiNodeV1RuntimeClass + 665, // 2700: kubernetes.KubernetesService.ReplacePolicyV1NamespacedPodDisruptionBudget:output_type -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 665, // 2701: kubernetes.KubernetesService.ReplacePolicyV1NamespacedPodDisruptionBudgetStatus:output_type -> kubernetes.IoK8sApiPolicyV1PodDisruptionBudget + 670, // 2702: kubernetes.KubernetesService.ReplaceRbacAuthorizationV1ClusterRole:output_type -> kubernetes.IoK8sApiRbacV1ClusterRole + 671, // 2703: kubernetes.KubernetesService.ReplaceRbacAuthorizationV1ClusterRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1ClusterRoleBinding + 675, // 2704: kubernetes.KubernetesService.ReplaceRbacAuthorizationV1NamespacedRole:output_type -> kubernetes.IoK8sApiRbacV1Role + 676, // 2705: kubernetes.KubernetesService.ReplaceRbacAuthorizationV1NamespacedRoleBinding:output_type -> kubernetes.IoK8sApiRbacV1RoleBinding + 682, // 2706: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedPodSchedulingContext:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 682, // 2707: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedPodSchedulingContextStatus:output_type -> kubernetes.IoK8sApiResourceV1alpha2PodSchedulingContext + 686, // 2708: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedResourceClaim:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 686, // 2709: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedResourceClaimStatus:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaim + 693, // 2710: kubernetes.KubernetesService.ReplaceResourceV1alpha2NamespacedResourceClaimTemplate:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClaimTemplate + 696, // 2711: kubernetes.KubernetesService.ReplaceResourceV1alpha2ResourceClass:output_type -> kubernetes.IoK8sApiResourceV1alpha2ResourceClass + 700, // 2712: kubernetes.KubernetesService.ReplaceSchedulingV1PriorityClass:output_type -> kubernetes.IoK8sApiSchedulingV1PriorityClass + 702, // 2713: kubernetes.KubernetesService.ReplaceStorageV1CsiDriver:output_type -> kubernetes.IoK8sApiStorageV1CSIDriver + 705, // 2714: kubernetes.KubernetesService.ReplaceStorageV1CsiNode:output_type -> kubernetes.IoK8sApiStorageV1CSINode + 709, // 2715: kubernetes.KubernetesService.ReplaceStorageV1NamespacedCsiStorageCapacity:output_type -> kubernetes.IoK8sApiStorageV1CSIStorageCapacity + 711, // 2716: kubernetes.KubernetesService.ReplaceStorageV1StorageClass:output_type -> kubernetes.IoK8sApiStorageV1StorageClass + 714, // 2717: kubernetes.KubernetesService.ReplaceStorageV1VolumeAttachment:output_type -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 714, // 2718: kubernetes.KubernetesService.ReplaceStorageV1VolumeAttachmentStatus:output_type -> kubernetes.IoK8sApiStorageV1VolumeAttachment + 765, // 2719: kubernetes.KubernetesService.WatchAdmissionregistrationV1MutatingWebhookConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2720: kubernetes.KubernetesService.WatchAdmissionregistrationV1MutatingWebhookConfigurationList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2721: kubernetes.KubernetesService.WatchAdmissionregistrationV1ValidatingWebhookConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2722: kubernetes.KubernetesService.WatchAdmissionregistrationV1ValidatingWebhookConfigurationList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2723: kubernetes.KubernetesService.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicy:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2724: kubernetes.KubernetesService.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2725: kubernetes.KubernetesService.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2726: kubernetes.KubernetesService.WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2727: kubernetes.KubernetesService.WatchApiextensionsV1CustomResourceDefinition:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2728: kubernetes.KubernetesService.WatchApiextensionsV1CustomResourceDefinitionList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2729: kubernetes.KubernetesService.WatchApiregistrationV1ApiService:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2730: kubernetes.KubernetesService.WatchApiregistrationV1ApiServiceList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2731: kubernetes.KubernetesService.WatchAppsV1ControllerRevisionListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2732: kubernetes.KubernetesService.WatchAppsV1DaemonSetListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2733: kubernetes.KubernetesService.WatchAppsV1DeploymentListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2734: kubernetes.KubernetesService.WatchAppsV1NamespacedControllerRevision:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2735: kubernetes.KubernetesService.WatchAppsV1NamespacedControllerRevisionList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2736: kubernetes.KubernetesService.WatchAppsV1NamespacedDaemonSet:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2737: kubernetes.KubernetesService.WatchAppsV1NamespacedDaemonSetList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2738: kubernetes.KubernetesService.WatchAppsV1NamespacedDeployment:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2739: kubernetes.KubernetesService.WatchAppsV1NamespacedDeploymentList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2740: kubernetes.KubernetesService.WatchAppsV1NamespacedReplicaSet:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2741: kubernetes.KubernetesService.WatchAppsV1NamespacedReplicaSetList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2742: kubernetes.KubernetesService.WatchAppsV1NamespacedStatefulSet:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2743: kubernetes.KubernetesService.WatchAppsV1NamespacedStatefulSetList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2744: kubernetes.KubernetesService.WatchAppsV1ReplicaSetListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2745: kubernetes.KubernetesService.WatchAppsV1StatefulSetListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2746: kubernetes.KubernetesService.WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2747: kubernetes.KubernetesService.WatchAutoscalingV1NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2748: kubernetes.KubernetesService.WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2749: kubernetes.KubernetesService.WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2750: kubernetes.KubernetesService.WatchAutoscalingV2NamespacedHorizontalPodAutoscaler:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2751: kubernetes.KubernetesService.WatchAutoscalingV2NamespacedHorizontalPodAutoscalerList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2752: kubernetes.KubernetesService.WatchBatchV1CronJobListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2753: kubernetes.KubernetesService.WatchBatchV1JobListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2754: kubernetes.KubernetesService.WatchBatchV1NamespacedCronJob:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2755: kubernetes.KubernetesService.WatchBatchV1NamespacedCronJobList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2756: kubernetes.KubernetesService.WatchBatchV1NamespacedJob:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2757: kubernetes.KubernetesService.WatchBatchV1NamespacedJobList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2758: kubernetes.KubernetesService.WatchCertificatesV1CertificateSigningRequest:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2759: kubernetes.KubernetesService.WatchCertificatesV1CertificateSigningRequestList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2760: kubernetes.KubernetesService.WatchCertificatesV1alpha1ClusterTrustBundle:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2761: kubernetes.KubernetesService.WatchCertificatesV1alpha1ClusterTrustBundleList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2762: kubernetes.KubernetesService.WatchCoordinationV1LeaseListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2763: kubernetes.KubernetesService.WatchCoordinationV1NamespacedLease:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2764: kubernetes.KubernetesService.WatchCoordinationV1NamespacedLeaseList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2765: kubernetes.KubernetesService.WatchCoreV1ConfigMapListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2766: kubernetes.KubernetesService.WatchCoreV1EndpointsListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2767: kubernetes.KubernetesService.WatchCoreV1EventListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2768: kubernetes.KubernetesService.WatchCoreV1LimitRangeListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2769: kubernetes.KubernetesService.WatchCoreV1Namespace:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2770: kubernetes.KubernetesService.WatchCoreV1NamespaceList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2771: kubernetes.KubernetesService.WatchCoreV1NamespacedConfigMap:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2772: kubernetes.KubernetesService.WatchCoreV1NamespacedConfigMapList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2773: kubernetes.KubernetesService.WatchCoreV1NamespacedEndpoints:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2774: kubernetes.KubernetesService.WatchCoreV1NamespacedEndpointsList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2775: kubernetes.KubernetesService.WatchCoreV1NamespacedEvent:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2776: kubernetes.KubernetesService.WatchCoreV1NamespacedEventList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2777: kubernetes.KubernetesService.WatchCoreV1NamespacedLimitRange:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2778: kubernetes.KubernetesService.WatchCoreV1NamespacedLimitRangeList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2779: kubernetes.KubernetesService.WatchCoreV1NamespacedPersistentVolumeClaim:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2780: kubernetes.KubernetesService.WatchCoreV1NamespacedPersistentVolumeClaimList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2781: kubernetes.KubernetesService.WatchCoreV1NamespacedPod:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2782: kubernetes.KubernetesService.WatchCoreV1NamespacedPodList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2783: kubernetes.KubernetesService.WatchCoreV1NamespacedPodTemplate:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2784: kubernetes.KubernetesService.WatchCoreV1NamespacedPodTemplateList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2785: kubernetes.KubernetesService.WatchCoreV1NamespacedReplicationController:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2786: kubernetes.KubernetesService.WatchCoreV1NamespacedReplicationControllerList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2787: kubernetes.KubernetesService.WatchCoreV1NamespacedResourceQuota:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2788: kubernetes.KubernetesService.WatchCoreV1NamespacedResourceQuotaList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2789: kubernetes.KubernetesService.WatchCoreV1NamespacedSecret:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2790: kubernetes.KubernetesService.WatchCoreV1NamespacedSecretList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2791: kubernetes.KubernetesService.WatchCoreV1NamespacedService:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2792: kubernetes.KubernetesService.WatchCoreV1NamespacedServiceAccount:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2793: kubernetes.KubernetesService.WatchCoreV1NamespacedServiceAccountList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2794: kubernetes.KubernetesService.WatchCoreV1NamespacedServiceList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2795: kubernetes.KubernetesService.WatchCoreV1Node:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2796: kubernetes.KubernetesService.WatchCoreV1NodeList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2797: kubernetes.KubernetesService.WatchCoreV1PersistentVolume:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2798: kubernetes.KubernetesService.WatchCoreV1PersistentVolumeClaimListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2799: kubernetes.KubernetesService.WatchCoreV1PersistentVolumeList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2800: kubernetes.KubernetesService.WatchCoreV1PodListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2801: kubernetes.KubernetesService.WatchCoreV1PodTemplateListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2802: kubernetes.KubernetesService.WatchCoreV1ReplicationControllerListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2803: kubernetes.KubernetesService.WatchCoreV1ResourceQuotaListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2804: kubernetes.KubernetesService.WatchCoreV1SecretListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2805: kubernetes.KubernetesService.WatchCoreV1ServiceAccountListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2806: kubernetes.KubernetesService.WatchCoreV1ServiceListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2807: kubernetes.KubernetesService.WatchDiscoveryV1EndpointSliceListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2808: kubernetes.KubernetesService.WatchDiscoveryV1NamespacedEndpointSlice:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2809: kubernetes.KubernetesService.WatchDiscoveryV1NamespacedEndpointSliceList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2810: kubernetes.KubernetesService.WatchEventsV1EventListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2811: kubernetes.KubernetesService.WatchEventsV1NamespacedEvent:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2812: kubernetes.KubernetesService.WatchEventsV1NamespacedEventList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2813: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta2FlowSchema:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2814: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta2FlowSchemaList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2815: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2816: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2817: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta3FlowSchema:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2818: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta3FlowSchemaList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2819: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta3PriorityLevelConfiguration:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2820: kubernetes.KubernetesService.WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2821: kubernetes.KubernetesService.WatchInternalApiserverV1alpha1StorageVersion:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2822: kubernetes.KubernetesService.WatchInternalApiserverV1alpha1StorageVersionList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2823: kubernetes.KubernetesService.WatchNetworkingV1IngressClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2824: kubernetes.KubernetesService.WatchNetworkingV1IngressClassList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2825: kubernetes.KubernetesService.WatchNetworkingV1IngressListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2826: kubernetes.KubernetesService.WatchNetworkingV1NamespacedIngress:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2827: kubernetes.KubernetesService.WatchNetworkingV1NamespacedIngressList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2828: kubernetes.KubernetesService.WatchNetworkingV1NamespacedNetworkPolicy:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2829: kubernetes.KubernetesService.WatchNetworkingV1NamespacedNetworkPolicyList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2830: kubernetes.KubernetesService.WatchNetworkingV1NetworkPolicyListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2831: kubernetes.KubernetesService.WatchNetworkingV1alpha1ClusterCidr:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2832: kubernetes.KubernetesService.WatchNetworkingV1alpha1ClusterCidrList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2833: kubernetes.KubernetesService.WatchNetworkingV1alpha1IpAddress:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2834: kubernetes.KubernetesService.WatchNetworkingV1alpha1IpAddressList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2835: kubernetes.KubernetesService.WatchNodeV1RuntimeClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2836: kubernetes.KubernetesService.WatchNodeV1RuntimeClassList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2837: kubernetes.KubernetesService.WatchPolicyV1NamespacedPodDisruptionBudget:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2838: kubernetes.KubernetesService.WatchPolicyV1NamespacedPodDisruptionBudgetList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2839: kubernetes.KubernetesService.WatchPolicyV1PodDisruptionBudgetListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2840: kubernetes.KubernetesService.WatchRbacAuthorizationV1ClusterRole:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2841: kubernetes.KubernetesService.WatchRbacAuthorizationV1ClusterRoleBinding:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2842: kubernetes.KubernetesService.WatchRbacAuthorizationV1ClusterRoleBindingList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2843: kubernetes.KubernetesService.WatchRbacAuthorizationV1ClusterRoleList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2844: kubernetes.KubernetesService.WatchRbacAuthorizationV1NamespacedRole:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2845: kubernetes.KubernetesService.WatchRbacAuthorizationV1NamespacedRoleBinding:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2846: kubernetes.KubernetesService.WatchRbacAuthorizationV1NamespacedRoleBindingList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2847: kubernetes.KubernetesService.WatchRbacAuthorizationV1NamespacedRoleList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2848: kubernetes.KubernetesService.WatchRbacAuthorizationV1RoleBindingListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2849: kubernetes.KubernetesService.WatchRbacAuthorizationV1RoleListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2850: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedPodSchedulingContext:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2851: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedPodSchedulingContextList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2852: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedResourceClaim:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2853: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedResourceClaimList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2854: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedResourceClaimTemplate:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2855: kubernetes.KubernetesService.WatchResourceV1alpha2NamespacedResourceClaimTemplateList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2856: kubernetes.KubernetesService.WatchResourceV1alpha2PodSchedulingContextListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2857: kubernetes.KubernetesService.WatchResourceV1alpha2ResourceClaimListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2858: kubernetes.KubernetesService.WatchResourceV1alpha2ResourceClaimTemplateListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2859: kubernetes.KubernetesService.WatchResourceV1alpha2ResourceClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2860: kubernetes.KubernetesService.WatchResourceV1alpha2ResourceClassList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2861: kubernetes.KubernetesService.WatchSchedulingV1PriorityClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2862: kubernetes.KubernetesService.WatchSchedulingV1PriorityClassList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2863: kubernetes.KubernetesService.WatchStorageV1CsiDriver:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2864: kubernetes.KubernetesService.WatchStorageV1CsiDriverList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2865: kubernetes.KubernetesService.WatchStorageV1CsiNode:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2866: kubernetes.KubernetesService.WatchStorageV1CsiNodeList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2867: kubernetes.KubernetesService.WatchStorageV1CsiStorageCapacityListForAllNamespaces:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2868: kubernetes.KubernetesService.WatchStorageV1NamespacedCsiStorageCapacity:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2869: kubernetes.KubernetesService.WatchStorageV1NamespacedCsiStorageCapacityList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2870: kubernetes.KubernetesService.WatchStorageV1StorageClass:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2871: kubernetes.KubernetesService.WatchStorageV1StorageClassList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2872: kubernetes.KubernetesService.WatchStorageV1VolumeAttachment:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 765, // 2873: kubernetes.KubernetesService.WatchStorageV1VolumeAttachmentList:output_type -> kubernetes.IoK8sApimachineryPkgApisMetaV1WatchEvent + 2043, // [2043:2874] is the sub-list for method output_type + 1212, // [1212:2043] is the sub-list for method input_type + 1212, // [1212:1212] is the sub-list for extension type_name + 1212, // [1212:1212] is the sub-list for extension extendee + 0, // [0:1212] is the sub-list for field type_name +} + +func init() { file_kubernetes_proto_kubernetes_proto_init() } +func file_kubernetes_proto_kubernetes_proto_init() { + if File_kubernetes_proto_kubernetes_proto != nil { + return + } + if !protoimpl.UnsafeEnabled { + file_kubernetes_proto_kubernetes_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1DeleteNamespacedPodProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1DeleteNamespacedServiceProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1DeleteNodeProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1DeleteNodeProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1GetNamespacedPodAttachRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1GetNamespacedPodExecRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1GetNamespacedPodPortforwardRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1GetNamespacedPodProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1GetNamespacedPodProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1GetNamespacedServiceProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1GetNamespacedServiceProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1GetNodeProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1GetNodeProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PatchNamespacedPodProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PatchNamespacedPodProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PatchNamespacedServiceProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PatchNodeProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PatchNodeProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PostNamespacedPodAttachRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PostNamespacedPodExecRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PostNamespacedPodPortforwardRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PostNamespacedPodProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PostNamespacedPodProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PostNamespacedServiceProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PostNamespacedServiceProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PostNodeProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PostNodeProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PutNamespacedPodProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[31].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PutNamespacedPodProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[32].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PutNamespacedServiceProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[33].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PutNamespacedServiceProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[34].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PutNodeProxyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[35].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ConnectCoreV1PutNodeProxyWithPathRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[37].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[38].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[39].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[40].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateApiextensionsV1CustomResourceDefinitionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[41].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateApiregistrationV1ApiServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[42].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAppsV1NamespacedControllerRevisionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[43].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAppsV1NamespacedDaemonSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[44].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAppsV1NamespacedDeploymentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[45].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAppsV1NamespacedReplicaSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[46].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAppsV1NamespacedStatefulSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[47].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAuthenticationV1SelfSubjectReviewRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[48].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAuthenticationV1TokenReviewRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[49].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAuthenticationV1Alpha1SelfSubjectReviewRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[50].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAuthenticationV1Beta1SelfSubjectReviewRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[51].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[52].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAuthorizationV1SelfSubjectAccessReviewRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[53].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAuthorizationV1SelfSubjectRulesReviewRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[54].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAuthorizationV1SubjectAccessReviewRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[55].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[56].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[57].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateBatchV1NamespacedCronJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[58].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateBatchV1NamespacedJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[59].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCertificatesV1CertificateSigningRequestRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[60].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCertificatesV1Alpha1ClusterTrustBundleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[61].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoordinationV1NamespacedLeaseRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[62].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespaceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[63].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[64].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedConfigMapRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[65].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedEndpointsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[66].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[67].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedLimitRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[68].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedPersistentVolumeClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[69].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedPodBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[70].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedPodEvictionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[71].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedPodRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[72].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedPodTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[73].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedReplicationControllerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[74].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedResourceQuotaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[75].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedSecretRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[76].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedServiceAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[77].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedServiceAccountTokenRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[78].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NamespacedServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[79].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1NodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[80].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateCoreV1PersistentVolumeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[81].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateDiscoveryV1NamespacedEndpointSliceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[82].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateEventsV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[83].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateFlowcontrolApiserverV1Beta2FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[84].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[85].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateFlowcontrolApiserverV1Beta3FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[86].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[87].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateInternalApiserverV1Alpha1StorageVersionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[88].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateNetworkingV1IngressClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[89].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateNetworkingV1NamespacedIngressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[90].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateNetworkingV1NamespacedNetworkPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[91].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateNetworkingV1Alpha1ClusterCidrRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[92].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateNetworkingV1Alpha1IpAddressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[93].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateNodeV1RuntimeClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[94].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreatePolicyV1NamespacedPodDisruptionBudgetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[95].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateRbacAuthorizationV1ClusterRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[96].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateRbacAuthorizationV1ClusterRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[97].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateRbacAuthorizationV1NamespacedRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[98].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateRbacAuthorizationV1NamespacedRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[99].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateResourceV1Alpha2NamespacedPodSchedulingContextRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[100].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateResourceV1Alpha2NamespacedResourceClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[101].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateResourceV1Alpha2NamespacedResourceClaimTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[102].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateResourceV1Alpha2ResourceClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[103].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateSchedulingV1PriorityClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[104].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateStorageV1CsiDriverRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[105].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateStorageV1CsiNodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[106].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateStorageV1NamespacedCsiStorageCapacityRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[107].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateStorageV1StorageClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[108].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*CreateStorageV1VolumeAttachmentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[109].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[110].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[111].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[112].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[113].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[114].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAdmissionregistrationV1Alpha1CollectionValidatingAdmissionPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[115].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[116].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[117].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[118].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteApiextensionsV1CustomResourceDefinitionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[119].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteApiregistrationV1ApiServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[120].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteApiregistrationV1CollectionApiServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[121].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1CollectionNamespacedControllerRevisionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[122].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1CollectionNamespacedDaemonSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[123].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1CollectionNamespacedDeploymentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[124].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1CollectionNamespacedReplicaSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[125].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1CollectionNamespacedStatefulSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[126].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1NamespacedControllerRevisionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[127].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1NamespacedDaemonSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[128].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1NamespacedDeploymentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[129].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1NamespacedReplicaSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[130].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAppsV1NamespacedStatefulSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[131].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[132].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[133].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[134].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[135].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteBatchV1CollectionNamespacedCronJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[136].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteBatchV1CollectionNamespacedJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[137].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteBatchV1NamespacedCronJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[138].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteBatchV1NamespacedJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[139].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCertificatesV1CertificateSigningRequestRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[140].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCertificatesV1CollectionCertificateSigningRequestRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[141].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCertificatesV1Alpha1ClusterTrustBundleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[142].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCertificatesV1Alpha1CollectionClusterTrustBundleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[143].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoordinationV1CollectionNamespacedLeaseRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[144].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoordinationV1NamespacedLeaseRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[145].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedConfigMapRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[146].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedEndpointsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[147].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[148].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedLimitRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[149].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[150].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedPodRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[151].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedPodTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[152].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedReplicationControllerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[153].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedResourceQuotaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[154].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedSecretRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[155].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedServiceAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[156].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNamespacedServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[157].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionNodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[158].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1CollectionPersistentVolumeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[159].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespaceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[160].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedConfigMapRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[161].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedEndpointsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[162].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[163].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedLimitRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[164].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedPersistentVolumeClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[165].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedPodRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[166].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedPodTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[167].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedReplicationControllerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[168].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedResourceQuotaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[169].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedSecretRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[170].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedServiceAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[171].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NamespacedServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[172].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1NodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[173].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteCoreV1PersistentVolumeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[174].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[175].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteDiscoveryV1NamespacedEndpointSliceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[176].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteEventsV1CollectionNamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[177].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteEventsV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[178].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteFlowcontrolApiserverV1Beta2CollectionFlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[179].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteFlowcontrolApiserverV1Beta2CollectionPriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[180].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteFlowcontrolApiserverV1Beta2FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[181].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[182].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteFlowcontrolApiserverV1Beta3CollectionFlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[183].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteFlowcontrolApiserverV1Beta3CollectionPriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[184].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteFlowcontrolApiserverV1Beta3FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[185].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[186].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteInternalApiserverV1Alpha1CollectionStorageVersionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[187].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteInternalApiserverV1Alpha1StorageVersionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[188].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1CollectionIngressClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[189].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1CollectionNamespacedIngressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[190].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[191].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1IngressClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[192].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1NamespacedIngressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[193].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1NamespacedNetworkPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[194].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1Alpha1ClusterCidrRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[195].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1Alpha1CollectionClusterCidrRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[196].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1Alpha1CollectionIpAddressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[197].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNetworkingV1Alpha1IpAddressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[198].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNodeV1CollectionRuntimeClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[199].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteNodeV1RuntimeClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[200].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[201].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeletePolicyV1NamespacedPodDisruptionBudgetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[202].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteRbacAuthorizationV1ClusterRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[203].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteRbacAuthorizationV1ClusterRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[204].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[205].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteRbacAuthorizationV1CollectionClusterRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[206].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[207].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[208].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteRbacAuthorizationV1NamespacedRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[209].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteRbacAuthorizationV1NamespacedRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[210].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteResourceV1Alpha2CollectionNamespacedPodSchedulingContextRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[211].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteResourceV1Alpha2CollectionNamespacedResourceClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[212].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteResourceV1Alpha2CollectionNamespacedResourceClaimTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[213].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteResourceV1Alpha2CollectionResourceClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[214].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteResourceV1Alpha2NamespacedPodSchedulingContextRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[215].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteResourceV1Alpha2NamespacedResourceClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[216].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteResourceV1Alpha2NamespacedResourceClaimTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[217].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteResourceV1Alpha2ResourceClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[218].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteSchedulingV1CollectionPriorityClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[219].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteSchedulingV1PriorityClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[220].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1CollectionCsiDriverRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[221].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1CollectionCsiNodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[222].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[223].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1CollectionStorageClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[224].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1CollectionVolumeAttachmentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[225].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1CsiDriverRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[226].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1CsiNodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[227].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1NamespacedCsiStorageCapacityRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[228].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1StorageClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[229].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DeleteStorageV1VolumeAttachmentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[230].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1MatchCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[231].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1MutatingWebhook); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[232].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1MutatingWebhookConfiguration); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[233].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1MutatingWebhookConfigurationList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[234].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1RuleWithOperations); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[235].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1ServiceReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[236].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1ValidatingWebhook); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[237].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfiguration); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[238].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1ValidatingWebhookConfigurationList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[239].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1WebhookClientConfig); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[240].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1AuditAnnotation); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[241].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ExpressionWarning); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[242].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1MatchCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[243].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1MatchResources); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[244].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1NamedRuleWithOperations); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[245].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ParamKind); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[246].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ParamRef); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[247].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1TypeChecking); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[248].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[249].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBinding); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[250].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[251].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[252].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[253].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicySpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[254].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[255].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAdmissionregistrationV1Alpha1Validation); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[256].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiApiserverinternalV1Alpha1ServerStorageVersion); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[257].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiApiserverinternalV1Alpha1StorageVersion); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[258].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiApiserverinternalV1Alpha1StorageVersionCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[259].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiApiserverinternalV1Alpha1StorageVersionList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[260].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiApiserverinternalV1Alpha1StorageVersionSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[261].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiApiserverinternalV1Alpha1StorageVersionStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[262].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1ControllerRevision); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[263].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1ControllerRevisionList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[264].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DaemonSet); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[265].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DaemonSetCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[266].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DaemonSetList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[267].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DaemonSetSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[268].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DaemonSetStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[269].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DaemonSetUpdateStrategy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[270].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1Deployment); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[271].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DeploymentCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[272].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DeploymentList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[273].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DeploymentSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[274].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DeploymentStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[275].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1DeploymentStrategy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[276].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1ReplicaSet); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[277].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1ReplicaSetCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[278].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1ReplicaSetList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[279].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1ReplicaSetSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[280].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1ReplicaSetStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[281].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1RollingUpdateDaemonSet); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[282].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1RollingUpdateDeployment); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[283].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1RollingUpdateStatefulSetStrategy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[284].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1StatefulSet); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[285].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1StatefulSetCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[286].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1StatefulSetList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[287].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1StatefulSetOrdinals); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[288].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[289].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1StatefulSetSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[290].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1StatefulSetStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[291].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAppsV1StatefulSetUpdateStrategy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[292].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1BoundObjectReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[293].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1SelfSubjectReview); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[294].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1SelfSubjectReviewStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[295].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1TokenRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[296].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1TokenRequestSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[297].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1TokenRequestStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[298].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1TokenReview); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[299].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1TokenReviewSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[300].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1TokenReviewStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[301].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1UserInfo); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[302].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1Alpha1SelfSubjectReview); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[303].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1Alpha1SelfSubjectReviewStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[304].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1Beta1SelfSubjectReview); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[305].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthenticationV1Beta1SelfSubjectReviewStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[306].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1LocalSubjectAccessReview); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[307].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1NonResourceAttributes); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[308].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1NonResourceRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[309].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1ResourceAttributes); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[310].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1ResourceRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[311].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1SelfSubjectAccessReview); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[312].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1SelfSubjectAccessReviewSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[313].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1SelfSubjectRulesReview); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[314].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1SelfSubjectRulesReviewSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[315].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1SubjectAccessReview); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[316].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1SubjectAccessReviewSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[317].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1SubjectAccessReviewStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[318].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAuthorizationV1SubjectRulesReviewStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[319].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV1CrossVersionObjectReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[320].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV1HorizontalPodAutoscaler); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[321].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV1HorizontalPodAutoscalerList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[322].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV1HorizontalPodAutoscalerSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[323].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV1HorizontalPodAutoscalerStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[324].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV1Scale); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[325].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV1ScaleSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[326].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV1ScaleStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[327].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2ContainerResourceMetricSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[328].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2ContainerResourceMetricStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[329].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2CrossVersionObjectReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[330].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2ExternalMetricSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[331].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2ExternalMetricStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[332].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2HPAScalingPolicy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[333].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2HPAScalingRules); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[334].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2HorizontalPodAutoscaler); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[335].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2HorizontalPodAutoscalerBehavior); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[336].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2HorizontalPodAutoscalerCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[337].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2HorizontalPodAutoscalerList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[338].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2HorizontalPodAutoscalerSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[339].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2HorizontalPodAutoscalerStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[340].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2MetricIdentifier); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[341].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2MetricSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[342].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2MetricStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[343].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2MetricTarget); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[344].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2MetricValueStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[345].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2ObjectMetricSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[346].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2ObjectMetricStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[347].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2PodsMetricSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[348].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2PodsMetricStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[349].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2ResourceMetricSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[350].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiAutoscalingV2ResourceMetricStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[351].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1CronJob); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[352].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1CronJobList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[353].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1CronJobSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[354].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1CronJobStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[355].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1Job); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[356].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1JobCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[357].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1JobList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[358].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1JobSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[359].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1JobStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[360].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1JobTemplateSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[361].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1PodFailurePolicy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[362].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1PodFailurePolicyOnExitCodesRequirement); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[363].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1PodFailurePolicyOnPodConditionsPattern); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[364].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1PodFailurePolicyRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[365].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiBatchV1UncountedTerminatedPods); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[366].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCertificatesV1CertificateSigningRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[367].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCertificatesV1CertificateSigningRequestCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[368].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCertificatesV1CertificateSigningRequestList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[369].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCertificatesV1CertificateSigningRequestSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[370].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCertificatesV1CertificateSigningRequestStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[371].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCertificatesV1Alpha1ClusterTrustBundle); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[372].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCertificatesV1Alpha1ClusterTrustBundleList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[373].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCertificatesV1Alpha1ClusterTrustBundleSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[374].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoordinationV1Lease); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[375].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoordinationV1LeaseList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[376].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoordinationV1LeaseSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[377].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1AWSElasticBlockStoreVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[378].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Affinity); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[379].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1AttachedVolume); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[380].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1AzureDiskVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[381].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1AzureFilePersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[382].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1AzureFileVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[383].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Binding); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[384].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1CSIPersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[385].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1CSIVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[386].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Capabilities); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[387].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1CephFSPersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[388].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1CephFSVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[389].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1CinderPersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[390].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1CinderVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[391].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ClaimSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[392].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ClientIPConfig); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[393].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ComponentCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[394].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ComponentStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[395].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ComponentStatusList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[396].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ConfigMap); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[397].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ConfigMapEnvSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[398].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ConfigMapKeySelector); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[399].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ConfigMapList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[400].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ConfigMapNodeConfigSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[401].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ConfigMapProjection); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[402].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ConfigMapVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[403].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Container); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[404].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ContainerImage); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[405].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ContainerPort); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[406].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ContainerResizePolicy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[407].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ContainerState); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[408].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ContainerStateRunning); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[409].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ContainerStateTerminated); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[410].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ContainerStateWaiting); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[411].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ContainerStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[412].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1DaemonEndpoint); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[413].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1DownwardAPIProjection); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[414].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1DownwardAPIVolumeFile); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[415].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1DownwardAPIVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[416].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EmptyDirVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[417].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EndpointAddress); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[418].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EndpointPort); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[419].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EndpointSubset); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[420].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Endpoints); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[421].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EndpointsList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[422].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EnvFromSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[423].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EnvVar); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[424].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EnvVarSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[425].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EphemeralContainer); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[426].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EphemeralVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[427].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Event); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[428].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EventList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[429].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EventSeries); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[430].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1EventSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[431].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ExecAction); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[432].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1FCVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[433].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1FlexPersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[434].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1FlexVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[435].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1FlockerVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[436].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1GCEPersistentDiskVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[437].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1GRPCAction); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[438].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1GitRepoVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[439].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1GlusterfsPersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[440].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1GlusterfsVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[441].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1HTTPGetAction); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[442].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1HTTPHeader); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[443].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1HostAlias); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[444].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1HostPathVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[445].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ISCSIPersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[446].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ISCSIVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[447].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1KeyToPath); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[448].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Lifecycle); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[449].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1LifecycleHandler); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[450].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1LimitRange); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[451].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1LimitRangeItem); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[452].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1LimitRangeList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[453].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1LimitRangeSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[454].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1LoadBalancerIngress); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[455].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1LoadBalancerStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[456].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1LocalObjectReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[457].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1LocalVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[458].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NFSVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[459].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Namespace); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[460].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NamespaceCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[461].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NamespaceList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[462].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NamespaceSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[463].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NamespaceStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[464].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Node); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[465].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeAddress); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[466].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeAffinity); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[467].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[468].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeConfigSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[469].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeConfigStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[470].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeDaemonEndpoints); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[471].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[472].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeSelector); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[473].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeSelectorRequirement); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[474].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeSelectorTerm); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[475].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[476].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[477].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1NodeSystemInfo); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[478].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ObjectFieldSelector); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[479].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ObjectReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[480].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolume); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[481].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeClaim); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[482].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeClaimCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[483].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeClaimList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[484].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeClaimSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[485].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeClaimStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[486].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeClaimTemplate); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[487].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeClaimVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[488].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[489].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[490].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PersistentVolumeStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[491].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PhotonPersistentDiskVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[492].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Pod); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[493].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodAffinity); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[494].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodAffinityTerm); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[495].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodAntiAffinity); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[496].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[497].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodDNSConfig); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[498].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodDNSConfigOption); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[499].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodIP); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[500].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[501].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodOS); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[502].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodReadinessGate); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[503].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodResourceClaim); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[504].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodSchedulingGate); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[505].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodSecurityContext); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[506].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[507].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[508].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodTemplate); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[509].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodTemplateList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[510].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PodTemplateSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[511].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PortStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[512].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PortworxVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[513].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1PreferredSchedulingTerm); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[514].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Probe); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[515].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ProjectedVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[516].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1QuobyteVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[517].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1RBDPersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[518].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1RBDVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[519].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ReplicationController); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[520].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ReplicationControllerCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[521].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ReplicationControllerList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[522].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ReplicationControllerSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[523].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ReplicationControllerStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[524].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ResourceClaim); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[525].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ResourceFieldSelector); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[526].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ResourceQuota); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[527].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ResourceQuotaList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[528].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ResourceQuotaSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[529].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ResourceQuotaStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[530].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ResourceRequirements); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[531].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SELinuxOptions); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[532].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ScaleIOPersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[533].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ScaleIOVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[534].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ScopeSelector); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[535].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ScopedResourceSelectorRequirement); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[536].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SeccompProfile); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[537].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Secret); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[538].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SecretEnvSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[539].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SecretKeySelector); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[540].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SecretList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[541].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SecretProjection); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[542].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SecretReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[543].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SecretVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[544].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SecurityContext); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[545].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Service); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[546].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ServiceAccount); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[547].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ServiceAccountList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[548].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ServiceAccountTokenProjection); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[549].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ServiceList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[550].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ServicePort); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[551].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ServiceSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[552].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1ServiceStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[553].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1SessionAffinityConfig); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[554].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1StorageOSPersistentVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[555].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1StorageOSVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[556].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Sysctl); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[557].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1TCPSocketAction); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[558].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Taint); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[559].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Toleration); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[560].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1TopologySelectorLabelRequirement); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[561].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1TopologySelectorTerm); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[562].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1TopologySpreadConstraint); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[563].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1TypedLocalObjectReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[564].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1TypedObjectReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[565].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1Volume); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[566].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1VolumeDevice); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[567].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1VolumeMount); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[568].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1VolumeNodeAffinity); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[569].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1VolumeProjection); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[570].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1VsphereVirtualDiskVolumeSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[571].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1WeightedPodAffinityTerm); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[572].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiCoreV1WindowsSecurityContextOptions); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[573].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiDiscoveryV1Endpoint); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[574].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiDiscoveryV1EndpointConditions); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[575].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiDiscoveryV1EndpointHints); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[576].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiDiscoveryV1EndpointPort); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[577].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiDiscoveryV1EndpointSlice); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[578].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiDiscoveryV1EndpointSliceList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[579].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiDiscoveryV1ForZone); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[580].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiEventsV1Event); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[581].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiEventsV1EventList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[582].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiEventsV1EventSeries); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[583].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2FlowDistinguisherMethod); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[584].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2FlowSchema); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[585].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2FlowSchemaCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[586].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2FlowSchemaList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[587].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2FlowSchemaSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[588].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2FlowSchemaStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[589].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2GroupSubject); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[590].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2LimitResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[591].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2LimitedPriorityLevelConfiguration); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[592].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2NonResourcePolicyRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[593].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2PolicyRulesWithSubjects); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[594].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfiguration); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[595].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[596].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[597].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[598].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[599].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2PriorityLevelConfigurationStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[600].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2QueuingConfiguration); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[601].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2ResourcePolicyRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[602].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2ServiceAccountSubject); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[603].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2Subject); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[604].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta2UserSubject); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[605].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3FlowDistinguisherMethod); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[606].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3FlowSchema); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[607].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3FlowSchemaCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[608].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3FlowSchemaList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[609].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3FlowSchemaSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[610].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3FlowSchemaStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[611].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3GroupSubject); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[612].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3LimitResponse); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[613].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3LimitedPriorityLevelConfiguration); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[614].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3NonResourcePolicyRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[615].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3PolicyRulesWithSubjects); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[616].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfiguration); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[617].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[618].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[619].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[620].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[621].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3PriorityLevelConfigurationStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[622].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3QueuingConfiguration); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[623].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3ResourcePolicyRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[624].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3ServiceAccountSubject); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[625].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3Subject); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[626].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiFlowcontrolV1Beta3UserSubject); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[627].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1HTTPIngressPath); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[628].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1HTTPIngressRuleValue); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[629].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IPBlock); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[630].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1Ingress); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[631].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressBackend); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[632].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressClass); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[633].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressClassList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[634].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressClassParametersReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[635].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressClassSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[636].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[637].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressLoadBalancerIngress); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[638].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressLoadBalancerStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[639].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressPortStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[640].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[641].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressServiceBackend); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[642].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[643].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[644].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1IngressTLS); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[645].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1NetworkPolicy); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[646].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1NetworkPolicyEgressRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[647].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1NetworkPolicyIngressRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[648].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1NetworkPolicyList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[649].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1NetworkPolicyPeer); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[650].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1NetworkPolicyPort); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[651].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1NetworkPolicySpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[652].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1ServiceBackendPort); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[653].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1Alpha1ClusterCIDR); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[654].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1Alpha1ClusterCIDRList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[655].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1Alpha1ClusterCIDRSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[656].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1Alpha1IPAddress); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[657].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1Alpha1IPAddressList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[658].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1Alpha1IPAddressSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[659].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNetworkingV1Alpha1ParentReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[660].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNodeV1Overhead); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[661].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNodeV1RuntimeClass); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[662].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNodeV1RuntimeClassList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[663].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiNodeV1Scheduling); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[664].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiPolicyV1Eviction); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[665].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiPolicyV1PodDisruptionBudget); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[666].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiPolicyV1PodDisruptionBudgetList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[667].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiPolicyV1PodDisruptionBudgetSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[668].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiPolicyV1PodDisruptionBudgetStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[669].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1AggregationRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[670].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1ClusterRole); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[671].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1ClusterRoleBinding); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[672].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1ClusterRoleBindingList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[673].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1ClusterRoleList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[674].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1PolicyRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[675].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1Role); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[676].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1RoleBinding); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[677].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1RoleBindingList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[678].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1RoleList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[679].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1RoleRef); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[680].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiRbacV1Subject); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[681].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2AllocationResult); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[682].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2PodSchedulingContext); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[683].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2PodSchedulingContextList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[684].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2PodSchedulingContextSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[685].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2PodSchedulingContextStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[686].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaim); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[687].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaimConsumerReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[688].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaimList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[689].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaimParametersReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[690].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaimSchedulingStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[691].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaimSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[692].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaimStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[693].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaimTemplate); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[694].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaimTemplateList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[695].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClaimTemplateSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[696].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClass); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[697].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClassList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[698].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceClassParametersReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[699].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiResourceV1Alpha2ResourceHandle); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[700].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiSchedulingV1PriorityClass); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[701].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiSchedulingV1PriorityClassList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[702].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1CSIDriver); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[703].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1CSIDriverList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[704].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1CSIDriverSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[705].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1CSINode); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[706].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1CSINodeDriver); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[707].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1CSINodeList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[708].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1CSINodeSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[709].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1CSIStorageCapacity); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[710].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1CSIStorageCapacityList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[711].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1StorageClass); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[712].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1StorageClassList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[713].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1TokenRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[714].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1VolumeAttachment); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[715].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1VolumeAttachmentList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[716].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1VolumeAttachmentSource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[717].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1VolumeAttachmentSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[718].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1VolumeAttachmentStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[719].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1VolumeError); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[720].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiStorageV1VolumeNodeResources); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[721].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[722].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[723].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[724].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[725].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[726].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[727].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[728].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[729].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[730].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[731].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[732].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[733].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[734].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[735].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSON); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[736].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[737].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[738].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[739].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[740].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ServiceReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[741].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1ValidationRule); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[742].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[743].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[744].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1APIGroup); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[745].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1APIGroupList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[746].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1APIResource); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[747].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1APIResourceList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[748].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1APIVersions); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[749].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1Condition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[750].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1DeleteOptions); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[751].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1FieldsV1); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[752].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1GroupVersionForDiscovery); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[753].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1LabelSelector); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[754].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1LabelSelectorRequirement); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[755].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1ListMeta); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[756].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1ManagedFieldsEntry); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[757].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1ObjectMeta); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[758].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1OwnerReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[759].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1Patch); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[760].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1Preconditions); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[761].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1ServerAddressByClientCIDR); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[762].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1Status); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[763].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1StatusCause); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[764].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1StatusDetails); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[765].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgApisMetaV1WatchEvent); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[766].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgRuntimeRawExtension); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[767].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SApimachineryPkgVersionInfo); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[768].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SKubeAggregatorPkgApisApiregistrationV1APIService); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[769].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceCondition); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[770].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceList); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[771].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceSpec); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[772].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SKubeAggregatorPkgApisApiregistrationV1APIServiceStatus); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[773].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*IoK8SKubeAggregatorPkgApisApiregistrationV1ServiceReference); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[774].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAdmissionregistrationV1MutatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[775].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[776].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[777].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[778].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListApiextensionsV1CustomResourceDefinitionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[779].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListApiregistrationV1ApiServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[780].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1ControllerRevisionForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[781].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1DaemonSetForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[782].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1DeploymentForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[783].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1NamespacedControllerRevisionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[784].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1NamespacedDaemonSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[785].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1NamespacedDeploymentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[786].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1NamespacedReplicaSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[787].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1NamespacedStatefulSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[788].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1ReplicaSetForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[789].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAppsV1StatefulSetForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[790].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[791].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[792].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[793].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[794].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListBatchV1CronJobForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[795].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListBatchV1JobForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[796].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListBatchV1NamespacedCronJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[797].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListBatchV1NamespacedJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[798].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCertificatesV1CertificateSigningRequestRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[799].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCertificatesV1Alpha1ClusterTrustBundleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[800].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoordinationV1LeaseForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[801].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoordinationV1NamespacedLeaseRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[802].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1ComponentStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[803].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1ConfigMapForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[804].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1EndpointsForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[805].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1EventForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[806].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1LimitRangeForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[807].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespaceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[808].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedConfigMapRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[809].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedEndpointsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[810].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[811].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedLimitRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[812].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedPersistentVolumeClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[813].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedPodRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[814].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedPodTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[815].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedReplicationControllerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[816].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedResourceQuotaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[817].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedSecretRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[818].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedServiceAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[819].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NamespacedServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[820].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1NodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[821].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1PersistentVolumeClaimForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[822].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1PersistentVolumeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[823].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1PodForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[824].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1PodTemplateForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[825].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1ReplicationControllerForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[826].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1ResourceQuotaForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[827].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1SecretForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[828].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1ServiceAccountForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[829].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListCoreV1ServiceForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[830].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListDiscoveryV1EndpointSliceForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[831].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListDiscoveryV1NamespacedEndpointSliceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[832].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListEventsV1EventForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[833].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListEventsV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[834].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListFlowcontrolApiserverV1Beta2FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[835].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[836].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListFlowcontrolApiserverV1Beta3FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[837].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[838].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListInternalApiserverV1Alpha1StorageVersionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[839].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListNetworkingV1IngressClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[840].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListNetworkingV1IngressForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[841].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListNetworkingV1NamespacedIngressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[842].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListNetworkingV1NamespacedNetworkPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[843].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListNetworkingV1NetworkPolicyForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[844].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListNetworkingV1Alpha1ClusterCidrRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[845].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListNetworkingV1Alpha1IpAddressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[846].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListNodeV1RuntimeClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[847].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListPolicyV1NamespacedPodDisruptionBudgetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[848].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[849].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListRbacAuthorizationV1ClusterRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[850].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListRbacAuthorizationV1ClusterRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[851].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListRbacAuthorizationV1NamespacedRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[852].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListRbacAuthorizationV1NamespacedRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[853].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[854].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListRbacAuthorizationV1RoleForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[855].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListResourceV1Alpha2NamespacedPodSchedulingContextRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[856].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListResourceV1Alpha2NamespacedResourceClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[857].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListResourceV1Alpha2NamespacedResourceClaimTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[858].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListResourceV1Alpha2PodSchedulingContextForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[859].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListResourceV1Alpha2ResourceClaimForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[860].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListResourceV1Alpha2ResourceClaimTemplateForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[861].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListResourceV1Alpha2ResourceClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[862].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListSchedulingV1PriorityClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[863].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListStorageV1CsiDriverRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[864].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListStorageV1CsiNodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[865].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListStorageV1CsiStorageCapacityForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[866].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListStorageV1NamespacedCsiStorageCapacityRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[867].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListStorageV1StorageClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[868].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ListStorageV1VolumeAttachmentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[869].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*LogFileHandlerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[870].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[871].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[872].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[873].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[874].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[875].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchApiextensionsV1CustomResourceDefinitionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[876].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchApiextensionsV1CustomResourceDefinitionStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[877].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchApiregistrationV1ApiServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[878].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchApiregistrationV1ApiServiceStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[879].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedControllerRevisionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[880].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedDaemonSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[881].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedDaemonSetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[882].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedDeploymentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[883].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedDeploymentScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[884].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedDeploymentStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[885].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedReplicaSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[886].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedReplicaSetScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[887].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedReplicaSetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[888].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedStatefulSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[889].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedStatefulSetScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[890].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAppsV1NamespacedStatefulSetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[891].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[892].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[893].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[894].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[895].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchBatchV1NamespacedCronJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[896].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchBatchV1NamespacedCronJobStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[897].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchBatchV1NamespacedJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[898].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchBatchV1NamespacedJobStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[899].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCertificatesV1CertificateSigningRequestApprovalRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[900].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCertificatesV1CertificateSigningRequestRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[901].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCertificatesV1CertificateSigningRequestStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[902].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCertificatesV1Alpha1ClusterTrustBundleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[903].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoordinationV1NamespacedLeaseRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[904].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespaceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[905].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespaceStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[906].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedConfigMapRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[907].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedEndpointsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[908].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[909].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedLimitRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[910].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedPersistentVolumeClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[911].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[912].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedPodEphemeralcontainersRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[913].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedPodRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[914].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedPodStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[915].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedPodTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[916].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedReplicationControllerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[917].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedReplicationControllerScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[918].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedReplicationControllerStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[919].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedResourceQuotaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[920].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedResourceQuotaStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[921].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedSecretRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[922].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedServiceAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[923].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[924].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NamespacedServiceStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[925].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[926].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1NodeStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[927].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1PersistentVolumeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[928].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchCoreV1PersistentVolumeStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[929].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchDiscoveryV1NamespacedEndpointSliceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[930].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchEventsV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[931].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchFlowcontrolApiserverV1Beta2FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[932].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[933].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[934].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[935].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchFlowcontrolApiserverV1Beta3FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[936].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[937].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[938].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[939].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchInternalApiserverV1Alpha1StorageVersionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[940].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchInternalApiserverV1Alpha1StorageVersionStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[941].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchNetworkingV1IngressClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[942].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchNetworkingV1NamespacedIngressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[943].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchNetworkingV1NamespacedIngressStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[944].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchNetworkingV1NamespacedNetworkPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[945].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchNetworkingV1Alpha1ClusterCidrRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[946].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchNetworkingV1Alpha1IpAddressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[947].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchNodeV1RuntimeClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[948].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchPolicyV1NamespacedPodDisruptionBudgetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[949].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[950].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchRbacAuthorizationV1ClusterRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[951].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchRbacAuthorizationV1ClusterRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[952].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchRbacAuthorizationV1NamespacedRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[953].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchRbacAuthorizationV1NamespacedRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[954].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchResourceV1Alpha2NamespacedPodSchedulingContextRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[955].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[956].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchResourceV1Alpha2NamespacedResourceClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[957].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchResourceV1Alpha2NamespacedResourceClaimStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[958].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[959].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchResourceV1Alpha2ResourceClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[960].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchSchedulingV1PriorityClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[961].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchStorageV1CsiDriverRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[962].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchStorageV1CsiNodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[963].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchStorageV1NamespacedCsiStorageCapacityRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[964].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchStorageV1StorageClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[965].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchStorageV1VolumeAttachmentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[966].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*PatchStorageV1VolumeAttachmentStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[967].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[968].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[969].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[970].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[971].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[972].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadApiextensionsV1CustomResourceDefinitionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[973].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadApiextensionsV1CustomResourceDefinitionStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[974].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadApiregistrationV1ApiServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[975].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadApiregistrationV1ApiServiceStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[976].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedControllerRevisionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[977].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedDaemonSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[978].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedDaemonSetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[979].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedDeploymentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[980].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedDeploymentScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[981].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedDeploymentStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[982].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedReplicaSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[983].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedReplicaSetScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[984].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedReplicaSetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[985].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedStatefulSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[986].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedStatefulSetScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[987].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAppsV1NamespacedStatefulSetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[988].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[989].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[990].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[991].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[992].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadBatchV1NamespacedCronJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[993].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadBatchV1NamespacedCronJobStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[994].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadBatchV1NamespacedJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[995].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadBatchV1NamespacedJobStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[996].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCertificatesV1CertificateSigningRequestApprovalRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[997].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCertificatesV1CertificateSigningRequestRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[998].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCertificatesV1CertificateSigningRequestStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[999].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCertificatesV1Alpha1ClusterTrustBundleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1000].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoordinationV1NamespacedLeaseRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1001].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1ComponentStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1002].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespaceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1003].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespaceStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1004].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedConfigMapRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1005].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedEndpointsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1006].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1007].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedLimitRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1008].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedPersistentVolumeClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1009].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1010].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedPodEphemeralcontainersRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1011].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedPodLogRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1012].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedPodRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1013].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedPodStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1014].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedPodTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1015].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedReplicationControllerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1016].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedReplicationControllerScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1017].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedReplicationControllerStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1018].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedResourceQuotaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1019].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedResourceQuotaStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1020].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedSecretRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1021].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedServiceAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1022].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1023].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NamespacedServiceStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1024].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1025].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1NodeStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1026].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1PersistentVolumeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1027].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadCoreV1PersistentVolumeStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1028].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadDiscoveryV1NamespacedEndpointSliceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1029].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadEventsV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1030].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadFlowcontrolApiserverV1Beta2FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1031].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1032].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1033].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1034].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadFlowcontrolApiserverV1Beta3FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1035].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1036].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1037].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1038].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadInternalApiserverV1Alpha1StorageVersionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1039].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadInternalApiserverV1Alpha1StorageVersionStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1040].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadNetworkingV1IngressClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1041].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadNetworkingV1NamespacedIngressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1042].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadNetworkingV1NamespacedIngressStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1043].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadNetworkingV1NamespacedNetworkPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1044].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadNetworkingV1Alpha1ClusterCidrRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1045].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadNetworkingV1Alpha1IpAddressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1046].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadNodeV1RuntimeClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1047].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadPolicyV1NamespacedPodDisruptionBudgetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1048].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1049].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadRbacAuthorizationV1ClusterRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1050].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadRbacAuthorizationV1ClusterRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1051].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadRbacAuthorizationV1NamespacedRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1052].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadRbacAuthorizationV1NamespacedRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1053].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadResourceV1Alpha2NamespacedPodSchedulingContextRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1054].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1055].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadResourceV1Alpha2NamespacedResourceClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1056].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadResourceV1Alpha2NamespacedResourceClaimStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1057].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadResourceV1Alpha2NamespacedResourceClaimTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1058].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadResourceV1Alpha2ResourceClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1059].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadSchedulingV1PriorityClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1060].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadStorageV1CsiDriverRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1061].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadStorageV1CsiNodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1062].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadStorageV1NamespacedCsiStorageCapacityRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1063].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadStorageV1StorageClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1064].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadStorageV1VolumeAttachmentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1065].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReadStorageV1VolumeAttachmentStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1066].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1067].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1068].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1069].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1070].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1071].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceApiextensionsV1CustomResourceDefinitionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1072].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1073].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceApiregistrationV1ApiServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1074].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceApiregistrationV1ApiServiceStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1075].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedControllerRevisionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1076].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedDaemonSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1077].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedDaemonSetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1078].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedDeploymentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1079].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedDeploymentScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1080].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedDeploymentStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1081].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedReplicaSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1082].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedReplicaSetScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1083].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedReplicaSetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1084].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedStatefulSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1085].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedStatefulSetScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1086].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAppsV1NamespacedStatefulSetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1087].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1088].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1089].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1090].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1091].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceBatchV1NamespacedCronJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1092].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceBatchV1NamespacedCronJobStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1093].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceBatchV1NamespacedJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1094].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceBatchV1NamespacedJobStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1095].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCertificatesV1CertificateSigningRequestApprovalRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1096].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCertificatesV1CertificateSigningRequestRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1097].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCertificatesV1CertificateSigningRequestStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1098].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCertificatesV1Alpha1ClusterTrustBundleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1099].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoordinationV1NamespacedLeaseRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1100].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespaceFinalizeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1101].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespaceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1102].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespaceStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1103].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedConfigMapRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1104].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedEndpointsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1105].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1106].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedLimitRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1107].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedPersistentVolumeClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1108].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1109].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedPodEphemeralcontainersRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1110].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedPodRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1111].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedPodStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1112].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedPodTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1113].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedReplicationControllerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1114].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedReplicationControllerScaleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1115].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedReplicationControllerStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1116].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedResourceQuotaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1117].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedResourceQuotaStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1118].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedSecretRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1119].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedServiceAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1120].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1121].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NamespacedServiceStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1122].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1123].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1NodeStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1124].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1PersistentVolumeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1125].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceCoreV1PersistentVolumeStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1126].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceDiscoveryV1NamespacedEndpointSliceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1127].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceEventsV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1128].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceFlowcontrolApiserverV1Beta2FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1129].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceFlowcontrolApiserverV1Beta2FlowSchemaStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1130].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1131].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceFlowcontrolApiserverV1Beta2PriorityLevelConfigurationStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1132].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceFlowcontrolApiserverV1Beta3FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1133].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceFlowcontrolApiserverV1Beta3FlowSchemaStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1134].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1135].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceFlowcontrolApiserverV1Beta3PriorityLevelConfigurationStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1136].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceInternalApiserverV1Alpha1StorageVersionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1137].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceInternalApiserverV1Alpha1StorageVersionStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1138].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceNetworkingV1IngressClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1139].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceNetworkingV1NamespacedIngressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1140].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceNetworkingV1NamespacedIngressStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1141].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceNetworkingV1NamespacedNetworkPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1142].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceNetworkingV1Alpha1ClusterCidrRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1143].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceNetworkingV1Alpha1IpAddressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1144].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceNodeV1RuntimeClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1145].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplacePolicyV1NamespacedPodDisruptionBudgetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1146].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1147].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceRbacAuthorizationV1ClusterRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1148].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceRbacAuthorizationV1ClusterRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1149].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1150].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceRbacAuthorizationV1NamespacedRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1151].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceResourceV1Alpha2NamespacedPodSchedulingContextRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1152].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceResourceV1Alpha2NamespacedPodSchedulingContextStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1153].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceResourceV1Alpha2NamespacedResourceClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1154].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceResourceV1Alpha2NamespacedResourceClaimStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1155].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceResourceV1Alpha2NamespacedResourceClaimTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1156].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceResourceV1Alpha2ResourceClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1157].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceSchedulingV1PriorityClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1158].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceStorageV1CsiDriverRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1159].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceStorageV1CsiNodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1160].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceStorageV1NamespacedCsiStorageCapacityRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1161].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceStorageV1StorageClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1162].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceStorageV1VolumeAttachmentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1163].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*ReplaceStorageV1VolumeAttachmentStatusRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1164].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1165].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1166].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1167].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1168].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1169].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1170].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1171].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAdmissionregistrationV1Alpha1ValidatingAdmissionPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1172].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchApiextensionsV1CustomResourceDefinitionListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1173].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchApiextensionsV1CustomResourceDefinitionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1174].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchApiregistrationV1ApiServiceListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1175].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchApiregistrationV1ApiServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1176].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1ControllerRevisionListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1177].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1DaemonSetListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1178].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1DeploymentListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1179].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedControllerRevisionListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1180].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedControllerRevisionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1181].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedDaemonSetListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1182].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedDaemonSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1183].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedDeploymentListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1184].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedDeploymentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1185].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedReplicaSetListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1186].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedReplicaSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1187].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedStatefulSetListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1188].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1NamespacedStatefulSetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1189].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1ReplicaSetListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1190].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAppsV1StatefulSetListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1191].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1192].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1193].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1194].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1195].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1196].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1197].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchBatchV1CronJobListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1198].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchBatchV1JobListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1199].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchBatchV1NamespacedCronJobListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1200].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchBatchV1NamespacedCronJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1201].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchBatchV1NamespacedJobListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1202].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchBatchV1NamespacedJobRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1203].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCertificatesV1CertificateSigningRequestListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1204].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCertificatesV1CertificateSigningRequestRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1205].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCertificatesV1Alpha1ClusterTrustBundleListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1206].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCertificatesV1Alpha1ClusterTrustBundleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1207].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoordinationV1LeaseListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1208].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoordinationV1NamespacedLeaseListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1209].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoordinationV1NamespacedLeaseRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1210].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1ConfigMapListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1211].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1EndpointsListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1212].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1EventListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1213].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1LimitRangeListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1214].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespaceListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1215].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespaceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1216].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedConfigMapListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1217].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedConfigMapRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1218].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedEndpointsListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1219].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedEndpointsRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1220].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedEventListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1221].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1222].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedLimitRangeListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1223].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedLimitRangeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1224].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedPersistentVolumeClaimListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1225].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedPersistentVolumeClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1226].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedPodListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1227].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedPodRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1228].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedPodTemplateListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1229].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedPodTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1230].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedReplicationControllerListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1231].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedReplicationControllerRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1232].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedResourceQuotaListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1233].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedResourceQuotaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1234].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedSecretListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1235].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedSecretRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1236].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedServiceAccountListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1237].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedServiceAccountRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1238].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedServiceListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1239].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NamespacedServiceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1240].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NodeListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1241].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1NodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1242].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1243].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1PersistentVolumeListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1244].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1PersistentVolumeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1245].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1PodListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1246].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1PodTemplateListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1247].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1ReplicationControllerListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1248].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1ResourceQuotaListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1249].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1SecretListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1250].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1ServiceAccountListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1251].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchCoreV1ServiceListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1252].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1253].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchDiscoveryV1NamespacedEndpointSliceListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1254].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchDiscoveryV1NamespacedEndpointSliceRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1255].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchEventsV1EventListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1256].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchEventsV1NamespacedEventListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1257].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchEventsV1NamespacedEventRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1258].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchFlowcontrolApiserverV1Beta2FlowSchemaListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1259].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchFlowcontrolApiserverV1Beta2FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1260].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1261].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchFlowcontrolApiserverV1Beta2PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1262].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchFlowcontrolApiserverV1Beta3FlowSchemaListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1263].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchFlowcontrolApiserverV1Beta3FlowSchemaRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1264].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1265].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchFlowcontrolApiserverV1Beta3PriorityLevelConfigurationRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1266].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchInternalApiserverV1Alpha1StorageVersionListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1267].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchInternalApiserverV1Alpha1StorageVersionRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1268].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1IngressClassListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1269].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1IngressClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1270].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1IngressListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1271].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1NamespacedIngressListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1272].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1NamespacedIngressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1273].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1NamespacedNetworkPolicyListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1274].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1NamespacedNetworkPolicyRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1275].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1276].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1Alpha1ClusterCidrListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1277].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1Alpha1ClusterCidrRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1278].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1Alpha1IpAddressListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1279].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNetworkingV1Alpha1IpAddressRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1280].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNodeV1RuntimeClassListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1281].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchNodeV1RuntimeClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1282].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchPolicyV1NamespacedPodDisruptionBudgetListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1283].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchPolicyV1NamespacedPodDisruptionBudgetRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1284].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1285].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1ClusterRoleBindingListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1286].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1ClusterRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1287].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1ClusterRoleListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1288].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1ClusterRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1289].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1NamespacedRoleBindingListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1290].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1NamespacedRoleBindingRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1291].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1NamespacedRoleListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1292].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1NamespacedRoleRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1293].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1294].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchRbacAuthorizationV1RoleListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1295].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2NamespacedPodSchedulingContextListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1296].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2NamespacedPodSchedulingContextRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1297].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2NamespacedResourceClaimListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1298].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2NamespacedResourceClaimRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1299].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2NamespacedResourceClaimTemplateListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1300].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2NamespacedResourceClaimTemplateRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1301].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2PodSchedulingContextListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1302].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2ResourceClaimListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1303].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2ResourceClaimTemplateListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1304].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2ResourceClassListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1305].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchResourceV1Alpha2ResourceClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1306].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchSchedulingV1PriorityClassListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1307].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchSchedulingV1PriorityClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1308].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1CsiDriverListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1309].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1CsiDriverRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1310].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1CsiNodeListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1311].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1CsiNodeRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1312].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1313].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1NamespacedCsiStorageCapacityListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1314].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1NamespacedCsiStorageCapacityRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1315].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1StorageClassListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1316].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1StorageClassRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1317].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1VolumeAttachmentListRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + file_kubernetes_proto_kubernetes_proto_msgTypes[1318].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*WatchStorageV1VolumeAttachmentRequest); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } + } + type x struct{} + out := protoimpl.TypeBuilder{ + File: protoimpl.DescBuilder{ + GoPackagePath: reflect.TypeOf(x{}).PkgPath(), + RawDescriptor: file_kubernetes_proto_kubernetes_proto_rawDesc, + NumEnums: 0, + NumMessages: 1363, + NumExtensions: 0, + NumServices: 1, + }, + GoTypes: file_kubernetes_proto_kubernetes_proto_goTypes, + DependencyIndexes: file_kubernetes_proto_kubernetes_proto_depIdxs, + MessageInfos: file_kubernetes_proto_kubernetes_proto_msgTypes, + }.Build() + File_kubernetes_proto_kubernetes_proto = out.File + file_kubernetes_proto_kubernetes_proto_rawDesc = nil + file_kubernetes_proto_kubernetes_proto_goTypes = nil + file_kubernetes_proto_kubernetes_proto_depIdxs = nil +} diff --git a/kubernetes/proto/go.mod b/kubernetes/proto/go.mod new file mode 100644 index 00000000..f97a1ca8 --- /dev/null +++ b/kubernetes/proto/go.mod @@ -0,0 +1,5 @@ +module sigs.k8s.io/kube-scheduler-wasm-extension/kubernetes/proto + +go 1.20 + +require google.golang.org/protobuf v1.30.0 diff --git a/kubernetes/proto/go.sum b/kubernetes/proto/go.sum new file mode 100644 index 00000000..18383669 --- /dev/null +++ b/kubernetes/proto/go.sum @@ -0,0 +1,8 @@ +github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= +github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= +github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= +golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= +google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng= +google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= diff --git a/kubernetes/proto/kubernetes.proto b/kubernetes/proto/kubernetes.proto new file mode 100644 index 00000000..d033ccb7 --- /dev/null +++ b/kubernetes/proto/kubernetes.proto @@ -0,0 +1,38259 @@ +syntax = "proto3"; + +package kubernetes; + +import "google/protobuf/empty.proto"; +import "google/protobuf/struct.proto"; +import "google/protobuf/wrappers.proto"; + +message ConnectCoreV1DeleteNamespacedPodProxyRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1DeleteNamespacedServiceProxyRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1DeleteNodeProxyRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message ConnectCoreV1DeleteNodeProxyWithPathRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message ConnectCoreV1GetNamespacedPodAttachRequest { + // The container in which to execute the command. Defaults to only container if there is only one container in the pod. + string container = 1; + + // name of the PodAttachOptions + string name = 2; + + // object name and auth scope, such as for teams and projects + string namespace = 3; + + // Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. + bool stderr = 4; + + // Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. + bool stdin = 5; + + // Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. + bool stdout = 6; + + // TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. + bool tty = 7; +} + +message ConnectCoreV1GetNamespacedPodExecRequest { + // Command is the remote command to execute. argv array. Not executed within a shell. + string command = 1; + + // Container in which to execute the command. Defaults to only container if there is only one container in the pod. + string container = 2; + + // name of the PodExecOptions + string name = 3; + + // object name and auth scope, such as for teams and projects + string namespace = 4; + + // Redirect the standard error stream of the pod for this call. + bool stderr = 5; + + // Redirect the standard input stream of the pod for this call. Defaults to false. + bool stdin = 6; + + // Redirect the standard output stream of the pod for this call. + bool stdout = 7; + + // TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. + bool tty = 8; +} + +message ConnectCoreV1GetNamespacedPodPortforwardRequest { + // name of the PodPortForwardOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // List of ports to forward Required when using WebSockets + int32 ports = 3; +} + +message ConnectCoreV1GetNamespacedPodProxyRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1GetNamespacedPodProxyWithPathRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1GetNamespacedServiceProxyRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1GetNamespacedServiceProxyWithPathRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1GetNodeProxyRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message ConnectCoreV1GetNodeProxyWithPathRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message ConnectCoreV1PatchNamespacedPodProxyRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1PatchNamespacedPodProxyWithPathRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1PatchNamespacedServiceProxyRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1PatchNodeProxyRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message ConnectCoreV1PatchNodeProxyWithPathRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message ConnectCoreV1PostNamespacedPodAttachRequest { + // The container in which to execute the command. Defaults to only container if there is only one container in the pod. + string container = 1; + + // name of the PodAttachOptions + string name = 2; + + // object name and auth scope, such as for teams and projects + string namespace = 3; + + // Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true. + bool stderr = 4; + + // Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false. + bool stdin = 5; + + // Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true. + bool stdout = 6; + + // TTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false. + bool tty = 7; +} + +message ConnectCoreV1PostNamespacedPodExecRequest { + // Command is the remote command to execute. argv array. Not executed within a shell. + string command = 1; + + // Container in which to execute the command. Defaults to only container if there is only one container in the pod. + string container = 2; + + // name of the PodExecOptions + string name = 3; + + // object name and auth scope, such as for teams and projects + string namespace = 4; + + // Redirect the standard error stream of the pod for this call. + bool stderr = 5; + + // Redirect the standard input stream of the pod for this call. Defaults to false. + bool stdin = 6; + + // Redirect the standard output stream of the pod for this call. + bool stdout = 7; + + // TTY if true indicates that a tty will be allocated for the exec call. Defaults to false. + bool tty = 8; +} + +message ConnectCoreV1PostNamespacedPodPortforwardRequest { + // name of the PodPortForwardOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // List of ports to forward Required when using WebSockets + int32 ports = 3; +} + +message ConnectCoreV1PostNamespacedPodProxyRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1PostNamespacedPodProxyWithPathRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1PostNamespacedServiceProxyRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1PostNamespacedServiceProxyWithPathRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1PostNodeProxyRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message ConnectCoreV1PostNodeProxyWithPathRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message ConnectCoreV1PutNamespacedPodProxyRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1PutNamespacedPodProxyWithPathRequest { + // name of the PodProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the URL path to use for the current proxy request to pod. + string path = 3; +} + +message ConnectCoreV1PutNamespacedServiceProxyRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1PutNamespacedServiceProxyWithPathRequest { + // name of the ServiceProxyOptions + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // Path is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy. + string path = 3; +} + +message ConnectCoreV1PutNodeProxyRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message ConnectCoreV1PutNodeProxyWithPathRequest { + // name of the NodeProxyOptions + string name = 1; + + // Path is the URL path to use for the current proxy request to node. + string path = 2; +} + +message CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest { + IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest { + IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest { + IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest { + IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateApiextensionsV1CustomResourceDefinitionRequest { + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateApiregistrationV1ApiServiceRequest { + IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAppsV1NamespacedControllerRevisionRequest { + IoK8sApiAppsV1ControllerRevision body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateAppsV1NamespacedDaemonSetRequest { + IoK8sApiAppsV1DaemonSet body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateAppsV1NamespacedDeploymentRequest { + IoK8sApiAppsV1Deployment body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateAppsV1NamespacedReplicaSetRequest { + IoK8sApiAppsV1ReplicaSet body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateAppsV1NamespacedStatefulSetRequest { + IoK8sApiAppsV1StatefulSet body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateAuthenticationV1SelfSubjectReviewRequest { + IoK8sApiAuthenticationV1SelfSubjectReview body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAuthenticationV1TokenReviewRequest { + IoK8sApiAuthenticationV1TokenReview body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAuthenticationV1alpha1SelfSubjectReviewRequest { + IoK8sApiAuthenticationV1alpha1SelfSubjectReview body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAuthenticationV1beta1SelfSubjectReviewRequest { + IoK8sApiAuthenticationV1beta1SelfSubjectReview body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest { + IoK8sApiAuthorizationV1LocalSubjectAccessReview body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateAuthorizationV1SelfSubjectAccessReviewRequest { + IoK8sApiAuthorizationV1SelfSubjectAccessReview body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAuthorizationV1SelfSubjectRulesReviewRequest { + IoK8sApiAuthorizationV1SelfSubjectRulesReview body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAuthorizationV1SubjectAccessReviewRequest { + IoK8sApiAuthorizationV1SubjectAccessReview body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest { + IoK8sApiAutoscalingV1HorizontalPodAutoscaler body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest { + IoK8sApiAutoscalingV2HorizontalPodAutoscaler body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateBatchV1NamespacedCronJobRequest { + IoK8sApiBatchV1CronJob body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateBatchV1NamespacedJobRequest { + IoK8sApiBatchV1Job body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCertificatesV1CertificateSigningRequestRequest { + IoK8sApiCertificatesV1CertificateSigningRequest body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateCertificatesV1alpha1ClusterTrustBundleRequest { + IoK8sApiCertificatesV1alpha1ClusterTrustBundle body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateCoordinationV1NamespacedLeaseRequest { + IoK8sApiCoordinationV1Lease body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespaceRequest { + IoK8sApiCoreV1Namespace body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateCoreV1NamespacedBindingRequest { + IoK8sApiCoreV1Binding body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedConfigMapRequest { + IoK8sApiCoreV1ConfigMap body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedEndpointsRequest { + IoK8sApiCoreV1Endpoints body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedEventRequest { + IoK8sApiCoreV1Event body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedLimitRangeRequest { + IoK8sApiCoreV1LimitRange body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedPersistentVolumeClaimRequest { + IoK8sApiCoreV1PersistentVolumeClaim body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedPodBindingRequest { + IoK8sApiCoreV1Binding body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Binding + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message CreateCoreV1NamespacedPodEvictionRequest { + IoK8sApiPolicyV1Eviction body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Eviction + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message CreateCoreV1NamespacedPodRequest { + IoK8sApiCoreV1Pod body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedPodTemplateRequest { + IoK8sApiCoreV1PodTemplate body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedReplicationControllerRequest { + IoK8sApiCoreV1ReplicationController body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedResourceQuotaRequest { + IoK8sApiCoreV1ResourceQuota body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedSecretRequest { + IoK8sApiCoreV1Secret body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedServiceAccountRequest { + IoK8sApiCoreV1ServiceAccount body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NamespacedServiceAccountTokenRequest { + IoK8sApiAuthenticationV1TokenRequest body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the TokenRequest + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message CreateCoreV1NamespacedServiceRequest { + IoK8sApiCoreV1Service body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateCoreV1NodeRequest { + IoK8sApiCoreV1Node body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateCoreV1PersistentVolumeRequest { + IoK8sApiCoreV1PersistentVolume body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateDiscoveryV1NamespacedEndpointSliceRequest { + IoK8sApiDiscoveryV1EndpointSlice body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateEventsV1NamespacedEventRequest { + IoK8sApiEventsV1Event body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateFlowcontrolApiserverV1beta2FlowSchemaRequest { + IoK8sApiFlowcontrolV1beta2FlowSchema body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest { + IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateFlowcontrolApiserverV1beta3FlowSchemaRequest { + IoK8sApiFlowcontrolV1beta3FlowSchema body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest { + IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateInternalApiserverV1alpha1StorageVersionRequest { + IoK8sApiApiserverinternalV1alpha1StorageVersion body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateNetworkingV1IngressClassRequest { + IoK8sApiNetworkingV1IngressClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateNetworkingV1NamespacedIngressRequest { + IoK8sApiNetworkingV1Ingress body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateNetworkingV1NamespacedNetworkPolicyRequest { + IoK8sApiNetworkingV1NetworkPolicy body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateNetworkingV1alpha1ClusterCidrRequest { + IoK8sApiNetworkingV1alpha1ClusterCIDR body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateNetworkingV1alpha1IpAddressRequest { + IoK8sApiNetworkingV1alpha1IPAddress body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateNodeV1RuntimeClassRequest { + IoK8sApiNodeV1RuntimeClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreatePolicyV1NamespacedPodDisruptionBudgetRequest { + IoK8sApiPolicyV1PodDisruptionBudget body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateRbacAuthorizationV1ClusterRoleBindingRequest { + IoK8sApiRbacV1ClusterRoleBinding body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateRbacAuthorizationV1ClusterRoleRequest { + IoK8sApiRbacV1ClusterRole body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateRbacAuthorizationV1NamespacedRoleBindingRequest { + IoK8sApiRbacV1RoleBinding body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateRbacAuthorizationV1NamespacedRoleRequest { + IoK8sApiRbacV1Role body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateResourceV1alpha2NamespacedPodSchedulingContextRequest { + IoK8sApiResourceV1alpha2PodSchedulingContext body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateResourceV1alpha2NamespacedResourceClaimRequest { + IoK8sApiResourceV1alpha2ResourceClaim body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateResourceV1alpha2NamespacedResourceClaimTemplateRequest { + IoK8sApiResourceV1alpha2ResourceClaimTemplate body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateResourceV1alpha2ResourceClassRequest { + IoK8sApiResourceV1alpha2ResourceClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateSchedulingV1PriorityClassRequest { + IoK8sApiSchedulingV1PriorityClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateStorageV1CsiDriverRequest { + IoK8sApiStorageV1CSIDriver body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateStorageV1CsiNodeRequest { + IoK8sApiStorageV1CSINode body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateStorageV1NamespacedCsiStorageCapacityRequest { + IoK8sApiStorageV1CSIStorageCapacity body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message CreateStorageV1StorageClassRequest { + IoK8sApiStorageV1StorageClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message CreateStorageV1VolumeAttachmentRequest { + IoK8sApiStorageV1VolumeAttachment body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // If 'true', then the output is pretty printed. + string pretty = 5; +} + +message DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the MutatingWebhookConfiguration + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ValidatingWebhookConfiguration + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyBindingRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ValidatingAdmissionPolicyBinding + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ValidatingAdmissionPolicy + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteApiextensionsV1CustomResourceDefinitionRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the CustomResourceDefinition + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteApiregistrationV1ApiServiceRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the APIService + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteApiregistrationV1CollectionApiServiceRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteAppsV1CollectionNamespacedControllerRevisionRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteAppsV1CollectionNamespacedDaemonSetRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteAppsV1CollectionNamespacedDeploymentRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteAppsV1CollectionNamespacedReplicaSetRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteAppsV1CollectionNamespacedStatefulSetRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteAppsV1NamespacedControllerRevisionRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ControllerRevision + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteAppsV1NamespacedDaemonSetRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the DaemonSet + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteAppsV1NamespacedDeploymentRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Deployment + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteAppsV1NamespacedReplicaSetRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ReplicaSet + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteAppsV1NamespacedStatefulSetRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the StatefulSet + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the HorizontalPodAutoscaler + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the HorizontalPodAutoscaler + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteBatchV1CollectionNamespacedCronJobRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteBatchV1CollectionNamespacedJobRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteBatchV1NamespacedCronJobRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the CronJob + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteBatchV1NamespacedJobRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Job + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCertificatesV1CertificateSigningRequestRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the CertificateSigningRequest + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteCertificatesV1CollectionCertificateSigningRequestRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteCertificatesV1alpha1ClusterTrustBundleRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ClusterTrustBundle + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteCertificatesV1alpha1CollectionClusterTrustBundleRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteCoordinationV1CollectionNamespacedLeaseRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoordinationV1NamespacedLeaseRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Lease + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1CollectionNamespacedConfigMapRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedEndpointsRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedEventRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedLimitRangeRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedPodRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedPodTemplateRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedReplicationControllerRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedResourceQuotaRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedSecretRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedServiceAccountRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNamespacedServiceRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteCoreV1CollectionNodeRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteCoreV1CollectionPersistentVolumeRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteCoreV1NamespaceRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Namespace + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteCoreV1NamespacedConfigMapRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ConfigMap + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedEndpointsRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Endpoints + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedEventRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Event + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedLimitRangeRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the LimitRange + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedPersistentVolumeClaimRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the PersistentVolumeClaim + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedPodRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Pod + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedPodTemplateRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the PodTemplate + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedReplicationControllerRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ReplicationController + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedResourceQuotaRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ResourceQuota + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedSecretRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Secret + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedServiceAccountRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ServiceAccount + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NamespacedServiceRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Service + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteCoreV1NodeRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Node + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteCoreV1PersistentVolumeRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the PersistentVolume + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteDiscoveryV1NamespacedEndpointSliceRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the EndpointSlice + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteEventsV1CollectionNamespacedEventRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteEventsV1NamespacedEventRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Event + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteFlowcontrolApiserverV1beta2CollectionFlowSchemaRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteFlowcontrolApiserverV1beta2CollectionPriorityLevelConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteFlowcontrolApiserverV1beta2FlowSchemaRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the FlowSchema + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the PriorityLevelConfiguration + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteFlowcontrolApiserverV1beta3CollectionFlowSchemaRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteFlowcontrolApiserverV1beta3CollectionPriorityLevelConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteFlowcontrolApiserverV1beta3FlowSchemaRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the FlowSchema + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the PriorityLevelConfiguration + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteInternalApiserverV1alpha1CollectionStorageVersionRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteInternalApiserverV1alpha1StorageVersionRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the StorageVersion + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteNetworkingV1CollectionIngressClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteNetworkingV1CollectionNamespacedIngressRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteNetworkingV1IngressClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the IngressClass + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteNetworkingV1NamespacedIngressRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Ingress + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteNetworkingV1NamespacedNetworkPolicyRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the NetworkPolicy + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteNetworkingV1alpha1ClusterCidrRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ClusterCIDR + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteNetworkingV1alpha1CollectionClusterCidrRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteNetworkingV1alpha1CollectionIpAddressRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteNetworkingV1alpha1IpAddressRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the IPAddress + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteNodeV1CollectionRuntimeClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteNodeV1RuntimeClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the RuntimeClass + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeletePolicyV1NamespacedPodDisruptionBudgetRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the PodDisruptionBudget + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteRbacAuthorizationV1ClusterRoleBindingRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ClusterRoleBinding + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteRbacAuthorizationV1ClusterRoleRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ClusterRole + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteRbacAuthorizationV1CollectionClusterRoleRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteRbacAuthorizationV1NamespacedRoleBindingRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the RoleBinding + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteRbacAuthorizationV1NamespacedRoleRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the Role + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteResourceV1alpha2CollectionNamespacedPodSchedulingContextRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteResourceV1alpha2CollectionNamespacedResourceClaimRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteResourceV1alpha2CollectionNamespacedResourceClaimTemplateRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteResourceV1alpha2CollectionResourceClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteResourceV1alpha2NamespacedPodSchedulingContextRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the PodSchedulingContext + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteResourceV1alpha2NamespacedResourceClaimRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ResourceClaim + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteResourceV1alpha2NamespacedResourceClaimTemplateRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ResourceClaimTemplate + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteResourceV1alpha2ResourceClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the ResourceClass + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteSchedulingV1CollectionPriorityClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteSchedulingV1PriorityClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the PriorityClass + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteStorageV1CollectionCsiDriverRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteStorageV1CollectionCsiNodeRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // object name and auth scope, such as for teams and projects + string namespace = 8; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 9; + + // If 'true', then the output is pretty printed. + string pretty = 10; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 11; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 12; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 13; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 14; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 15; +} + +message DeleteStorageV1CollectionStorageClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteStorageV1CollectionVolumeAttachmentRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 3; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 4; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 5; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 6; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 7; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 8; + + // If 'true', then the output is pretty printed. + string pretty = 9; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 10; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 11; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 12; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 13; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 14; +} + +message DeleteStorageV1CsiDriverRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the CSIDriver + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteStorageV1CsiNodeRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the CSINode + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteStorageV1NamespacedCsiStorageCapacityRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the CSIStorageCapacity + string name = 4; + + // object name and auth scope, such as for teams and projects + string namespace = 5; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 8; +} + +message DeleteStorageV1StorageClassRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the StorageClass + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +message DeleteStorageV1VolumeAttachmentRequest { + IoK8sApimachineryPkgApisMetaV1DeleteOptions body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int32 gracePeriodSeconds = 3; + + // name of the VolumeAttachment + string name = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +// MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook. +message IoK8sApiAdmissionregistrationV1MatchCondition { + // Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: + // + // 'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. + // See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz + // 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the + // request resource. + // Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ + // + // Required. + string expression = 1; + + // Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName') + // + // Required. + string name = 2; +} + +// MutatingWebhook describes an admission webhook and the resources and operations it applies to. +message IoK8sApiAdmissionregistrationV1MutatingWebhook { + // AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. + repeated string admissionReviewVersions = 1; + + // ClientConfig defines how to communicate with the hook. Required + IoK8sApiAdmissionregistrationV1WebhookClientConfig clientConfig = 2; + + // FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. + string failurePolicy = 3; + + // MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. + // + // The exact matching logic is (in order): + // 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped. + // 2. If ALL matchConditions evaluate to TRUE, the webhook is called. + // 3. If any matchCondition evaluates to an error (but none are FALSE): + // - If failurePolicy=Fail, reject the request + // - If failurePolicy=Ignore, the error is ignored and the webhook is skipped + // + // This is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate. + repeated IoK8sApiAdmissionregistrationV1MatchCondition matchConditions = 4; + + // matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". + // + // - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. + // + // - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. + // + // Defaults to "Equivalent" + string matchPolicy = 5; + + // The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required. + string name = 6; + + // NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. + // + // For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "runlevel", + // "operator": "NotIn", + // "values": [ + // "0", + // "1" + // ] + // } + // ] + // } + // + // If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "environment", + // "operator": "In", + // "values": [ + // "prod", + // "staging" + // ] + // } + // ] + // } + // + // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors. + // + // Default to the empty LabelSelector, which matches everything. + IoK8sApimachineryPkgApisMetaV1LabelSelector namespaceSelector = 7; + + // ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. + IoK8sApimachineryPkgApisMetaV1LabelSelector objectSelector = 8; + + // reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded". + // + // Never: the webhook will not be called more than once in a single admission evaluation. + // + // IfNeeded: the webhook will be called at least one additional time as part of the admission evaluation if the object being admitted is modified by other admission plugins after the initial webhook call. Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted. Note: * the number of additional invocations is not guaranteed to be exactly one. * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again. * webhooks that use this option may be reordered to minimize the number of additional invocations. * to validate an object after all mutations are guaranteed complete, use a validating admission webhook instead. + // + // Defaults to "Never". + string reinvocationPolicy = 9; + + // Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. + repeated IoK8sApiAdmissionregistrationV1RuleWithOperations rules = 10; + + // SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. + string sideEffects = 11; + + // TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. + int32 timeoutSeconds = 12; +} + +// MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. +message IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Webhooks is a list of webhooks and the affected resources and operations. + repeated IoK8sApiAdmissionregistrationV1MutatingWebhook webhooks = 4; +} + +// MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration. +message IoK8sApiAdmissionregistrationV1MutatingWebhookConfigurationList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of MutatingWebhookConfiguration. + repeated IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid. +message IoK8sApiAdmissionregistrationV1RuleWithOperations { + // APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required. + repeated string apiGroups = 1; + + // APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required. + repeated string apiVersions = 2; + + // Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required. + repeated string operations = 3; + + // Resources is a list of resources this rule applies to. + // + // For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources. + // + // If wildcard is present, the validation rule will ensure resources do not overlap with each other. + // + // Depending on the enclosing object, subresources might not be allowed. Required. + repeated string resources = 4; + + // scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*". + string scope = 5; +} + +// ServiceReference holds a reference to Service.legacy.k8s.io +message IoK8sApiAdmissionregistrationV1ServiceReference { + // `name` is the name of the service. Required + string name = 1; + + // `namespace` is the namespace of the service. Required + string namespace = 2; + + // `path` is an optional URL path which will be sent in any request to this service. + string path = 3; + + // If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). + int32 port = 4; +} + +// ValidatingWebhook describes an admission webhook and the resources and operations it applies to. +message IoK8sApiAdmissionregistrationV1ValidatingWebhook { + // AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. + repeated string admissionReviewVersions = 1; + + // ClientConfig defines how to communicate with the hook. Required + IoK8sApiAdmissionregistrationV1WebhookClientConfig clientConfig = 2; + + // FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. + string failurePolicy = 3; + + // MatchConditions is a list of conditions that must be met for a request to be sent to this webhook. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. + // + // The exact matching logic is (in order): + // 1. If ANY matchCondition evaluates to FALSE, the webhook is skipped. + // 2. If ALL matchConditions evaluate to TRUE, the webhook is called. + // 3. If any matchCondition evaluates to an error (but none are FALSE): + // - If failurePolicy=Fail, reject the request + // - If failurePolicy=Ignore, the error is ignored and the webhook is skipped + // + // This is an alpha feature and managed by the AdmissionWebhookMatchConditions feature gate. + repeated IoK8sApiAdmissionregistrationV1MatchCondition matchConditions = 4; + + // matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". + // + // - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. + // + // - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. + // + // Defaults to "Equivalent" + string matchPolicy = 5; + + // The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required. + string name = 6; + + // NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. + // + // For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "runlevel", + // "operator": "NotIn", + // "values": [ + // "0", + // "1" + // ] + // } + // ] + // } + // + // If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "environment", + // "operator": "In", + // "values": [ + // "prod", + // "staging" + // ] + // } + // ] + // } + // + // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. + // + // Default to the empty LabelSelector, which matches everything. + IoK8sApimachineryPkgApisMetaV1LabelSelector namespaceSelector = 7; + + // ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. + IoK8sApimachineryPkgApisMetaV1LabelSelector objectSelector = 8; + + // Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. + repeated IoK8sApiAdmissionregistrationV1RuleWithOperations rules = 9; + + // SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. + string sideEffects = 10; + + // TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. + int32 timeoutSeconds = 11; +} + +// ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. +message IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Webhooks is a list of webhooks and the affected resources and operations. + repeated IoK8sApiAdmissionregistrationV1ValidatingWebhook webhooks = 4; +} + +// ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration. +message IoK8sApiAdmissionregistrationV1ValidatingWebhookConfigurationList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of ValidatingWebhookConfiguration. + repeated IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// WebhookClientConfig contains the information to make a TLS connection with the webhook +message IoK8sApiAdmissionregistrationV1WebhookClientConfig { + // `caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used. + bytes caBundle = 1; + + // `service` is a reference to the service for this webhook. Either `service` or `url` must be specified. + // + // If the webhook is running within the cluster, then you should use `service`. + IoK8sApiAdmissionregistrationV1ServiceReference service = 2; + + // `url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. + // + // The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. + // + // Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. + // + // The scheme must be "https"; the URL must begin with "https://". + // + // A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. + // + // Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. + string url = 3; +} + +// AuditAnnotation describes how to produce an audit annotation for an API request. +message IoK8sApiAdmissionregistrationV1alpha1AuditAnnotation { + // key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length. + // + // The key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: "{ValidatingAdmissionPolicy name}/{key}". + // + // If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded. + // + // Required. + string key = 1; + + // valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb. + // + // If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list. + // + // Required. + string valueExpression = 2; +} + +// ExpressionWarning is a warning information that targets a specific expression. +message IoK8sApiAdmissionregistrationV1alpha1ExpressionWarning { + // The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression" + string fieldRef = 1; + + // The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler. + string warning = 2; +} + +message IoK8sApiAdmissionregistrationV1alpha1MatchCondition { + // Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables: + // + // 'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. + // See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz + // 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the + // request resource. + // Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/ + // + // Required. + string expression = 1; + + // Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName') + // + // Required. + string name = 2; +} + +// MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded) +message IoK8sApiAdmissionregistrationV1alpha1MatchResources { + // ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded) + repeated IoK8sApiAdmissionregistrationV1alpha1NamedRuleWithOperations excludeResourceRules = 1; + + // matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". + // + // - Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy. + // + // - Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the ValidatingAdmissionPolicy. + // + // Defaults to "Equivalent" + string matchPolicy = 2; + + // NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy. + // + // For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "runlevel", + // "operator": "NotIn", + // "values": [ + // "0", + // "1" + // ] + // } + // ] + // } + // + // If instead you want to only run the policy on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { + // "matchExpressions": [ + // { + // "key": "environment", + // "operator": "In", + // "values": [ + // "prod", + // "staging" + // ] + // } + // ] + // } + // + // See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors. + // + // Default to the empty LabelSelector, which matches everything. + IoK8sApimachineryPkgApisMetaV1LabelSelector namespaceSelector = 3; + + // ObjectSelector decides whether to run the validation based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the cel validation, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. + IoK8sApimachineryPkgApisMetaV1LabelSelector objectSelector = 4; + + // ResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy matches. The policy cares about an operation if it matches _any_ Rule. + repeated IoK8sApiAdmissionregistrationV1alpha1NamedRuleWithOperations resourceRules = 5; +} + +// NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames. +message IoK8sApiAdmissionregistrationV1alpha1NamedRuleWithOperations { + // APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required. + repeated string apiGroups = 1; + + // APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required. + repeated string apiVersions = 2; + + // Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required. + repeated string operations = 3; + + // ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. + repeated string resourceNames = 4; + + // Resources is a list of resources this rule applies to. + // + // For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources. + // + // If wildcard is present, the validation rule will ensure resources do not overlap with each other. + // + // Depending on the enclosing object, subresources might not be allowed. Required. + repeated string resources = 5; + + // scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*". + string scope = 6; +} + +// ParamKind is a tuple of Group Kind and Version. +message IoK8sApiAdmissionregistrationV1alpha1ParamKind { + // APIVersion is the API group version the resources belong to. In format of "group/version". Required. + string apiVersion = 1; + + // Kind is the API kind the resources belong to. Required. + string kind = 2; +} + +// ParamRef references a parameter resource +message IoK8sApiAdmissionregistrationV1alpha1ParamRef { + // Name of the resource being referenced. + string name = 1; + + // Namespace of the referenced resource. Should be empty for the cluster-scoped resources + string namespace = 2; +} + +// TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy +message IoK8sApiAdmissionregistrationV1alpha1TypeChecking { + // The type checking warnings for each expression. + repeated IoK8sApiAdmissionregistrationV1alpha1ExpressionWarning expressionWarnings = 1; +} + +// ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it. +message IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Specification of the desired behavior of the ValidatingAdmissionPolicy. + IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicySpec spec = 4; + + // The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only. + IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus status = 5; +} + +// ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters. +message IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Specification of the desired behavior of the ValidatingAdmissionPolicyBinding. + IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingSpec spec = 4; +} + +// ValidatingAdmissionPolicyBindingList is a list of ValidatingAdmissionPolicyBinding. +message IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of PolicyBinding. + repeated IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding. +message IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingSpec { + // MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required. + IoK8sApiAdmissionregistrationV1alpha1MatchResources matchResources = 1; + + // ParamRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied. + IoK8sApiAdmissionregistrationV1alpha1ParamRef paramRef = 2; + + // PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required. + string policyName = 3; + + // validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions. + // + // Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy. + // + // validationActions is declared as a set of action values. Order does not matter. validationActions may not contain duplicates of the same action. + // + // The supported actions values are: + // + // "Deny" specifies that a validation failure results in a denied request. + // + // "Warn" specifies that a validation failure is reported to the request client in HTTP Warning headers, with a warning code of 299. Warnings can be sent both for allowed or denied admission responses. + // + // "Audit" specifies that a validation failure is included in the published audit event for the request. The audit event will contain a `validation.policy.admission.k8s.io/validation_failure` audit annotation with a value containing the details of the validation failures, formatted as a JSON list of objects, each with the following fields: - message: The validation failure message string - policy: The resource name of the ValidatingAdmissionPolicy - binding: The resource name of the ValidatingAdmissionPolicyBinding - expressionIndex: The index of the failed validations in the ValidatingAdmissionPolicy - validationActions: The enforcement actions enacted for the validation failure Example audit annotation: `"validation.policy.admission.k8s.io/validation_failure": "[{"message": "Invalid value", {"policy": "policy.example.com", {"binding": "policybinding.example.com", {"expressionIndex": "1", {"validationActions": ["Audit"]}]"` + // + // Clients should expect to handle additional values by ignoring any values not recognized. + // + // "Deny" and "Warn" may not be used together since this combination needlessly duplicates the validation failure both in the API response body and the HTTP warning headers. + // + // Required. + repeated string validationActions = 4; +} + +// ValidatingAdmissionPolicyList is a list of ValidatingAdmissionPolicy. +message IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of ValidatingAdmissionPolicy. + repeated IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy. +message IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicySpec { + // auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required. + repeated IoK8sApiAdmissionregistrationV1alpha1AuditAnnotation auditAnnotations = 1; + + // failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings. + // + // A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. + // + // failurePolicy does not define how validations that evaluate to false are handled. + // + // When failurePolicy is set to Fail, ValidatingAdmissionPolicyBinding validationActions define how failures are enforced. + // + // Allowed values are Ignore or Fail. Defaults to Fail. + string failurePolicy = 2; + + // MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed. + // + // If a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions. + // + // The exact matching logic is (in order): + // 1. If ANY matchCondition evaluates to FALSE, the policy is skipped. + // 2. If ALL matchConditions evaluate to TRUE, the policy is evaluated. + // 3. If any matchCondition evaluates to an error (but none are FALSE): + // - If failurePolicy=Fail, reject the request + // - If failurePolicy=Ignore, the policy is skipped + repeated IoK8sApiAdmissionregistrationV1alpha1MatchCondition matchConditions = 3; + + // MatchConstraints specifies what resources this policy is designed to validate. The AdmissionPolicy cares about a request if it matches _all_ Constraints. However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API ValidatingAdmissionPolicy cannot match ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding. Required. + IoK8sApiAdmissionregistrationV1alpha1MatchResources matchConstraints = 4; + + // ParamKind specifies the kind of resources used to parameterize this policy. If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions. If ParamKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied. If paramKind is specified but paramRef is unset in ValidatingAdmissionPolicyBinding, the params variable will be null. + IoK8sApiAdmissionregistrationV1alpha1ParamKind paramKind = 5; + + // Validations contain CEL expressions which is used to apply the validation. Validations and AuditAnnotations may not both be empty; a minimum of one Validations or AuditAnnotations is required. + repeated IoK8sApiAdmissionregistrationV1alpha1Validation validations = 6; +} + +// ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy. +message IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus { + // The conditions represent the latest available observations of a policy's current state. + repeated IoK8sApimachineryPkgApisMetaV1Condition conditions = 1; + + // The generation observed by the controller. + int64 observedGeneration = 2; + + // The results of type checking for each expression. Presence of this field indicates the completion of the type checking. + IoK8sApiAdmissionregistrationV1alpha1TypeChecking typeChecking = 3; +} + +// Validation specifies the CEL expression which is used to apply the validation. +message IoK8sApiAdmissionregistrationV1alpha1Validation { + // Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the API request/response, organized into CEL variables as well as some other useful variables: + // + // - 'object' - The object from the incoming request. The value is null for DELETE requests. - 'oldObject' - The existing object. The value is null for CREATE requests. - 'request' - Attributes of the API request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). - 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind. - 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request. + // See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz + // - 'authorizer.requestResource' - A CEL ResourceCheck constructed from the 'authorizer' and configured with the + // request resource. + // + // The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object. No other metadata properties are accessible. + // + // Only property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are: + // "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if", + // "import", "let", "loop", "package", "namespace", "return". + // Examples: + // - Expression accessing a property named "namespace": {"Expression": "object.__namespace__ > 0"} + // - Expression accessing a property named "x-prop": {"Expression": "object.x__dash__prop > 0"} + // - Expression accessing a property named "redact__d": {"Expression": "object.redact__underscores__d > 0"} + // + // Equality on arrays with list type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: + // - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and + // non-intersecting elements in `Y` are appended, retaining their partial order. + // - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values + // are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with + // non-intersecting keys are appended, retaining their partial order. + // Required. + string expression = 1; + + // Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is "failed Expression: {Expression}". + string message = 2; + + // messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: "object.x must be less than max ("+string(params.max)+")" + string messageExpression = 3; + + // Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client. + string reason = 4; +} + +// An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend. +message IoK8sApiApiserverinternalV1alpha1ServerStorageVersion { + // The ID of the reporting API server. + string apiServerID = 1; + + // The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions. + repeated string decodableVersions = 2; + + // The API server encodes the object to this version when persisting it in the backend (e.g., etcd). + string encodingVersion = 3; +} + +// Storage version of a specific resource. +message IoK8sApiApiserverinternalV1alpha1StorageVersion { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // The name is .. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec is an empty spec. It is here to comply with Kubernetes API style. + IoK8sApiApiserverinternalV1alpha1StorageVersionSpec spec = 4; + + // API server instances report the version they can decode and the version they encode objects to when persisting objects in the backend. + IoK8sApiApiserverinternalV1alpha1StorageVersionStatus status = 5; +} + +// Describes the state of the storageVersion at a certain point. +message IoK8sApiApiserverinternalV1alpha1StorageVersionCondition { + // Last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // A human readable message indicating details about the transition. + string message = 2; + + // If set, this represents the .metadata.generation that the condition was set based upon. + int64 observedGeneration = 3; + + // The reason for the condition's last transition. + string reason = 4; + + // Status of the condition, one of True, False, Unknown. + string status = 5; + + // Type of the condition. + string type = 6; +} + +// A list of StorageVersions. +message IoK8sApiApiserverinternalV1alpha1StorageVersionList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items holds a list of StorageVersion + repeated IoK8sApiApiserverinternalV1alpha1StorageVersion items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// StorageVersionSpec is an empty spec. +message IoK8sApiApiserverinternalV1alpha1StorageVersionSpec {} + +// API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend. +message IoK8sApiApiserverinternalV1alpha1StorageVersionStatus { + // If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality. + string commonEncodingVersion = 1; + + // The latest available observations of the storageVersion's state. + repeated IoK8sApiApiserverinternalV1alpha1StorageVersionCondition conditions = 2; + + // The reported versions per API server instance. + repeated IoK8sApiApiserverinternalV1alpha1ServerStorageVersion storageVersions = 3; +} + +// ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers. +message IoK8sApiAppsV1ControllerRevision { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Data is the serialized representation of the state. + IoK8sApimachineryPkgRuntimeRawExtension data = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 4; + + // Revision indicates the revision of the state represented by Data. + int64 revision = 5; +} + +// ControllerRevisionList is a resource containing a list of ControllerRevision objects. +message IoK8sApiAppsV1ControllerRevisionList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of ControllerRevisions + repeated IoK8sApiAppsV1ControllerRevision items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// DaemonSet represents the configuration of a daemon set. +message IoK8sApiAppsV1DaemonSet { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiAppsV1DaemonSetSpec spec = 4; + + // The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiAppsV1DaemonSetStatus status = 5; +} + +// DaemonSetCondition describes the state of a DaemonSet at a certain point. +message IoK8sApiAppsV1DaemonSetCondition { + // Last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // A human readable message indicating details about the transition. + string message = 2; + + // The reason for the condition's last transition. + string reason = 3; + + // Status of the condition, one of True, False, Unknown. + string status = 4; + + // Type of DaemonSet condition. + string type = 5; +} + +// DaemonSetList is a collection of daemon sets. +message IoK8sApiAppsV1DaemonSetList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // A list of daemon sets. + repeated IoK8sApiAppsV1DaemonSet items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// DaemonSetSpec is the specification of a daemon set. +message IoK8sApiAppsV1DaemonSetSpec { + // The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). + int32 minReadySeconds = 1; + + // The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. + int32 revisionHistoryLimit = 2; + + // A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + IoK8sApimachineryPkgApisMetaV1LabelSelector selector = 3; + + // An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template + IoK8sApiCoreV1PodTemplateSpec template = 4; + + // An update strategy to replace existing DaemonSet pods with new pods. + IoK8sApiAppsV1DaemonSetUpdateStrategy updateStrategy = 5; +} + +// DaemonSetStatus represents the current status of a daemon set. +message IoK8sApiAppsV1DaemonSetStatus { + // Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + int32 collisionCount = 1; + + // Represents the latest available observations of a DaemonSet's current state. + repeated IoK8sApiAppsV1DaemonSetCondition conditions = 2; + + // The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + int32 currentNumberScheduled = 3; + + // The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + int32 desiredNumberScheduled = 4; + + // The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) + int32 numberAvailable = 5; + + // The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ + int32 numberMisscheduled = 6; + + // numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition. + int32 numberReady = 7; + + // The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) + int32 numberUnavailable = 8; + + // The most recent generation observed by the daemon set controller. + int64 observedGeneration = 9; + + // The total number of nodes that are running updated daemon pod + int32 updatedNumberScheduled = 10; +} + +// DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. +message IoK8sApiAppsV1DaemonSetUpdateStrategy { + // Rolling update config params. Present only if type = "RollingUpdate". + IoK8sApiAppsV1RollingUpdateDaemonSet rollingUpdate = 1; + + // Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. + string type = 2; +} + +// Deployment enables declarative updates for Pods and ReplicaSets. +message IoK8sApiAppsV1Deployment { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Specification of the desired behavior of the Deployment. + IoK8sApiAppsV1DeploymentSpec spec = 4; + + // Most recently observed status of the Deployment. + IoK8sApiAppsV1DeploymentStatus status = 5; +} + +// DeploymentCondition describes the state of a deployment at a certain point. +message IoK8sApiAppsV1DeploymentCondition { + // Last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // The last time this condition was updated. + string lastUpdateTime = 2; + + // A human readable message indicating details about the transition. + string message = 3; + + // The reason for the condition's last transition. + string reason = 4; + + // Status of the condition, one of True, False, Unknown. + string status = 5; + + // Type of deployment condition. + string type = 6; +} + +// DeploymentList is a list of Deployments. +message IoK8sApiAppsV1DeploymentList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of Deployments. + repeated IoK8sApiAppsV1Deployment items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// DeploymentSpec is the specification of the desired behavior of the Deployment. +message IoK8sApiAppsV1DeploymentSpec { + // Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + int32 minReadySeconds = 1; + + // Indicates that the deployment is paused. + bool paused = 2; + + // The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s. + int32 progressDeadlineSeconds = 3; + + // Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. + int32 replicas = 4; + + // The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. + int32 revisionHistoryLimit = 5; + + // Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels. + IoK8sApimachineryPkgApisMetaV1LabelSelector selector = 6; + + // The deployment strategy to use to replace existing pods with new ones. + IoK8sApiAppsV1DeploymentStrategy strategy = 7; + + // Template describes the pods that will be created. The only allowed template.spec.restartPolicy value is "Always". + IoK8sApiCoreV1PodTemplateSpec template = 8; +} + +// DeploymentStatus is the most recently observed status of the Deployment. +message IoK8sApiAppsV1DeploymentStatus { + // Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. + int32 availableReplicas = 1; + + // Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. + int32 collisionCount = 2; + + // Represents the latest available observations of a deployment's current state. + repeated IoK8sApiAppsV1DeploymentCondition conditions = 3; + + // The generation observed by the deployment controller. + int64 observedGeneration = 4; + + // readyReplicas is the number of pods targeted by this Deployment with a Ready Condition. + int32 readyReplicas = 5; + + // Total number of non-terminated pods targeted by this deployment (their labels match the selector). + int32 replicas = 6; + + // Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. + int32 unavailableReplicas = 7; + + // Total number of non-terminated pods targeted by this deployment that have the desired template spec. + int32 updatedReplicas = 8; +} + +// DeploymentStrategy describes how to replace existing pods with new ones. +message IoK8sApiAppsV1DeploymentStrategy { + // Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate. + IoK8sApiAppsV1RollingUpdateDeployment rollingUpdate = 1; + + // Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. + string type = 2; +} + +// ReplicaSet ensures that a specified number of pod replicas are running at any given time. +message IoK8sApiAppsV1ReplicaSet { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiAppsV1ReplicaSetSpec spec = 4; + + // Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiAppsV1ReplicaSetStatus status = 5; +} + +// ReplicaSetCondition describes the state of a replica set at a certain point. +message IoK8sApiAppsV1ReplicaSetCondition { + // The last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // A human readable message indicating details about the transition. + string message = 2; + + // The reason for the condition's last transition. + string reason = 3; + + // Status of the condition, one of True, False, Unknown. + string status = 4; + + // Type of replica set condition. + string type = 5; +} + +// ReplicaSetList is a collection of ReplicaSets. +message IoK8sApiAppsV1ReplicaSetList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller + repeated IoK8sApiAppsV1ReplicaSet items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ReplicaSetSpec is the specification of a ReplicaSet. +message IoK8sApiAppsV1ReplicaSetSpec { + // Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + int32 minReadySeconds = 1; + + // Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + int32 replicas = 2; + + // Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + IoK8sApimachineryPkgApisMetaV1LabelSelector selector = 3; + + // Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template + IoK8sApiCoreV1PodTemplateSpec template = 4; +} + +// ReplicaSetStatus represents the current status of a ReplicaSet. +message IoK8sApiAppsV1ReplicaSetStatus { + // The number of available replicas (ready for at least minReadySeconds) for this replica set. + int32 availableReplicas = 1; + + // Represents the latest available observations of a replica set's current state. + repeated IoK8sApiAppsV1ReplicaSetCondition conditions = 2; + + // The number of pods that have labels matching the labels of the pod template of the replicaset. + int32 fullyLabeledReplicas = 3; + + // ObservedGeneration reflects the generation of the most recently observed ReplicaSet. + int64 observedGeneration = 4; + + // readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition. + int32 readyReplicas = 5; + + // Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller + int32 replicas = 6; +} + +// Spec to control the desired behavior of daemon set rolling update. +message IoK8sApiAppsV1RollingUpdateDaemonSet { + // The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption. + string maxSurge = 1; + + // The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update. + string maxUnavailable = 2; +} + +// Spec to control the desired behavior of rolling update. +message IoK8sApiAppsV1RollingUpdateDeployment { + // The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. + string maxSurge = 1; + + // The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + string maxUnavailable = 2; +} + +// RollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. +message IoK8sApiAppsV1RollingUpdateStatefulSetStrategy { + // The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding up. This can not be 0. Defaults to 1. This field is alpha-level and is only honored by servers that enable the MaxUnavailableStatefulSet feature. The field applies to all pods in the range 0 to Replicas-1. That means if there is any unavailable pod in the range 0 to Replicas-1, it will be counted towards MaxUnavailable. + string maxUnavailable = 1; + + // Partition indicates the ordinal at which the StatefulSet should be partitioned for updates. During a rolling update, all pods from ordinal Replicas-1 to Partition are updated. All pods from ordinal Partition-1 to 0 remain untouched. This is helpful in being able to do a canary based deployment. The default value is 0. + int32 partition = 2; +} + +// StatefulSet represents a set of pods with consistent identities. Identities are defined as: +// - Network: A single stable DNS and hostname. +// - Storage: As many VolumeClaims as requested. +// +// The StatefulSet guarantees that a given network identity will always map to the same storage identity. +message IoK8sApiAppsV1StatefulSet { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec defines the desired identities of pods in this set. + IoK8sApiAppsV1StatefulSetSpec spec = 4; + + // Status is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. + IoK8sApiAppsV1StatefulSetStatus status = 5; +} + +// StatefulSetCondition describes the state of a statefulset at a certain point. +message IoK8sApiAppsV1StatefulSetCondition { + // Last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // A human readable message indicating details about the transition. + string message = 2; + + // The reason for the condition's last transition. + string reason = 3; + + // Status of the condition, one of True, False, Unknown. + string status = 4; + + // Type of statefulset condition. + string type = 5; +} + +// StatefulSetList is a collection of StatefulSets. +message IoK8sApiAppsV1StatefulSetList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of stateful sets. + repeated IoK8sApiAppsV1StatefulSet items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// StatefulSetOrdinals describes the policy used for replica ordinal assignment in this StatefulSet. +message IoK8sApiAppsV1StatefulSetOrdinals { + // start is the number representing the first replica's index. It may be used to number replicas from an alternate index (eg: 1-indexed) over the default 0-indexed names, or to orchestrate progressive movement of replicas from one StatefulSet to another. If set, replica indices will be in the range: + // [.spec.ordinals.start, .spec.ordinals.start + .spec.replicas). + // If unset, defaults to 0. Replica indices will be in the range: + // [0, .spec.replicas). + int32 start = 1; +} + +// StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates. +message IoK8sApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy { + // WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted. + string whenDeleted = 1; + + // WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted. + string whenScaled = 2; +} + +// A StatefulSetSpec is the specification of a StatefulSet. +message IoK8sApiAppsV1StatefulSetSpec { + // Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + int32 minReadySeconds = 1; + + // ordinals controls the numbering of replica indices in a StatefulSet. The default ordinals behavior assigns a "0" index to the first replica and increments the index by one for each additional replica requested. Using the ordinals field requires the StatefulSetStartOrdinal feature gate to be enabled, which is beta. + IoK8sApiAppsV1StatefulSetOrdinals ordinals = 2; + + // persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down. This requires the StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. +optional + IoK8sApiAppsV1StatefulSetPersistentVolumeClaimRetentionPolicy persistentVolumeClaimRetentionPolicy = 3; + + // podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once. + string podManagementPolicy = 4; + + // replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1. + int32 replicas = 5; + + // revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10. + int32 revisionHistoryLimit = 6; + + // selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + IoK8sApimachineryPkgApisMetaV1LabelSelector selector = 7; + + // serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where "pod-specific-string" is managed by the StatefulSet controller. + string serviceName = 8; + + // template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet. Each pod will be named with the format -. For example, a pod in a StatefulSet named "web" with index number "3" would be named "web-3". The only allowed template.spec.restartPolicy value is "Always". + IoK8sApiCoreV1PodTemplateSpec template = 9; + + // updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template. + IoK8sApiAppsV1StatefulSetUpdateStrategy updateStrategy = 10; + + // volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name. + repeated IoK8sApiCoreV1PersistentVolumeClaim volumeClaimTemplates = 11; +} + +// StatefulSetStatus represents the current state of a StatefulSet. +message IoK8sApiAppsV1StatefulSetStatus { + // Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. + int32 availableReplicas = 1; + + // collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. + int32 collisionCount = 2; + + // Represents the latest available observations of a statefulset's current state. + repeated IoK8sApiAppsV1StatefulSetCondition conditions = 3; + + // currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision. + int32 currentReplicas = 4; + + // currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas). + string currentRevision = 5; + + // observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server. + int64 observedGeneration = 6; + + // readyReplicas is the number of pods created for this StatefulSet with a Ready Condition. + int32 readyReplicas = 7; + + // replicas is the number of Pods created by the StatefulSet controller. + int32 replicas = 8; + + // updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas) + string updateRevision = 9; + + // updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision. + int32 updatedReplicas = 10; +} + +// StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy. +message IoK8sApiAppsV1StatefulSetUpdateStrategy { + // RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. + IoK8sApiAppsV1RollingUpdateStatefulSetStrategy rollingUpdate = 1; + + // Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. + string type = 2; +} + +// BoundObjectReference is a reference to an object that a token is bound to. +message IoK8sApiAuthenticationV1BoundObjectReference { + // API version of the referent. + string apiVersion = 1; + + // Kind of the referent. Valid kinds are 'Pod' and 'Secret'. + string kind = 2; + + // Name of the referent. + string name = 3; + + // UID of the referent. + string uid = 4; +} + +// SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase. +message IoK8sApiAuthenticationV1SelfSubjectReview { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Status is filled in by the server with the user attributes. + IoK8sApiAuthenticationV1SelfSubjectReviewStatus status = 4; +} + +// SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user. +message IoK8sApiAuthenticationV1SelfSubjectReviewStatus { + // User attributes of the user making this request. + IoK8sApiAuthenticationV1UserInfo userInfo = 1; +} + +// TokenRequest requests a token for a given service account. +message IoK8sApiAuthenticationV1TokenRequest { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec holds information about the request being evaluated + IoK8sApiAuthenticationV1TokenRequestSpec spec = 4; + + // Status is filled in by the server and indicates whether the token can be authenticated. + IoK8sApiAuthenticationV1TokenRequestStatus status = 5; +} + +// TokenRequestSpec contains client provided parameters of a token request. +message IoK8sApiAuthenticationV1TokenRequestSpec { + // Audiences are the intendend audiences of the token. A recipient of a token must identify themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences. + repeated string audiences = 1; + + // BoundObjectRef is a reference to an object that the token will be bound to. The token will only be valid for as long as the bound object exists. NOTE: The API server's TokenReview endpoint will validate the BoundObjectRef, but other audiences may not. Keep ExpirationSeconds small if you want prompt revocation. + IoK8sApiAuthenticationV1BoundObjectReference boundObjectRef = 2; + + // ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response. + int64 expirationSeconds = 3; +} + +// TokenRequestStatus is the result of a token request. +message IoK8sApiAuthenticationV1TokenRequestStatus { + // ExpirationTimestamp is the time of expiration of the returned token. + string expirationTimestamp = 1; + + // Token is the opaque bearer token. + string token = 2; +} + +// TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver. +message IoK8sApiAuthenticationV1TokenReview { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec holds information about the request being evaluated + IoK8sApiAuthenticationV1TokenReviewSpec spec = 4; + + // Status is filled in by the server and indicates whether the request can be authenticated. + IoK8sApiAuthenticationV1TokenReviewStatus status = 5; +} + +// TokenReviewSpec is a description of the token authentication request. +message IoK8sApiAuthenticationV1TokenReviewSpec { + // Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. + repeated string audiences = 1; + + // Token is the opaque bearer token. + string token = 2; +} + +// TokenReviewStatus is the result of the token authentication request. +message IoK8sApiAuthenticationV1TokenReviewStatus { + // Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is "true", the token is valid against the audience of the Kubernetes API server. + repeated string audiences = 1; + + // Authenticated indicates that the token was associated with a known user. + bool authenticated = 2; + + // Error indicates that the token couldn't be checked + string error = 3; + + // User is the UserInfo associated with the provided token. + IoK8sApiAuthenticationV1UserInfo user = 4; +} + +// UserInfo holds the information about the user needed to implement the user.Info interface. +message IoK8sApiAuthenticationV1UserInfo { + // Any additional information provided by the authenticator. + map extra = 1; + + // The names of groups this user is a part of. + repeated string groups = 2; + + // A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. + string uid = 3; + + // The name that uniquely identifies this user among all active users. + string username = 4; +} + +// SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase. +message IoK8sApiAuthenticationV1alpha1SelfSubjectReview { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Status is filled in by the server with the user attributes. + IoK8sApiAuthenticationV1alpha1SelfSubjectReviewStatus status = 4; +} + +// SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user. +message IoK8sApiAuthenticationV1alpha1SelfSubjectReviewStatus { + // User attributes of the user making this request. + IoK8sApiAuthenticationV1UserInfo userInfo = 1; +} + +// SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase. +message IoK8sApiAuthenticationV1beta1SelfSubjectReview { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Status is filled in by the server with the user attributes. + IoK8sApiAuthenticationV1beta1SelfSubjectReviewStatus status = 4; +} + +// SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user. +message IoK8sApiAuthenticationV1beta1SelfSubjectReviewStatus { + // User attributes of the user making this request. + IoK8sApiAuthenticationV1UserInfo userInfo = 1; +} + +// LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking. +message IoK8sApiAuthorizationV1LocalSubjectAccessReview { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted. + IoK8sApiAuthorizationV1SubjectAccessReviewSpec spec = 4; + + // Status is filled in by the server and indicates whether the request is allowed or not + IoK8sApiAuthorizationV1SubjectAccessReviewStatus status = 5; +} + +// NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface +message IoK8sApiAuthorizationV1NonResourceAttributes { + // Path is the URL path of the request + string path = 1; + + // Verb is the standard HTTP verb + string verb = 2; +} + +// NonResourceRule holds information that describes a rule for the non-resource +message IoK8sApiAuthorizationV1NonResourceRule { + // NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. + repeated string nonResourceURLs = 1; + + // Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all. + repeated string verbs = 2; +} + +// ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface +message IoK8sApiAuthorizationV1ResourceAttributes { + // Group is the API Group of the Resource. "*" means all. + string group = 1; + + // Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. + string name = 2; + + // Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview + string namespace = 3; + + // Resource is one of the existing resource types. "*" means all. + string resource = 4; + + // Subresource is one of the existing resource types. "" means none. + string subresource = 5; + + // Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all. + string verb = 6; + + // Version is the API Version of the Resource. "*" means all. + string version = 7; +} + +// ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. +message IoK8sApiAuthorizationV1ResourceRule { + // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all. + repeated string apiGroups = 1; + + // ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all. + repeated string resourceNames = 2; + + // Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups. + // "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups. + repeated string resources = 3; + + // Verb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all. + repeated string verbs = 4; +} + +// SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action +message IoK8sApiAuthorizationV1SelfSubjectAccessReview { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec holds information about the request being evaluated. user and groups must be empty + IoK8sApiAuthorizationV1SelfSubjectAccessReviewSpec spec = 4; + + // Status is filled in by the server and indicates whether the request is allowed or not + IoK8sApiAuthorizationV1SubjectAccessReviewStatus status = 5; +} + +// SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +message IoK8sApiAuthorizationV1SelfSubjectAccessReviewSpec { + // NonResourceAttributes describes information for a non-resource access request + IoK8sApiAuthorizationV1NonResourceAttributes nonResourceAttributes = 1; + + // ResourceAuthorizationAttributes describes information for a resource access request + IoK8sApiAuthorizationV1ResourceAttributes resourceAttributes = 2; +} + +// SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server. +message IoK8sApiAuthorizationV1SelfSubjectRulesReview { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec holds information about the request being evaluated. + IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec spec = 4; + + // Status is filled in by the server and indicates the set of actions a user can perform. + IoK8sApiAuthorizationV1SubjectRulesReviewStatus status = 5; +} + +// SelfSubjectRulesReviewSpec defines the specification for SelfSubjectRulesReview. +message IoK8sApiAuthorizationV1SelfSubjectRulesReviewSpec { + // Namespace to evaluate rules for. Required. + string namespace = 1; +} + +// SubjectAccessReview checks whether or not a user or group can perform an action. +message IoK8sApiAuthorizationV1SubjectAccessReview { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec holds information about the request being evaluated + IoK8sApiAuthorizationV1SubjectAccessReviewSpec spec = 4; + + // Status is filled in by the server and indicates whether the request is allowed or not + IoK8sApiAuthorizationV1SubjectAccessReviewStatus status = 5; +} + +// SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +message IoK8sApiAuthorizationV1SubjectAccessReviewSpec { + // Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here. + map extra = 1; + + // Groups is the groups you're testing for. + repeated string groups = 2; + + // NonResourceAttributes describes information for a non-resource access request + IoK8sApiAuthorizationV1NonResourceAttributes nonResourceAttributes = 3; + + // ResourceAuthorizationAttributes describes information for a resource access request + IoK8sApiAuthorizationV1ResourceAttributes resourceAttributes = 4; + + // UID information about the requesting user. + string uid = 5; + + // User is the user you're testing for. If you specify "User" but not "Groups", then is it interpreted as "What if User were not a member of any groups + string user = 6; +} + +// SubjectAccessReviewStatus +message IoK8sApiAuthorizationV1SubjectAccessReviewStatus { + // Allowed is required. True if the action would be allowed, false otherwise. + bool allowed = 1; + + // Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true. + bool denied = 2; + + // EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. + string evaluationError = 3; + + // Reason is optional. It indicates why a request was allowed or denied. + string reason = 4; +} + +// SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete. +message IoK8sApiAuthorizationV1SubjectRulesReviewStatus { + // EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete. + string evaluationError = 1; + + // Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation. + bool incomplete = 2; + + // NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. + repeated IoK8sApiAuthorizationV1NonResourceRule nonResourceRules = 3; + + // ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. + repeated IoK8sApiAuthorizationV1ResourceRule resourceRules = 4; +} + +// CrossVersionObjectReference contains enough information to let you identify the referred resource. +message IoK8sApiAutoscalingV1CrossVersionObjectReference { + // apiVersion is the API version of the referent + string apiVersion = 1; + + // kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 3; +} + +// configuration of a horizontal pod autoscaler. +message IoK8sApiAutoscalingV1HorizontalPodAutoscaler { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec defines the behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. + IoK8sApiAutoscalingV1HorizontalPodAutoscalerSpec spec = 4; + + // status is the current information about the autoscaler. + IoK8sApiAutoscalingV1HorizontalPodAutoscalerStatus status = 5; +} + +// list of horizontal pod autoscaler objects. +message IoK8sApiAutoscalingV1HorizontalPodAutoscalerList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of horizontal pod autoscaler objects. + repeated IoK8sApiAutoscalingV1HorizontalPodAutoscaler items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// specification of a horizontal pod autoscaler. +message IoK8sApiAutoscalingV1HorizontalPodAutoscalerSpec { + // maxReplicas is the upper limit for the number of pods that can be set by the autoscaler; cannot be smaller than MinReplicas. + int32 maxReplicas = 1; + + // minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. + int32 minReplicas = 2; + + // reference to scaled resource; horizontal pod autoscaler will learn the current resource consumption and will set the desired number of pods by using its Scale subresource. + IoK8sApiAutoscalingV1CrossVersionObjectReference scaleTargetRef = 3; + + // targetCPUUtilizationPercentage is the target average CPU utilization (represented as a percentage of requested CPU) over all the pods; if not specified the default autoscaling policy will be used. + int32 targetCPUUtilizationPercentage = 4; +} + +// current status of a horizontal pod autoscaler +message IoK8sApiAutoscalingV1HorizontalPodAutoscalerStatus { + // currentCPUUtilizationPercentage is the current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU. + int32 currentCPUUtilizationPercentage = 1; + + // currentReplicas is the current number of replicas of pods managed by this autoscaler. + int32 currentReplicas = 2; + + // desiredReplicas is the desired number of replicas of pods managed by this autoscaler. + int32 desiredReplicas = 3; + + // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed. + string lastScaleTime = 4; + + // observedGeneration is the most recent generation observed by this autoscaler. + int64 observedGeneration = 5; +} + +// Scale represents a scaling request for a resource. +message IoK8sApiAutoscalingV1Scale { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. + IoK8sApiAutoscalingV1ScaleSpec spec = 4; + + // status is the current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only. + IoK8sApiAutoscalingV1ScaleStatus status = 5; +} + +// ScaleSpec describes the attributes of a scale subresource. +message IoK8sApiAutoscalingV1ScaleSpec { + // replicas is the desired number of instances for the scaled object. + int32 replicas = 1; +} + +// ScaleStatus represents the current status of a scale subresource. +message IoK8sApiAutoscalingV1ScaleStatus { + // replicas is the actual number of observed instances of the scaled object. + int32 replicas = 1; + + // selector is the label query over pods that should match the replicas count. This is same as the label selector but in the string format to avoid introspection by clients. The string will be in the same format as the query-param syntax. More info about label selectors: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ + string selector = 2; +} + +// ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set. +message IoK8sApiAutoscalingV2ContainerResourceMetricSource { + // container is the name of the container in the pods of the scaling target + string container = 1; + + // name is the name of the resource in question. + string name = 2; + + // target specifies the target value for the given metric + IoK8sApiAutoscalingV2MetricTarget target = 3; +} + +// ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +message IoK8sApiAutoscalingV2ContainerResourceMetricStatus { + // container is the name of the container in the pods of the scaling target + string container = 1; + + // current contains the current value for the given metric + IoK8sApiAutoscalingV2MetricValueStatus current = 2; + + // name is the name of the resource in question. + string name = 3; +} + +// CrossVersionObjectReference contains enough information to let you identify the referred resource. +message IoK8sApiAutoscalingV2CrossVersionObjectReference { + // apiVersion is the API version of the referent + string apiVersion = 1; + + // kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 3; +} + +// ExternalMetricSource indicates how to scale on a metric not associated with any Kubernetes object (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). +message IoK8sApiAutoscalingV2ExternalMetricSource { + // metric identifies the target metric by name and selector + IoK8sApiAutoscalingV2MetricIdentifier metric = 1; + + // target specifies the target value for the given metric + IoK8sApiAutoscalingV2MetricTarget target = 2; +} + +// ExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object. +message IoK8sApiAutoscalingV2ExternalMetricStatus { + // current contains the current value for the given metric + IoK8sApiAutoscalingV2MetricValueStatus current = 1; + + // metric identifies the target metric by name and selector + IoK8sApiAutoscalingV2MetricIdentifier metric = 2; +} + +// HPAScalingPolicy is a single policy which must hold true for a specified past interval. +message IoK8sApiAutoscalingV2HPAScalingPolicy { + // periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min). + int32 periodSeconds = 1; + + // type is used to specify the scaling policy. + string type = 2; + + // value contains the amount of change which is permitted by the policy. It must be greater than zero + int32 value = 3; +} + +// HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen. +message IoK8sApiAutoscalingV2HPAScalingRules { + // policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid + repeated IoK8sApiAutoscalingV2HPAScalingPolicy policies = 1; + + // selectPolicy is used to specify which policy should be used. If not set, the default value Max is used. + string selectPolicy = 2; + + // stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long). + int32 stabilizationWindowSeconds = 3; +} + +// HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. +message IoK8sApiAutoscalingV2HorizontalPodAutoscaler { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. + IoK8sApiAutoscalingV2HorizontalPodAutoscalerSpec spec = 4; + + // status is the current information about the autoscaler. + IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus status = 5; +} + +// HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). +message IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior { + // scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used). + IoK8sApiAutoscalingV2HPAScalingRules scaleDown = 1; + + // scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of: + // * increase no more than 4 pods per 60 seconds + // * double the number of pods per 60 seconds + // No stabilization is used. + IoK8sApiAutoscalingV2HPAScalingRules scaleUp = 2; +} + +// HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point. +message IoK8sApiAutoscalingV2HorizontalPodAutoscalerCondition { + // lastTransitionTime is the last time the condition transitioned from one status to another + string lastTransitionTime = 1; + + // message is a human-readable explanation containing details about the transition + string message = 2; + + // reason is the reason for the condition's last transition. + string reason = 3; + + // status is the status of the condition (True, False, Unknown) + string status = 4; + + // type describes the current condition + string type = 5; +} + +// HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects. +message IoK8sApiAutoscalingV2HorizontalPodAutoscalerList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of horizontal pod autoscaler objects. + repeated IoK8sApiAutoscalingV2HorizontalPodAutoscaler items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // metadata is the standard list metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler. +message IoK8sApiAutoscalingV2HorizontalPodAutoscalerSpec { + // behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used. + IoK8sApiAutoscalingV2HorizontalPodAutoscalerBehavior behavior = 1; + + // maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas. + int32 maxReplicas = 2; + + // metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization. + repeated IoK8sApiAutoscalingV2MetricSpec metrics = 3; + + // minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. + int32 minReplicas = 4; + + // scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count. + IoK8sApiAutoscalingV2CrossVersionObjectReference scaleTargetRef = 5; +} + +// HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler. +message IoK8sApiAutoscalingV2HorizontalPodAutoscalerStatus { + // conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met. + repeated IoK8sApiAutoscalingV2HorizontalPodAutoscalerCondition conditions = 1; + + // currentMetrics is the last read state of the metrics used by this autoscaler. + repeated IoK8sApiAutoscalingV2MetricStatus currentMetrics = 2; + + // currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler. + int32 currentReplicas = 3; + + // desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler. + int32 desiredReplicas = 4; + + // lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed. + string lastScaleTime = 5; + + // observedGeneration is the most recent generation observed by this autoscaler. + int64 observedGeneration = 6; +} + +// MetricIdentifier defines the name and optionally selector for a metric +message IoK8sApiAutoscalingV2MetricIdentifier { + // name is the name of the given metric + string name = 1; + + // selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. + IoK8sApimachineryPkgApisMetaV1LabelSelector selector = 2; +} + +// MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once). +message IoK8sApiAutoscalingV2MetricSpec { + // containerResource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag. + IoK8sApiAutoscalingV2ContainerResourceMetricSource containerResource = 1; + + // external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). + IoK8sApiAutoscalingV2ExternalMetricSource external = 2; + + // object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). + IoK8sApiAutoscalingV2ObjectMetricSource object = 3; + + // pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. + IoK8sApiAutoscalingV2PodsMetricSource pods = 4; + + // resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + IoK8sApiAutoscalingV2ResourceMetricSource resource = 5; + + // type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled + string type = 6; +} + +// MetricStatus describes the last-read state of a single metric. +message IoK8sApiAutoscalingV2MetricStatus { + // container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + IoK8sApiAutoscalingV2ContainerResourceMetricStatus containerResource = 1; + + // external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). + IoK8sApiAutoscalingV2ExternalMetricStatus external = 2; + + // object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). + IoK8sApiAutoscalingV2ObjectMetricStatus object = 3; + + // pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. + IoK8sApiAutoscalingV2PodsMetricStatus pods = 4; + + // resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + IoK8sApiAutoscalingV2ResourceMetricStatus resource = 5; + + // type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled + string type = 6; +} + +// MetricTarget defines the target value, average value, or average utilization of a specific metric +message IoK8sApiAutoscalingV2MetricTarget { + // averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type + int32 averageUtilization = 1; + + // averageValue is the target value of the average of the metric across all relevant pods (as a quantity) + string averageValue = 2; + + // type represents whether the metric type is Utilization, Value, or AverageValue + string type = 3; + + // value is the target value of the metric (as a quantity). + string value = 4; +} + +// MetricValueStatus holds the current value for a metric +message IoK8sApiAutoscalingV2MetricValueStatus { + // currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. + int32 averageUtilization = 1; + + // averageValue is the current value of the average of the metric across all relevant pods (as a quantity) + string averageValue = 2; + + // value is the current value of the metric (as a quantity). + string value = 3; +} + +// ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +message IoK8sApiAutoscalingV2ObjectMetricSource { + // describedObject specifies the descriptions of a object,such as kind,name apiVersion + IoK8sApiAutoscalingV2CrossVersionObjectReference describedObject = 1; + + // metric identifies the target metric by name and selector + IoK8sApiAutoscalingV2MetricIdentifier metric = 2; + + // target specifies the target value for the given metric + IoK8sApiAutoscalingV2MetricTarget target = 3; +} + +// ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object). +message IoK8sApiAutoscalingV2ObjectMetricStatus { + // current contains the current value for the given metric + IoK8sApiAutoscalingV2MetricValueStatus current = 1; + + // DescribedObject specifies the descriptions of a object,such as kind,name apiVersion + IoK8sApiAutoscalingV2CrossVersionObjectReference describedObject = 2; + + // metric identifies the target metric by name and selector + IoK8sApiAutoscalingV2MetricIdentifier metric = 3; +} + +// PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +message IoK8sApiAutoscalingV2PodsMetricSource { + // metric identifies the target metric by name and selector + IoK8sApiAutoscalingV2MetricIdentifier metric = 1; + + // target specifies the target value for the given metric + IoK8sApiAutoscalingV2MetricTarget target = 2; +} + +// PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second). +message IoK8sApiAutoscalingV2PodsMetricStatus { + // current contains the current value for the given metric + IoK8sApiAutoscalingV2MetricValueStatus current = 1; + + // metric identifies the target metric by name and selector + IoK8sApiAutoscalingV2MetricIdentifier metric = 2; +} + +// ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set. +message IoK8sApiAutoscalingV2ResourceMetricSource { + // name is the name of the resource in question. + string name = 1; + + // target specifies the target value for the given metric + IoK8sApiAutoscalingV2MetricTarget target = 2; +} + +// ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. +message IoK8sApiAutoscalingV2ResourceMetricStatus { + // current contains the current value for the given metric + IoK8sApiAutoscalingV2MetricValueStatus current = 1; + + // name is the name of the resource in question. + string name = 2; +} + +// CronJob represents the configuration of a single cron job. +message IoK8sApiBatchV1CronJob { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiBatchV1CronJobSpec spec = 4; + + // Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiBatchV1CronJobStatus status = 5; +} + +// CronJobList is a collection of cron jobs. +message IoK8sApiBatchV1CronJobList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of CronJobs. + repeated IoK8sApiBatchV1CronJob items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// CronJobSpec describes how the job execution will look like and when it will actually run. +message IoK8sApiBatchV1CronJobSpec { + // Specifies how to treat concurrent executions of a Job. Valid values are: + // + // - "Allow" (default): allows CronJobs to run concurrently; - "Forbid": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one + string concurrencyPolicy = 1; + + // The number of failed finished jobs to retain. Value must be non-negative integer. Defaults to 1. + int32 failedJobsHistoryLimit = 2; + + // Specifies the job that will be created when executing a CronJob. + IoK8sApiBatchV1JobTemplateSpec jobTemplate = 3; + + // The schedule in Cron format, see https://en.wikipedia.org/wiki/Cron. + string schedule = 4; + + // Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones. + int64 startingDeadlineSeconds = 5; + + // The number of successful finished jobs to retain. Value must be non-negative integer. Defaults to 3. + int32 successfulJobsHistoryLimit = 6; + + // This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false. + bool suspend = 7; + + // The time zone name for the given schedule, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones. If not specified, this will default to the time zone of the kube-controller-manager process. The set of valid time zone names and the time zone offset is loaded from the system-wide time zone database by the API server during CronJob validation and the controller manager during execution. If no system-wide time zone database can be found a bundled version of the database is used instead. If the time zone name becomes invalid during the lifetime of a CronJob or due to a change in host configuration, the controller will stop creating new new Jobs and will create a system event with the reason UnknownTimeZone. More information can be found in https://kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/#time-zones + string timeZone = 8; +} + +// CronJobStatus represents the current state of a cron job. +message IoK8sApiBatchV1CronJobStatus { + // A list of pointers to currently running jobs. + repeated IoK8sApiCoreV1ObjectReference active = 1; + + // Information when was the last time the job was successfully scheduled. + string lastScheduleTime = 2; + + // Information when was the last time the job successfully completed. + string lastSuccessfulTime = 3; +} + +// Job represents the configuration of a single job. +message IoK8sApiBatchV1Job { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Specification of the desired behavior of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiBatchV1JobSpec spec = 4; + + // Current status of a job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiBatchV1JobStatus status = 5; +} + +// JobCondition describes current state of a job. +message IoK8sApiBatchV1JobCondition { + // Last time the condition was checked. + string lastProbeTime = 1; + + // Last time the condition transit from one status to another. + string lastTransitionTime = 2; + + // Human readable message indicating details about last transition. + string message = 3; + + // (brief) reason for the condition's last transition. + string reason = 4; + + // Status of the condition, one of True, False, Unknown. + string status = 5; + + // Type of job condition, Complete or Failed. + string type = 6; +} + +// JobList is a collection of jobs. +message IoK8sApiBatchV1JobList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of Jobs. + repeated IoK8sApiBatchV1Job items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// JobSpec describes how the job execution will look like. +message IoK8sApiBatchV1JobSpec { + // Specifies the duration in seconds relative to the startTime that the job may be continuously active before the system tries to terminate it; value must be positive integer. If a Job is suspended (at creation or through an update), this timer will effectively be stopped and reset when the Job is resumed again. + int64 activeDeadlineSeconds = 1; + + // Specifies the number of retries before marking this job failed. Defaults to 6 + int32 backoffLimit = 2; + + // completionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`. + // + // `NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other. + // + // `Indexed` means that the Pods of a Job get an associated completion index from 0 to (.spec.completions - 1), available in the annotation batch.kubernetes.io/job-completion-index. The Job is considered complete when there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. In addition, The Pod name takes the form `$(job-name)-$(index)-$(random-string)`, the Pod hostname takes the form `$(job-name)-$(index)`. + // + // More completion modes can be added in the future. If the Job controller observes a mode that it doesn't recognize, which is possible during upgrades due to version skew, the controller skips updates for the Job. + string completionMode = 3; + + // Specifies the desired number of successfully finished pods the job should be run with. Setting to null means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + int32 completions = 4; + + // manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector + bool manualSelector = 5; + + // Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + int32 parallelism = 6; + + // Specifies the policy of handling failed pods. In particular, it allows to specify the set of actions and conditions which need to be satisfied to take the associated action. If empty, the default behaviour applies - the counter of failed pods, represented by the jobs's .status.failed field, is incremented and it is checked against the backoffLimit. This field cannot be used in combination with restartPolicy=OnFailure. + // + // This field is beta-level. It can be used when the `JobPodFailurePolicy` feature gate is enabled (enabled by default). + IoK8sApiBatchV1PodFailurePolicy podFailurePolicy = 7; + + // A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + IoK8sApimachineryPkgApisMetaV1LabelSelector selector = 8; + + // suspend specifies whether the Job controller should create Pods or not. If a Job is created with suspend set to true, no Pods are created by the Job controller. If a Job is suspended after creation (i.e. the flag goes from false to true), the Job controller will delete all active Pods associated with this Job. Users must design their workload to gracefully handle this. Suspending a Job will reset the StartTime field of the Job, effectively resetting the ActiveDeadlineSeconds timer too. Defaults to false. + bool suspend = 9; + + // Describes the pod that will be created when executing a job. The only allowed template.spec.restartPolicy values are "Never" or "OnFailure". More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + IoK8sApiCoreV1PodTemplateSpec template = 10; + + // ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won't be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes. + int32 ttlSecondsAfterFinished = 11; +} + +// JobStatus represents the current state of a Job. +message IoK8sApiBatchV1JobStatus { + // The number of pending and running pods. + int32 active = 1; + + // completedIndexes holds the completed indexes when .spec.completionMode = "Indexed" in a text format. The indexes are represented as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as "1,3-5,7". + string completedIndexes = 2; + + // Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. The completion time is only set when the job finishes successfully. + string completionTime = 3; + + // The latest available observations of an object's current state. When a Job fails, one of the conditions will have type "Failed" and status true. When a Job is suspended, one of the conditions will have type "Suspended" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type "Complete" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + repeated IoK8sApiBatchV1JobCondition conditions = 4; + + // The number of pods which reached phase Failed. + int32 failed = 5; + + // The number of pods which have a Ready condition. + // + // This field is beta-level. The job controller populates the field when the feature gate JobReadyPods is enabled (enabled by default). + int32 ready = 6; + + // Represents time when the job controller started processing a job. When a Job is created in the suspended state, this field is not set until the first time it is resumed. This field is reset every time a Job is resumed from suspension. It is represented in RFC3339 form and is in UTC. + string startTime = 7; + + // The number of pods which reached phase Succeeded. + int32 succeeded = 8; + + // uncountedTerminatedPods holds the UIDs of Pods that have terminated but the job controller hasn't yet accounted for in the status counters. + // + // The job controller creates pods with a finalizer. When a pod terminates (succeeded or failed), the controller does three steps to account for it in the job status: + // + // 1. Add the pod UID to the arrays in this field. 2. Remove the pod finalizer. 3. Remove the pod UID from the arrays while increasing the corresponding + // counter. + // + // Old jobs might not be tracked using this field, in which case the field remains null. + IoK8sApiBatchV1UncountedTerminatedPods uncountedTerminatedPods = 9; +} + +// JobTemplateSpec describes the data a Job should have when created from a template +message IoK8sApiBatchV1JobTemplateSpec { + // Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 1; + + // Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiBatchV1JobSpec spec = 2; +} + +// PodFailurePolicy describes how failed pods influence the backoffLimit. +message IoK8sApiBatchV1PodFailurePolicy { + // A list of pod failure policy rules. The rules are evaluated in order. Once a rule matches a Pod failure, the remaining of the rules are ignored. When no rule matches the Pod failure, the default handling applies - the counter of pod failures is incremented and it is checked against the backoffLimit. At most 20 elements are allowed. + repeated IoK8sApiBatchV1PodFailurePolicyRule rules = 1; +} + +// PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes. In particular, it lookups the .state.terminated.exitCode for each app container and init container status, represented by the .status.containerStatuses and .status.initContainerStatuses fields in the Pod status, respectively. Containers completed with success (exit code 0) are excluded from the requirement check. +message IoK8sApiBatchV1PodFailurePolicyOnExitCodesRequirement { + // Restricts the check for exit codes to the container with the specified name. When null, the rule applies to all containers. When specified, it should match one the container or initContainer names in the pod template. + string containerName = 1; + + // Represents the relationship between the container exit code(s) and the specified values. Containers completed with success (exit code 0) are excluded from the requirement check. Possible values are: + // + // - In: the requirement is satisfied if at least one container exit code + // (might be multiple if there are multiple containers not restricted + // by the 'containerName' field) is in the set of specified values. + // - NotIn: the requirement is satisfied if at least one container exit code + // (might be multiple if there are multiple containers not restricted + // by the 'containerName' field) is not in the set of specified values. + // Additional values are considered to be added in the future. Clients should react to an unknown operator by assuming the requirement is not satisfied. + string operator = 2; + + // Specifies the set of values. Each returned container exit code (might be multiple in case of multiple containers) is checked against this set of values with respect to the operator. The list of values must be ordered and must not contain duplicates. Value '0' cannot be used for the In operator. At least one element is required. At most 255 elements are allowed. + repeated int32 values = 3; +} + +// PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type. +message IoK8sApiBatchV1PodFailurePolicyOnPodConditionsPattern { + // Specifies the required Pod condition status. To match a pod condition it is required that the specified status equals the pod condition status. Defaults to True. + string status = 1; + + // Specifies the required Pod condition type. To match a pod condition it is required that specified type equals the pod condition type. + string type = 2; +} + +// PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule. +message IoK8sApiBatchV1PodFailurePolicyRule { + // Specifies the action taken on a pod failure when the requirements are satisfied. Possible values are: + // + // - FailJob: indicates that the pod's job is marked as Failed and all + // running pods are terminated. + // - Ignore: indicates that the counter towards the .backoffLimit is not + // incremented and a replacement pod is created. + // - Count: indicates that the pod is handled in the default way - the + // counter towards the .backoffLimit is incremented. + // Additional values are considered to be added in the future. Clients should react to an unknown action by skipping the rule. + string action = 1; + + // Represents the requirement on the container exit codes. + IoK8sApiBatchV1PodFailurePolicyOnExitCodesRequirement onExitCodes = 2; + + // Represents the requirement on the pod conditions. The requirement is represented as a list of pod condition patterns. The requirement is satisfied if at least one pattern matches an actual pod condition. At most 20 elements are allowed. + repeated IoK8sApiBatchV1PodFailurePolicyOnPodConditionsPattern onPodConditions = 3; +} + +// UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters. +message IoK8sApiBatchV1UncountedTerminatedPods { + // failed holds UIDs of failed Pods. + repeated string failed = 1; + + // succeeded holds UIDs of succeeded Pods. + repeated string succeeded = 2; +} + +// CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued. +// +// Kubelets use this API to obtain: +// 1. client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client-kubelet" signerName). +// 2. serving certificates for TLS endpoints kube-apiserver can connect to securely (with the "kubernetes.io/kubelet-serving" signerName). +// +// This API can be used to request client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client" signerName), or to obtain certificates from custom non-Kubernetes signers. +message IoK8sApiCertificatesV1CertificateSigningRequest { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec contains the certificate request, and is immutable after creation. Only the request, signerName, expirationSeconds, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users. + IoK8sApiCertificatesV1CertificateSigningRequestSpec spec = 4; + + // status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure. + IoK8sApiCertificatesV1CertificateSigningRequestStatus status = 5; +} + +// CertificateSigningRequestCondition describes a condition of a CertificateSigningRequest object +message IoK8sApiCertificatesV1CertificateSigningRequestCondition { + // lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time. + string lastTransitionTime = 1; + + // lastUpdateTime is the time of the last update to this condition + string lastUpdateTime = 2; + + // message contains a human readable message with details about the request state + string message = 3; + + // reason indicates a brief reason for the request state + string reason = 4; + + // status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". + string status = 5; + + // type of the condition. Known conditions are "Approved", "Denied", and "Failed". + // + // An "Approved" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer. + // + // A "Denied" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer. + // + // A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate. + // + // Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added. + // + // Only one condition of a given type is allowed. + string type = 6; +} + +// CertificateSigningRequestList is a collection of CertificateSigningRequest objects +message IoK8sApiCertificatesV1CertificateSigningRequestList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is a collection of CertificateSigningRequest objects + repeated IoK8sApiCertificatesV1CertificateSigningRequest items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// CertificateSigningRequestSpec contains the certificate request. +message IoK8sApiCertificatesV1CertificateSigningRequestSpec { + // expirationSeconds is the requested duration of validity of the issued certificate. The certificate signer may issue a certificate with a different validity duration so a client must check the delta between the notBefore and and notAfter fields in the issued certificate to determine the actual duration. + // + // The v1.22+ in-tree implementations of the well-known Kubernetes signers will honor this field as long as the requested duration is not greater than the maximum duration they will honor per the --cluster-signing-duration CLI flag to the Kubernetes controller manager. + // + // Certificate signers may not honor this field for various reasons: + // + // 1. Old signer that is unaware of the field (such as the in-tree + // implementations prior to v1.22) + // 2. Signer whose configured maximum is shorter than the requested duration + // 3. Signer whose configured minimum is longer than the requested duration + // + // The minimum valid value for expirationSeconds is 600, i.e. 10 minutes. + int32 expirationSeconds = 1; + + // extra contains extra attributes of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. + map extra = 2; + + // groups contains group membership of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. + repeated string groups = 3; + + // request contains an x509 certificate signing request encoded in a "CERTIFICATE REQUEST" PEM block. When serialized as JSON or YAML, the data is additionally base64-encoded. + bytes request = 4; + + // signerName indicates the requested signer, and is a qualified name. + // + // List/watch requests for CertificateSigningRequests can filter on this field using a "spec.signerName=NAME" fieldSelector. + // + // Well-known Kubernetes signers are: + // 1. "kubernetes.io/kube-apiserver-client": issues client certificates that can be used to authenticate to kube-apiserver. + // Requests for this signer are never auto-approved by kube-controller-manager, can be issued by the "csrsigning" controller in kube-controller-manager. + // 2. "kubernetes.io/kube-apiserver-client-kubelet": issues client certificates that kubelets use to authenticate to kube-apiserver. + // Requests for this signer can be auto-approved by the "csrapproving" controller in kube-controller-manager, and can be issued by the "csrsigning" controller in kube-controller-manager. + // 3. "kubernetes.io/kubelet-serving" issues serving certificates that kubelets use to serve TLS endpoints, which kube-apiserver can connect to securely. + // Requests for this signer are never auto-approved by kube-controller-manager, and can be issued by the "csrsigning" controller in kube-controller-manager. + // + // More details are available at https://k8s.io/docs/reference/access-authn-authz/certificate-signing-requests/#kubernetes-signers + // + // Custom signerNames can also be specified. The signer defines: + // 1. Trust distribution: how trust (CA bundles) are distributed. + // 2. Permitted subjects: and behavior when a disallowed subject is requested. + // 3. Required, permitted, or forbidden x509 extensions in the request (including whether subjectAltNames are allowed, which types, restrictions on allowed values) and behavior when a disallowed extension is requested. + // 4. Required, permitted, or forbidden key usages / extended key usages. + // 5. Expiration/certificate lifetime: whether it is fixed by the signer, configurable by the admin. + // 6. Whether or not requests for CA certificates are allowed. + string signerName = 5; + + // uid contains the uid of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. + string uid = 6; + + // usages specifies a set of key usages requested in the issued certificate. + // + // Requests for TLS client certificates typically request: "digital signature", "key encipherment", "client auth". + // + // Requests for TLS serving certificates typically request: "key encipherment", "digital signature", "server auth". + // + // Valid values are: + // "signing", "digital signature", "content commitment", + // "key encipherment", "key agreement", "data encipherment", + // "cert sign", "crl sign", "encipher only", "decipher only", "any", + // "server auth", "client auth", + // "code signing", "email protection", "s/mime", + // "ipsec end system", "ipsec tunnel", "ipsec user", + // "timestamping", "ocsp signing", "microsoft sgc", "netscape sgc" + repeated string usages = 7; + + // username contains the name of the user that created the CertificateSigningRequest. Populated by the API server on creation and immutable. + string username = 8; +} + +// CertificateSigningRequestStatus contains conditions used to indicate approved/denied/failed status of the request, and the issued certificate. +message IoK8sApiCertificatesV1CertificateSigningRequestStatus { + // certificate is populated with an issued certificate by the signer after an Approved condition is present. This field is set via the /status subresource. Once populated, this field is immutable. + // + // If the certificate signing request is denied, a condition of type "Denied" is added and this field remains empty. If the signer cannot issue the certificate, a condition of type "Failed" is added and this field remains empty. + // + // Validation requirements: + // 1. certificate must contain one or more PEM blocks. + // 2. All PEM blocks must have the "CERTIFICATE" label, contain no headers, and the encoded data + // must be a BER-encoded ASN.1 Certificate structure as described in section 4 of RFC5280. + // 3. Non-PEM content may appear before or after the "CERTIFICATE" PEM blocks and is unvalidated, + // to allow for explanatory text as described in section 5.2 of RFC7468. + // + // If more than one PEM block is present, and the definition of the requested spec.signerName does not indicate otherwise, the first block is the issued certificate, and subsequent blocks should be treated as intermediate certificates and presented in TLS handshakes. + // + // The certificate is encoded in PEM format. + // + // When serialized as JSON or YAML, the data is additionally base64-encoded, so it consists of: + // + // base64( + // -----BEGIN CERTIFICATE----- + // ... + // -----END CERTIFICATE----- + // ) + bytes certificate = 1; + + // conditions applied to the request. Known conditions are "Approved", "Denied", and "Failed". + repeated IoK8sApiCertificatesV1CertificateSigningRequestCondition conditions = 2; +} + +// ClusterTrustBundle is a cluster-scoped container for X.509 trust anchors (root certificates). +// +// ClusterTrustBundle objects are considered to be readable by any authenticated user in the cluster, because they can be mounted by pods using the `clusterTrustBundle` projection. All service accounts have read access to ClusterTrustBundles by default. Users who only have namespace-level access to a cluster can read ClusterTrustBundles by impersonating a serviceaccount that they have access to. +// +// It can be optionally associated with a particular assigner, in which case it contains one valid set of trust anchors for that signer. Signers may have multiple associated ClusterTrustBundles; each is an independent set of trust anchors for that signer. Admission control is used to enforce that only users with permissions on the signer can create or modify the corresponding bundle. +message IoK8sApiCertificatesV1alpha1ClusterTrustBundle { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // metadata contains the object metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec contains the signer (if any) and trust anchors. + IoK8sApiCertificatesV1alpha1ClusterTrustBundleSpec spec = 4; +} + +// ClusterTrustBundleList is a collection of ClusterTrustBundle objects +message IoK8sApiCertificatesV1alpha1ClusterTrustBundleList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is a collection of ClusterTrustBundle objects + repeated IoK8sApiCertificatesV1alpha1ClusterTrustBundle items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // metadata contains the list metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ClusterTrustBundleSpec contains the signer and trust anchors. +message IoK8sApiCertificatesV1alpha1ClusterTrustBundleSpec { + // signerName indicates the associated signer, if any. + // + // In order to create or update a ClusterTrustBundle that sets signerName, you must have the following cluster-scoped permission: group=certificates.k8s.io resource=signers resourceName= verb=attest. + // + // If signerName is not empty, then the ClusterTrustBundle object must be named with the signer name as a prefix (translating slashes to colons). For example, for the signer name `example.com/foo`, valid ClusterTrustBundle object names include `example.com:foo:abc` and `example.com:foo:v1`. + // + // If signerName is empty, then the ClusterTrustBundle object's name must not have such a prefix. + // + // List/watch requests for ClusterTrustBundles can filter on this field using a `spec.signerName=NAME` field selector. + string signerName = 1; + + // trustBundle contains the individual X.509 trust anchors for this bundle, as PEM bundle of PEM-wrapped, DER-formatted X.509 certificates. + // + // The data must consist only of PEM certificate blocks that parse as valid X.509 certificates. Each certificate must include a basic constraints extension with the CA bit set. The API server will reject objects that contain duplicate certificates, or that use PEM block headers. + // + // Users of ClusterTrustBundles, including Kubelet, are free to reorder and deduplicate certificate blocks in this file according to their own logic, as well as to drop PEM block headers and inter-block data. + string trustBundle = 2; +} + +// Lease defines a lease concept. +message IoK8sApiCoordinationV1Lease { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec contains the specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoordinationV1LeaseSpec spec = 4; +} + +// LeaseList is a list of Lease objects. +message IoK8sApiCoordinationV1LeaseList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is a list of schema objects. + repeated IoK8sApiCoordinationV1Lease items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// LeaseSpec is a specification of a Lease. +message IoK8sApiCoordinationV1LeaseSpec { + // acquireTime is a time when the current lease was acquired. + string acquireTime = 1; + + // holderIdentity contains the identity of the holder of a current lease. + string holderIdentity = 2; + + // leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed renewTime. + int32 leaseDurationSeconds = 3; + + // leaseTransitions is the number of transitions of a lease between holders. + int32 leaseTransitions = 4; + + // renewTime is a time when the current holder of a lease has last updated the lease. + string renewTime = 5; +} + +// Represents a Persistent Disk resource in AWS. +// +// An AWS EBS disk must exist before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1AWSElasticBlockStoreVolumeSource { + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + string fsType = 1; + + // partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). + int32 partition = 2; + + // readOnly value true will force the readOnly setting in VolumeMounts. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + bool readOnly = 3; + + // volumeID is unique ID of the persistent disk resource in AWS (Amazon EBS volume). More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + string volumeID = 4; +} + +// Affinity is a group of affinity scheduling rules. +message IoK8sApiCoreV1Affinity { + // Describes node affinity scheduling rules for the pod. + IoK8sApiCoreV1NodeAffinity nodeAffinity = 1; + + // Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). + IoK8sApiCoreV1PodAffinity podAffinity = 2; + + // Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). + IoK8sApiCoreV1PodAntiAffinity podAntiAffinity = 3; +} + +// AttachedVolume describes a volume attached to a node +message IoK8sApiCoreV1AttachedVolume { + // DevicePath represents the device path where the volume should be available + string devicePath = 1; + + // Name of the attached volume + string name = 2; +} + +// AzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. +message IoK8sApiCoreV1AzureDiskVolumeSource { + // cachingMode is the Host Caching mode: None, Read Only, Read Write. + string cachingMode = 1; + + // diskName is the Name of the data disk in the blob storage + string diskName = 2; + + // diskURI is the URI of data disk in the blob storage + string diskURI = 3; + + // fsType is Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + string fsType = 4; + + // kind expected values are Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared + string kind = 5; + + // readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 6; +} + +// AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +message IoK8sApiCoreV1AzureFilePersistentVolumeSource { + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 1; + + // secretName is the name of secret that contains Azure Storage Account Name and Key + string secretName = 2; + + // secretNamespace is the namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod + string secretNamespace = 3; + + // shareName is the azure Share Name + string shareName = 4; +} + +// AzureFile represents an Azure File Service mount on the host and bind mount to the pod. +message IoK8sApiCoreV1AzureFileVolumeSource { + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 1; + + // secretName is the name of secret that contains Azure Storage Account Name and Key + string secretName = 2; + + // shareName is the azure share Name + string shareName = 3; +} + +// Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead. +message IoK8sApiCoreV1Binding { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // The target object that you want to bind to the standard object. + IoK8sApiCoreV1ObjectReference target = 4; +} + +// Represents storage that is managed by an external CSI volume driver (Beta feature) +message IoK8sApiCoreV1CSIPersistentVolumeSource { + // controllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed. + IoK8sApiCoreV1SecretReference controllerExpandSecretRef = 1; + + // controllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed. + IoK8sApiCoreV1SecretReference controllerPublishSecretRef = 2; + + // driver is the name of the driver to use for this volume. Required. + string driver = 3; + + // fsType to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". + string fsType = 4; + + // nodeExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeExpandVolume call. This is a beta field which is enabled default by CSINodeExpandSecret feature gate. This field is optional, may be omitted if no secret is required. If the secret object contains more than one secret, all secrets are passed. + IoK8sApiCoreV1SecretReference nodeExpandSecretRef = 5; + + // nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed. + IoK8sApiCoreV1SecretReference nodePublishSecretRef = 6; + + // nodeStageSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodeStageVolume and NodeStageVolume and NodeUnstageVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed. + IoK8sApiCoreV1SecretReference nodeStageSecretRef = 7; + + // readOnly value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write). + bool readOnly = 8; + + // volumeAttributes of the volume to publish. + map volumeAttributes = 9; + + // volumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required. + string volumeHandle = 10; +} + +// Represents a source location of a volume to mount, managed by an external CSI driver +message IoK8sApiCoreV1CSIVolumeSource { + // driver is the name of the CSI driver that handles this volume. Consult with your admin for the correct name as registered in the cluster. + string driver = 1; + + // fsType to mount. Ex. "ext4", "xfs", "ntfs". If not provided, the empty value is passed to the associated CSI driver which will determine the default filesystem to apply. + string fsType = 2; + + // nodePublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI NodePublishVolume and NodeUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secret references are passed. + IoK8sApiCoreV1LocalObjectReference nodePublishSecretRef = 3; + + // readOnly specifies a read-only configuration for the volume. Defaults to false (read/write). + bool readOnly = 4; + + // volumeAttributes stores driver-specific properties that are passed to the CSI driver. Consult your driver's documentation for supported values. + map volumeAttributes = 5; +} + +// Adds and removes POSIX capabilities from running containers. +message IoK8sApiCoreV1Capabilities { + // Added capabilities + repeated string add = 1; + + // Removed capabilities + repeated string drop = 2; +} + +// Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. +message IoK8sApiCoreV1CephFSPersistentVolumeSource { + // monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + repeated string monitors = 1; + + // path is Optional: Used as the mounted root, rather than the full Ceph tree, default is / + string path = 2; + + // readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + bool readOnly = 3; + + // secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + string secretFile = 4; + + // secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + IoK8sApiCoreV1SecretReference secretRef = 5; + + // user is Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + string user = 6; +} + +// Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling. +message IoK8sApiCoreV1CephFSVolumeSource { + // monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + repeated string monitors = 1; + + // path is Optional: Used as the mounted root, rather than the full Ceph tree, default is / + string path = 2; + + // readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + bool readOnly = 3; + + // secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + string secretFile = 4; + + // secretRef is Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + IoK8sApiCoreV1LocalObjectReference secretRef = 5; + + // user is optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + string user = 6; +} + +// Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1CinderPersistentVolumeSource { + // fsType Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + string fsType = 1; + + // readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + bool readOnly = 2; + + // secretRef is Optional: points to a secret object containing parameters used to connect to OpenStack. + IoK8sApiCoreV1SecretReference secretRef = 3; + + // volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + string volumeID = 4; +} + +// Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1CinderVolumeSource { + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + string fsType = 1; + + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + bool readOnly = 2; + + // secretRef is optional: points to a secret object containing parameters used to connect to OpenStack. + IoK8sApiCoreV1LocalObjectReference secretRef = 3; + + // volumeID used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + string volumeID = 4; +} + +// ClaimSource describes a reference to a ResourceClaim. +// +// Exactly one of these fields should be set. Consumers of this type must treat an empty object as if it has an unknown value. +message IoK8sApiCoreV1ClaimSource { + // ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod. + string resourceClaimName = 1; + + // ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod. + // + // The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be -, where is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long). + // + // An existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed. + // + // This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim. + string resourceClaimTemplateName = 2; +} + +// ClientIPConfig represents the configurations of Client IP based session affinity. +message IoK8sApiCoreV1ClientIPConfig { + // timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours). + int32 timeoutSeconds = 1; +} + +// Information about the condition of a component. +message IoK8sApiCoreV1ComponentCondition { + // Condition error code for a component. For example, a health check error code. + string error = 1; + + // Message about the condition for a component. For example, information about a health check. + string message = 2; + + // Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown". + string status = 3; + + // Type of condition for a component. Valid value: "Healthy" + string type = 4; +} + +// ComponentStatus (and ComponentStatusList) holds the cluster validation info. Deprecated: This API is deprecated in v1.19+ +message IoK8sApiCoreV1ComponentStatus { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of component conditions observed + repeated IoK8sApiCoreV1ComponentCondition conditions = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 4; +} + +// Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+ +message IoK8sApiCoreV1ComponentStatusList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of ComponentStatus objects. + repeated IoK8sApiCoreV1ComponentStatus items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ConfigMap holds configuration data for pods to consume. +message IoK8sApiCoreV1ConfigMap { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet. + map binaryData = 2; + + // Data contains the configuration data. Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process. + map data = 3; + + // Immutable, if set to true, ensures that data stored in the ConfigMap cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil. + bool immutable = 4; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 5; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 6; +} + +// ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. +// +// The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables. +message IoK8sApiCoreV1ConfigMapEnvSource { + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 1; + + // Specify whether the ConfigMap must be defined + bool optional = 2; +} + +// Selects a key from a ConfigMap. +message IoK8sApiCoreV1ConfigMapKeySelector { + // The key to select. + string key = 1; + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 2; + + // Specify whether the ConfigMap or its key must be defined + bool optional = 3; +} + +// ConfigMapList is a resource containing a list of ConfigMap objects. +message IoK8sApiCoreV1ConfigMapList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of ConfigMaps. + repeated IoK8sApiCoreV1ConfigMap items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node. This API is deprecated since 1.22: https://git.k8s.io/enhancements/keps/sig-node/281-dynamic-kubelet-configuration +message IoK8sApiCoreV1ConfigMapNodeConfigSource { + // KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases. + string kubeletConfigKey = 1; + + // Name is the metadata.name of the referenced ConfigMap. This field is required in all cases. + string name = 2; + + // Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases. + string namespace = 3; + + // ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. + string resourceVersion = 4; + + // UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status. + string uid = 5; +} + +// Adapts a ConfigMap into a projected volume. +// +// The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode. +message IoK8sApiCoreV1ConfigMapProjection { + // items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. + repeated IoK8sApiCoreV1KeyToPath items = 1; + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 2; + + // optional specify whether the ConfigMap or its keys must be defined + bool optional = 3; +} + +// Adapts a ConfigMap into a volume. +// +// The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1ConfigMapVolumeSource { + // defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + int32 defaultMode = 1; + + // items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. + repeated IoK8sApiCoreV1KeyToPath items = 2; + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 3; + + // optional specify whether the ConfigMap or its keys must be defined + bool optional = 4; +} + +// A single application container that you want to run within a pod. +message IoK8sApiCoreV1Container { + // Arguments to the entrypoint. The container image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + repeated string args = 1; + + // Entrypoint array. Not executed within a shell. The container image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + repeated string command = 2; + + // List of environment variables to set in the container. Cannot be updated. + repeated IoK8sApiCoreV1EnvVar env = 3; + + // List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. + repeated IoK8sApiCoreV1EnvFromSource envFrom = 4; + + // Container image name. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets. + string image = 5; + + // Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + string imagePullPolicy = 6; + + // Actions that the management system should take in response to container lifecycle events. Cannot be updated. + IoK8sApiCoreV1Lifecycle lifecycle = 7; + + // Periodic probe of container liveness. Container will be restarted if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + IoK8sApiCoreV1Probe livenessProbe = 8; + + // Name of the container specified as a DNS_LABEL. Each container in a pod must have a unique name (DNS_LABEL). Cannot be updated. + string name = 9; + + // List of ports to expose from the container. Not specifying a port here DOES NOT prevent that port from being exposed. Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network. Modifying this array with strategic merge patch may corrupt the data. For more information See https://github.com/kubernetes/kubernetes/issues/108255. Cannot be updated. + repeated IoK8sApiCoreV1ContainerPort ports = 10; + + // Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + IoK8sApiCoreV1Probe readinessProbe = 11; + + // Resources resize policy for the container. + repeated IoK8sApiCoreV1ContainerResizePolicy resizePolicy = 12; + + // Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + IoK8sApiCoreV1ResourceRequirements resources = 13; + + // SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ + IoK8sApiCoreV1SecurityContext securityContext = 14; + + // StartupProbe indicates that the Pod has successfully initialized. If specified, no other probes are executed until this completes successfully. If this probe fails, the Pod will be restarted, just as if the livenessProbe failed. This can be used to provide different probe parameters at the beginning of a Pod's lifecycle, when it might take a long time to load data or warm a cache, than during steady-state operation. This cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + IoK8sApiCoreV1Probe startupProbe = 15; + + // Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. + bool stdin = 16; + + // Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false + bool stdinOnce = 17; + + // Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. + string terminationMessagePath = 18; + + // Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. + string terminationMessagePolicy = 19; + + // Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. + bool tty = 20; + + // volumeDevices is the list of block devices to be used by the container. + repeated IoK8sApiCoreV1VolumeDevice volumeDevices = 21; + + // Pod volumes to mount into the container's filesystem. Cannot be updated. + repeated IoK8sApiCoreV1VolumeMount volumeMounts = 22; + + // Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. + string workingDir = 23; +} + +// Describe a container image +message IoK8sApiCoreV1ContainerImage { + // Names by which this image is known. e.g. ["kubernetes.example/hyperkube:v1.0.7", "cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7"] + repeated string names = 1; + + // The size of the image in bytes. + int64 sizeBytes = 2; +} + +// ContainerPort represents a network port in a single container. +message IoK8sApiCoreV1ContainerPort { + // Number of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. + int32 containerPort = 1; + + // What host IP to bind the external port to. + string hostIP = 2; + + // Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. + int32 hostPort = 3; + + // If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. + string name = 4; + + // Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP". + string protocol = 5; +} + +// ContainerResizePolicy represents resource resize policy for the container. +message IoK8sApiCoreV1ContainerResizePolicy { + // Name of the resource to which this resource resize policy applies. Supported values: cpu, memory. + string resourceName = 1; + + // Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired. + string restartPolicy = 2; +} + +// ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting. +message IoK8sApiCoreV1ContainerState { + // Details about a running container + IoK8sApiCoreV1ContainerStateRunning running = 1; + + // Details about a terminated container + IoK8sApiCoreV1ContainerStateTerminated terminated = 2; + + // Details about a waiting container + IoK8sApiCoreV1ContainerStateWaiting waiting = 3; +} + +// ContainerStateRunning is a running state of a container. +message IoK8sApiCoreV1ContainerStateRunning { + // Time at which the container was last (re-)started + string startedAt = 1; +} + +// ContainerStateTerminated is a terminated state of a container. +message IoK8sApiCoreV1ContainerStateTerminated { + // Container's ID in the format '://' + string containerID = 1; + + // Exit status from the last termination of the container + int32 exitCode = 2; + + // Time at which the container last terminated + string finishedAt = 3; + + // Message regarding the last termination of the container + string message = 4; + + // (brief) reason from the last termination of the container + string reason = 5; + + // Signal from the last termination of the container + int32 signal = 6; + + // Time at which previous execution of the container started + string startedAt = 7; +} + +// ContainerStateWaiting is a waiting state of a container. +message IoK8sApiCoreV1ContainerStateWaiting { + // Message regarding why the container is not yet running. + string message = 1; + + // (brief) reason the container is not yet running. + string reason = 2; +} + +// ContainerStatus contains details for the current status of this container. +message IoK8sApiCoreV1ContainerStatus { + // AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize. + map allocatedResources = 1; + + // ContainerID is the ID of the container in the format '://'. Where type is a container runtime identifier, returned from Version call of CRI API (for example "containerd"). + string containerID = 2; + + // Image is the name of container image that the container is running. The container image may not match the image used in the PodSpec, as it may have been resolved by the runtime. More info: https://kubernetes.io/docs/concepts/containers/images. + string image = 3; + + // ImageID is the image ID of the container's image. The image ID may not match the image ID of the image used in the PodSpec, as it may have been resolved by the runtime. + string imageID = 4; + + // LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0. + IoK8sApiCoreV1ContainerState lastState = 5; + + // Name is a DNS_LABEL representing the unique name of the container. Each container in a pod must have a unique name across all container types. Cannot be updated. + string name = 6; + + // Ready specifies whether the container is currently passing its readiness check. The value will change as readiness probes keep executing. If no readiness probes are specified, this field defaults to true once the container is fully started (see Started field). + // + // The value is typically used to determine whether a container is ready to accept traffic. + bool ready = 7; + + // Resources represents the compute resource requests and limits that have been successfully enacted on the running container after it has been started or has been successfully resized. + IoK8sApiCoreV1ResourceRequirements resources = 8; + + // RestartCount holds the number of times the container has been restarted. Kubelet makes an effort to always increment the value, but there are cases when the state may be lost due to node restarts and then the value may be reset to 0. The value is never negative. + int32 restartCount = 9; + + // Started indicates whether the container has finished its postStart lifecycle hook and passed its startup probe. Initialized as false, becomes true after startupProbe is considered successful. Resets to false when the container is restarted, or if kubelet loses state temporarily. In both cases, startup probes will run again. Is always true when no startupProbe is defined and container is running and has passed the postStart lifecycle hook. The null value must be treated the same as false. + bool started = 10; + + // State holds details about the container's current condition. + IoK8sApiCoreV1ContainerState state = 11; +} + +// DaemonEndpoint contains information about a single Daemon endpoint. +message IoK8sApiCoreV1DaemonEndpoint { + // Port number of the given endpoint. + int32 Port = 1; +} + +// Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode. +message IoK8sApiCoreV1DownwardAPIProjection { + // Items is a list of DownwardAPIVolume file + repeated IoK8sApiCoreV1DownwardAPIVolumeFile items = 1; +} + +// DownwardAPIVolumeFile represents information to create the file containing the pod field +message IoK8sApiCoreV1DownwardAPIVolumeFile { + // Required: Selects a field of the pod: only annotations, labels, name and namespace are supported. + IoK8sApiCoreV1ObjectFieldSelector fieldRef = 1; + + // Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + int32 mode = 2; + + // Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' + string path = 3; + + // Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + IoK8sApiCoreV1ResourceFieldSelector resourceFieldRef = 4; +} + +// DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1DownwardAPIVolumeSource { + // Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + int32 defaultMode = 1; + + // Items is a list of downward API volume file + repeated IoK8sApiCoreV1DownwardAPIVolumeFile items = 2; +} + +// Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1EmptyDirVolumeSource { + // medium represents what type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + string medium = 1; + + // sizeLimit is the total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + string sizeLimit = 2; +} + +// EndpointAddress is a tuple that describes single IP address. +message IoK8sApiCoreV1EndpointAddress { + // The Hostname of this endpoint + string hostname = 1; + + // The IP of this endpoint. May not be loopback (127.0.0.0/8 or ::1), link-local (169.254.0.0/16 or fe80::/10), or link-local multicast (224.0.0.0/24 or ff02::/16). + string ip = 2; + + // Optional: Node hosting this endpoint. This can be used to determine endpoints local to a node. + string nodeName = 3; + + // Reference to object providing the endpoint. + IoK8sApiCoreV1ObjectReference targetRef = 4; +} + +// EndpointPort is a tuple that describes a single port. +message IoK8sApiCoreV1EndpointPort { + // The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either: + // + // * Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). + // + // * Kubernetes-defined prefixed names: + // * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540 + // + // * Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol. + string appProtocol = 1; + + // The name of this port. This must match the 'name' field in the corresponding ServicePort. Must be a DNS_LABEL. Optional only if one port is defined. + string name = 2; + + // The port number of the endpoint. + int32 port = 3; + + // The IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP. + string protocol = 4; +} + +// EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: +// +// { +// Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], +// Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] +// } +// +// The resulting set of endpoints can be viewed as: +// +// a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], +// b: [ 10.10.1.1:309, 10.10.2.2:309 ] +message IoK8sApiCoreV1EndpointSubset { + // IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize. + repeated IoK8sApiCoreV1EndpointAddress addresses = 1; + + // IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check. + repeated IoK8sApiCoreV1EndpointAddress notReadyAddresses = 2; + + // Port numbers available on the related IP addresses. + repeated IoK8sApiCoreV1EndpointPort ports = 3; +} + +// Endpoints is a collection of endpoints that implement the actual service. Example: +// +// Name: "mysvc", +// Subsets: [ +// { +// Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], +// Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] +// }, +// { +// Addresses: [{"ip": "10.10.3.3"}], +// Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] +// }, +// ] +message IoK8sApiCoreV1Endpoints { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. + repeated IoK8sApiCoreV1EndpointSubset subsets = 4; +} + +// EndpointsList is a list of endpoints. +message IoK8sApiCoreV1EndpointsList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of endpoints. + repeated IoK8sApiCoreV1Endpoints items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// EnvFromSource represents the source of a set of ConfigMaps +message IoK8sApiCoreV1EnvFromSource { + // The ConfigMap to select from + IoK8sApiCoreV1ConfigMapEnvSource configMapRef = 1; + + // An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. + string prefix = 2; + + // The Secret to select from + IoK8sApiCoreV1SecretEnvSource secretRef = 3; +} + +// EnvVar represents an environment variable present in a Container. +message IoK8sApiCoreV1EnvVar { + // Name of the environment variable. Must be a C_IDENTIFIER. + string name = 1; + + // Variable references $(VAR_NAME) are expanded using the previously defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". + string value = 2; + + // Source for the environment variable's value. Cannot be used if value is not empty. + IoK8sApiCoreV1EnvVarSource valueFrom = 3; +} + +// EnvVarSource represents a source for the value of an EnvVar. +message IoK8sApiCoreV1EnvVarSource { + // Selects a key of a ConfigMap. + IoK8sApiCoreV1ConfigMapKeySelector configMapKeyRef = 1; + + // Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations['']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + IoK8sApiCoreV1ObjectFieldSelector fieldRef = 2; + + // Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. + IoK8sApiCoreV1ResourceFieldSelector resourceFieldRef = 3; + + // Selects a key of a secret in the pod's namespace + IoK8sApiCoreV1SecretKeySelector secretKeyRef = 4; +} + +// An EphemeralContainer is a temporary container that you may add to an existing Pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a Pod is removed or restarted. The kubelet may evict a Pod if an ephemeral container causes the Pod to exceed its resource allocation. +// +// To add an ephemeral container, use the ephemeralcontainers subresource of an existing Pod. Ephemeral containers may not be removed or restarted. +message IoK8sApiCoreV1EphemeralContainer { + // Arguments to the entrypoint. The image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + repeated string args = 1; + + // Entrypoint array. Not executed within a shell. The image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. Double $$ are reduced to a single $, which allows for escaping the $(VAR_NAME) syntax: i.e. "$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)". Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell + repeated string command = 2; + + // List of environment variables to set in the container. Cannot be updated. + repeated IoK8sApiCoreV1EnvVar env = 3; + + // List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. + repeated IoK8sApiCoreV1EnvFromSource envFrom = 4; + + // Container image name. More info: https://kubernetes.io/docs/concepts/containers/images + string image = 5; + + // Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images + string imagePullPolicy = 6; + + // Lifecycle is not allowed for ephemeral containers. + IoK8sApiCoreV1Lifecycle lifecycle = 7; + + // Probes are not allowed for ephemeral containers. + IoK8sApiCoreV1Probe livenessProbe = 8; + + // Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers. + string name = 9; + + // Ports are not allowed for ephemeral containers. + repeated IoK8sApiCoreV1ContainerPort ports = 10; + + // Probes are not allowed for ephemeral containers. + IoK8sApiCoreV1Probe readinessProbe = 11; + + // Resources resize policy for the container. + repeated IoK8sApiCoreV1ContainerResizePolicy resizePolicy = 12; + + // Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod. + IoK8sApiCoreV1ResourceRequirements resources = 13; + + // Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. + IoK8sApiCoreV1SecurityContext securityContext = 14; + + // Probes are not allowed for ephemeral containers. + IoK8sApiCoreV1Probe startupProbe = 15; + + // Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. + bool stdin = 16; + + // Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false + bool stdinOnce = 17; + + // If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec. + // + // The container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined. + string targetContainerName = 18; + + // Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. + string terminationMessagePath = 19; + + // Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. + string terminationMessagePolicy = 20; + + // Whether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. + bool tty = 21; + + // volumeDevices is the list of block devices to be used by the container. + repeated IoK8sApiCoreV1VolumeDevice volumeDevices = 22; + + // Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated. + repeated IoK8sApiCoreV1VolumeMount volumeMounts = 23; + + // Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. + string workingDir = 24; +} + +// Represents an ephemeral volume that is handled by a normal storage driver. +message IoK8sApiCoreV1EphemeralVolumeSource { + // Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `-` where `` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long). + // + // An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster. + // + // This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. + // + // Required, must not be nil. + IoK8sApiCoreV1PersistentVolumeClaimTemplate volumeClaimTemplate = 1; +} + +// Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. +message IoK8sApiCoreV1Event { + // What action was taken/failed regarding to the Regarding object. + string action = 1; + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 2; + + // The number of times this event has occurred. + int32 count = 3; + + // Time when this Event was first observed. + string eventTime = 4; + + // The time at which the event was first recorded. (Time of server receipt is in TypeMeta.) + string firstTimestamp = 5; + + // The object that this event is about. + IoK8sApiCoreV1ObjectReference involvedObject = 6; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 7; + + // The time at which the most recent occurrence of this event was recorded. + string lastTimestamp = 8; + + // A human-readable description of the status of this operation. + string message = 9; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 10; + + // This should be a short, machine understandable string that gives the reason for the transition into the object's current status. + string reason = 11; + + // Optional secondary object for more complex actions. + IoK8sApiCoreV1ObjectReference related = 12; + + // Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. + string reportingComponent = 13; + + // ID of the controller instance, e.g. `kubelet-xyzf`. + string reportingInstance = 14; + + // Data about the Event series this event represents or nil if it's a singleton Event. + IoK8sApiCoreV1EventSeries series = 15; + + // The component reporting this event. Should be a short machine understandable string. + IoK8sApiCoreV1EventSource source = 16; + + // Type of this event (Normal, Warning), new types could be added in the future + string type = 17; +} + +// EventList is a list of events. +message IoK8sApiCoreV1EventList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of events + repeated IoK8sApiCoreV1Event items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. +message IoK8sApiCoreV1EventSeries { + // Number of occurrences in this series up to the last heartbeat time + int32 count = 1; + + // Time of the last occurrence observed + string lastObservedTime = 2; +} + +// EventSource contains information for an event. +message IoK8sApiCoreV1EventSource { + // Component from which the event is generated. + string component = 1; + + // Node name on which the event is generated. + string host = 2; +} + +// ExecAction describes a "run in container" action. +message IoK8sApiCoreV1ExecAction { + // Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy. + repeated string command = 1; +} + +// Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1FCVolumeSource { + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + string fsType = 1; + + // lun is Optional: FC target lun number + int32 lun = 2; + + // readOnly is Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 3; + + // targetWWNs is Optional: FC target worldwide names (WWNs) + repeated string targetWWNs = 4; + + // wwids Optional: FC volume world wide identifiers (wwids) Either wwids or combination of targetWWNs and lun must be set, but not both simultaneously. + repeated string wwids = 5; +} + +// FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin. +message IoK8sApiCoreV1FlexPersistentVolumeSource { + // driver is the name of the driver to use for this volume. + string driver = 1; + + // fsType is the Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. + string fsType = 2; + + // options is Optional: this field holds extra command options if any. + map options = 3; + + // readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 4; + + // secretRef is Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts. + IoK8sApiCoreV1SecretReference secretRef = 5; +} + +// FlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. +message IoK8sApiCoreV1FlexVolumeSource { + // driver is the name of the driver to use for this volume. + string driver = 1; + + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. + string fsType = 2; + + // options is Optional: this field holds extra command options if any. + map options = 3; + + // readOnly is Optional: defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 4; + + // secretRef is Optional: secretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts. + IoK8sApiCoreV1LocalObjectReference secretRef = 5; +} + +// Represents a Flocker volume mounted by the Flocker agent. One and only one of datasetName and datasetUUID should be set. Flocker volumes do not support ownership management or SELinux relabeling. +message IoK8sApiCoreV1FlockerVolumeSource { + // datasetName is Name of the dataset stored as metadata -> name on the dataset for Flocker should be considered as deprecated + string datasetName = 1; + + // datasetUUID is the UUID of the dataset. This is unique identifier of a Flocker dataset + string datasetUUID = 2; +} + +// Represents a Persistent Disk resource in Google Compute Engine. +// +// A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling. +message IoK8sApiCoreV1GCEPersistentDiskVolumeSource { + // fsType is filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + string fsType = 1; + + // partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + int32 partition = 2; + + // pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + string pdName = 3; + + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + bool readOnly = 4; +} + +message IoK8sApiCoreV1GRPCAction { + // Port number of the gRPC service. Number must be in the range 1 to 65535. + int32 port = 1; + + // Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md). + // + // If this is not specified, the default behavior is defined by gRPC. + string service = 2; +} + +// Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. +// +// DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. +message IoK8sApiCoreV1GitRepoVolumeSource { + // directory is the target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. + string directory = 1; + + // repository is the URL + string repository = 2; + + // revision is the commit hash for the specified revision. + string revision = 3; +} + +// Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. +message IoK8sApiCoreV1GlusterfsPersistentVolumeSource { + // endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + string endpoints = 1; + + // endpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + string endpointsNamespace = 2; + + // path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + string path = 3; + + // readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + bool readOnly = 4; +} + +// Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. +message IoK8sApiCoreV1GlusterfsVolumeSource { + // endpoints is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + string endpoints = 1; + + // path is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + string path = 2; + + // readOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod + bool readOnly = 3; +} + +// HTTPGetAction describes an action based on HTTP Get requests. +message IoK8sApiCoreV1HTTPGetAction { + // Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. + string host = 1; + + // Custom headers to set in the request. HTTP allows repeated headers. + repeated IoK8sApiCoreV1HTTPHeader httpHeaders = 2; + + // Path to access on the HTTP server. + string path = 3; + + // Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. + string port = 4; + + // Scheme to use for connecting to the host. Defaults to HTTP. + string scheme = 5; +} + +// HTTPHeader describes a custom header to be used in HTTP probes +message IoK8sApiCoreV1HTTPHeader { + // The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header. + string name = 1; + + // The header field value + string value = 2; +} + +// HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file. +message IoK8sApiCoreV1HostAlias { + // Hostnames for the above IP address. + repeated string hostnames = 1; + + // IP address of the host file entry. + string ip = 2; +} + +// Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling. +message IoK8sApiCoreV1HostPathVolumeSource { + // path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + string path = 1; + + // type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + string type = 2; +} + +// ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1ISCSIPersistentVolumeSource { + // chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication + bool chapAuthDiscovery = 1; + + // chapAuthSession defines whether support iSCSI Session CHAP authentication + bool chapAuthSession = 2; + + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi + string fsType = 3; + + // initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection. + string initiatorName = 4; + + // iqn is Target iSCSI Qualified Name. + string iqn = 5; + + // iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). + string iscsiInterface = 6; + + // lun is iSCSI Target Lun number. + int32 lun = 7; + + // portals is the iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + repeated string portals = 8; + + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. + bool readOnly = 9; + + // secretRef is the CHAP Secret for iSCSI target and initiator authentication + IoK8sApiCoreV1SecretReference secretRef = 10; + + // targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + string targetPortal = 11; +} + +// Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1ISCSIVolumeSource { + // chapAuthDiscovery defines whether support iSCSI Discovery CHAP authentication + bool chapAuthDiscovery = 1; + + // chapAuthSession defines whether support iSCSI Session CHAP authentication + bool chapAuthSession = 2; + + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi + string fsType = 3; + + // initiatorName is the custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection. + string initiatorName = 4; + + // iqn is the target iSCSI Qualified Name. + string iqn = 5; + + // iscsiInterface is the interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). + string iscsiInterface = 6; + + // lun represents iSCSI Target Lun number. + int32 lun = 7; + + // portals is the iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + repeated string portals = 8; + + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. + bool readOnly = 9; + + // secretRef is the CHAP Secret for iSCSI target and initiator authentication + IoK8sApiCoreV1LocalObjectReference secretRef = 10; + + // targetPortal is iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). + string targetPortal = 11; +} + +// Maps a string key to a path within a volume. +message IoK8sApiCoreV1KeyToPath { + // key is the key to project. + string key = 1; + + // mode is Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + int32 mode = 2; + + // path is the relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'. + string path = 3; +} + +// Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted. +message IoK8sApiCoreV1Lifecycle { + // PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + IoK8sApiCoreV1LifecycleHandler postStart = 1; + + // PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + IoK8sApiCoreV1LifecycleHandler preStop = 2; +} + +// LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified. +message IoK8sApiCoreV1LifecycleHandler { + // Exec specifies the action to take. + IoK8sApiCoreV1ExecAction exec = 1; + + // HTTPGet specifies the http request to perform. + IoK8sApiCoreV1HTTPGetAction httpGet = 2; + + // Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified. + IoK8sApiCoreV1TCPSocketAction tcpSocket = 3; +} + +// LimitRange sets resource usage limits for each kind of resource in a Namespace. +message IoK8sApiCoreV1LimitRange { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec defines the limits enforced. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1LimitRangeSpec spec = 4; +} + +// LimitRangeItem defines a min/max usage limit for any resource that matches on kind. +message IoK8sApiCoreV1LimitRangeItem { + // Default resource requirement limit value by resource name if resource limit is omitted. + map default = 1; + + // DefaultRequest is the default resource requirement request value by resource name if resource request is omitted. + map defaultRequest = 2; + + // Max usage constraints on this kind by resource name. + map max = 3; + + // MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource. + map maxLimitRequestRatio = 4; + + // Min usage constraints on this kind by resource name. + map min = 5; + + // Type of resource that this limit applies to. + string type = 6; +} + +// LimitRangeList is a list of LimitRange items. +message IoK8sApiCoreV1LimitRangeList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + repeated IoK8sApiCoreV1LimitRange items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// LimitRangeSpec defines a min/max usage limit for resources that match on kind. +message IoK8sApiCoreV1LimitRangeSpec { + // Limits is the list of LimitRangeItem objects that are enforced. + repeated IoK8sApiCoreV1LimitRangeItem limits = 1; +} + +// LoadBalancerIngress represents the status of a load-balancer ingress point: traffic intended for the service should be sent to an ingress point. +message IoK8sApiCoreV1LoadBalancerIngress { + // Hostname is set for load-balancer ingress points that are DNS based (typically AWS load-balancers) + string hostname = 1; + + // IP is set for load-balancer ingress points that are IP based (typically GCE or OpenStack load-balancers) + string ip = 2; + + // Ports is a list of records of service ports If used, every port defined in the service should have an entry in it + repeated IoK8sApiCoreV1PortStatus ports = 3; +} + +// LoadBalancerStatus represents the status of a load-balancer. +message IoK8sApiCoreV1LoadBalancerStatus { + // Ingress is a list containing ingress points for the load-balancer. Traffic intended for the service should be sent to these ingress points. + repeated IoK8sApiCoreV1LoadBalancerIngress ingress = 1; +} + +// LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. +message IoK8sApiCoreV1LocalObjectReference { + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 1; +} + +// Local represents directly-attached storage with node affinity (Beta feature) +message IoK8sApiCoreV1LocalVolumeSource { + // fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified. + string fsType = 1; + + // path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). + string path = 2; +} + +// Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling. +message IoK8sApiCoreV1NFSVolumeSource { + // path that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + string path = 1; + + // readOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + bool readOnly = 2; + + // server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + string server = 3; +} + +// Namespace provides a scope for Names. Use of multiple namespaces is optional. +message IoK8sApiCoreV1Namespace { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1NamespaceSpec spec = 4; + + // Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1NamespaceStatus status = 5; +} + +// NamespaceCondition contains details about state of namespace. +message IoK8sApiCoreV1NamespaceCondition { + string lastTransitionTime = 1; + string message = 2; + string reason = 3; + + // Status of the condition, one of True, False, Unknown. + string status = 4; + + // Type of namespace controller condition. + string type = 5; +} + +// NamespaceList is a list of Namespaces. +message IoK8sApiCoreV1NamespaceList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + repeated IoK8sApiCoreV1Namespace items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// NamespaceSpec describes the attributes on a Namespace. +message IoK8sApiCoreV1NamespaceSpec { + // Finalizers is an opaque list of values that must be empty to permanently remove object from storage. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ + repeated string finalizers = 1; +} + +// NamespaceStatus is information about the current status of a Namespace. +message IoK8sApiCoreV1NamespaceStatus { + // Represents the latest available observations of a namespace's current state. + repeated IoK8sApiCoreV1NamespaceCondition conditions = 1; + + // Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ + string phase = 2; +} + +// Node is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd). +message IoK8sApiCoreV1Node { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1NodeSpec spec = 4; + + // Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1NodeStatus status = 5; +} + +// NodeAddress contains information for the node's address. +message IoK8sApiCoreV1NodeAddress { + // The node address. + string address = 1; + + // Node address type, one of Hostname, ExternalIP or InternalIP. + string type = 2; +} + +// Node affinity is a group of node affinity scheduling rules. +message IoK8sApiCoreV1NodeAffinity { + // The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. + repeated IoK8sApiCoreV1PreferredSchedulingTerm preferredDuringSchedulingIgnoredDuringExecution = 1; + + // If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node. + IoK8sApiCoreV1NodeSelector requiredDuringSchedulingIgnoredDuringExecution = 2; +} + +// NodeCondition contains condition information for a node. +message IoK8sApiCoreV1NodeCondition { + // Last time we got an update on a given condition. + string lastHeartbeatTime = 1; + + // Last time the condition transit from one status to another. + string lastTransitionTime = 2; + + // Human readable message indicating details about last transition. + string message = 3; + + // (brief) reason for the condition's last transition. + string reason = 4; + + // Status of the condition, one of True, False, Unknown. + string status = 5; + + // Type of node condition. + string type = 6; +} + +// NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22 +message IoK8sApiCoreV1NodeConfigSource { + // ConfigMap is a reference to a Node's ConfigMap + IoK8sApiCoreV1ConfigMapNodeConfigSource configMap = 1; +} + +// NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource. +message IoK8sApiCoreV1NodeConfigStatus { + // Active reports the checkpointed config the node is actively using. Active will represent either the current version of the Assigned config, or the current LastKnownGood config, depending on whether attempting to use the Assigned config results in an error. + IoK8sApiCoreV1NodeConfigSource active = 1; + + // Assigned reports the checkpointed config the node will try to use. When Node.Spec.ConfigSource is updated, the node checkpoints the associated config payload to local disk, along with a record indicating intended config. The node refers to this record to choose its config checkpoint, and reports this record in Assigned. Assigned only updates in the status after the record has been checkpointed to disk. When the Kubelet is restarted, it tries to make the Assigned config the Active config by loading and validating the checkpointed payload identified by Assigned. + IoK8sApiCoreV1NodeConfigSource assigned = 2; + + // Error describes any problems reconciling the Spec.ConfigSource to the Active config. Errors may occur, for example, attempting to checkpoint Spec.ConfigSource to the local Assigned record, attempting to checkpoint the payload associated with Spec.ConfigSource, attempting to load or validate the Assigned config, etc. Errors may occur at different points while syncing config. Earlier errors (e.g. download or checkpointing errors) will not result in a rollback to LastKnownGood, and may resolve across Kubelet retries. Later errors (e.g. loading or validating a checkpointed config) will result in a rollback to LastKnownGood. In the latter case, it is usually possible to resolve the error by fixing the config assigned in Spec.ConfigSource. You can find additional information for debugging by searching the error message in the Kubelet log. Error is a human-readable description of the error state; machines can check whether or not Error is empty, but should not rely on the stability of the Error text across Kubelet versions. + string error = 3; + + // LastKnownGood reports the checkpointed config the node will fall back to when it encounters an error attempting to use the Assigned config. The Assigned config becomes the LastKnownGood config when the node determines that the Assigned config is stable and correct. This is currently implemented as a 10-minute soak period starting when the local record of Assigned config is updated. If the Assigned config is Active at the end of this period, it becomes the LastKnownGood. Note that if Spec.ConfigSource is reset to nil (use local defaults), the LastKnownGood is also immediately reset to nil, because the local default config is always assumed good. You should not make assumptions about the node's method of determining config stability and correctness, as this may change or become configurable in the future. + IoK8sApiCoreV1NodeConfigSource lastKnownGood = 4; +} + +// NodeDaemonEndpoints lists ports opened by daemons running on the Node. +message IoK8sApiCoreV1NodeDaemonEndpoints { + // Endpoint on which Kubelet is listening. + IoK8sApiCoreV1DaemonEndpoint kubeletEndpoint = 1; +} + +// NodeList is the whole list of all Nodes which have been registered with master. +message IoK8sApiCoreV1NodeList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of nodes + repeated IoK8sApiCoreV1Node items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms. +message IoK8sApiCoreV1NodeSelector { + // Required. A list of node selector terms. The terms are ORed. + repeated IoK8sApiCoreV1NodeSelectorTerm nodeSelectorTerms = 1; +} + +// A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. +message IoK8sApiCoreV1NodeSelectorRequirement { + // The label key that the selector applies to. + string key = 1; + + // Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. + string operator = 2; + + // An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. + repeated string values = 3; +} + +// A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. +message IoK8sApiCoreV1NodeSelectorTerm { + // A list of node selector requirements by node's labels. + repeated IoK8sApiCoreV1NodeSelectorRequirement matchExpressions = 1; + + // A list of node selector requirements by node's fields. + repeated IoK8sApiCoreV1NodeSelectorRequirement matchFields = 2; +} + +// NodeSpec describes the attributes that a node is created with. +message IoK8sApiCoreV1NodeSpec { + // Deprecated: Previously used to specify the source of the node's configuration for the DynamicKubeletConfig feature. This feature is removed. + IoK8sApiCoreV1NodeConfigSource configSource = 1; + + // Deprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966 + string externalID = 2; + + // PodCIDR represents the pod IP range assigned to the node. + string podCIDR = 3; + + // podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6. + repeated string podCIDRs = 4; + + // ID of the node assigned by the cloud provider in the format: :// + string providerID = 5; + + // If specified, the node's taints. + repeated IoK8sApiCoreV1Taint taints = 6; + + // Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration + bool unschedulable = 7; +} + +// NodeStatus is information about the current status of a node. +message IoK8sApiCoreV1NodeStatus { + // List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP). + repeated IoK8sApiCoreV1NodeAddress addresses = 1; + + // Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity. + map allocatable = 2; + + // Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity + map capacity = 3; + + // Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition + repeated IoK8sApiCoreV1NodeCondition conditions = 4; + + // Status of the config assigned to the node via the dynamic Kubelet config feature. + IoK8sApiCoreV1NodeConfigStatus config = 5; + + // Endpoints of daemons running on the Node. + IoK8sApiCoreV1NodeDaemonEndpoints daemonEndpoints = 6; + + // List of container images on this node + repeated IoK8sApiCoreV1ContainerImage images = 7; + + // Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info + IoK8sApiCoreV1NodeSystemInfo nodeInfo = 8; + + // NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. + string phase = 9; + + // List of volumes that are attached to the node. + repeated IoK8sApiCoreV1AttachedVolume volumesAttached = 10; + + // List of attachable volumes in use (mounted) by the node. + repeated string volumesInUse = 11; +} + +// NodeSystemInfo is a set of ids/uuids to uniquely identify the node. +message IoK8sApiCoreV1NodeSystemInfo { + // The Architecture reported by the node + string architecture = 1; + + // Boot ID reported by the node. + string bootID = 2; + + // ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2). + string containerRuntimeVersion = 3; + + // Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64). + string kernelVersion = 4; + + // KubeProxy Version reported by the node. + string kubeProxyVersion = 5; + + // Kubelet Version reported by the node. + string kubeletVersion = 6; + + // MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html + string machineID = 7; + + // The Operating System reported by the node + string operatingSystem = 8; + + // OS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)). + string osImage = 9; + + // SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid + string systemUUID = 10; +} + +// ObjectFieldSelector selects an APIVersioned field of an object. +message IoK8sApiCoreV1ObjectFieldSelector { + // Version of the schema the FieldPath is written in terms of, defaults to "v1". + string apiVersion = 1; + + // Path of the field to select in the specified API version. + string fieldPath = 2; +} + +// ObjectReference contains enough information to let you inspect or modify the referred object. +message IoK8sApiCoreV1ObjectReference { + // API version of the referent. + string apiVersion = 1; + + // If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. + string fieldPath = 2; + + // Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 4; + + // Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ + string namespace = 5; + + // Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + string resourceVersion = 6; + + // UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids + string uid = 7; +} + +// PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes +message IoK8sApiCoreV1PersistentVolume { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes + IoK8sApiCoreV1PersistentVolumeSpec spec = 4; + + // status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes + IoK8sApiCoreV1PersistentVolumeStatus status = 5; +} + +// PersistentVolumeClaim is a user's request for and claim to a persistent volume +message IoK8sApiCoreV1PersistentVolumeClaim { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + IoK8sApiCoreV1PersistentVolumeClaimSpec spec = 4; + + // status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + IoK8sApiCoreV1PersistentVolumeClaimStatus status = 5; +} + +// PersistentVolumeClaimCondition contains details about state of pvc +message IoK8sApiCoreV1PersistentVolumeClaimCondition { + // lastProbeTime is the time we probed the condition. + string lastProbeTime = 1; + + // lastTransitionTime is the time the condition transitioned from one status to another. + string lastTransitionTime = 2; + + // message is the human-readable message indicating details about last transition. + string message = 3; + + // reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized. + string reason = 4; + string status = 5; + string type = 6; +} + +// PersistentVolumeClaimList is a list of PersistentVolumeClaim items. +message IoK8sApiCoreV1PersistentVolumeClaimList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is a list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + repeated IoK8sApiCoreV1PersistentVolumeClaim items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes +message IoK8sApiCoreV1PersistentVolumeClaimSpec { + // accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + repeated string accessModes = 1; + + // dataSource field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. When the AnyVolumeDataSource feature gate is enabled, dataSource contents will be copied to dataSourceRef, and dataSourceRef contents will be copied to dataSource when dataSourceRef.namespace is not specified. If the namespace is specified, then dataSourceRef will not be copied to dataSource. + IoK8sApiCoreV1TypedLocalObjectReference dataSource = 2; + + // dataSourceRef specifies the object from which to populate the volume with data, if a non-empty volume is desired. This may be any object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the dataSource field and as such if both fields are non-empty, they must have the same value. For backwards compatibility, when namespace isn't specified in dataSourceRef, both fields (dataSource and dataSourceRef) will be set to the same value automatically if one of them is empty and the other is non-empty. When namespace is specified in dataSourceRef, dataSource isn't set to the same value and must be empty. There are three important differences between dataSource and dataSourceRef: * While dataSource only allows two specific types of objects, dataSourceRef + // allows any non-core object, as well as PersistentVolumeClaim objects. + // * While dataSource ignores disallowed values (dropping them), dataSourceRef + // preserves all values, and generates an error if a disallowed value is + // specified. + // * While dataSource only allows local objects, dataSourceRef allows objects + // in any namespaces. + // (Beta) Using this field requires the AnyVolumeDataSource feature gate to be enabled. (Alpha) Using the namespace field of dataSourceRef requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + IoK8sApiCoreV1TypedObjectReference dataSourceRef = 3; + + // resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources + IoK8sApiCoreV1ResourceRequirements resources = 4; + + // selector is a label query over volumes to consider for binding. + IoK8sApimachineryPkgApisMetaV1LabelSelector selector = 5; + + // storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 + string storageClassName = 6; + + // volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. + string volumeMode = 7; + + // volumeName is the binding reference to the PersistentVolume backing this claim. + string volumeName = 8; +} + +// PersistentVolumeClaimStatus is the current status of a persistent volume claim. +message IoK8sApiCoreV1PersistentVolumeClaimStatus { + // accessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 + repeated string accessModes = 1; + + // allocatedResources is the storage resource within AllocatedResources tracks the capacity allocated to a PVC. It may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature. + map allocatedResources = 2; + + // capacity represents the actual resources of the underlying volume. + map capacity = 3; + + // conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. + repeated IoK8sApiCoreV1PersistentVolumeClaimCondition conditions = 4; + + // phase represents the current phase of PersistentVolumeClaim. + string phase = 5; + + // resizeStatus stores status of resize operation. ResizeStatus is not set by default but when expansion is complete resizeStatus is set to empty string by resize controller or kubelet. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature. + string resizeStatus = 6; +} + +// PersistentVolumeClaimTemplate is used to produce PersistentVolumeClaim objects as part of an EphemeralVolumeSource. +message IoK8sApiCoreV1PersistentVolumeClaimTemplate { + // May contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 1; + + // The specification for the PersistentVolumeClaim. The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here. + IoK8sApiCoreV1PersistentVolumeClaimSpec spec = 2; +} + +// PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). +message IoK8sApiCoreV1PersistentVolumeClaimVolumeSource { + // claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + string claimName = 1; + + // readOnly Will force the ReadOnly setting in VolumeMounts. Default false. + bool readOnly = 2; +} + +// PersistentVolumeList is a list of PersistentVolume items. +message IoK8sApiCoreV1PersistentVolumeList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is a list of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes + repeated IoK8sApiCoreV1PersistentVolume items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// PersistentVolumeSpec is the specification of a persistent volume. +message IoK8sApiCoreV1PersistentVolumeSpec { + // accessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes + repeated string accessModes = 1; + + // awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + IoK8sApiCoreV1AWSElasticBlockStoreVolumeSource awsElasticBlockStore = 2; + + // azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + IoK8sApiCoreV1AzureDiskVolumeSource azureDisk = 3; + + // azureFile represents an Azure File Service mount on the host and bind mount to the pod. + IoK8sApiCoreV1AzureFilePersistentVolumeSource azureFile = 4; + + // capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity + map capacity = 5; + + // cephFS represents a Ceph FS mount on the host that shares a pod's lifetime + IoK8sApiCoreV1CephFSPersistentVolumeSource cephfs = 6; + + // cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + IoK8sApiCoreV1CinderPersistentVolumeSource cinder = 7; + + // claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding + IoK8sApiCoreV1ObjectReference claimRef = 8; + + // csi represents storage that is handled by an external CSI driver (Beta feature). + IoK8sApiCoreV1CSIPersistentVolumeSource csi = 9; + + // fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. + IoK8sApiCoreV1FCVolumeSource fc = 10; + + // flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. + IoK8sApiCoreV1FlexPersistentVolumeSource flexVolume = 11; + + // flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running + IoK8sApiCoreV1FlockerVolumeSource flocker = 12; + + // gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + IoK8sApiCoreV1GCEPersistentDiskVolumeSource gcePersistentDisk = 13; + + // glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md + IoK8sApiCoreV1GlusterfsPersistentVolumeSource glusterfs = 14; + + // hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + IoK8sApiCoreV1HostPathVolumeSource hostPath = 15; + + // iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. + IoK8sApiCoreV1ISCSIPersistentVolumeSource iscsi = 16; + + // local represents directly-attached storage with node affinity + IoK8sApiCoreV1LocalVolumeSource local = 17; + + // mountOptions is the list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options + repeated string mountOptions = 18; + + // nfs represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + IoK8sApiCoreV1NFSVolumeSource nfs = 19; + + // nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume. + IoK8sApiCoreV1VolumeNodeAffinity nodeAffinity = 20; + + // persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming + string persistentVolumeReclaimPolicy = 21; + + // photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine + IoK8sApiCoreV1PhotonPersistentDiskVolumeSource photonPersistentDisk = 22; + + // portworxVolume represents a portworx volume attached and mounted on kubelets host machine + IoK8sApiCoreV1PortworxVolumeSource portworxVolume = 23; + + // quobyte represents a Quobyte mount on the host that shares a pod's lifetime + IoK8sApiCoreV1QuobyteVolumeSource quobyte = 24; + + // rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md + IoK8sApiCoreV1RBDPersistentVolumeSource rbd = 25; + + // scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. + IoK8sApiCoreV1ScaleIOPersistentVolumeSource scaleIO = 26; + + // storageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. + string storageClassName = 27; + + // storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md + IoK8sApiCoreV1StorageOSPersistentVolumeSource storageos = 28; + + // volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. + string volumeMode = 29; + + // vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + IoK8sApiCoreV1VsphereVirtualDiskVolumeSource vsphereVolume = 30; +} + +// PersistentVolumeStatus is the current status of a persistent volume. +message IoK8sApiCoreV1PersistentVolumeStatus { + // message is a human-readable message indicating details about why the volume is in this state. + string message = 1; + + // phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase + string phase = 2; + + // reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. + string reason = 3; +} + +// Represents a Photon Controller persistent disk resource. +message IoK8sApiCoreV1PhotonPersistentDiskVolumeSource { + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + string fsType = 1; + + // pdID is the ID that identifies Photon Controller persistent disk + string pdID = 2; +} + +// Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts. +message IoK8sApiCoreV1Pod { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1PodSpec spec = 4; + + // Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1PodStatus status = 5; +} + +// Pod affinity is a group of inter pod affinity scheduling rules. +message IoK8sApiCoreV1PodAffinity { + // The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + repeated IoK8sApiCoreV1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecution = 1; + + // If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + repeated IoK8sApiCoreV1PodAffinityTerm requiredDuringSchedulingIgnoredDuringExecution = 2; +} + +// Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running +message IoK8sApiCoreV1PodAffinityTerm { + // A label query over a set of resources, in this case pods. + IoK8sApimachineryPkgApisMetaV1LabelSelector labelSelector = 1; + + // A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. + IoK8sApimachineryPkgApisMetaV1LabelSelector namespaceSelector = 2; + + // namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace". + repeated string namespaces = 3; + + // This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. + string topologyKey = 4; +} + +// Pod anti affinity is a group of inter pod anti affinity scheduling rules. +message IoK8sApiCoreV1PodAntiAffinity { + // The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. + repeated IoK8sApiCoreV1WeightedPodAffinityTerm preferredDuringSchedulingIgnoredDuringExecution = 1; + + // If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. + repeated IoK8sApiCoreV1PodAffinityTerm requiredDuringSchedulingIgnoredDuringExecution = 2; +} + +// PodCondition contains details for the current condition of this pod. +message IoK8sApiCoreV1PodCondition { + // Last time we probed the condition. + string lastProbeTime = 1; + + // Last time the condition transitioned from one status to another. + string lastTransitionTime = 2; + + // Human-readable message indicating details about last transition. + string message = 3; + + // Unique, one-word, CamelCase reason for the condition's last transition. + string reason = 4; + + // Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + string status = 5; + + // Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + string type = 6; +} + +// PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy. +message IoK8sApiCoreV1PodDNSConfig { + // A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. + repeated string nameservers = 1; + + // A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. + repeated IoK8sApiCoreV1PodDNSConfigOption options = 2; + + // A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. + repeated string searches = 3; +} + +// PodDNSConfigOption defines DNS resolver options of a pod. +message IoK8sApiCoreV1PodDNSConfigOption { + // Required. + string name = 1; + string value = 2; +} + +// IP address information for entries in the (plural) PodIPs field. Each entry includes: +// +// IP: An IP address allocated to the pod. Routable at least within the cluster. +message IoK8sApiCoreV1PodIP { + // ip is an IP address (IPv4 or IPv6) assigned to the pod + string ip = 1; +} + +// PodList is a list of Pods. +message IoK8sApiCoreV1PodList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md + repeated IoK8sApiCoreV1Pod items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// PodOS defines the OS parameters of a pod. +message IoK8sApiCoreV1PodOS { + // Name is the name of the operating system. The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null + string name = 1; +} + +// PodReadinessGate contains the reference to a pod condition +message IoK8sApiCoreV1PodReadinessGate { + // ConditionType refers to a condition in the pod's condition list with matching type. + string conditionType = 1; +} + +// PodResourceClaim references exactly one ResourceClaim through a ClaimSource. It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name. +message IoK8sApiCoreV1PodResourceClaim { + // Name uniquely identifies this resource claim inside the pod. This must be a DNS_LABEL. + string name = 1; + + // Source describes where to find the ResourceClaim. + IoK8sApiCoreV1ClaimSource source = 2; +} + +// PodSchedulingGate is associated to a Pod to guard its scheduling. +message IoK8sApiCoreV1PodSchedulingGate { + // Name of the scheduling gate. Each scheduling gate must have a unique name field. + string name = 1; +} + +// PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext. +message IoK8sApiCoreV1PodSecurityContext { + // A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: + // + // 1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- + // + // If unset, the Kubelet will not modify the ownership and permissions of any volume. Note that this field cannot be set when spec.os.name is windows. + int64 fsGroup = 1; + + // fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. Note that this field cannot be set when spec.os.name is windows. + string fsGroupChangePolicy = 2; + + // The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. + int64 runAsGroup = 3; + + // Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + bool runAsNonRoot = 4; + + // The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. + int64 runAsUser = 5; + + // The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows. + IoK8sApiCoreV1SELinuxOptions seLinuxOptions = 6; + + // The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows. + IoK8sApiCoreV1SeccompProfile seccompProfile = 7; + + // A list of groups applied to the first process run in each container, in addition to the container's primary GID, the fsGroup (if specified), and group memberships defined in the container image for the uid of the container process. If unspecified, no additional groups are added to any container. Note that group memberships defined in the container image for the uid of the container process are still effective, even if they are not included in this list. Note that this field cannot be set when spec.os.name is windows. + repeated int64 supplementalGroups = 8; + + // Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows. + repeated IoK8sApiCoreV1Sysctl sysctls = 9; + + // The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux. + IoK8sApiCoreV1WindowsSecurityContextOptions windowsOptions = 10; +} + +// PodSpec is a description of a pod. +message IoK8sApiCoreV1PodSpec { + // Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer. + int64 activeDeadlineSeconds = 1; + + // If specified, the pod's scheduling constraints + IoK8sApiCoreV1Affinity affinity = 2; + + // AutomountServiceAccountToken indicates whether a service account token should be automatically mounted. + bool automountServiceAccountToken = 3; + + // List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. + repeated IoK8sApiCoreV1Container containers = 4; + + // Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy. + IoK8sApiCoreV1PodDNSConfig dnsConfig = 5; + + // Set DNS policy for the pod. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'. + string dnsPolicy = 6; + + // EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true. + bool enableServiceLinks = 7; + + // List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. + repeated IoK8sApiCoreV1EphemeralContainer ephemeralContainers = 8; + + // HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. + repeated IoK8sApiCoreV1HostAlias hostAliases = 9; + + // Use the host's ipc namespace. Optional: Default to false. + bool hostIPC = 10; + + // Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false. + bool hostNetwork = 11; + + // Use the host's pid namespace. Optional: Default to false. + bool hostPID = 12; + + // Use the host's user namespace. Optional: Default to true. If set to true or not present, the pod will be run in the host user namespace, useful for when the pod needs a feature only available to the host user namespace, such as loading a kernel module with CAP_SYS_MODULE. When set to false, a new userns is created for the pod. Setting false is useful for mitigating container breakout vulnerabilities even allowing users to run their containers as root without actually having root privileges on the host. This field is alpha-level and is only honored by servers that enable the UserNamespacesSupport feature. + bool hostUsers = 13; + + // Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value. + string hostname = 14; + + // ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod + repeated IoK8sApiCoreV1LocalObjectReference imagePullSecrets = 15; + + // List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ + repeated IoK8sApiCoreV1Container initContainers = 16; + + // NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements. + string nodeName = 17; + + // NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ + map nodeSelector = 18; + + // Specifies the OS of the containers in the pod. Some pod and container fields are restricted if this is set. + // + // If the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions + // + // If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup + IoK8sApiCoreV1PodOS os = 19; + + // Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md + map overhead = 20; + + // PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. + string preemptionPolicy = 21; + + // The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority. + int32 priority = 22; + + // If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. + string priorityClassName = 23; + + // If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/580-pod-readiness-gates + repeated IoK8sApiCoreV1PodReadinessGate readinessGates = 24; + + // ResourceClaims defines which ResourceClaims must be allocated and reserved before the Pod is allowed to start. The resources will be made available to those containers which consume them by name. + // + // This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. + // + // This field is immutable. + repeated IoK8sApiCoreV1PodResourceClaim resourceClaims = 25; + + // Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy + string restartPolicy = 26; + + // RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class + string runtimeClassName = 27; + + // If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. + string schedulerName = 28; + + // SchedulingGates is an opaque list of values that if specified will block scheduling the pod. If schedulingGates is not empty, the pod will stay in the SchedulingGated state and the scheduler will not attempt to schedule the pod. + // + // SchedulingGates can only be set at pod creation time, and be removed only afterwards. + // + // This is a beta feature enabled by the PodSchedulingReadiness feature gate. + repeated IoK8sApiCoreV1PodSchedulingGate schedulingGates = 29; + + // SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field. + IoK8sApiCoreV1PodSecurityContext securityContext = 30; + + // DeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. + string serviceAccount = 31; + + // ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + string serviceAccountName = 32; + + // If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false. + bool setHostnameAsFQDN = 33; + + // Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. + bool shareProcessNamespace = 34; + + // If specified, the fully qualified Pod hostname will be "...svc.". If not specified, the pod will not have a domainname at all. + string subdomain = 35; + + // Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. + int64 terminationGracePeriodSeconds = 36; + + // If specified, the pod's tolerations. + repeated IoK8sApiCoreV1Toleration tolerations = 37; + + // TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed. + repeated IoK8sApiCoreV1TopologySpreadConstraint topologySpreadConstraints = 38; + + // List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes + repeated IoK8sApiCoreV1Volume volumes = 39; +} + +// PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane. +message IoK8sApiCoreV1PodStatus { + // Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions + repeated IoK8sApiCoreV1PodCondition conditions = 1; + + // The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status + repeated IoK8sApiCoreV1ContainerStatus containerStatuses = 2; + + // Status for any ephemeral containers that have run in this pod. + repeated IoK8sApiCoreV1ContainerStatus ephemeralContainerStatuses = 3; + + // IP address of the host to which the pod is assigned. Empty if not yet scheduled. + string hostIP = 4; + + // The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status + repeated IoK8sApiCoreV1ContainerStatus initContainerStatuses = 5; + + // A human readable message indicating details about why the pod is in this condition. + string message = 6; + + // nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled. + string nominatedNodeName = 7; + + // The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: + // + // Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. + // + // More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase + string phase = 8; + + // IP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. + string podIP = 9; + + // podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet. + repeated IoK8sApiCoreV1PodIP podIPs = 10; + + // The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-qos/#quality-of-service-classes + string qosClass = 11; + + // A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' + string reason = 12; + + // Status of resources resize desired for pod's containers. It is empty if no resources resize is pending. Any changes to container resources will automatically set this to "Proposed" + string resize = 13; + + // RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. + string startTime = 14; +} + +// PodTemplate describes a template for creating copies of a predefined pod. +message IoK8sApiCoreV1PodTemplate { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Template defines the pods that will be created from this pod template. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1PodTemplateSpec template = 4; +} + +// PodTemplateList is a list of PodTemplates. +message IoK8sApiCoreV1PodTemplateList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of pod templates + repeated IoK8sApiCoreV1PodTemplate items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// PodTemplateSpec describes the data a pod should have when created from a template +message IoK8sApiCoreV1PodTemplateSpec { + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 1; + + // Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1PodSpec spec = 2; +} + +message IoK8sApiCoreV1PortStatus { + // Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use + // CamelCase names + // - cloud provider specific error values must have names that comply with the + // format foo.example.com/CamelCase. + string error = 1; + + // Port is the port number of the service port of which status is recorded here + int32 port = 2; + + // Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP" + string protocol = 3; +} + +// PortworxVolumeSource represents a Portworx volume resource. +message IoK8sApiCoreV1PortworxVolumeSource { + // fSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified. + string fsType = 1; + + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 2; + + // volumeID uniquely identifies a Portworx volume + string volumeID = 3; +} + +// An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). +message IoK8sApiCoreV1PreferredSchedulingTerm { + // A node selector term, associated with the corresponding weight. + IoK8sApiCoreV1NodeSelectorTerm preference = 1; + + // Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. + int32 weight = 2; +} + +// Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. +message IoK8sApiCoreV1Probe { + // Exec specifies the action to take. + IoK8sApiCoreV1ExecAction exec = 1; + + // Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. + int32 failureThreshold = 2; + + // GRPC specifies an action involving a GRPC port. + IoK8sApiCoreV1GRPCAction grpc = 3; + + // HTTPGet specifies the http request to perform. + IoK8sApiCoreV1HTTPGetAction httpGet = 4; + + // Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + int32 initialDelaySeconds = 5; + + // How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. + int32 periodSeconds = 6; + + // Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. + int32 successThreshold = 7; + + // TCPSocket specifies an action involving a TCP port. + IoK8sApiCoreV1TCPSocketAction tcpSocket = 8; + + // Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset. + int64 terminationGracePeriodSeconds = 9; + + // Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes + int32 timeoutSeconds = 10; +} + +// Represents a projected volume source +message IoK8sApiCoreV1ProjectedVolumeSource { + // defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + int32 defaultMode = 1; + + // sources is the list of volume projections + repeated IoK8sApiCoreV1VolumeProjection sources = 2; +} + +// Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling. +message IoK8sApiCoreV1QuobyteVolumeSource { + // group to map volume access to Default is no group + string group = 1; + + // readOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. + bool readOnly = 2; + + // registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes + string registry = 3; + + // tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin + string tenant = 4; + + // user to map volume access to Defaults to serivceaccount user + string user = 5; + + // volume is a string that references an already created Quobyte volume by name. + string volume = 6; +} + +// Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1RBDPersistentVolumeSource { + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd + string fsType = 1; + + // image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + string image = 2; + + // keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + string keyring = 3; + + // monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + repeated string monitors = 4; + + // pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + string pool = 5; + + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + bool readOnly = 6; + + // secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + IoK8sApiCoreV1SecretReference secretRef = 7; + + // user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + string user = 8; +} + +// Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1RBDVolumeSource { + // fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd + string fsType = 1; + + // image is the rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + string image = 2; + + // keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + string keyring = 3; + + // monitors is a collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + repeated string monitors = 4; + + // pool is the rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + string pool = 5; + + // readOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + bool readOnly = 6; + + // secretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + IoK8sApiCoreV1LocalObjectReference secretRef = 7; + + // user is the rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + string user = 8; +} + +// ReplicationController represents the configuration of a replication controller. +message IoK8sApiCoreV1ReplicationController { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1ReplicationControllerSpec spec = 4; + + // Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1ReplicationControllerStatus status = 5; +} + +// ReplicationControllerCondition describes the state of a replication controller at a certain point. +message IoK8sApiCoreV1ReplicationControllerCondition { + // The last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // A human readable message indicating details about the transition. + string message = 2; + + // The reason for the condition's last transition. + string reason = 3; + + // Status of the condition, one of True, False, Unknown. + string status = 4; + + // Type of replication controller condition. + string type = 5; +} + +// ReplicationControllerList is a collection of replication controllers. +message IoK8sApiCoreV1ReplicationControllerList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller + repeated IoK8sApiCoreV1ReplicationController items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ReplicationControllerSpec is the specification of a replication controller. +message IoK8sApiCoreV1ReplicationControllerSpec { + // Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) + int32 minReadySeconds = 1; + + // Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller + int32 replicas = 2; + + // Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + map selector = 3; + + // Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. The only allowed template.spec.restartPolicy value is "Always". More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template + IoK8sApiCoreV1PodTemplateSpec template = 4; +} + +// ReplicationControllerStatus represents the current status of a replication controller. +message IoK8sApiCoreV1ReplicationControllerStatus { + // The number of available replicas (ready for at least minReadySeconds) for this replication controller. + int32 availableReplicas = 1; + + // Represents the latest available observations of a replication controller's current state. + repeated IoK8sApiCoreV1ReplicationControllerCondition conditions = 2; + + // The number of pods that have labels matching the labels of the pod template of the replication controller. + int32 fullyLabeledReplicas = 3; + + // ObservedGeneration reflects the generation of the most recently observed replication controller. + int64 observedGeneration = 4; + + // The number of ready replicas for this replication controller. + int32 readyReplicas = 5; + + // Replicas is the most recently observed number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller + int32 replicas = 6; +} + +// ResourceClaim references one entry in PodSpec.ResourceClaims. +message IoK8sApiCoreV1ResourceClaim { + // Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container. + string name = 1; +} + +// ResourceFieldSelector represents container resources (cpu, memory) and their output format +message IoK8sApiCoreV1ResourceFieldSelector { + // Container name: required for volumes, optional for env vars + string containerName = 1; + + // Specifies the output format of the exposed resources, defaults to "1" + string divisor = 2; + + // Required: resource to select + string resource = 3; +} + +// ResourceQuota sets aggregate quota restrictions enforced per namespace +message IoK8sApiCoreV1ResourceQuota { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec defines the desired quota. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1ResourceQuotaSpec spec = 4; + + // Status defines the actual enforced quota and its current usage. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1ResourceQuotaStatus status = 5; +} + +// ResourceQuotaList is a list of ResourceQuota items. +message IoK8sApiCoreV1ResourceQuotaList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + repeated IoK8sApiCoreV1ResourceQuota items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ResourceQuotaSpec defines the desired hard limits to enforce for Quota. +message IoK8sApiCoreV1ResourceQuotaSpec { + // hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + map hard = 1; + + // scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota but expressed using ScopeSelectorOperator in combination with possible values. For a resource to match, both scopes AND scopeSelector (if specified in spec), must be matched. + IoK8sApiCoreV1ScopeSelector scopeSelector = 2; + + // A collection of filters that must match each object tracked by a quota. If not specified, the quota matches all objects. + repeated string scopes = 3; +} + +// ResourceQuotaStatus defines the enforced hard limits and observed use. +message IoK8sApiCoreV1ResourceQuotaStatus { + // Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ + map hard = 1; + + // Used is the current observed total usage of the resource in the namespace. + map used = 2; +} + +// ResourceRequirements describes the compute resource requirements. +message IoK8sApiCoreV1ResourceRequirements { + // Claims lists the names of resources, defined in spec.resourceClaims, that are used by this container. + // + // This is an alpha field and requires enabling the DynamicResourceAllocation feature gate. + // + // This field is immutable. It can only be set for containers. + repeated IoK8sApiCoreV1ResourceClaim claims = 1; + + // Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + map limits = 2; + + // Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ + map requests = 3; +} + +// SELinuxOptions are the labels to be applied to the container +message IoK8sApiCoreV1SELinuxOptions { + // Level is SELinux level label that applies to the container. + string level = 1; + + // Role is a SELinux role label that applies to the container. + string role = 2; + + // Type is a SELinux type label that applies to the container. + string type = 3; + + // User is a SELinux user label that applies to the container. + string user = 4; +} + +// ScaleIOPersistentVolumeSource represents a persistent ScaleIO volume +message IoK8sApiCoreV1ScaleIOPersistentVolumeSource { + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs" + string fsType = 1; + + // gateway is the host address of the ScaleIO API Gateway. + string gateway = 2; + + // protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. + string protectionDomain = 3; + + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 4; + + // secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail. + IoK8sApiCoreV1SecretReference secretRef = 5; + + // sslEnabled is the flag to enable/disable SSL communication with Gateway, default false + bool sslEnabled = 6; + + // storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. + string storageMode = 7; + + // storagePool is the ScaleIO Storage Pool associated with the protection domain. + string storagePool = 8; + + // system is the name of the storage system as configured in ScaleIO. + string system = 9; + + // volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source. + string volumeName = 10; +} + +// ScaleIOVolumeSource represents a persistent ScaleIO volume +message IoK8sApiCoreV1ScaleIOVolumeSource { + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs". + string fsType = 1; + + // gateway is the host address of the ScaleIO API Gateway. + string gateway = 2; + + // protectionDomain is the name of the ScaleIO Protection Domain for the configured storage. + string protectionDomain = 3; + + // readOnly Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 4; + + // secretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail. + IoK8sApiCoreV1LocalObjectReference secretRef = 5; + + // sslEnabled Flag enable/disable SSL communication with Gateway, default false + bool sslEnabled = 6; + + // storageMode indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. + string storageMode = 7; + + // storagePool is the ScaleIO Storage Pool associated with the protection domain. + string storagePool = 8; + + // system is the name of the storage system as configured in ScaleIO. + string system = 9; + + // volumeName is the name of a volume already created in the ScaleIO system that is associated with this volume source. + string volumeName = 10; +} + +// A scope selector represents the AND of the selectors represented by the scoped-resource selector requirements. +message IoK8sApiCoreV1ScopeSelector { + // A list of scope selector requirements by scope of the resources. + repeated IoK8sApiCoreV1ScopedResourceSelectorRequirement matchExpressions = 1; +} + +// A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values. +message IoK8sApiCoreV1ScopedResourceSelectorRequirement { + // Represents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. + string operator = 1; + + // The name of the scope that the selector applies to. + string scopeName = 2; + + // An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + repeated string values = 3; +} + +// SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set. +message IoK8sApiCoreV1SeccompProfile { + // localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". + string localhostProfile = 1; + + // type indicates which kind of seccomp profile will be applied. Valid options are: + // + // Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied. + string type = 2; +} + +// Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes. +message IoK8sApiCoreV1Secret { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Data contains the secret data. Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4 + map data = 2; + + // Immutable, if set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil. + bool immutable = 3; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 4; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 5; + + // stringData allows specifying non-binary secret data in string form. It is provided as a write-only input field for convenience. All keys and values are merged into the data field on write, overwriting any existing values. The stringData field is never output when reading from the API. + map stringData = 6; + + // Used to facilitate programmatic handling of secret data. More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types + string type = 7; +} + +// SecretEnvSource selects a Secret to populate the environment variables with. +// +// The contents of the target Secret's Data field will represent the key-value pairs as environment variables. +message IoK8sApiCoreV1SecretEnvSource { + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 1; + + // Specify whether the Secret must be defined + bool optional = 2; +} + +// SecretKeySelector selects a key of a Secret. +message IoK8sApiCoreV1SecretKeySelector { + // The key of the secret to select from. Must be a valid secret key. + string key = 1; + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 2; + + // Specify whether the Secret or its key must be defined + bool optional = 3; +} + +// SecretList is a list of Secret. +message IoK8sApiCoreV1SecretList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is a list of secret objects. More info: https://kubernetes.io/docs/concepts/configuration/secret + repeated IoK8sApiCoreV1Secret items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// Adapts a secret into a projected volume. +// +// The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode. +message IoK8sApiCoreV1SecretProjection { + // items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. + repeated IoK8sApiCoreV1KeyToPath items = 1; + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 2; + + // optional field specify whether the Secret or its key must be defined + bool optional = 3; +} + +// SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace +message IoK8sApiCoreV1SecretReference { + // name is unique within a namespace to reference a secret resource. + string name = 1; + + // namespace defines the space within which the secret name must be unique. + string namespace = 2; +} + +// Adapts a Secret into a volume. +// +// The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. +message IoK8sApiCoreV1SecretVolumeSource { + // defaultMode is Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. + int32 defaultMode = 1; + + // items If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. + repeated IoK8sApiCoreV1KeyToPath items = 2; + + // optional field specify whether the Secret or its keys must be defined + bool optional = 3; + + // secretName is the name of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + string secretName = 4; +} + +// SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence. +message IoK8sApiCoreV1SecurityContext { + // AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows. + bool allowPrivilegeEscalation = 1; + + // The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows. + IoK8sApiCoreV1Capabilities capabilities = 2; + + // Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows. + bool privileged = 3; + + // procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows. + string procMount = 4; + + // Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows. + bool readOnlyRootFilesystem = 5; + + // The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. + int64 runAsGroup = 6; + + // Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + bool runAsNonRoot = 7; + + // The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. + int64 runAsUser = 8; + + // The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows. + IoK8sApiCoreV1SELinuxOptions seLinuxOptions = 9; + + // The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows. + IoK8sApiCoreV1SeccompProfile seccompProfile = 10; + + // The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux. + IoK8sApiCoreV1WindowsSecurityContextOptions windowsOptions = 11; +} + +// Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy. +message IoK8sApiCoreV1Service { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec defines the behavior of a service. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1ServiceSpec spec = 4; + + // Most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiCoreV1ServiceStatus status = 5; +} + +// ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets +message IoK8sApiCoreV1ServiceAccount { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level. + bool automountServiceAccountToken = 2; + + // ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod + repeated IoK8sApiCoreV1LocalObjectReference imagePullSecrets = 3; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 4; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 5; + + // Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret + repeated IoK8sApiCoreV1ObjectReference secrets = 6; +} + +// ServiceAccountList is a list of ServiceAccount objects +message IoK8sApiCoreV1ServiceAccountList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + repeated IoK8sApiCoreV1ServiceAccount items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise). +message IoK8sApiCoreV1ServiceAccountTokenProjection { + // audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. + string audience = 1; + + // expirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. + int64 expirationSeconds = 2; + + // path is the path relative to the mount point of the file to project the token into. + string path = 3; +} + +// ServiceList holds a list of services. +message IoK8sApiCoreV1ServiceList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // List of services + repeated IoK8sApiCoreV1Service items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ServicePort contains information on service's port. +message IoK8sApiCoreV1ServicePort { + // The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. + string appProtocol = 1; + + // The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service. + string name = 2; + + // The port on each node on which this service is exposed when type is NodePort or LoadBalancer. Usually assigned by the system. If a value is specified, in-range, and not in use it will be used, otherwise the operation will fail. If not specified, a port will be allocated if this Service requires one. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport + int32 nodePort = 3; + + // The port that will be exposed by this service. + int32 port = 4; + + // The IP protocol for this port. Supports "TCP", "UDP", and "SCTP". Default is TCP. + string protocol = 5; + + // Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service + string targetPort = 6; +} + +// ServiceSpec describes the attributes that a user creates on a service. +message IoK8sApiCoreV1ServiceSpec { + // allocateLoadBalancerNodePorts defines if NodePorts will be automatically allocated for services with type LoadBalancer. Default is "true". It may be set to "false" if the cluster load-balancer does not rely on NodePorts. If the caller requests specific NodePorts (by specifying a value), those requests will be respected, regardless of this field. This field may only be set for services with type LoadBalancer and will be cleared if the type is changed to any other type. + bool allocateLoadBalancerNodePorts = 1; + + // clusterIP is the IP address of the service and is usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be blank) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are "None", empty string (""), or a valid IP address. Setting this to "None" makes a "headless service" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + string clusterIP = 2; + + // ClusterIPs is a list of IP addresses assigned to this service, and are usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be empty) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are "None", empty string (""), or a valid IP address. Setting this to "None" makes a "headless service" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. If this field is not specified, it will be initialized from the clusterIP field. If this field is specified, clients must ensure that clusterIPs[0] and clusterIP have the same value. + // + // This field may hold a maximum of two entries (dual-stack IPs, in either order). These IPs must correspond to the values of the ipFamilies field. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + repeated string clusterIPs = 3; + + // externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. + repeated string externalIPs = 4; + + // externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires `type` to be "ExternalName". + string externalName = 5; + + // externalTrafficPolicy describes how nodes distribute service traffic they receive on one of the Service's "externally-facing" addresses (NodePorts, ExternalIPs, and LoadBalancer IPs). If set to "Local", the proxy will configure the service in a way that assumes that external load balancers will take care of balancing the service traffic between nodes, and so each node will deliver traffic only to the node-local endpoints of the service, without masquerading the client source IP. (Traffic mistakenly sent to a node with no endpoints will be dropped.) The default value, "Cluster", uses the standard behavior of routing to all endpoints evenly (possibly modified by topology and other features). Note that traffic sent to an External IP or LoadBalancer IP from within the cluster will always get "Cluster" semantics, but clients sending to a NodePort from within the cluster may need to take traffic policy into account when picking a node. + string externalTrafficPolicy = 6; + + // healthCheckNodePort specifies the healthcheck nodePort for the service. This only applies when type is set to LoadBalancer and externalTrafficPolicy is set to Local. If a value is specified, is in-range, and is not in use, it will be used. If not specified, a value will be automatically allocated. External systems (e.g. load-balancers) can use this port to determine if a given node holds endpoints for this service or not. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type). This field cannot be updated once set. + int32 healthCheckNodePort = 7; + + // InternalTrafficPolicy describes how nodes distribute service traffic they receive on the ClusterIP. If set to "Local", the proxy will assume that pods only want to talk to endpoints of the service on the same node as the pod, dropping the traffic if there are no local endpoints. The default value, "Cluster", uses the standard behavior of routing to all endpoints evenly (possibly modified by topology and other features). + string internalTrafficPolicy = 8; + + // IPFamilies is a list of IP families (e.g. IPv4, IPv6) assigned to this service. This field is usually assigned automatically based on cluster configuration and the ipFamilyPolicy field. If this field is specified manually, the requested family is available in the cluster, and ipFamilyPolicy allows it, it will be used; otherwise creation of the service will fail. This field is conditionally mutable: it allows for adding or removing a secondary IP family, but it does not allow changing the primary IP family of the Service. Valid values are "IPv4" and "IPv6". This field only applies to Services of types ClusterIP, NodePort, and LoadBalancer, and does apply to "headless" services. This field will be wiped when updating a Service to type ExternalName. + // + // This field may hold a maximum of two entries (dual-stack families, in either order). These families must correspond to the values of the clusterIPs field, if specified. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. + repeated string ipFamilies = 9; + + // IPFamilyPolicy represents the dual-stack-ness requested or required by this Service. If there is no value provided, then this field will be set to SingleStack. Services can be "SingleStack" (a single IP family), "PreferDualStack" (two IP families on dual-stack configured clusters or a single IP family on single-stack clusters), or "RequireDualStack" (two IP families on dual-stack configured clusters, otherwise fail). The ipFamilies and clusterIPs fields depend on the value of this field. This field will be wiped when updating a service to type ExternalName. + string ipFamilyPolicy = 10; + + // loadBalancerClass is the class of the load balancer implementation this Service belongs to. If specified, the value of this field must be a label-style identifier, with an optional prefix, e.g. "internal-vip" or "example.com/internal-vip". Unprefixed names are reserved for end-users. This field can only be set when the Service type is 'LoadBalancer'. If not set, the default load balancer implementation is used, today this is typically done through the cloud provider integration, but should apply for any default implementation. If set, it is assumed that a load balancer implementation is watching for Services with a matching class. Any default load balancer implementation (e.g. cloud providers) should ignore Services that set this field. This field can only be set when creating or updating a Service to type 'LoadBalancer'. Once set, it can not be changed. This field will be wiped when a service is updated to a non 'LoadBalancer' type. + string loadBalancerClass = 11; + + // Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available. + string loadBalancerIP = 12; + + // If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/ + repeated string loadBalancerSourceRanges = 13; + + // The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + repeated IoK8sApiCoreV1ServicePort ports = 14; + + // publishNotReadyAddresses indicates that any agent which deals with endpoints for this Service should disregard any indications of ready/not-ready. The primary use case for setting this field is for a StatefulSet's Headless Service to propagate SRV DNS records for its Pods for the purpose of peer discovery. The Kubernetes controllers that generate Endpoints and EndpointSlice resources for Services interpret this to mean that all endpoints are considered "ready" even if the Pods themselves are not. Agents which consume only Kubernetes generated endpoints through the Endpoints or EndpointSlice resources can safely assume this behavior. + bool publishNotReadyAddresses = 15; + + // Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/ + map selector = 16; + + // Supports "ClientIP" and "None". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies + string sessionAffinity = 17; + + // sessionAffinityConfig contains the configurations of session affinity. + IoK8sApiCoreV1SessionAffinityConfig sessionAffinityConfig = 18; + + // type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the same endpoints as the clusterIP. "ExternalName" aliases this service to the specified externalName. Several other fields do not apply to ExternalName services. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types + string type = 19; +} + +// ServiceStatus represents the current status of a service. +message IoK8sApiCoreV1ServiceStatus { + // Current service state + repeated IoK8sApimachineryPkgApisMetaV1Condition conditions = 1; + + // LoadBalancer contains the current status of the load-balancer, if one is present. + IoK8sApiCoreV1LoadBalancerStatus loadBalancer = 2; +} + +// SessionAffinityConfig represents the configurations of session affinity. +message IoK8sApiCoreV1SessionAffinityConfig { + // clientIP contains the configurations of Client IP based session affinity. + IoK8sApiCoreV1ClientIPConfig clientIP = 1; +} + +// Represents a StorageOS persistent volume resource. +message IoK8sApiCoreV1StorageOSPersistentVolumeSource { + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + string fsType = 1; + + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 2; + + // secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. + IoK8sApiCoreV1ObjectReference secretRef = 3; + + // volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. + string volumeName = 4; + + // volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. + string volumeNamespace = 5; +} + +// Represents a StorageOS persistent volume resource. +message IoK8sApiCoreV1StorageOSVolumeSource { + // fsType is the filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + string fsType = 1; + + // readOnly defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. + bool readOnly = 2; + + // secretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. + IoK8sApiCoreV1LocalObjectReference secretRef = 3; + + // volumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. + string volumeName = 4; + + // volumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. + string volumeNamespace = 5; +} + +// Sysctl defines a kernel parameter to be set +message IoK8sApiCoreV1Sysctl { + // Name of a property to set + string name = 1; + + // Value of a property to set + string value = 2; +} + +// TCPSocketAction describes an action based on opening a socket +message IoK8sApiCoreV1TCPSocketAction { + // Optional: Host name to connect to, defaults to the pod IP. + string host = 1; + + // Number or name of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. + string port = 2; +} + +// The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint. +message IoK8sApiCoreV1Taint { + // Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute. + string effect = 1; + + // Required. The taint key to be applied to a node. + string key = 2; + + // TimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. + string timeAdded = 3; + + // The taint value corresponding to the taint key. + string value = 4; +} + +// The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . +message IoK8sApiCoreV1Toleration { + // Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. + string effect = 1; + + // Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. + string key = 2; + + // Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. + string operator = 3; + + // TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. + int64 tolerationSeconds = 4; + + // Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. + string value = 5; +} + +// A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future. +message IoK8sApiCoreV1TopologySelectorLabelRequirement { + // The label key that the selector applies to. + string key = 1; + + // An array of string values. One value must match the label to be selected. Each entry in Values is ORed. + repeated string values = 2; +} + +// A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future. +message IoK8sApiCoreV1TopologySelectorTerm { + // A list of topology selector requirements by labels. + repeated IoK8sApiCoreV1TopologySelectorLabelRequirement matchLabelExpressions = 1; +} + +// TopologySpreadConstraint specifies how to spread matching pods among the given topology. +message IoK8sApiCoreV1TopologySpreadConstraint { + // LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain. + IoK8sApimachineryPkgApisMetaV1LabelSelector labelSelector = 1; + + // MatchLabelKeys is a set of pod label keys to select the pods over which spreading will be calculated. The keys are used to lookup values from the incoming pod labels, those key-value labels are ANDed with labelSelector to select the group of existing pods over which spreading will be calculated for the incoming pod. The same key is forbidden to exist in both MatchLabelKeys and LabelSelector. MatchLabelKeys cannot be set when LabelSelector isn't set. Keys that don't exist in the incoming pod labels will be ignored. A null or empty list means only match against labelSelector. + // + // This is a beta field and requires the MatchLabelKeysInPodTopologySpread feature gate to be enabled (enabled by default). + repeated string matchLabelKeys = 2; + + // MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. The global minimum is the minimum number of matching pods in an eligible domain or zero if the number of eligible domains is less than MinDomains. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 2/2/1: In this case, the global minimum is 1. | zone1 | zone2 | zone3 | | P P | P P | P | - if MaxSkew is 1, incoming pod can only be scheduled to zone3 to become 2/2/2; scheduling it onto zone1(zone2) would make the ActualSkew(3-1) on zone1(zone2) violate MaxSkew(1). - if MaxSkew is 2, incoming pod can be scheduled onto any zone. When `whenUnsatisfiable=ScheduleAnyway`, it is used to give higher precedence to topologies that satisfy it. It's a required field. Default value is 1 and 0 is not allowed. + int32 maxSkew = 3; + + // MinDomains indicates a minimum number of eligible domains. When the number of eligible domains with matching topology keys is less than minDomains, Pod Topology Spread treats "global minimum" as 0, and then the calculation of Skew is performed. And when the number of eligible domains with matching topology keys equals or greater than minDomains, this value has no effect on scheduling. As a result, when the number of eligible domains is less than minDomains, scheduler won't schedule more than maxSkew Pods to those domains. If value is nil, the constraint behaves as if MinDomains is equal to 1. Valid values are integers greater than 0. When value is not nil, WhenUnsatisfiable must be DoNotSchedule. + // + // For example, in a 3-zone cluster, MaxSkew is set to 2, MinDomains is set to 5 and pods with the same labelSelector spread as 2/2/2: | zone1 | zone2 | zone3 | | P P | P P | P P | The number of domains is less than 5(MinDomains), so "global minimum" is treated as 0. In this situation, new pod with the same labelSelector cannot be scheduled, because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones, it will violate MaxSkew. + // + // This is a beta field and requires the MinDomainsInPodTopologySpread feature gate to be enabled (enabled by default). + int32 minDomains = 4; + + // NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations. + // + // If this value is nil, the behavior is equivalent to the Honor policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + string nodeAffinityPolicy = 5; + + // NodeTaintsPolicy indicates how we will treat node taints when calculating pod topology spread skew. Options are: - Honor: nodes without taints, along with tainted nodes for which the incoming pod has a toleration, are included. - Ignore: node taints are ignored. All nodes are included. + // + // If this value is nil, the behavior is equivalent to the Ignore policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag. + string nodeTaintsPolicy = 6; + + // TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each as a "bucket", and try to put balanced number of pods into each bucket. We define a domain as a particular instance of a topology. Also, we define an eligible domain as a domain whose nodes meet the requirements of nodeAffinityPolicy and nodeTaintsPolicy. e.g. If TopologyKey is "kubernetes.io/hostname", each Node is a domain of that topology. And, if TopologyKey is "topology.kubernetes.io/zone", each zone is a domain of that topology. It's a required field. + string topologyKey = 7; + + // WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, + // but giving higher precedence to topologies that would help reduce the + // skew. + // A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assignment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field. + string whenUnsatisfiable = 8; +} + +// TypedLocalObjectReference contains enough information to let you locate the typed referenced object inside the same namespace. +message IoK8sApiCoreV1TypedLocalObjectReference { + // APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. + string apiGroup = 1; + + // Kind is the type of resource being referenced + string kind = 2; + + // Name is the name of resource being referenced + string name = 3; +} + +message IoK8sApiCoreV1TypedObjectReference { + // APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. + string apiGroup = 1; + + // Kind is the type of resource being referenced + string kind = 2; + + // Name is the name of resource being referenced + string name = 3; + + // Namespace is the namespace of resource being referenced Note that when a namespace is specified, a gateway.networking.k8s.io/ReferenceGrant object is required in the referent namespace to allow that namespace's owner to accept the reference. See the ReferenceGrant documentation for details. (Alpha) This field requires the CrossNamespaceVolumeDataSource feature gate to be enabled. + string namespace = 4; +} + +// Volume represents a named volume in a pod that may be accessed by any container in the pod. +message IoK8sApiCoreV1Volume { + // awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + IoK8sApiCoreV1AWSElasticBlockStoreVolumeSource awsElasticBlockStore = 1; + + // azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + IoK8sApiCoreV1AzureDiskVolumeSource azureDisk = 2; + + // azureFile represents an Azure File Service mount on the host and bind mount to the pod. + IoK8sApiCoreV1AzureFileVolumeSource azureFile = 3; + + // cephFS represents a Ceph FS mount on the host that shares a pod's lifetime + IoK8sApiCoreV1CephFSVolumeSource cephfs = 4; + + // cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + IoK8sApiCoreV1CinderVolumeSource cinder = 5; + + // configMap represents a configMap that should populate this volume + IoK8sApiCoreV1ConfigMapVolumeSource configMap = 6; + + // csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature). + IoK8sApiCoreV1CSIVolumeSource csi = 7; + + // downwardAPI represents downward API about the pod that should populate this volume + IoK8sApiCoreV1DownwardAPIVolumeSource downwardAPI = 8; + + // emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir + IoK8sApiCoreV1EmptyDirVolumeSource emptyDir = 9; + + // ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed. + // + // Use this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity + // tracking are needed, + // c) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through + // a PersistentVolumeClaim (see EphemeralVolumeSource for more + // information on the connection between this volume type + // and PersistentVolumeClaim). + // + // Use PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod. + // + // Use CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information. + // + // A pod can use both types of ephemeral volumes and persistent volumes at the same time. + IoK8sApiCoreV1EphemeralVolumeSource ephemeral = 10; + + // fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod. + IoK8sApiCoreV1FCVolumeSource fc = 11; + + // flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. + IoK8sApiCoreV1FlexVolumeSource flexVolume = 12; + + // flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running + IoK8sApiCoreV1FlockerVolumeSource flocker = 13; + + // gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + IoK8sApiCoreV1GCEPersistentDiskVolumeSource gcePersistentDisk = 14; + + // gitRepo represents a git repository at a particular revision. DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. + IoK8sApiCoreV1GitRepoVolumeSource gitRepo = 15; + + // glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md + IoK8sApiCoreV1GlusterfsVolumeSource glusterfs = 16; + + // hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + IoK8sApiCoreV1HostPathVolumeSource hostPath = 17; + + // iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md + IoK8sApiCoreV1ISCSIVolumeSource iscsi = 18; + + // name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names + string name = 19; + + // nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + IoK8sApiCoreV1NFSVolumeSource nfs = 20; + + // persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + IoK8sApiCoreV1PersistentVolumeClaimVolumeSource persistentVolumeClaim = 21; + + // photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine + IoK8sApiCoreV1PhotonPersistentDiskVolumeSource photonPersistentDisk = 22; + + // portworxVolume represents a portworx volume attached and mounted on kubelets host machine + IoK8sApiCoreV1PortworxVolumeSource portworxVolume = 23; + + // projected items for all in one resources secrets, configmaps, and downward API + IoK8sApiCoreV1ProjectedVolumeSource projected = 24; + + // quobyte represents a Quobyte mount on the host that shares a pod's lifetime + IoK8sApiCoreV1QuobyteVolumeSource quobyte = 25; + + // rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md + IoK8sApiCoreV1RBDVolumeSource rbd = 26; + + // scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. + IoK8sApiCoreV1ScaleIOVolumeSource scaleIO = 27; + + // secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret + IoK8sApiCoreV1SecretVolumeSource secret = 28; + + // storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. + IoK8sApiCoreV1StorageOSVolumeSource storageos = 29; + + // vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + IoK8sApiCoreV1VsphereVirtualDiskVolumeSource vsphereVolume = 30; +} + +// volumeDevice describes a mapping of a raw block device within a container. +message IoK8sApiCoreV1VolumeDevice { + // devicePath is the path inside of the container that the device will be mapped to. + string devicePath = 1; + + // name must match the name of a persistentVolumeClaim in the pod + string name = 2; +} + +// VolumeMount describes a mounting of a Volume within a container. +message IoK8sApiCoreV1VolumeMount { + // Path within the container at which the volume should be mounted. Must not contain ':'. + string mountPath = 1; + + // mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. + string mountPropagation = 2; + + // This must match the Name of a Volume. + string name = 3; + + // Mounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. + bool readOnly = 4; + + // Path within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). + string subPath = 5; + + // Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive. + string subPathExpr = 6; +} + +// VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from. +message IoK8sApiCoreV1VolumeNodeAffinity { + // required specifies hard node constraints that must be met. + IoK8sApiCoreV1NodeSelector required = 1; +} + +// Projection that may be projected along with other supported volume types +message IoK8sApiCoreV1VolumeProjection { + // configMap information about the configMap data to project + IoK8sApiCoreV1ConfigMapProjection configMap = 1; + + // downwardAPI information about the downwardAPI data to project + IoK8sApiCoreV1DownwardAPIProjection downwardAPI = 2; + + // secret information about the secret data to project + IoK8sApiCoreV1SecretProjection secret = 3; + + // serviceAccountToken is information about the serviceAccountToken data to project + IoK8sApiCoreV1ServiceAccountTokenProjection serviceAccountToken = 4; +} + +// Represents a vSphere volume resource. +message IoK8sApiCoreV1VsphereVirtualDiskVolumeSource { + // fsType is filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. + string fsType = 1; + + // storagePolicyID is the storage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. + string storagePolicyID = 2; + + // storagePolicyName is the storage Policy Based Management (SPBM) profile name. + string storagePolicyName = 3; + + // volumePath is the path that identifies vSphere volume vmdk + string volumePath = 4; +} + +// The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) +message IoK8sApiCoreV1WeightedPodAffinityTerm { + // Required. A pod affinity term, associated with the corresponding weight. + IoK8sApiCoreV1PodAffinityTerm podAffinityTerm = 1; + + // weight associated with matching the corresponding podAffinityTerm, in the range 1-100. + int32 weight = 2; +} + +// WindowsSecurityContextOptions contain Windows-specific options and credentials. +message IoK8sApiCoreV1WindowsSecurityContextOptions { + // GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. + string gmsaCredentialSpec = 1; + + // GMSACredentialSpecName is the name of the GMSA credential spec to use. + string gmsaCredentialSpecName = 2; + + // HostProcess determines if a container should be run as a 'Host Process' container. All of a Pod's containers must have the same effective HostProcess value (it is not allowed to have a mix of HostProcess containers and non-HostProcess containers). In addition, if HostProcess is true then HostNetwork must also be set to true. + bool hostProcess = 3; + + // The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + string runAsUserName = 4; +} + +// Endpoint represents a single logical "backend" implementing a service. +message IoK8sApiDiscoveryV1Endpoint { + // addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. These are all assumed to be fungible and clients may choose to only use the first element. Refer to: https://issue.k8s.io/106267 + repeated string addresses = 1; + + // conditions contains information about the current status of the endpoint. + IoK8sApiDiscoveryV1EndpointConditions conditions = 2; + + // deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead. + map deprecatedTopology = 3; + + // hints contains information associated with how an endpoint should be consumed. + IoK8sApiDiscoveryV1EndpointHints hints = 4; + + // hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation. + string hostname = 5; + + // nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. + string nodeName = 6; + + // targetRef is a reference to a Kubernetes object that represents this endpoint. + IoK8sApiCoreV1ObjectReference targetRef = 7; + + // zone is the name of the Zone this endpoint exists in. + string zone = 8; +} + +// EndpointConditions represents the current condition of an endpoint. +message IoK8sApiDiscoveryV1EndpointConditions { + // ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints, except when the normal readiness behavior is being explicitly overridden, for example when the associated Service has set the publishNotReadyAddresses flag. + bool ready = 1; + + // serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. + bool serving = 2; + + // terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. + bool terminating = 3; +} + +// EndpointHints provides hints describing how an endpoint should be consumed. +message IoK8sApiDiscoveryV1EndpointHints { + // forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. + repeated IoK8sApiDiscoveryV1ForZone forZones = 1; +} + +// EndpointPort represents a Port used by an EndpointSlice +message IoK8sApiDiscoveryV1EndpointPort { + // The application protocol for this port. This is used as a hint for implementations to offer richer behavior for protocols that they understand. This field follows standard Kubernetes label syntax. Valid values are either: + // + // * Un-prefixed protocol names - reserved for IANA standard service names (as per RFC-6335 and https://www.iana.org/assignments/service-names). + // + // * Kubernetes-defined prefixed names: + // * 'kubernetes.io/h2c' - HTTP/2 over cleartext as described in https://www.rfc-editor.org/rfc/rfc7540 + // + // * Other protocols should use implementation-defined prefixed names such as mycompany.com/my-custom-protocol. + string appProtocol = 1; + + // name represents the name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string. + string name = 2; + + // port represents the port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer. + int32 port = 3; + + // protocol represents the IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP. + string protocol = 4; +} + +// EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints. +message IoK8sApiDiscoveryV1EndpointSlice { + // addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name. + string addressType = 1; + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 2; + + // endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints. + repeated IoK8sApiDiscoveryV1Endpoint endpoints = 3; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 4; + + // Standard object's metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 5; + + // ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports. + repeated IoK8sApiDiscoveryV1EndpointPort ports = 6; +} + +// EndpointSliceList represents a list of endpoint slices +message IoK8sApiDiscoveryV1EndpointSliceList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of endpoint slices + repeated IoK8sApiDiscoveryV1EndpointSlice items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ForZone provides information about which zones should consume this endpoint. +message IoK8sApiDiscoveryV1ForZone { + // name represents the name of the zone. + string name = 1; +} + +// Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. +message IoK8sApiEventsV1Event { + // action is what action was taken/failed regarding to the regarding object. It is machine-readable. This field cannot be empty for new Events and it can have at most 128 characters. + string action = 1; + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 2; + + // deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event type. + int32 deprecatedCount = 3; + + // deprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type. + string deprecatedFirstTimestamp = 4; + + // deprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type. + string deprecatedLastTimestamp = 5; + + // deprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type. + IoK8sApiCoreV1EventSource deprecatedSource = 6; + + // eventTime is the time when this Event was first observed. It is required. + string eventTime = 7; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 8; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 9; + + // note is a human-readable description of the status of this operation. Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB. + string note = 10; + + // reason is why the action was taken. It is human-readable. This field cannot be empty for new Events and it can have at most 128 characters. + string reason = 11; + + // regarding contains the object this Event is about. In most cases it's an Object reporting controller implements, e.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object. + IoK8sApiCoreV1ObjectReference regarding = 12; + + // related is the optional secondary object for more complex actions. E.g. when regarding object triggers a creation or deletion of related object. + IoK8sApiCoreV1ObjectReference related = 13; + + // reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. This field cannot be empty for new Events. + string reportingController = 14; + + // reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`. This field cannot be empty for new Events and it can have at most 128 characters. + string reportingInstance = 15; + + // series is data about the Event series this event represents or nil if it's a singleton Event. + IoK8sApiEventsV1EventSeries series = 16; + + // type is the type of this event (Normal, Warning), new types could be added in the future. It is machine-readable. This field cannot be empty for new Events. + string type = 17; +} + +// EventList is a list of Event objects. +message IoK8sApiEventsV1EventList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is a list of schema objects. + repeated IoK8sApiEventsV1Event items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. How often to update the EventSeries is up to the event reporters. The default event reporter in "k8s.io/client-go/tools/events/event_broadcaster.go" shows how this struct is updated on heartbeats and can guide customized reporter implementations. +message IoK8sApiEventsV1EventSeries { + // count is the number of occurrences in this series up to the last heartbeat time. + int32 count = 1; + + // lastObservedTime is the time when last Event from the series was seen before last heartbeat. + string lastObservedTime = 2; +} + +// FlowDistinguisherMethod specifies the method of a flow distinguisher. +message IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod { + // `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required. + string type = 1; +} + +// FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher". +message IoK8sApiFlowcontrolV1beta2FlowSchema { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiFlowcontrolV1beta2FlowSchemaSpec spec = 4; + + // `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiFlowcontrolV1beta2FlowSchemaStatus status = 5; +} + +// FlowSchemaCondition describes conditions for a FlowSchema. +message IoK8sApiFlowcontrolV1beta2FlowSchemaCondition { + // `lastTransitionTime` is the last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // `message` is a human-readable message indicating details about last transition. + string message = 2; + + // `reason` is a unique, one-word, CamelCase reason for the condition's last transition. + string reason = 3; + + // `status` is the status of the condition. Can be True, False, Unknown. Required. + string status = 4; + + // `type` is the type of the condition. Required. + string type = 5; +} + +// FlowSchemaList is a list of FlowSchema objects. +message IoK8sApiFlowcontrolV1beta2FlowSchemaList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // `items` is a list of FlowSchemas. + repeated IoK8sApiFlowcontrolV1beta2FlowSchema items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // `metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// FlowSchemaSpec describes how the FlowSchema's specification looks like. +message IoK8sApiFlowcontrolV1beta2FlowSchemaSpec { + // `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string. + IoK8sApiFlowcontrolV1beta2FlowDistinguisherMethod distinguisherMethod = 1; + + // `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default. + int32 matchingPrecedence = 2; + + // `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required. + IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationReference priorityLevelConfiguration = 3; + + // `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema. + repeated IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects rules = 4; +} + +// FlowSchemaStatus represents the current state of a FlowSchema. +message IoK8sApiFlowcontrolV1beta2FlowSchemaStatus { + // `conditions` is a list of the current states of FlowSchema. + repeated IoK8sApiFlowcontrolV1beta2FlowSchemaCondition conditions = 1; +} + +// GroupSubject holds detailed information for group-kind subject. +message IoK8sApiFlowcontrolV1beta2GroupSubject { + // name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required. + string name = 1; +} + +// LimitResponse defines how to handle requests that can not be executed right now. +message IoK8sApiFlowcontrolV1beta2LimitResponse { + // `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`. + IoK8sApiFlowcontrolV1beta2QueuingConfiguration queuing = 1; + + // `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required. + string type = 2; +} + +// LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues: +// - How are requests for this priority level limited? +// - What should be done with requests that exceed the limit? +message IoK8sApiFlowcontrolV1beta2LimitedPriorityLevelConfiguration { + // `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level: + // + // ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) ) + // + // bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30. + int32 assuredConcurrencyShares = 1; + + // `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows. + // + // BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 ) + // + // The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite. + int32 borrowingLimitPercent = 2; + + // `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows. + // + // LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 ) + int32 lendablePercent = 3; + + // `limitResponse` indicates what to do with requests that can not be executed right now + IoK8sApiFlowcontrolV1beta2LimitResponse limitResponse = 4; +} + +// NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request. +message IoK8sApiFlowcontrolV1beta2NonResourcePolicyRule { + // `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example: + // - "/healthz" is legal + // - "/hea*" is illegal + // - "/hea" is legal but matches nothing + // - "/hea/*" also matches nothing + // - "/healthz/*" matches all per-component health checks. + // "*" matches all non-resource urls. if it is present, it must be the only entry. Required. + repeated string nonResourceURLs = 1; + + // `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required. + repeated string verbs = 2; +} + +// PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request. +message IoK8sApiFlowcontrolV1beta2PolicyRulesWithSubjects { + // `nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL. + repeated IoK8sApiFlowcontrolV1beta2NonResourcePolicyRule nonResourceRules = 1; + + // `resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty. + repeated IoK8sApiFlowcontrolV1beta2ResourcePolicyRule resourceRules = 2; + + // subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required. + repeated IoK8sApiFlowcontrolV1beta2Subject subjects = 3; +} + +// PriorityLevelConfiguration represents the configuration of a priority level. +message IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationSpec spec = 4; + + // `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationStatus status = 5; +} + +// PriorityLevelConfigurationCondition defines the condition of priority level. +message IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationCondition { + // `lastTransitionTime` is the last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // `message` is a human-readable message indicating details about last transition. + string message = 2; + + // `reason` is a unique, one-word, CamelCase reason for the condition's last transition. + string reason = 3; + + // `status` is the status of the condition. Can be True, False, Unknown. Required. + string status = 4; + + // `type` is the type of the condition. Required. + string type = 5; +} + +// PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects. +message IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // `items` is a list of request-priorities. + repeated IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// PriorityLevelConfigurationReference contains information that points to the "request-priority" being used. +message IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationReference { + // `name` is the name of the priority level configuration being referenced Required. + string name = 1; +} + +// PriorityLevelConfigurationSpec specifies the configuration of a priority level. +message IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationSpec { + // `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`. + IoK8sApiFlowcontrolV1beta2LimitedPriorityLevelConfiguration limited = 1; + + // `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required. + string type = 2; +} + +// PriorityLevelConfigurationStatus represents the current state of a "request-priority". +message IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationStatus { + // `conditions` is the current state of "request-priority". + repeated IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationCondition conditions = 1; +} + +// QueuingConfiguration holds the configuration parameters for queuing +message IoK8sApiFlowcontrolV1beta2QueuingConfiguration { + // `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8. + int32 handSize = 1; + + // `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50. + int32 queueLengthLimit = 2; + + // `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64. + int32 queues = 3; +} + +// ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace. +message IoK8sApiFlowcontrolV1beta2ResourcePolicyRule { + // `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required. + repeated string apiGroups = 1; + + // `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list. + bool clusterScope = 2; + + // `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true. + repeated string namespaces = 3; + + // `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required. + repeated string resources = 4; + + // `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required. + repeated string verbs = 5; +} + +// ServiceAccountSubject holds detailed information for service-account-kind subject. +message IoK8sApiFlowcontrolV1beta2ServiceAccountSubject { + // `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required. + string name = 1; + + // `namespace` is the namespace of matching ServiceAccount objects. Required. + string namespace = 2; +} + +// Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account. +message IoK8sApiFlowcontrolV1beta2Subject { + // `group` matches based on user group name. + IoK8sApiFlowcontrolV1beta2GroupSubject group = 1; + + // `kind` indicates which one of the other fields is non-empty. Required + string kind = 2; + + // `serviceAccount` matches ServiceAccounts. + IoK8sApiFlowcontrolV1beta2ServiceAccountSubject serviceAccount = 3; + + // `user` matches based on username. + IoK8sApiFlowcontrolV1beta2UserSubject user = 4; +} + +// UserSubject holds detailed information for user-kind subject. +message IoK8sApiFlowcontrolV1beta2UserSubject { + // `name` is the username that matches, or "*" to match all usernames. Required. + string name = 1; +} + +// FlowDistinguisherMethod specifies the method of a flow distinguisher. +message IoK8sApiFlowcontrolV1beta3FlowDistinguisherMethod { + // `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required. + string type = 1; +} + +// FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher". +message IoK8sApiFlowcontrolV1beta3FlowSchema { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiFlowcontrolV1beta3FlowSchemaSpec spec = 4; + + // `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiFlowcontrolV1beta3FlowSchemaStatus status = 5; +} + +// FlowSchemaCondition describes conditions for a FlowSchema. +message IoK8sApiFlowcontrolV1beta3FlowSchemaCondition { + // `lastTransitionTime` is the last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // `message` is a human-readable message indicating details about last transition. + string message = 2; + + // `reason` is a unique, one-word, CamelCase reason for the condition's last transition. + string reason = 3; + + // `status` is the status of the condition. Can be True, False, Unknown. Required. + string status = 4; + + // `type` is the type of the condition. Required. + string type = 5; +} + +// FlowSchemaList is a list of FlowSchema objects. +message IoK8sApiFlowcontrolV1beta3FlowSchemaList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // `items` is a list of FlowSchemas. + repeated IoK8sApiFlowcontrolV1beta3FlowSchema items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // `metadata` is the standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// FlowSchemaSpec describes how the FlowSchema's specification looks like. +message IoK8sApiFlowcontrolV1beta3FlowSchemaSpec { + // `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string. + IoK8sApiFlowcontrolV1beta3FlowDistinguisherMethod distinguisherMethod = 1; + + // `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default. + int32 matchingPrecedence = 2; + + // `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required. + IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationReference priorityLevelConfiguration = 3; + + // `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema. + repeated IoK8sApiFlowcontrolV1beta3PolicyRulesWithSubjects rules = 4; +} + +// FlowSchemaStatus represents the current state of a FlowSchema. +message IoK8sApiFlowcontrolV1beta3FlowSchemaStatus { + // `conditions` is a list of the current states of FlowSchema. + repeated IoK8sApiFlowcontrolV1beta3FlowSchemaCondition conditions = 1; +} + +// GroupSubject holds detailed information for group-kind subject. +message IoK8sApiFlowcontrolV1beta3GroupSubject { + // name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required. + string name = 1; +} + +// LimitResponse defines how to handle requests that can not be executed right now. +message IoK8sApiFlowcontrolV1beta3LimitResponse { + // `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`. + IoK8sApiFlowcontrolV1beta3QueuingConfiguration queuing = 1; + + // `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required. + string type = 2; +} + +// LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues: +// - How are requests for this priority level limited? +// - What should be done with requests that exceed the limit? +message IoK8sApiFlowcontrolV1beta3LimitedPriorityLevelConfiguration { + // `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows. + // + // BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 ) + // + // The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite. + int32 borrowingLimitPercent = 1; + + // `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows. + // + // LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 ) + int32 lendablePercent = 2; + + // `limitResponse` indicates what to do with requests that can not be executed right now + IoK8sApiFlowcontrolV1beta3LimitResponse limitResponse = 3; + + // `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values: + // + // NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k) + // + // Bigger numbers mean a larger nominal concurrency limit, at the expense of every other Limited priority level. This field has a default value of 30. + int32 nominalConcurrencyShares = 4; +} + +// NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request. +message IoK8sApiFlowcontrolV1beta3NonResourcePolicyRule { + // `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example: + // - "/healthz" is legal + // - "/hea*" is illegal + // - "/hea" is legal but matches nothing + // - "/hea/*" also matches nothing + // - "/healthz/*" matches all per-component health checks. + // "*" matches all non-resource urls. if it is present, it must be the only entry. Required. + repeated string nonResourceURLs = 1; + + // `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required. + repeated string verbs = 2; +} + +// PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request. +message IoK8sApiFlowcontrolV1beta3PolicyRulesWithSubjects { + // `nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL. + repeated IoK8sApiFlowcontrolV1beta3NonResourcePolicyRule nonResourceRules = 1; + + // `resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty. + repeated IoK8sApiFlowcontrolV1beta3ResourcePolicyRule resourceRules = 2; + + // subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required. + repeated IoK8sApiFlowcontrolV1beta3Subject subjects = 3; +} + +// PriorityLevelConfiguration represents the configuration of a priority level. +message IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationSpec spec = 4; + + // `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationStatus status = 5; +} + +// PriorityLevelConfigurationCondition defines the condition of priority level. +message IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationCondition { + // `lastTransitionTime` is the last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // `message` is a human-readable message indicating details about last transition. + string message = 2; + + // `reason` is a unique, one-word, CamelCase reason for the condition's last transition. + string reason = 3; + + // `status` is the status of the condition. Can be True, False, Unknown. Required. + string status = 4; + + // `type` is the type of the condition. Required. + string type = 5; +} + +// PriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects. +message IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // `items` is a list of request-priorities. + repeated IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// PriorityLevelConfigurationReference contains information that points to the "request-priority" being used. +message IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationReference { + // `name` is the name of the priority level configuration being referenced Required. + string name = 1; +} + +// PriorityLevelConfigurationSpec specifies the configuration of a priority level. +message IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationSpec { + // `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`. + IoK8sApiFlowcontrolV1beta3LimitedPriorityLevelConfiguration limited = 1; + + // `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required. + string type = 2; +} + +// PriorityLevelConfigurationStatus represents the current state of a "request-priority". +message IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationStatus { + // `conditions` is the current state of "request-priority". + repeated IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationCondition conditions = 1; +} + +// QueuingConfiguration holds the configuration parameters for queuing +message IoK8sApiFlowcontrolV1beta3QueuingConfiguration { + // `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8. + int32 handSize = 1; + + // `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50. + int32 queueLengthLimit = 2; + + // `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64. + int32 queues = 3; +} + +// ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace. +message IoK8sApiFlowcontrolV1beta3ResourcePolicyRule { + // `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required. + repeated string apiGroups = 1; + + // `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list. + bool clusterScope = 2; + + // `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true. + repeated string namespaces = 3; + + // `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required. + repeated string resources = 4; + + // `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required. + repeated string verbs = 5; +} + +// ServiceAccountSubject holds detailed information for service-account-kind subject. +message IoK8sApiFlowcontrolV1beta3ServiceAccountSubject { + // `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required. + string name = 1; + + // `namespace` is the namespace of matching ServiceAccount objects. Required. + string namespace = 2; +} + +// Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account. +message IoK8sApiFlowcontrolV1beta3Subject { + // `group` matches based on user group name. + IoK8sApiFlowcontrolV1beta3GroupSubject group = 1; + + // `kind` indicates which one of the other fields is non-empty. Required + string kind = 2; + + // `serviceAccount` matches ServiceAccounts. + IoK8sApiFlowcontrolV1beta3ServiceAccountSubject serviceAccount = 3; + + // `user` matches based on username. + IoK8sApiFlowcontrolV1beta3UserSubject user = 4; +} + +// UserSubject holds detailed information for user-kind subject. +message IoK8sApiFlowcontrolV1beta3UserSubject { + // `name` is the username that matches, or "*" to match all usernames. Required. + string name = 1; +} + +// HTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend. +message IoK8sApiNetworkingV1HTTPIngressPath { + // backend defines the referenced service endpoint to which the traffic will be forwarded to. + IoK8sApiNetworkingV1IngressBackend backend = 1; + + // path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/' and must be present when using PathType with value "Exact" or "Prefix". + string path = 2; + + // pathType determines the interpretation of the path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is + // done on a path element by element basis. A path element refers is the + // list of labels in the path split by the '/' separator. A request is a + // match for path p if every p is an element-wise prefix of p of the + // request path. Note that if the last element of the path is a substring + // of the last element in request path, it is not a match (e.g. /foo/bar + // matches /foo/bar/baz, but does not match /foo/barbaz). + // * ImplementationSpecific: Interpretation of the Path matching is up to + // the IngressClass. Implementations can treat this as a separate PathType + // or treat it identically to Prefix or Exact path types. + // Implementations are required to support all path types. + string pathType = 3; +} + +// HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'. +message IoK8sApiNetworkingV1HTTPIngressRuleValue { + // paths is a collection of paths that map requests to backends. + repeated IoK8sApiNetworkingV1HTTPIngressPath paths = 1; +} + +// IPBlock describes a particular CIDR (Ex. "192.168.1.0/24","2001:db8::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule. +message IoK8sApiNetworkingV1IPBlock { + // cidr is a string representing the IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" + string cidr = 1; + + // except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range + repeated string except = 2; +} + +// Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. +message IoK8sApiNetworkingV1Ingress { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiNetworkingV1IngressSpec spec = 4; + + // status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiNetworkingV1IngressStatus status = 5; +} + +// IngressBackend describes all endpoints for a given service and port. +message IoK8sApiNetworkingV1IngressBackend { + // resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service". + IoK8sApiCoreV1TypedLocalObjectReference resource = 1; + + // service references a service as a backend. This is a mutually exclusive setting with "Resource". + IoK8sApiNetworkingV1IngressServiceBackend service = 2; +} + +// IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class. +message IoK8sApiNetworkingV1IngressClass { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiNetworkingV1IngressClassSpec spec = 4; +} + +// IngressClassList is a collection of IngressClasses. +message IoK8sApiNetworkingV1IngressClassList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of IngressClasses. + repeated IoK8sApiNetworkingV1IngressClass items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource. +message IoK8sApiNetworkingV1IngressClassParametersReference { + // apiGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. + string apiGroup = 1; + + // kind is the type of resource being referenced. + string kind = 2; + + // name is the name of resource being referenced. + string name = 3; + + // namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster". + string namespace = 4; + + // scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace". + string scope = 5; +} + +// IngressClassSpec provides information about the class of an Ingress. +message IoK8sApiNetworkingV1IngressClassSpec { + // controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable. + string controller = 1; + + // parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters. + IoK8sApiNetworkingV1IngressClassParametersReference parameters = 2; +} + +// IngressList is a collection of Ingress. +message IoK8sApiNetworkingV1IngressList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of Ingress. + repeated IoK8sApiNetworkingV1Ingress items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// IngressLoadBalancerIngress represents the status of a load-balancer ingress point. +message IoK8sApiNetworkingV1IngressLoadBalancerIngress { + // hostname is set for load-balancer ingress points that are DNS based. + string hostname = 1; + + // ip is set for load-balancer ingress points that are IP based. + string ip = 2; + + // ports provides information about the ports exposed by this LoadBalancer. + repeated IoK8sApiNetworkingV1IngressPortStatus ports = 3; +} + +// IngressLoadBalancerStatus represents the status of a load-balancer. +message IoK8sApiNetworkingV1IngressLoadBalancerStatus { + // ingress is a list containing ingress points for the load-balancer. + repeated IoK8sApiNetworkingV1IngressLoadBalancerIngress ingress = 1; +} + +// IngressPortStatus represents the error condition of a service port +message IoK8sApiNetworkingV1IngressPortStatus { + // error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use + // CamelCase names + // - cloud provider specific error values must have names that comply with the + // format foo.example.com/CamelCase. + string error = 1; + + // port is the port number of the ingress port. + int32 port = 2; + + // protocol is the protocol of the ingress port. The supported values are: "TCP", "UDP", "SCTP" + string protocol = 3; +} + +// IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. +message IoK8sApiNetworkingV1IngressRule { + // host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to + // the IP in the Spec of the parent Ingress. + // 2. The `:` delimiter is not respected because ports are not allowed. + // Currently the port of an Ingress is implicitly :80 for http and + // :443 for https. + // Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. + // + // host can be "precise" which is a domain name without the terminating dot of a network host (e.g. "foo.bar.com") or "wildcard", which is a domain name prefixed with a single wildcard label (e.g. "*.foo.com"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == "*"). Requests will be matched against the Host field in the following way: 1. If host is precise, the request matches this rule if the http host header is equal to Host. 2. If host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule. + string host = 1; + IoK8sApiNetworkingV1HTTPIngressRuleValue http = 2; +} + +// IngressServiceBackend references a Kubernetes Service as a Backend. +message IoK8sApiNetworkingV1IngressServiceBackend { + // name is the referenced service. The service must exist in the same namespace as the Ingress object. + string name = 1; + + // port of the referenced service. A port name or port number is required for a IngressServiceBackend. + IoK8sApiNetworkingV1ServiceBackendPort port = 2; +} + +// IngressSpec describes the Ingress the user wishes to exist. +message IoK8sApiNetworkingV1IngressSpec { + // defaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller. + IoK8sApiNetworkingV1IngressBackend defaultBackend = 1; + + // ingressClassName is the name of an IngressClass cluster resource. Ingress controller implementations use this field to know whether they should be serving this Ingress resource, by a transitive connection (controller -> IngressClass -> Ingress resource). Although the `kubernetes.io/ingress.class` annotation (simple constant name) was never formally defined, it was widely supported by Ingress controllers to create a direct binding between Ingress controller and Ingress resources. Newly created Ingress resources should prefer using the field. However, even though the annotation is officially deprecated, for backwards compatibility reasons, ingress controllers should still honor that annotation if present. + string ingressClassName = 2; + + // rules is a list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. + repeated IoK8sApiNetworkingV1IngressRule rules = 3; + + // tls represents the TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. + repeated IoK8sApiNetworkingV1IngressTLS tls = 4; +} + +// IngressStatus describe the current state of the Ingress. +message IoK8sApiNetworkingV1IngressStatus { + // loadBalancer contains the current status of the load-balancer. + IoK8sApiNetworkingV1IngressLoadBalancerStatus loadBalancer = 1; +} + +// IngressTLS describes the transport layer security associated with an ingress. +message IoK8sApiNetworkingV1IngressTLS { + // hosts is a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. + repeated string hosts = 1; + + // secretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the "Host" header is used for routing. + string secretName = 2; +} + +// NetworkPolicy describes what network traffic is allowed for a set of Pods +message IoK8sApiNetworkingV1NetworkPolicy { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec represents the specification of the desired behavior for this NetworkPolicy. + IoK8sApiNetworkingV1NetworkPolicySpec spec = 4; +} + +// NetworkPolicyEgressRule describes a particular set of traffic that is allowed out of pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and to. This type is beta-level in 1.8 +message IoK8sApiNetworkingV1NetworkPolicyEgressRule { + // ports is a list of destination ports for outgoing traffic. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. + repeated IoK8sApiNetworkingV1NetworkPolicyPort ports = 1; + + // to is a list of destinations for outgoing traffic of pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all destinations (traffic not restricted by destination). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the to list. + repeated IoK8sApiNetworkingV1NetworkPolicyPeer to = 2; +} + +// NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from. +message IoK8sApiNetworkingV1NetworkPolicyIngressRule { + // from is a list of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list. + repeated IoK8sApiNetworkingV1NetworkPolicyPeer from = 1; + + // ports is a list of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. + repeated IoK8sApiNetworkingV1NetworkPolicyPort ports = 2; +} + +// NetworkPolicyList is a list of NetworkPolicy objects. +message IoK8sApiNetworkingV1NetworkPolicyList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is a list of schema objects. + repeated IoK8sApiNetworkingV1NetworkPolicy items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// NetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed +message IoK8sApiNetworkingV1NetworkPolicyPeer { + // ipBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be. + IoK8sApiNetworkingV1IPBlock ipBlock = 1; + + // namespaceSelector selects namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. + // + // If podSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the namespaces selected by namespaceSelector. Otherwise it selects all pods in the namespaces selected by namespaceSelector. + IoK8sApimachineryPkgApisMetaV1LabelSelector namespaceSelector = 2; + + // podSelector is a label selector which selects pods. This field follows standard label selector semantics; if present but empty, it selects all pods. + // + // If namespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the pods matching podSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the pods matching podSelector in the policy's own namespace. + IoK8sApimachineryPkgApisMetaV1LabelSelector podSelector = 3; +} + +// NetworkPolicyPort describes a port to allow traffic on +message IoK8sApiNetworkingV1NetworkPolicyPort { + // endPort indicates that the range of ports from port to endPort if set, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port. + int32 endPort = 1; + + // port represents the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched. + string port = 2; + + // protocol represents the protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP. + string protocol = 3; +} + +// NetworkPolicySpec provides the specification of a NetworkPolicy +message IoK8sApiNetworkingV1NetworkPolicySpec { + // egress is a list of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 + repeated IoK8sApiNetworkingV1NetworkPolicyEgressRule egress = 1; + + // ingress is a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default) + repeated IoK8sApiNetworkingV1NetworkPolicyIngressRule ingress = 2; + + // podSelector selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace. + IoK8sApimachineryPkgApisMetaV1LabelSelector podSelector = 3; + + // policyTypes is a list of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of ingress or egress rules; policies that contain an egress section are assumed to affect egress, and all policies (whether or not they contain an ingress section) are assumed to affect ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 + repeated string policyTypes = 4; +} + +// ServiceBackendPort is the service port being referenced. +message IoK8sApiNetworkingV1ServiceBackendPort { + // name is the name of the port on the Service. This is a mutually exclusive setting with "Number". + string name = 1; + + // number is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name". + int32 number = 2; +} + +// ClusterCIDR represents a single configuration for per-Node Pod CIDR allocations when the MultiCIDRRangeAllocator is enabled (see the config for kube-controller-manager). A cluster may have any number of ClusterCIDR resources, all of which will be considered when allocating a CIDR for a Node. A ClusterCIDR is eligible to be used for a given Node when the node selector matches the node in question and has free CIDRs to allocate. In case of multiple matching ClusterCIDR resources, the allocator will attempt to break ties using internal heuristics, but any ClusterCIDR whose node selector matches the Node may be used. +message IoK8sApiNetworkingV1alpha1ClusterCIDR { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec is the desired state of the ClusterCIDR. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiNetworkingV1alpha1ClusterCIDRSpec spec = 4; +} + +// ClusterCIDRList contains a list of ClusterCIDR. +message IoK8sApiNetworkingV1alpha1ClusterCIDRList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of ClusterCIDRs. + repeated IoK8sApiNetworkingV1alpha1ClusterCIDR items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ClusterCIDRSpec defines the desired state of ClusterCIDR. +message IoK8sApiNetworkingV1alpha1ClusterCIDRSpec { + // ipv4 defines an IPv4 IP block in CIDR notation(e.g. "10.0.0.0/8"). At least one of ipv4 and ipv6 must be specified. This field is immutable. + string ipv4 = 1; + + // ipv6 defines an IPv6 IP block in CIDR notation(e.g. "2001:db8::/64"). At least one of ipv4 and ipv6 must be specified. This field is immutable. + string ipv6 = 2; + + // nodeSelector defines which nodes the config is applicable to. An empty or nil nodeSelector selects all nodes. This field is immutable. + IoK8sApiCoreV1NodeSelector nodeSelector = 3; + + // perNodeHostBits defines the number of host bits to be configured per node. A subnet mask determines how much of the address is used for network bits and host bits. For example an IPv4 address of 192.168.0.0/24, splits the address into 24 bits for the network portion and 8 bits for the host portion. To allocate 256 IPs, set this field to 8 (a /24 mask for IPv4 or a /120 for IPv6). Minimum value is 4 (16 IPs). This field is immutable. + int32 perNodeHostBits = 4; +} + +// IPAddress represents a single IP of a single IP Family. The object is designed to be used by APIs that operate on IP addresses. The object is used by the Service core API for allocation of IP addresses. An IP address can be represented in different formats, to guarantee the uniqueness of the IP, the name of the object is the IP address in canonical format, four decimal digits separated by dots suppressing leading zeros for IPv4 and the representation defined by RFC 5952 for IPv6. Valid: 192.168.1.5 or 2001:db8::1 or 2001:db8:aaaa:bbbb:cccc:dddd:eeee:1 Invalid: 10.01.2.3 or 2001:db8:0:0:0::1 +message IoK8sApiNetworkingV1alpha1IPAddress { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec is the desired state of the IPAddress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + IoK8sApiNetworkingV1alpha1IPAddressSpec spec = 4; +} + +// IPAddressList contains a list of IPAddress. +message IoK8sApiNetworkingV1alpha1IPAddressList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of IPAddresses. + repeated IoK8sApiNetworkingV1alpha1IPAddress items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// IPAddressSpec describe the attributes in an IP Address. +message IoK8sApiNetworkingV1alpha1IPAddressSpec { + // ParentRef references the resource that an IPAddress is attached to. An IPAddress must reference a parent object. + IoK8sApiNetworkingV1alpha1ParentReference parentRef = 1; +} + +// ParentReference describes a reference to a parent object. +message IoK8sApiNetworkingV1alpha1ParentReference { + // Group is the group of the object being referenced. + string group = 1; + + // Name is the name of the object being referenced. + string name = 2; + + // Namespace is the namespace of the object being referenced. + string namespace = 3; + + // Resource is the resource of the object being referenced. + string resource = 4; + + // UID is the uid of the object being referenced. + string uid = 5; +} + +// Overhead structure represents the resource overhead associated with running a pod. +message IoK8sApiNodeV1Overhead { + // podFixed represents the fixed resource overhead associated with running a pod. + map podFixed = 1; +} + +// RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/ +message IoK8sApiNodeV1RuntimeClass { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable. + string handler = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 4; + + // overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see + // https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/ + IoK8sApiNodeV1Overhead overhead = 5; + + // scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes. + IoK8sApiNodeV1Scheduling scheduling = 6; +} + +// RuntimeClassList is a list of RuntimeClass objects. +message IoK8sApiNodeV1RuntimeClassList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is a list of schema objects. + repeated IoK8sApiNodeV1RuntimeClass items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// Scheduling specifies the scheduling constraints for nodes supporting a RuntimeClass. +message IoK8sApiNodeV1Scheduling { + // nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission. + map nodeSelector = 1; + + // tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. + repeated IoK8sApiCoreV1Toleration tolerations = 2; +} + +// Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods//evictions. +message IoK8sApiPolicyV1Eviction { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // DeleteOptions may be provided + IoK8sApimachineryPkgApisMetaV1DeleteOptions deleteOptions = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // ObjectMeta describes the pod that is being evicted. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 4; +} + +// PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods +message IoK8sApiPolicyV1PodDisruptionBudget { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Specification of the desired behavior of the PodDisruptionBudget. + IoK8sApiPolicyV1PodDisruptionBudgetSpec spec = 4; + + // Most recently observed status of the PodDisruptionBudget. + IoK8sApiPolicyV1PodDisruptionBudgetStatus status = 5; +} + +// PodDisruptionBudgetList is a collection of PodDisruptionBudgets. +message IoK8sApiPolicyV1PodDisruptionBudgetList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is a list of PodDisruptionBudgets + repeated IoK8sApiPolicyV1PodDisruptionBudget items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// PodDisruptionBudgetSpec is a description of a PodDisruptionBudget. +message IoK8sApiPolicyV1PodDisruptionBudgetSpec { + // An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable". + string maxUnavailable = 1; + + // An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%". + string minAvailable = 2; + + // Label query over pods whose evictions are managed by the disruption budget. A null selector will match no pods, while an empty ({}) selector will select all pods within the namespace. + IoK8sApimachineryPkgApisMetaV1LabelSelector selector = 3; + + // UnhealthyPodEvictionPolicy defines the criteria for when unhealthy pods should be considered for eviction. Current implementation considers healthy pods, as pods that have status.conditions item with type="Ready",status="True". + // + // Valid policies are IfHealthyBudget and AlwaysAllow. If no policy is specified, the default behavior will be used, which corresponds to the IfHealthyBudget policy. + // + // IfHealthyBudget policy means that running pods (status.phase="Running"), but not yet healthy can be evicted only if the guarded application is not disrupted (status.currentHealthy is at least equal to status.desiredHealthy). Healthy pods will be subject to the PDB for eviction. + // + // AlwaysAllow policy means that all running pods (status.phase="Running"), but not yet healthy are considered disrupted and can be evicted regardless of whether the criteria in a PDB is met. This means perspective running pods of a disrupted application might not get a chance to become healthy. Healthy pods will be subject to the PDB for eviction. + // + // Additional policies may be added in the future. Clients making eviction decisions should disallow eviction of unhealthy pods if they encounter an unrecognized policy in this field. + // + // This field is beta-level. The eviction API uses this field when the feature gate PDBUnhealthyPodEvictionPolicy is enabled (enabled by default). + string unhealthyPodEvictionPolicy = 4; +} + +// PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system. +message IoK8sApiPolicyV1PodDisruptionBudgetStatus { + // Conditions contain conditions for PDB. The disruption controller sets the DisruptionAllowed condition. The following are known values for the reason field (additional reasons could be added in the future): - SyncFailed: The controller encountered an error and wasn't able to compute + // the number of allowed disruptions. Therefore no disruptions are + // allowed and the status of the condition will be False. + // - InsufficientPods: The number of pods are either at or below the number + // required by the PodDisruptionBudget. No disruptions are + // allowed and the status of the condition will be False. + // - SufficientPods: There are more pods than required by the PodDisruptionBudget. + // The condition will be True, and the number of allowed + // disruptions are provided by the disruptionsAllowed property. + repeated IoK8sApimachineryPkgApisMetaV1Condition conditions = 1; + + // current number of healthy pods + int32 currentHealthy = 2; + + // minimum desired number of healthy pods + int32 desiredHealthy = 3; + + // DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions. + map disruptedPods = 4; + + // Number of pod disruptions that are currently allowed. + int32 disruptionsAllowed = 5; + + // total number of pods counted by this disruption budget + int32 expectedPods = 6; + + // Most recent generation observed when updating this PDB status. DisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation. + int64 observedGeneration = 7; +} + +// AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +message IoK8sApiRbacV1AggregationRule { + // ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added + repeated IoK8sApimachineryPkgApisMetaV1LabelSelector clusterRoleSelectors = 1; +} + +// ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. +message IoK8sApiRbacV1ClusterRole { + // AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller. + IoK8sApiRbacV1AggregationRule aggregationRule = 1; + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 4; + + // Rules holds all the PolicyRules for this ClusterRole + repeated IoK8sApiRbacV1PolicyRule rules = 5; +} + +// ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. +message IoK8sApiRbacV1ClusterRoleBinding { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable. + IoK8sApiRbacV1RoleRef roleRef = 4; + + // Subjects holds references to the objects the role applies to. + repeated IoK8sApiRbacV1Subject subjects = 5; +} + +// ClusterRoleBindingList is a collection of ClusterRoleBindings +message IoK8sApiRbacV1ClusterRoleBindingList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is a list of ClusterRoleBindings + repeated IoK8sApiRbacV1ClusterRoleBinding items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ClusterRoleList is a collection of ClusterRoles +message IoK8sApiRbacV1ClusterRoleList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is a list of ClusterRoles + repeated IoK8sApiRbacV1ClusterRole items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to. +message IoK8sApiRbacV1PolicyRule { + // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "" represents the core API group and "*" represents all API groups. + repeated string apiGroups = 1; + + // NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. + repeated string nonResourceURLs = 2; + + // ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. + repeated string resourceNames = 3; + + // Resources is a list of resources this rule applies to. '*' represents all resources. + repeated string resources = 4; + + // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. + repeated string verbs = 5; +} + +// Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. +message IoK8sApiRbacV1Role { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Rules holds all the PolicyRules for this Role + repeated IoK8sApiRbacV1PolicyRule rules = 4; +} + +// RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. +message IoK8sApiRbacV1RoleBinding { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. This field is immutable. + IoK8sApiRbacV1RoleRef roleRef = 4; + + // Subjects holds references to the objects the role applies to. + repeated IoK8sApiRbacV1Subject subjects = 5; +} + +// RoleBindingList is a collection of RoleBindings +message IoK8sApiRbacV1RoleBindingList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is a list of RoleBindings + repeated IoK8sApiRbacV1RoleBinding items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// RoleList is a collection of Roles +message IoK8sApiRbacV1RoleList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is a list of Roles + repeated IoK8sApiRbacV1Role items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata. + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// RoleRef contains information that points to the role being used +message IoK8sApiRbacV1RoleRef { + // APIGroup is the group for the resource being referenced + string apiGroup = 1; + + // Kind is the type of resource being referenced + string kind = 2; + + // Name is the name of resource being referenced + string name = 3; +} + +// Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names. +message IoK8sApiRbacV1Subject { + // APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects. + string apiGroup = 1; + + // Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error. + string kind = 2; + + // Name of the object being referenced. + string name = 3; + + // Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error. + string namespace = 4; +} + +// AllocationResult contains attributes of an allocated resource. +message IoK8sApiResourceV1alpha2AllocationResult { + // This field will get set by the resource driver after it has allocated the resource to inform the scheduler where it can schedule Pods using the ResourceClaim. + // + // Setting this field is optional. If null, the resource is available everywhere. + IoK8sApiCoreV1NodeSelector availableOnNodes = 1; + + // ResourceHandles contain the state associated with an allocation that should be maintained throughout the lifetime of a claim. Each ResourceHandle contains data that should be passed to a specific kubelet plugin once it lands on a node. This data is returned by the driver after a successful allocation and is opaque to Kubernetes. Driver documentation may explain to users how to interpret this data if needed. + // + // Setting this field is optional. It has a maximum size of 32 entries. If null (or empty), it is assumed this allocation will be processed by a single kubelet plugin with no ResourceHandle data attached. The name of the kubelet plugin invoked will match the DriverName set in the ResourceClaimStatus this AllocationResult is embedded in. + repeated IoK8sApiResourceV1alpha2ResourceHandle resourceHandles = 2; + + // Shareable determines whether the resource supports more than one consumer at a time. + bool shareable = 3; +} + +// PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode. +// +// This is an alpha type and requires enabling the DynamicResourceAllocation feature gate. +message IoK8sApiResourceV1alpha2PodSchedulingContext { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec describes where resources for the Pod are needed. + IoK8sApiResourceV1alpha2PodSchedulingContextSpec spec = 4; + + // Status describes where resources for the Pod can be allocated. + IoK8sApiResourceV1alpha2PodSchedulingContextStatus status = 5; +} + +// PodSchedulingContextList is a collection of Pod scheduling objects. +message IoK8sApiResourceV1alpha2PodSchedulingContextList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of PodSchedulingContext objects. + repeated IoK8sApiResourceV1alpha2PodSchedulingContext items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// PodSchedulingContextSpec describes where resources for the Pod are needed. +message IoK8sApiResourceV1alpha2PodSchedulingContextSpec { + // PotentialNodes lists nodes where the Pod might be able to run. + // + // The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced. + repeated string potentialNodes = 1; + + // SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use "WaitForFirstConsumer" allocation is to be attempted. + string selectedNode = 2; +} + +// PodSchedulingContextStatus describes where resources for the Pod can be allocated. +message IoK8sApiResourceV1alpha2PodSchedulingContextStatus { + // ResourceClaims describes resource availability for each pod.spec.resourceClaim entry where the corresponding ResourceClaim uses "WaitForFirstConsumer" allocation mode. + repeated IoK8sApiResourceV1alpha2ResourceClaimSchedulingStatus resourceClaims = 1; +} + +// ResourceClaim describes which resources are needed by a resource consumer. Its status tracks whether the resource has been allocated and what the resulting attributes are. +// +// This is an alpha type and requires enabling the DynamicResourceAllocation feature gate. +message IoK8sApiResourceV1alpha2ResourceClaim { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec describes the desired attributes of a resource that then needs to be allocated. It can only be set once when creating the ResourceClaim. + IoK8sApiResourceV1alpha2ResourceClaimSpec spec = 4; + + // Status describes whether the resource is available and with which attributes. + IoK8sApiResourceV1alpha2ResourceClaimStatus status = 5; +} + +// ResourceClaimConsumerReference contains enough information to let you locate the consumer of a ResourceClaim. The user must be a resource in the same namespace as the ResourceClaim. +message IoK8sApiResourceV1alpha2ResourceClaimConsumerReference { + // APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources. + string apiGroup = 1; + + // Name is the name of resource being referenced. + string name = 2; + + // Resource is the type of resource being referenced, for example "pods". + string resource = 3; + + // UID identifies exactly one incarnation of the resource. + string uid = 4; +} + +// ResourceClaimList is a collection of claims. +message IoK8sApiResourceV1alpha2ResourceClaimList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of resource claims. + repeated IoK8sApiResourceV1alpha2ResourceClaim items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ResourceClaimParametersReference contains enough information to let you locate the parameters for a ResourceClaim. The object must be in the same namespace as the ResourceClaim. +message IoK8sApiResourceV1alpha2ResourceClaimParametersReference { + // APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources. + string apiGroup = 1; + + // Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata, for example "ConfigMap". + string kind = 2; + + // Name is the name of resource being referenced. + string name = 3; +} + +// ResourceClaimSchedulingStatus contains information about one particular ResourceClaim with "WaitForFirstConsumer" allocation mode. +message IoK8sApiResourceV1alpha2ResourceClaimSchedulingStatus { + // Name matches the pod.spec.resourceClaims[*].Name field. + string name = 1; + + // UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for. + // + // The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced. + repeated string unsuitableNodes = 2; +} + +// ResourceClaimSpec defines how a resource is to be allocated. +message IoK8sApiResourceV1alpha2ResourceClaimSpec { + // Allocation can start immediately or when a Pod wants to use the resource. "WaitForFirstConsumer" is the default. + string allocationMode = 1; + + // ParametersRef references a separate object with arbitrary parameters that will be used by the driver when allocating a resource for the claim. + // + // The object must be in the same namespace as the ResourceClaim. + IoK8sApiResourceV1alpha2ResourceClaimParametersReference parametersRef = 2; + + // ResourceClassName references the driver and additional parameters via the name of a ResourceClass that was created as part of the driver deployment. + string resourceClassName = 3; +} + +// ResourceClaimStatus tracks whether the resource has been allocated and what the resulting attributes are. +message IoK8sApiResourceV1alpha2ResourceClaimStatus { + // Allocation is set by the resource driver once a resource or set of resources has been allocated successfully. If this is not specified, the resources have not been allocated yet. + IoK8sApiResourceV1alpha2AllocationResult allocation = 1; + + // DeallocationRequested indicates that a ResourceClaim is to be deallocated. + // + // The driver then must deallocate this claim and reset the field together with clearing the Allocation field. + // + // While DeallocationRequested is set, no new consumers may be added to ReservedFor. + bool deallocationRequested = 2; + + // DriverName is a copy of the driver name from the ResourceClass at the time when allocation started. + string driverName = 3; + + // ReservedFor indicates which entities are currently allowed to use the claim. A Pod which references a ResourceClaim which is not reserved for that Pod will not be started. + // + // There can be at most 32 such reservations. This may get increased in the future, but not reduced. + repeated IoK8sApiResourceV1alpha2ResourceClaimConsumerReference reservedFor = 4; +} + +// ResourceClaimTemplate is used to produce ResourceClaim objects. +message IoK8sApiResourceV1alpha2ResourceClaimTemplate { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Describes the ResourceClaim that is to be generated. + // + // This field is immutable. A ResourceClaim will get created by the control plane for a Pod when needed and then not get updated anymore. + IoK8sApiResourceV1alpha2ResourceClaimTemplateSpec spec = 4; +} + +// ResourceClaimTemplateList is a collection of claim templates. +message IoK8sApiResourceV1alpha2ResourceClaimTemplateList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of resource claim templates. + repeated IoK8sApiResourceV1alpha2ResourceClaimTemplate items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ResourceClaimTemplateSpec contains the metadata and fields for a ResourceClaim. +message IoK8sApiResourceV1alpha2ResourceClaimTemplateSpec { + // ObjectMeta may contain labels and annotations that will be copied into the PVC when creating it. No other fields are allowed and will be rejected during validation. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 1; + + // Spec for the ResourceClaim. The entire content is copied unchanged into the ResourceClaim that gets created from this template. The same fields as in a ResourceClaim are also valid here. + IoK8sApiResourceV1alpha2ResourceClaimSpec spec = 2; +} + +// ResourceClass is used by administrators to influence how resources are allocated. +// +// This is an alpha type and requires enabling the DynamicResourceAllocation feature gate. +message IoK8sApiResourceV1alpha2ResourceClass { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // DriverName defines the name of the dynamic resource driver that is used for allocation of a ResourceClaim that uses this class. + // + // Resource drivers have a unique name in forward domain order (acme.example.com). + string driverName = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 4; + + // ParametersRef references an arbitrary separate object that may hold parameters that will be used by the driver when allocating a resource that uses this class. A dynamic resource driver can distinguish between parameters stored here and and those stored in ResourceClaimSpec. + IoK8sApiResourceV1alpha2ResourceClassParametersReference parametersRef = 5; + + // Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet. + // + // Setting this field is optional. If null, all nodes are candidates. + IoK8sApiCoreV1NodeSelector suitableNodes = 6; +} + +// ResourceClassList is a collection of classes. +message IoK8sApiResourceV1alpha2ResourceClassList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of resource classes. + repeated IoK8sApiResourceV1alpha2ResourceClass items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// ResourceClassParametersReference contains enough information to let you locate the parameters for a ResourceClass. +message IoK8sApiResourceV1alpha2ResourceClassParametersReference { + // APIGroup is the group for the resource being referenced. It is empty for the core API. This matches the group in the APIVersion that is used when creating the resources. + string apiGroup = 1; + + // Kind is the type of resource being referenced. This is the same value as in the parameter object's metadata. + string kind = 2; + + // Name is the name of resource being referenced. + string name = 3; + + // Namespace that contains the referenced resource. Must be empty for cluster-scoped resources and non-empty for namespaced resources. + string namespace = 4; +} + +// ResourceHandle holds opaque resource data for processing by a specific kubelet plugin. +message IoK8sApiResourceV1alpha2ResourceHandle { + // Data contains the opaque data associated with this ResourceHandle. It is set by the controller component of the resource driver whose name matches the DriverName set in the ResourceClaimStatus this ResourceHandle is embedded in. It is set at allocation time and is intended for processing by the kubelet plugin whose name matches the DriverName set in this ResourceHandle. + // + // The maximum size of this field is 16KiB. This may get increased in the future, but not reduced. + string data = 1; + + // DriverName specifies the name of the resource driver whose kubelet plugin should be invoked to process this ResourceHandle's data once it lands on a node. This may differ from the DriverName set in ResourceClaimStatus this ResourceHandle is embedded in. + string driverName = 2; +} + +// PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer. +message IoK8sApiSchedulingV1PriorityClass { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // description is an arbitrary string that usually provides guidelines on when this priority class should be used. + string description = 2; + + // globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. + bool globalDefault = 3; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 4; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 5; + + // preemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. + string preemptionPolicy = 6; + + // value represents the integer value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. + int32 value = 7; +} + +// PriorityClassList is a collection of priority classes. +message IoK8sApiSchedulingV1PriorityClassList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of PriorityClasses + repeated IoK8sApiSchedulingV1PriorityClass items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced. +message IoK8sApiStorageV1CSIDriver { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec represents the specification of the CSI Driver. + IoK8sApiStorageV1CSIDriverSpec spec = 4; +} + +// CSIDriverList is a collection of CSIDriver objects. +message IoK8sApiStorageV1CSIDriverList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of CSIDriver + repeated IoK8sApiStorageV1CSIDriver items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// CSIDriverSpec is the specification of a CSIDriver. +message IoK8sApiStorageV1CSIDriverSpec { + // attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called. + // + // This field is immutable. + bool attachRequired = 1; + + // fsGroupPolicy defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. + // + // This field is immutable. + // + // Defaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce. + string fsGroupPolicy = 2; + + // podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations, if set to true. If set to false, pod information will not be passed on mount. Default is false. + // + // The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. + // + // The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" if the volume is an ephemeral inline volume + // defined by a CSIVolumeSource, otherwise "false" + // + // "csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver. + // + // This field is immutable. + bool podInfoOnMount = 3; + + // requiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false. + // + // Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container. + bool requiresRepublish = 4; + + // seLinuxMount specifies if the CSI driver supports "-o context" mount option. + // + // When "true", the CSI driver must ensure that all volumes provided by this CSI driver can be mounted separately with different `-o context` options. This is typical for storage backends that provide volumes as filesystems on block devices or as independent shared volumes. Kubernetes will call NodeStage / NodePublish with "-o context=xyz" mount option when mounting a ReadWriteOncePod volume used in Pod that has explicitly set SELinux context. In the future, it may be expanded to other volume AccessModes. In any case, Kubernetes will ensure that the volume is mounted only with a single SELinux context. + // + // When "false", Kubernetes won't pass any special SELinux mount options to the driver. This is typical for volumes that represent subdirectories of a bigger shared filesystem. + // + // Default is "false". + bool seLinuxMount = 5; + + // storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information, if set to true. + // + // The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object. + // + // Alternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published. + // + // This field was immutable in Kubernetes <= 1.22 and now is mutable. + bool storageCapacity = 6; + + // tokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": { + // "": { + // "token": , + // "expirationTimestamp": , + // }, + // ... + // } + // + // Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically. + repeated IoK8sApiStorageV1TokenRequest tokenRequests = 7; + + // volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. + // + // The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. + // + // For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. + // + // This field is beta. This field is immutable. + repeated string volumeLifecycleModes = 8; +} + +// CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object. +message IoK8sApiStorageV1CSINode { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. metadata.name must be the Kubernetes node name. + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec is the specification of CSINode + IoK8sApiStorageV1CSINodeSpec spec = 4; +} + +// CSINodeDriver holds information about the specification of one CSI driver installed on a node +message IoK8sApiStorageV1CSINodeDriver { + // allocatable represents the volume resources of a node that are available for scheduling. This field is beta. + IoK8sApiStorageV1VolumeNodeResources allocatable = 1; + + // name represents the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver. + string name = 2; + + // nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required. + string nodeID = 3; + + // topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology. + repeated string topologyKeys = 4; +} + +// CSINodeList is a collection of CSINode objects. +message IoK8sApiStorageV1CSINodeList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of CSINode + repeated IoK8sApiStorageV1CSINode items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// CSINodeSpec holds information about the specification of all CSI drivers installed on a node +message IoK8sApiStorageV1CSINodeSpec { + // drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. + repeated IoK8sApiStorageV1CSINodeDriver drivers = 1; +} + +// CSIStorageCapacity stores the result of one CSI GetCapacity call. For a given StorageClass, this describes the available capacity in a particular topology segment. This can be used when considering where to instantiate new PersistentVolumes. +// +// For example this can express things like: - StorageClass "standard" has "1234 GiB" available in "topology.kubernetes.io/zone=us-east1" - StorageClass "localssd" has "10 GiB" available in "kubernetes.io/hostname=knode-abc123" +// +// The following three cases all imply that no capacity is available for a certain combination: - no object exists with suitable topology and storage class name - such an object exists, but the capacity is unset - such an object exists, but the capacity is zero +// +// The producer of these objects can decide which approach is more suitable. +// +// They are consumed by the kube-scheduler when a CSI driver opts into capacity-aware scheduling with CSIDriverSpec.StorageCapacity. The scheduler compares the MaximumVolumeSize against the requested size of pending volumes to filter out unsuitable nodes. If MaximumVolumeSize is unset, it falls back to a comparison against the less precise Capacity. If that is also unset, the scheduler assumes that capacity is insufficient and tries some other node. +message IoK8sApiStorageV1CSIStorageCapacity { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields. + // + // The semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable. + string capacity = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // maximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields. + // + // This is defined since CSI spec 1.4.0 as the largest size that may be used in a CreateVolumeRequest.capacity_range.required_bytes field to create a volume with the same parameters as those in GetCapacityRequest. The corresponding value in the Kubernetes API is ResourceRequirements.Requests in a volume claim. + string maximumVolumeSize = 4; + + // Standard object's metadata. The name has no particular meaning. It must be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-, a generated name, or a reverse-domain name which ends with the unique CSI driver name. + // + // Objects are namespaced. + // + // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 5; + + // nodeTopology defines which nodes have access to the storage for which capacity was reported. If not set, the storage is not accessible from any node in the cluster. If empty, the storage is accessible from all nodes. This field is immutable. + IoK8sApimachineryPkgApisMetaV1LabelSelector nodeTopology = 6; + + // storageClassName represents the name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable. + string storageClassName = 7; +} + +// CSIStorageCapacityList is a collection of CSIStorageCapacity objects. +message IoK8sApiStorageV1CSIStorageCapacityList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of CSIStorageCapacity objects. + repeated IoK8sApiStorageV1CSIStorageCapacity items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. +// +// StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. +message IoK8sApiStorageV1StorageClass { + // allowVolumeExpansion shows whether the storage class allow volume expand. + bool allowVolumeExpansion = 1; + + // allowedTopologies restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature. + repeated IoK8sApiCoreV1TopologySelectorTerm allowedTopologies = 2; + + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 3; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 4; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 5; + + // mountOptions controls the mountOptions for dynamically provisioned PersistentVolumes of this storage class. e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid. + repeated string mountOptions = 6; + + // parameters holds the parameters for the provisioner that should create volumes of this storage class. + map parameters = 7; + + // provisioner indicates the type of the provisioner. + string provisioner = 8; + + // reclaimPolicy controls the reclaimPolicy for dynamically provisioned PersistentVolumes of this storage class. Defaults to Delete. + string reclaimPolicy = 9; + + // volumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature. + string volumeBindingMode = 10; +} + +// StorageClassList is a collection of storage classes. +message IoK8sApiStorageV1StorageClassList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of StorageClasses + repeated IoK8sApiStorageV1StorageClass items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// TokenRequest contains parameters of a service account token. +message IoK8sApiStorageV1TokenRequest { + // audience is the intended audience of the token in "TokenRequestSpec". It will default to the audiences of kube apiserver. + string audience = 1; + + // expirationSeconds is the duration of validity of the token in "TokenRequestSpec". It has the same default value of "ExpirationSeconds" in "TokenRequestSpec". + int64 expirationSeconds = 2; +} + +// VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. +// +// VolumeAttachment objects are non-namespaced. +message IoK8sApiStorageV1VolumeAttachment { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec represents specification of the desired attach/detach volume behavior. Populated by the Kubernetes system. + IoK8sApiStorageV1VolumeAttachmentSpec spec = 4; + + // status represents status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher. + IoK8sApiStorageV1VolumeAttachmentStatus status = 5; +} + +// VolumeAttachmentList is a collection of VolumeAttachment objects. +message IoK8sApiStorageV1VolumeAttachmentList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items is the list of VolumeAttachments + repeated IoK8sApiStorageV1VolumeAttachment items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +message IoK8sApiStorageV1VolumeAttachmentSource { + // inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature. + IoK8sApiCoreV1PersistentVolumeSpec inlineVolumeSpec = 1; + + // persistentVolumeName represents the name of the persistent volume to attach. + string persistentVolumeName = 2; +} + +// VolumeAttachmentSpec is the specification of a VolumeAttachment request. +message IoK8sApiStorageV1VolumeAttachmentSpec { + // attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). + string attacher = 1; + + // nodeName represents the node that the volume should be attached to. + string nodeName = 2; + + // source represents the volume that should be attached. + IoK8sApiStorageV1VolumeAttachmentSource source = 3; +} + +// VolumeAttachmentStatus is the status of a VolumeAttachment request. +message IoK8sApiStorageV1VolumeAttachmentStatus { + // attachError represents the last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + IoK8sApiStorageV1VolumeError attachError = 1; + + // attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + bool attached = 2; + + // attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + map attachmentMetadata = 3; + + // detachError represents the last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher. + IoK8sApiStorageV1VolumeError detachError = 4; +} + +// VolumeError captures an error encountered during a volume operation. +message IoK8sApiStorageV1VolumeError { + // message represents the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information. + string message = 1; + + // time represents the time the error was encountered. + string time = 2; +} + +// VolumeNodeResources is a set of resource limits for scheduling of volumes. +message IoK8sApiStorageV1VolumeNodeResources { + // count indicates the maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded. + int32 count = 1; +} + +// CustomResourceColumnDefinition specifies a column for server side printing. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition { + // description is a human readable description of this column. + string description = 1; + + // format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. + string format = 2; + + // jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column. + string jsonPath = 3; + + // name is a human readable name for the column. + string name = 4; + + // priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0. + int32 priority = 5; + + // type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. + string type = 6; +} + +// CustomResourceConversion describes how to convert different versions of a CR. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion { + // strategy specifies how custom resources are converted between versions. Allowed values are: - `"None"`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `"Webhook"`: API Server will call to an external webhook to do the conversion. Additional information + // is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set. + string strategy = 1; + + // webhook describes how to call the conversion webhook. Required when `strategy` is set to `"Webhook"`. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion webhook = 2; +} + +// CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // spec describes how the user wants the resources to appear + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec spec = 4; + + // status indicates the actual state of the CustomResourceDefinition + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus status = 5; +} + +// CustomResourceDefinitionCondition contains details for the current condition of this pod. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition { + // lastTransitionTime last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // message is a human-readable message indicating details about last transition. + string message = 2; + + // reason is a unique, one-word, CamelCase reason for the condition's last transition. + string reason = 3; + + // status is the status of the condition. Can be True, False, Unknown. + string status = 4; + + // type is the type of the condition. Types include Established, NamesAccepted and Terminating. + string type = 5; +} + +// CustomResourceDefinitionList is a list of CustomResourceDefinition objects. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // items list individual CustomResourceDefinition objects + repeated IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard object's metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames { + // categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`. + repeated string categories = 1; + + // kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls. + string kind = 2; + + // listKind is the serialized kind of the list for this resource. Defaults to "`kind`List". + string listKind = 3; + + // plural is the plural name of the resource to serve. The custom resources are served under `/apis///.../`. Must match the name of the CustomResourceDefinition (in the form `.`). Must be all lowercase. + string plural = 4; + + // shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get `. It must be all lowercase. + repeated string shortNames = 5; + + // singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`. + string singular = 6; +} + +// CustomResourceDefinitionSpec describes how a user wants their resource to appear +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionSpec { + // conversion defines conversion settings for the CRD. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceConversion conversion = 1; + + // group is the API group of the defined custom resource. The custom resources are served under `/apis//...`. Must match the name of the CustomResourceDefinition (in the form `.`). + string group = 2; + + // names specify the resource and kind names for the custom resource. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames names = 3; + + // preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#field-pruning for details. + bool preserveUnknownFields = 4; + + // scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. + string scope = 5; + + // versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + repeated IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion versions = 6; +} + +// CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionStatus { + // acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionNames acceptedNames = 1; + + // conditions indicate state for particular aspects of a CustomResourceDefinition + repeated IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionCondition conditions = 2; + + // storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list. + repeated string storedVersions = 3; +} + +// CustomResourceDefinitionVersion describes a version for CRD. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionVersion { + // additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used. + repeated IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceColumnDefinition additionalPrinterColumns = 1; + + // deprecated indicates this version of the custom resource API is deprecated. When set to true, API requests to this version receive a warning header in the server response. Defaults to false. + bool deprecated = 2; + + // deprecationWarning overrides the default warning returned to API clients. May only be set when `deprecated` is true. The default warning indicates this version is deprecated and recommends use of the newest served version of equal or greater stability, if one exists. + string deprecationWarning = 3; + + // name is the version name, e.g. “v1”, “v2beta1”, etc. The custom resources are served under this version at `/apis///...` if `served` is true. + string name = 4; + + // schema describes the schema used for validation, pruning, and defaulting of this version of the custom resource. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation schema = 5; + + // served is a flag enabling/disabling this version from being served via REST APIs + bool served = 6; + + // storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true. + bool storage = 7; + + // subresources specify what subresources this version of the defined custom resource have. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources subresources = 8; +} + +// CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale { + // labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string. + string labelSelectorPath = 1; + + // specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET. + string specReplicasPath = 2; + + // statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0. + string statusReplicasPath = 3; +} + +// CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the `.status` JSON path inside of a CustomResource. When set, * exposes a /status subresource for the custom resource * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus {} + +// CustomResourceSubresources defines the status and scale subresources for CustomResources. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresources { + // scale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceScale scale = 1; + + // status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceSubresourceStatus status = 2; +} + +// CustomResourceValidation is a list of validation methods for CustomResources. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceValidation { + // openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps openAPIV3Schema = 1; +} + +// ExternalDocumentation allows referencing an external resource for extended documentation. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation { + string description = 1; + string url = 2; +} + +// JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSON {} + +// JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/). +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps { + string _ref = 1; + string _schema = 2; + IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool additionalItems = 3; + IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool additionalProperties = 4; + repeated IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps allOf = 5; + repeated IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps anyOf = 6; + + // default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSON default = 7; + map definitions = 8; + map dependencies = 9; + string description = 10; + repeated IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSON enum = 11; + IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSON example = 12; + bool exclusiveMaximum = 13; + bool exclusiveMinimum = 14; + IoK8sApiextensionsApiserverPkgApisApiextensionsV1ExternalDocumentation externalDocs = 15; + + // format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: + // + // - bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. + string format = 16; + string id = 17; + IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray items = 18; + int64 maxItems = 19; + int64 maxLength = 20; + int64 maxProperties = 21; + double maximum = 22; + int64 minItems = 23; + int64 minLength = 24; + int64 minProperties = 25; + double minimum = 26; + double multipleOf = 27; + IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps not = 28; + bool nullable = 29; + repeated IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaProps oneOf = 30; + string pattern = 31; + map patternProperties = 32; + map properties = 33; + repeated string required = 34; + string title = 35; + string type = 36; + bool uniqueItems = 37; + + // x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata). + bool x_kubernetes_embedded_resource = 38; + + // x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns: + // + // 1) anyOf: + // - type: integer + // - type: string + // 2) allOf: + // - anyOf: + // - type: integer + // - type: string + // - ... zero or more + bool x_kubernetes_int_or_string = 39; + + // x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map. + // + // This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). + // + // The properties specified must either be required or have a default value, to ensure those properties are present for all list items. + repeated string x_kubernetes_list_map_keys = 40; + + // x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: + // + // 1) `atomic`: the list is treated as a single entity, like a scalar. + // Atomic lists will be entirely replaced when updated. This extension + // may be used on any type of list (struct, scalar, ...). + // 2) `set`: + // Sets are lists that must not have multiple items with the same value. Each + // value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + // array with x-kubernetes-list-type `atomic`. + // 3) `map`: + // These lists are like maps in that their elements have a non-index key + // used to identify them. Order is preserved upon merge. The map tag + // must only be used on a list with elements of type object. + // Defaults to atomic for arrays. + string x_kubernetes_list_type = 41; + + // x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values: + // + // 1) `granular`: + // These maps are actual maps (key-value pairs) and each fields are independent + // from each other (they can each be manipulated by separate actors). This is + // the default behaviour for all maps. + // 2) `atomic`: the list is treated as a single entity, like a scalar. + // Atomic maps will be entirely replaced when updated. + string x_kubernetes_map_type = 42; + + // x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden. + bool x_kubernetes_preserve_unknown_fields = 43; + + // x-kubernetes-validations describes a list of validation rules written in the CEL expression language. This field is an alpha-level. Using this field requires the feature gate `CustomResourceValidationExpressions` to be enabled. + repeated IoK8sApiextensionsApiserverPkgApisApiextensionsV1ValidationRule x_kubernetes_validations = 44; +} + +// JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrArray {} + +// JSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrBool {} + +// JSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1JSONSchemaPropsOrStringArray {} + +// ServiceReference holds a reference to Service.legacy.k8s.io +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1ServiceReference { + // name is the name of the service. Required + string name = 1; + + // namespace is the namespace of the service. Required + string namespace = 2; + + // path is an optional URL path at which the webhook will be contacted. + string path = 3; + + // port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility. + int32 port = 4; +} + +// ValidationRule describes a validation rule written in the CEL expression language. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1ValidationRule { + // Message represents the message displayed when validation fails. The message is required if the Rule contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" + string message = 1; + + // MessageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a rule, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the rule; the only difference is the return type. Example: "x must be less than max ("+string(self.max)+")" + string messageExpression = 2; + + // Rule represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec The Rule is scoped to the location of the x-kubernetes-validations extension in the schema. The `self` variable in the CEL expression is bound to the scoped value. Example: - Rule scoped to the root of a resource with a status subresource: {"rule": "self.status.actual <= self.spec.maxDesired"} + // + // If the Rule is scoped to an object with properties, the accessible properties of the object are field selectable via `self.field` and field presence can be checked via `has(self.field)`. Null valued fields are treated as absent fields in CEL expressions. If the Rule is scoped to an object with additionalProperties (i.e. a map) the value of the map are accessible via `self[mapKey]`, map containment can be checked via `mapKey in self` and all entries of the map are accessible via CEL macros and functions such as `self.all(...)`. If the Rule is scoped to an array, the elements of the array are accessible via `self[i]` and also by macros and functions. If the Rule is scoped to a scalar, `self` is bound to the scalar value. Examples: - Rule scoped to a map of objects: {"rule": "self.components['Widget'].priority < 10"} - Rule scoped to a list of integers: {"rule": "self.values.all(value, value >= 0 && value < 100)"} - Rule scoped to a string value: {"rule": "self.startsWith('kube')"} + // + // The `apiVersion`, `kind`, `metadata.name` and `metadata.generateName` are always accessible from the root of the object and from any x-kubernetes-embedded-resource annotated objects. No other metadata properties are accessible. + // + // Unknown data preserved in custom resources via x-kubernetes-preserve-unknown-fields is not accessible in CEL expressions. This includes: - Unknown field values that are preserved by object schemas with x-kubernetes-preserve-unknown-fields. - Object properties where the property schema is of an "unknown type". An "unknown type" is recursively defined as: + // - A schema with no type and x-kubernetes-preserve-unknown-fields set to true + // - An array where the items schema is of an "unknown type" + // - An object where the additionalProperties schema is of an "unknown type" + // + // Only property names of the form `[a-zA-Z_.-/][a-zA-Z0-9_.-/]*` are accessible. Accessible property names are escaped according to the following rules when accessed in the expression: - '__' escapes to '__underscores__' - '.' escapes to '__dot__' - '-' escapes to '__dash__' - '/' escapes to '__slash__' - Property names that exactly match a CEL RESERVED keyword escape to '__{keyword}__'. The keywords are: + // "true", "false", "null", "in", "as", "break", "const", "continue", "else", "for", "function", "if", + // "import", "let", "loop", "package", "namespace", "return". + // Examples: + // - Rule accessing a property named "namespace": {"rule": "self.__namespace__ > 0"} + // - Rule accessing a property named "x-prop": {"rule": "self.x__dash__prop > 0"} + // - Rule accessing a property named "redact__d": {"rule": "self.redact__underscores__d > 0"} + // + // Equality on arrays with x-kubernetes-list-type of 'set' or 'map' ignores element order, i.e. [1, 2] == [2, 1]. Concatenation on arrays with x-kubernetes-list-type use the semantics of the list type: + // - 'set': `X + Y` performs a union where the array positions of all elements in `X` are preserved and + // non-intersecting elements in `Y` are appended, retaining their partial order. + // - 'map': `X + Y` performs a merge where the array positions of all keys in `X` are preserved but the values + // are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with + // non-intersecting keys are appended, retaining their partial order. + string rule = 3; +} + +// WebhookClientConfig contains the information to make a TLS connection with the webhook. +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig { + // caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used. + bytes caBundle = 1; + + // service is a reference to the service for this webhook. Either service or url must be specified. + // + // If the webhook is running within the cluster, then you should use `service`. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1ServiceReference service = 2; + + // url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. + // + // The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. + // + // Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. + // + // The scheme must be "https"; the URL must begin with "https://". + // + // A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. + // + // Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. + string url = 3; +} + +// WebhookConversion describes how to call a conversion webhook +message IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookConversion { + // clientConfig is the instructions for how to call the webhook if strategy is `Webhook`. + IoK8sApiextensionsApiserverPkgApisApiextensionsV1WebhookClientConfig clientConfig = 1; + + // conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. + repeated string conversionReviewVersions = 2; +} + +// APIGroup contains the name, the supported versions, and the preferred version of a group. +message IoK8sApimachineryPkgApisMetaV1APIGroup { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // name is the name of the group. + string name = 3; + + // preferredVersion is the version preferred by the API server, which probably is the storage version. + IoK8sApimachineryPkgApisMetaV1GroupVersionForDiscovery preferredVersion = 4; + + // a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. + repeated IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR serverAddressByClientCIDRs = 5; + + // versions are the versions supported in this group. + repeated IoK8sApimachineryPkgApisMetaV1GroupVersionForDiscovery versions = 6; +} + +// APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis. +message IoK8sApimachineryPkgApisMetaV1APIGroupList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // groups is a list of APIGroup. + repeated IoK8sApimachineryPkgApisMetaV1APIGroup groups = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; +} + +// APIResource specifies the name of a resource and whether it is namespaced. +message IoK8sApimachineryPkgApisMetaV1APIResource { + // categories is a list of the grouped resources this resource belongs to (e.g. 'all') + repeated string categories = 1; + + // group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale". + string group = 2; + + // kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo') + string kind = 3; + + // name is the plural name of the resource. + string name = 4; + + // namespaced indicates if a resource is namespaced or not. + bool namespaced = 5; + + // shortNames is a list of suggested short names of the resource. + repeated string shortNames = 6; + + // singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface. + string singularName = 7; + + // The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates. + string storageVersionHash = 8; + + // verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy) + repeated string verbs = 9; + + // version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)". + string version = 10; +} + +// APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced. +message IoK8sApimachineryPkgApisMetaV1APIResourceList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // groupVersion is the group and version this APIResourceList is for. + string groupVersion = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // resources contains the name of the resources and if they are namespaced. + repeated IoK8sApimachineryPkgApisMetaV1APIResource resources = 4; +} + +// APIVersions lists the versions that are available, to allow clients to discover the API at /api, which is the root path of the legacy v1 API. +message IoK8sApimachineryPkgApisMetaV1APIVersions { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. + repeated IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR serverAddressByClientCIDRs = 3; + + // versions are the api versions that are available. + repeated string versions = 4; +} + +// Condition contains details for one aspect of the current state of this API Resource. +message IoK8sApimachineryPkgApisMetaV1Condition { + // lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + string lastTransitionTime = 1; + + // message is a human readable message indicating details about the transition. This may be an empty string. + string message = 2; + + // observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. + int64 observedGeneration = 3; + + // reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. + string reason = 4; + + // status of the condition, one of True, False, Unknown. + string status = 5; + + // type of condition in CamelCase or in foo.example.com/CamelCase. + string type = 6; +} + +// DeleteOptions may be provided when deleting an API object. +message IoK8sApimachineryPkgApisMetaV1DeleteOptions { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + repeated string dryRun = 2; + + // The duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately. + int64 gracePeriodSeconds = 3; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 4; + + // Deprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both. + bool orphanDependents = 5; + + // Must be fulfilled before a deletion is carried out. If not possible, a 409 Conflict status will be returned. + IoK8sApimachineryPkgApisMetaV1Preconditions preconditions = 6; + + // Whether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground. + string propagationPolicy = 7; +} + +// FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format. +// +// Each key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:', where is the name of a field in a struct, or key in a map 'v:', where is the exact json formatted value of a list item 'i:', where is position of a item in a list 'k:', where is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set. +// +// The exact format is defined in sigs.k8s.io/structured-merge-diff +message IoK8sApimachineryPkgApisMetaV1FieldsV1 {} + +// GroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility. +message IoK8sApimachineryPkgApisMetaV1GroupVersionForDiscovery { + // groupVersion specifies the API group and version in the form "group/version" + string groupVersion = 1; + + // version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion. + string version = 2; +} + +// A label selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed. An empty label selector matches all objects. A null label selector matches no objects. +message IoK8sApimachineryPkgApisMetaV1LabelSelector { + // matchExpressions is a list of label selector requirements. The requirements are ANDed. + repeated IoK8sApimachineryPkgApisMetaV1LabelSelectorRequirement matchExpressions = 1; + + // matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. + map matchLabels = 2; +} + +// A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. +message IoK8sApimachineryPkgApisMetaV1LabelSelectorRequirement { + // key is the label key that the selector applies to. + string key = 1; + + // operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. + string operator = 2; + + // values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. + repeated string values = 3; +} + +// ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. +message IoK8sApimachineryPkgApisMetaV1ListMeta { + // continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message. + string continue = 1; + + // remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact. + int64 remainingItemCount = 2; + + // String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + string resourceVersion = 3; + + // Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. + string selfLink = 4; +} + +// ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to. +message IoK8sApimachineryPkgApisMetaV1ManagedFieldsEntry { + // APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted. + string apiVersion = 1; + + // FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1" + string fieldsType = 2; + + // FieldsV1 holds the first JSON version format as described in the "FieldsV1" type. + IoK8sApimachineryPkgApisMetaV1FieldsV1 fieldsV1 = 3; + + // Manager is an identifier of the workflow managing these fields. + string manager = 4; + + // Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'. + string operation = 5; + + // Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource. + string subresource = 6; + + // Time is the timestamp of when the ManagedFields entry was added. The timestamp will also be updated if a field is added, the manager changes any of the owned fields value or removes a field. The timestamp does not update when a field is removed from the entry because another manager took it over. + string time = 7; +} + +// ObjectMeta is metadata that all persisted resources must have, which includes all objects users must create. +message IoK8sApimachineryPkgApisMetaV1ObjectMeta { + // Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations + map annotations = 1; + + // CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. + // + // Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + string creationTimestamp = 2; + + // Number of seconds allowed for this object to gracefully terminate before it will be removed from the system. Only set when deletionTimestamp is also set. May only be shortened. Read-only. + int64 deletionGracePeriodSeconds = 3; + + // DeletionTimestamp is RFC 3339 date and time at which this resource will be deleted. This field is set by the server when a graceful deletion is requested by the user, and is not directly settable by a client. The resource is expected to be deleted (no longer visible from resource lists, and not reachable by name) after the time in this field, once the finalizers list is empty. As long as the finalizers list contains items, deletion is blocked. Once the deletionTimestamp is set, this value may not be unset or be set further into the future, although it may be shortened or the resource may be deleted prior to this time. For example, a user may request that a pod is deleted in 30 seconds. The Kubelet will react by sending a graceful termination signal to the containers in the pod. After that 30 seconds, the Kubelet will send a hard termination signal (SIGKILL) to the container and after cleanup, remove the pod from the API. In the presence of network partitions, this object may still exist after this timestamp, until an administrator or automated process can determine the resource is fully terminated. If not set, graceful deletion of the object has not been requested. + // + // Populated by the system when a graceful deletion is requested. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + string deletionTimestamp = 4; + + // Must be empty before the object is deleted from the registry. Each entry is an identifier for the responsible component that will remove the entry from the list. If the deletionTimestamp of the object is non-nil, entries in this list can only be removed. Finalizers may be processed and removed in any order. Order is NOT enforced because it introduces significant risk of stuck finalizers. finalizers is a shared field, any actor with permission can reorder it. If the finalizer list is processed in order, then this can lead to a situation in which the component responsible for the first finalizer in the list is waiting for a signal (field value, external system, or other) produced by a component responsible for a finalizer later in the list, resulting in a deadlock. Without enforced ordering finalizers are free to order amongst themselves and are not vulnerable to ordering changes in the list. + repeated string finalizers = 5; + + // GenerateName is an optional prefix, used by the server, to generate a unique name ONLY IF the Name field has not been provided. If this field is used, the name returned to the client will be different than the name passed. This value will also be combined with a unique suffix. The provided value has the same validation rules as the Name field, and may be truncated by the length of the suffix required to make the value unique on the server. + // + // If this field is specified and the generated name exists, the server will return a 409. + // + // Applied only if Name is not specified. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#idempotency + string generateName = 6; + + // A sequence number representing a specific generation of the desired state. Populated by the system. Read-only. + int64 generation = 7; + + // Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels + map labels = 8; + + // ManagedFields maps workflow-id and version to the set of fields that are managed by that workflow. This is mostly for internal housekeeping, and users typically shouldn't need to set or understand this field. A workflow can be the user's name, a controller's name, or the name of a specific apply path like "ci-cd". The set of fields is always in the version that the workflow used when modifying the object. + repeated IoK8sApimachineryPkgApisMetaV1ManagedFieldsEntry managedFields = 9; + + // Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names + string name = 10; + + // Namespace defines the space within which each name must be unique. An empty namespace is equivalent to the "default" namespace, but "default" is the canonical representation. Not all objects are required to be scoped to a namespace - the value of this field for those objects will be empty. + // + // Must be a DNS_LABEL. Cannot be updated. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces + string namespace = 11; + + // List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller. + repeated IoK8sApimachineryPkgApisMetaV1OwnerReference ownerReferences = 12; + + // An opaque value that represents the internal version of this object that can be used by clients to determine when objects have changed. May be used for optimistic concurrency, change detection, and the watch operation on a resource or set of resources. Clients must treat these values as opaque and passed unmodified back to the server. They may only be valid for a particular resource or set of resources. + // + // Populated by the system. Read-only. Value must be treated as opaque by clients and . More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency + string resourceVersion = 13; + + // Deprecated: selfLink is a legacy read-only field that is no longer populated by the system. + string selfLink = 14; + + // UID is the unique in time and space value for this object. It is typically generated by the server on successful creation of a resource and is not allowed to change on PUT operations. + // + // Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids + string uid = 15; +} + +// OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field. +message IoK8sApimachineryPkgApisMetaV1OwnerReference { + // API version of the referent. + string apiVersion = 1; + + // If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. See https://kubernetes.io/docs/concepts/architecture/garbage-collection/#foreground-deletion for how the garbage collector interacts with this field and enforces the foreground deletion. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. + bool blockOwnerDeletion = 2; + + // If true, this reference points to the managing controller. + bool controller = 3; + + // Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 4; + + // Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#names + string name = 5; + + // UID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids + string uid = 6; +} + +// Patch is provided to give a concrete name and type to the Kubernetes PATCH request body. +message IoK8sApimachineryPkgApisMetaV1Patch {} + +// Preconditions must be fulfilled before an operation (update, delete, etc.) is carried out. +message IoK8sApimachineryPkgApisMetaV1Preconditions { + // Specifies the target ResourceVersion + string resourceVersion = 1; + + // Specifies the target UID. + string uid = 2; +} + +// ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match. +message IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR { + // The CIDR with which clients can match their IP to figure out the server address that they should use. + string clientCIDR = 1; + + // Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port. + string serverAddress = 2; +} + +// Status is a return value for calls that don't return other objects. +message IoK8sApimachineryPkgApisMetaV1Status { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Suggested HTTP return code for this status, 0 if not set. + int32 code = 2; + + // Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type. + IoK8sApimachineryPkgApisMetaV1StatusDetails details = 3; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 4; + + // A human-readable description of the status of this operation. + string message = 5; + + // Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 6; + + // A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. + string reason = 7; + + // Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + string status = 8; +} + +// StatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered. +message IoK8sApimachineryPkgApisMetaV1StatusCause { + // The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional. + // + // Examples: + // "name" - the field "name" on the current resource + // "items[0].name" - the field "name" on the first array entry in "items" + string field = 1; + + // A human-readable description of the cause of the error. This field may be presented as-is to a reader. + string message = 2; + + // A machine-readable description of the cause of the error. If this value is empty there is no information available. + string reason = 3; +} + +// StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined. +message IoK8sApimachineryPkgApisMetaV1StatusDetails { + // The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. + repeated IoK8sApimachineryPkgApisMetaV1StatusCause causes = 1; + + // The group attribute of the resource associated with the status StatusReason. + string group = 2; + + // The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). + string name = 4; + + // If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. + int32 retryAfterSeconds = 5; + + // UID of the resource. (when there is a single resource which can be described). More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names#uids + string uid = 6; +} + +// Event represents a single event to a watched resource. +message IoK8sApimachineryPkgApisMetaV1WatchEvent { + // Object is: + // * If Type is Added or Modified: the new state of the object. + // * If Type is Deleted: the state of the object immediately before deletion. + // * If Type is Error: *Status is recommended; other types may make sense + // depending on context. + IoK8sApimachineryPkgRuntimeRawExtension object = 1; + string type = 2; +} + +// RawExtension is used to hold extensions in external versions. +// +// To use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types. +// +// // Internal package: +// +// type MyAPIObject struct { +// runtime.TypeMeta `json:",inline"` +// MyPlugin runtime.Object `json:"myPlugin"` +// } +// +// type PluginA struct { +// AOption string `json:"aOption"` +// } +// +// // External package: +// +// type MyAPIObject struct { +// runtime.TypeMeta `json:",inline"` +// MyPlugin runtime.RawExtension `json:"myPlugin"` +// } +// +// type PluginA struct { +// AOption string `json:"aOption"` +// } +// +// // On the wire, the JSON will look something like this: +// +// { +// "kind":"MyAPIObject", +// "apiVersion":"v1", +// "myPlugin": { +// "kind":"PluginA", +// "aOption":"foo", +// }, +// } +// +// So what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.) +message IoK8sApimachineryPkgRuntimeRawExtension {} + +// Info contains versioning information. how we'll want to distribute that information. +message IoK8sApimachineryPkgVersionInfo { + string buildDate = 1; + string compiler = 2; + string gitCommit = 3; + string gitTreeState = 4; + string gitVersion = 5; + string goVersion = 6; + string major = 7; + string minor = 8; + string platform = 9; +} + +// APIService represents a server for a particular GroupVersion. Name must be "version.group". +message IoK8sKubeAggregatorPkgApisApiregistrationV1APIService { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 2; + + // Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ObjectMeta metadata = 3; + + // Spec contains information for locating and communicating with a server + IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceSpec spec = 4; + + // Status contains derived information about an API server + IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceStatus status = 5; +} + +// APIServiceCondition describes the state of an APIService at a particular point +message IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition { + // Last time the condition transitioned from one status to another. + string lastTransitionTime = 1; + + // Human-readable message indicating details about last transition. + string message = 2; + + // Unique, one-word, CamelCase reason for the condition's last transition. + string reason = 3; + + // Status is the status of the condition. Can be True, False, Unknown. + string status = 4; + + // Type is the type of the condition. + string type = 5; +} + +// APIServiceList is a list of APIService objects. +message IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceList { + // APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + string apiVersion = 1; + + // Items is the list of APIService + repeated IoK8sKubeAggregatorPkgApisApiregistrationV1APIService items = 2; + + // Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + string kind = 3; + + // Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + IoK8sApimachineryPkgApisMetaV1ListMeta metadata = 4; +} + +// APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification. +message IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceSpec { + // CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used. + bytes caBundle = 1; + + // Group is the API group name this server hosts + string group = 2; + + // GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s + int32 groupPriorityMinimum = 3; + + // InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead. + bool insecureSkipTLSVerify = 4; + + // Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled. + IoK8sKubeAggregatorPkgApisApiregistrationV1ServiceReference service = 5; + + // Version is the API version this server hosts. For example, "v1" + string version = 6; + + // VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. + int32 versionPriority = 7; +} + +// APIServiceStatus contains derived information about an API server +message IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceStatus { + // Current service state of apiService. + repeated IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceCondition conditions = 1; +} + +// ServiceReference holds a reference to Service.legacy.k8s.io +message IoK8sKubeAggregatorPkgApisApiregistrationV1ServiceReference { + // Name is the name of the service + string name = 1; + + // Namespace is the namespace of the service + string namespace = 2; + + // If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). + int32 port = 3; +} + +message ListAdmissionregistrationV1MutatingWebhookConfigurationRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListApiextensionsV1CustomResourceDefinitionRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListApiregistrationV1ApiServiceRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAppsV1ControllerRevisionForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAppsV1DaemonSetForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAppsV1DeploymentForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAppsV1NamespacedControllerRevisionRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListAppsV1NamespacedDaemonSetRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListAppsV1NamespacedDeploymentRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListAppsV1NamespacedReplicaSetRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListAppsV1NamespacedStatefulSetRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListAppsV1ReplicaSetForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAppsV1StatefulSetForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListBatchV1CronJobForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListBatchV1JobForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListBatchV1NamespacedCronJobRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListBatchV1NamespacedJobRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCertificatesV1CertificateSigningRequestRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCertificatesV1alpha1ClusterTrustBundleRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoordinationV1LeaseForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoordinationV1NamespacedLeaseRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1ComponentStatusRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1ConfigMapForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1EndpointsForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1EventForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1LimitRangeForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1NamespaceRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1NamespacedConfigMapRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedEndpointsRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedEventRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedLimitRangeRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedPersistentVolumeClaimRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedPodRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedPodTemplateRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedReplicationControllerRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedResourceQuotaRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedSecretRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedServiceAccountRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NamespacedServiceRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListCoreV1NodeRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1PersistentVolumeClaimForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1PersistentVolumeRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1PodForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1PodTemplateForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1ReplicationControllerForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1ResourceQuotaForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1SecretForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1ServiceAccountForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListCoreV1ServiceForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListDiscoveryV1EndpointSliceForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListDiscoveryV1NamespacedEndpointSliceRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListEventsV1EventForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListEventsV1NamespacedEventRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListFlowcontrolApiserverV1beta2FlowSchemaRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListFlowcontrolApiserverV1beta3FlowSchemaRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListInternalApiserverV1alpha1StorageVersionRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListNetworkingV1IngressClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListNetworkingV1IngressForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListNetworkingV1NamespacedIngressRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListNetworkingV1NamespacedNetworkPolicyRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListNetworkingV1NetworkPolicyForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListNetworkingV1alpha1ClusterCidrRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListNetworkingV1alpha1IpAddressRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListNodeV1RuntimeClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListPolicyV1NamespacedPodDisruptionBudgetRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListRbacAuthorizationV1ClusterRoleBindingRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListRbacAuthorizationV1ClusterRoleRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListRbacAuthorizationV1NamespacedRoleBindingRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListRbacAuthorizationV1NamespacedRoleRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListRbacAuthorizationV1RoleForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListResourceV1alpha2NamespacedPodSchedulingContextRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListResourceV1alpha2NamespacedResourceClaimRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListResourceV1alpha2NamespacedResourceClaimTemplateRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListResourceV1alpha2PodSchedulingContextForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListResourceV1alpha2ResourceClaimForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListResourceV1alpha2ResourceClaimTemplateForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListResourceV1alpha2ResourceClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListSchedulingV1PriorityClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListStorageV1CsiDriverRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListStorageV1CsiNodeRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListStorageV1CsiStorageCapacityForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListStorageV1NamespacedCsiStorageCapacityRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message ListStorageV1StorageClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message ListStorageV1VolumeAttachmentRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message LogFileHandlerRequest { + // path to the log + string logpath = 1; +} + +message PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the MutatingWebhookConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ValidatingWebhookConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ValidatingAdmissionPolicyBinding + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ValidatingAdmissionPolicy + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ValidatingAdmissionPolicy + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchApiextensionsV1CustomResourceDefinitionRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CustomResourceDefinition + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchApiextensionsV1CustomResourceDefinitionStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CustomResourceDefinition + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchApiregistrationV1ApiServiceRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the APIService + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchApiregistrationV1ApiServiceStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the APIService + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchAppsV1NamespacedControllerRevisionRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ControllerRevision + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedDaemonSetRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the DaemonSet + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedDaemonSetStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the DaemonSet + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedDeploymentRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Deployment + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedDeploymentScaleRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Scale + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedDeploymentStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Deployment + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedReplicaSetRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ReplicaSet + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedReplicaSetScaleRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Scale + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedReplicaSetStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ReplicaSet + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedStatefulSetRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the StatefulSet + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedStatefulSetScaleRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Scale + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAppsV1NamespacedStatefulSetStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the StatefulSet + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the HorizontalPodAutoscaler + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the HorizontalPodAutoscaler + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the HorizontalPodAutoscaler + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the HorizontalPodAutoscaler + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchBatchV1NamespacedCronJobRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CronJob + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchBatchV1NamespacedCronJobStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CronJob + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchBatchV1NamespacedJobRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Job + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchBatchV1NamespacedJobStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Job + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCertificatesV1CertificateSigningRequestApprovalRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CertificateSigningRequest + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchCertificatesV1CertificateSigningRequestRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CertificateSigningRequest + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchCertificatesV1CertificateSigningRequestStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CertificateSigningRequest + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchCertificatesV1alpha1ClusterTrustBundleRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ClusterTrustBundle + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchCoordinationV1NamespacedLeaseRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Lease + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespaceRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Namespace + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchCoreV1NamespaceStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Namespace + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchCoreV1NamespacedConfigMapRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ConfigMap + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedEndpointsRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Endpoints + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedEventRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Event + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedLimitRangeRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the LimitRange + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedPersistentVolumeClaimRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PersistentVolumeClaim + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PersistentVolumeClaim + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedPodEphemeralcontainersRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Pod + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedPodRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Pod + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedPodStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Pod + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedPodTemplateRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PodTemplate + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedReplicationControllerRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ReplicationController + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedReplicationControllerScaleRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Scale + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedReplicationControllerStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ReplicationController + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedResourceQuotaRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ResourceQuota + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedResourceQuotaStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ResourceQuota + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedSecretRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Secret + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedServiceAccountRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ServiceAccount + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedServiceRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Service + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NamespacedServiceStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Service + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchCoreV1NodeRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Node + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchCoreV1NodeStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Node + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchCoreV1PersistentVolumeRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PersistentVolume + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchCoreV1PersistentVolumeStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PersistentVolume + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchDiscoveryV1NamespacedEndpointSliceRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the EndpointSlice + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchEventsV1NamespacedEventRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Event + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchFlowcontrolApiserverV1beta2FlowSchemaRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the FlowSchema + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchFlowcontrolApiserverV1beta2FlowSchemaStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the FlowSchema + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PriorityLevelConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PriorityLevelConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchFlowcontrolApiserverV1beta3FlowSchemaRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the FlowSchema + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchFlowcontrolApiserverV1beta3FlowSchemaStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the FlowSchema + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PriorityLevelConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PriorityLevelConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchInternalApiserverV1alpha1StorageVersionRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the StorageVersion + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchInternalApiserverV1alpha1StorageVersionStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the StorageVersion + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchNetworkingV1IngressClassRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the IngressClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchNetworkingV1NamespacedIngressRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Ingress + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchNetworkingV1NamespacedIngressStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Ingress + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchNetworkingV1NamespacedNetworkPolicyRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the NetworkPolicy + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchNetworkingV1alpha1ClusterCidrRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ClusterCIDR + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchNetworkingV1alpha1IpAddressRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the IPAddress + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchNodeV1RuntimeClassRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the RuntimeClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchPolicyV1NamespacedPodDisruptionBudgetRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PodDisruptionBudget + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PodDisruptionBudget + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchRbacAuthorizationV1ClusterRoleBindingRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ClusterRoleBinding + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchRbacAuthorizationV1ClusterRoleRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ClusterRole + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchRbacAuthorizationV1NamespacedRoleBindingRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the RoleBinding + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchRbacAuthorizationV1NamespacedRoleRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the Role + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchResourceV1alpha2NamespacedPodSchedulingContextRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PodSchedulingContext + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchResourceV1alpha2NamespacedPodSchedulingContextStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PodSchedulingContext + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchResourceV1alpha2NamespacedResourceClaimRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ResourceClaim + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchResourceV1alpha2NamespacedResourceClaimStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ResourceClaim + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchResourceV1alpha2NamespacedResourceClaimTemplateRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ResourceClaimTemplate + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchResourceV1alpha2ResourceClassRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the ResourceClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchSchedulingV1PriorityClassRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the PriorityClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchStorageV1CsiDriverRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CSIDriver + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchStorageV1CsiNodeRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CSINode + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchStorageV1NamespacedCsiStorageCapacityRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the CSIStorageCapacity + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; +} + +message PatchStorageV1StorageClassRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the StorageClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchStorageV1VolumeAttachmentRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the VolumeAttachment + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message PatchStorageV1VolumeAttachmentStatusRequest { + IoK8sApimachineryPkgApisMetaV1Patch body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch). + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // Force is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests. + bool force = 5; + + // name of the VolumeAttachment + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest { + // name of the MutatingWebhookConfiguration + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest { + // name of the ValidatingWebhookConfiguration + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest { + // name of the ValidatingAdmissionPolicyBinding + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest { + // name of the ValidatingAdmissionPolicy + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest { + // name of the ValidatingAdmissionPolicy + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadApiextensionsV1CustomResourceDefinitionRequest { + // name of the CustomResourceDefinition + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadApiextensionsV1CustomResourceDefinitionStatusRequest { + // name of the CustomResourceDefinition + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadApiregistrationV1ApiServiceRequest { + // name of the APIService + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadApiregistrationV1ApiServiceStatusRequest { + // name of the APIService + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadAppsV1NamespacedControllerRevisionRequest { + // name of the ControllerRevision + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedDaemonSetRequest { + // name of the DaemonSet + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedDaemonSetStatusRequest { + // name of the DaemonSet + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedDeploymentRequest { + // name of the Deployment + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedDeploymentScaleRequest { + // name of the Scale + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedDeploymentStatusRequest { + // name of the Deployment + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedReplicaSetRequest { + // name of the ReplicaSet + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedReplicaSetScaleRequest { + // name of the Scale + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedReplicaSetStatusRequest { + // name of the ReplicaSet + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedStatefulSetRequest { + // name of the StatefulSet + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedStatefulSetScaleRequest { + // name of the Scale + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAppsV1NamespacedStatefulSetStatusRequest { + // name of the StatefulSet + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest { + // name of the HorizontalPodAutoscaler + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest { + // name of the HorizontalPodAutoscaler + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest { + // name of the HorizontalPodAutoscaler + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest { + // name of the HorizontalPodAutoscaler + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadBatchV1NamespacedCronJobRequest { + // name of the CronJob + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadBatchV1NamespacedCronJobStatusRequest { + // name of the CronJob + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadBatchV1NamespacedJobRequest { + // name of the Job + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadBatchV1NamespacedJobStatusRequest { + // name of the Job + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCertificatesV1CertificateSigningRequestApprovalRequest { + // name of the CertificateSigningRequest + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCertificatesV1CertificateSigningRequestRequest { + // name of the CertificateSigningRequest + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCertificatesV1CertificateSigningRequestStatusRequest { + // name of the CertificateSigningRequest + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCertificatesV1alpha1ClusterTrustBundleRequest { + // name of the ClusterTrustBundle + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCoordinationV1NamespacedLeaseRequest { + // name of the Lease + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1ComponentStatusRequest { + // name of the ComponentStatus + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCoreV1NamespaceRequest { + // name of the Namespace + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCoreV1NamespaceStatusRequest { + // name of the Namespace + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCoreV1NamespacedConfigMapRequest { + // name of the ConfigMap + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedEndpointsRequest { + // name of the Endpoints + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedEventRequest { + // name of the Event + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedLimitRangeRequest { + // name of the LimitRange + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedPersistentVolumeClaimRequest { + // name of the PersistentVolumeClaim + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest { + // name of the PersistentVolumeClaim + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedPodEphemeralcontainersRequest { + // name of the Pod + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedPodLogRequest { + // The container for which to stream logs. Defaults to only container if there is one container in the pod. + string container = 1; + + // Follow the log stream of the pod. Defaults to false. + bool follow = 2; + + // insecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet). + bool insecureSkipTLSVerifyBackend = 3; + + // If set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit. + int32 limitBytes = 4; + + // name of the Pod + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // Return previous terminated container logs. Defaults to false. + bool previous = 8; + + // A relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified. + int32 sinceSeconds = 9; + + // If set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime + int32 tailLines = 10; + + // If true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false. + bool timestamps = 11; +} + +message ReadCoreV1NamespacedPodRequest { + // name of the Pod + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedPodStatusRequest { + // name of the Pod + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedPodTemplateRequest { + // name of the PodTemplate + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedReplicationControllerRequest { + // name of the ReplicationController + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedReplicationControllerScaleRequest { + // name of the Scale + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedReplicationControllerStatusRequest { + // name of the ReplicationController + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedResourceQuotaRequest { + // name of the ResourceQuota + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedResourceQuotaStatusRequest { + // name of the ResourceQuota + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedSecretRequest { + // name of the Secret + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedServiceAccountRequest { + // name of the ServiceAccount + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedServiceRequest { + // name of the Service + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NamespacedServiceStatusRequest { + // name of the Service + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadCoreV1NodeRequest { + // name of the Node + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCoreV1NodeStatusRequest { + // name of the Node + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCoreV1PersistentVolumeRequest { + // name of the PersistentVolume + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadCoreV1PersistentVolumeStatusRequest { + // name of the PersistentVolume + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadDiscoveryV1NamespacedEndpointSliceRequest { + // name of the EndpointSlice + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadEventsV1NamespacedEventRequest { + // name of the Event + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadFlowcontrolApiserverV1beta2FlowSchemaRequest { + // name of the FlowSchema + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadFlowcontrolApiserverV1beta2FlowSchemaStatusRequest { + // name of the FlowSchema + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest { + // name of the PriorityLevelConfiguration + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest { + // name of the PriorityLevelConfiguration + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadFlowcontrolApiserverV1beta3FlowSchemaRequest { + // name of the FlowSchema + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadFlowcontrolApiserverV1beta3FlowSchemaStatusRequest { + // name of the FlowSchema + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest { + // name of the PriorityLevelConfiguration + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest { + // name of the PriorityLevelConfiguration + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadInternalApiserverV1alpha1StorageVersionRequest { + // name of the StorageVersion + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadInternalApiserverV1alpha1StorageVersionStatusRequest { + // name of the StorageVersion + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadNetworkingV1IngressClassRequest { + // name of the IngressClass + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadNetworkingV1NamespacedIngressRequest { + // name of the Ingress + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadNetworkingV1NamespacedIngressStatusRequest { + // name of the Ingress + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadNetworkingV1NamespacedNetworkPolicyRequest { + // name of the NetworkPolicy + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadNetworkingV1alpha1ClusterCidrRequest { + // name of the ClusterCIDR + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadNetworkingV1alpha1IpAddressRequest { + // name of the IPAddress + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadNodeV1RuntimeClassRequest { + // name of the RuntimeClass + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadPolicyV1NamespacedPodDisruptionBudgetRequest { + // name of the PodDisruptionBudget + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest { + // name of the PodDisruptionBudget + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadRbacAuthorizationV1ClusterRoleBindingRequest { + // name of the ClusterRoleBinding + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadRbacAuthorizationV1ClusterRoleRequest { + // name of the ClusterRole + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadRbacAuthorizationV1NamespacedRoleBindingRequest { + // name of the RoleBinding + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadRbacAuthorizationV1NamespacedRoleRequest { + // name of the Role + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadResourceV1alpha2NamespacedPodSchedulingContextRequest { + // name of the PodSchedulingContext + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadResourceV1alpha2NamespacedPodSchedulingContextStatusRequest { + // name of the PodSchedulingContext + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadResourceV1alpha2NamespacedResourceClaimRequest { + // name of the ResourceClaim + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadResourceV1alpha2NamespacedResourceClaimStatusRequest { + // name of the ResourceClaim + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadResourceV1alpha2NamespacedResourceClaimTemplateRequest { + // name of the ResourceClaimTemplate + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadResourceV1alpha2ResourceClassRequest { + // name of the ResourceClass + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadSchedulingV1PriorityClassRequest { + // name of the PriorityClass + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadStorageV1CsiDriverRequest { + // name of the CSIDriver + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadStorageV1CsiNodeRequest { + // name of the CSINode + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadStorageV1NamespacedCsiStorageCapacityRequest { + // name of the CSIStorageCapacity + string name = 1; + + // object name and auth scope, such as for teams and projects + string namespace = 2; + + // If 'true', then the output is pretty printed. + string pretty = 3; +} + +message ReadStorageV1StorageClassRequest { + // name of the StorageClass + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadStorageV1VolumeAttachmentRequest { + // name of the VolumeAttachment + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReadStorageV1VolumeAttachmentStatusRequest { + // name of the VolumeAttachment + string name = 1; + + // If 'true', then the output is pretty printed. + string pretty = 2; +} + +message ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest { + IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the MutatingWebhookConfiguration + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest { + IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ValidatingWebhookConfiguration + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest { + IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ValidatingAdmissionPolicyBinding + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest { + IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ValidatingAdmissionPolicy + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest { + IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ValidatingAdmissionPolicy + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceApiextensionsV1CustomResourceDefinitionRequest { + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CustomResourceDefinition + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest { + IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CustomResourceDefinition + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceApiregistrationV1ApiServiceRequest { + IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the APIService + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceApiregistrationV1ApiServiceStatusRequest { + IoK8sKubeAggregatorPkgApisApiregistrationV1APIService body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the APIService + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceAppsV1NamespacedControllerRevisionRequest { + IoK8sApiAppsV1ControllerRevision body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ControllerRevision + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedDaemonSetRequest { + IoK8sApiAppsV1DaemonSet body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the DaemonSet + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedDaemonSetStatusRequest { + IoK8sApiAppsV1DaemonSet body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the DaemonSet + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedDeploymentRequest { + IoK8sApiAppsV1Deployment body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Deployment + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedDeploymentScaleRequest { + IoK8sApiAutoscalingV1Scale body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Scale + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedDeploymentStatusRequest { + IoK8sApiAppsV1Deployment body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Deployment + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedReplicaSetRequest { + IoK8sApiAppsV1ReplicaSet body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ReplicaSet + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedReplicaSetScaleRequest { + IoK8sApiAutoscalingV1Scale body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Scale + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedReplicaSetStatusRequest { + IoK8sApiAppsV1ReplicaSet body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ReplicaSet + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedStatefulSetRequest { + IoK8sApiAppsV1StatefulSet body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the StatefulSet + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedStatefulSetScaleRequest { + IoK8sApiAutoscalingV1Scale body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Scale + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAppsV1NamespacedStatefulSetStatusRequest { + IoK8sApiAppsV1StatefulSet body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the StatefulSet + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest { + IoK8sApiAutoscalingV1HorizontalPodAutoscaler body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the HorizontalPodAutoscaler + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest { + IoK8sApiAutoscalingV1HorizontalPodAutoscaler body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the HorizontalPodAutoscaler + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest { + IoK8sApiAutoscalingV2HorizontalPodAutoscaler body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the HorizontalPodAutoscaler + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest { + IoK8sApiAutoscalingV2HorizontalPodAutoscaler body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the HorizontalPodAutoscaler + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceBatchV1NamespacedCronJobRequest { + IoK8sApiBatchV1CronJob body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CronJob + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceBatchV1NamespacedCronJobStatusRequest { + IoK8sApiBatchV1CronJob body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CronJob + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceBatchV1NamespacedJobRequest { + IoK8sApiBatchV1Job body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Job + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceBatchV1NamespacedJobStatusRequest { + IoK8sApiBatchV1Job body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Job + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCertificatesV1CertificateSigningRequestApprovalRequest { + IoK8sApiCertificatesV1CertificateSigningRequest body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CertificateSigningRequest + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCertificatesV1CertificateSigningRequestRequest { + IoK8sApiCertificatesV1CertificateSigningRequest body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CertificateSigningRequest + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCertificatesV1CertificateSigningRequestStatusRequest { + IoK8sApiCertificatesV1CertificateSigningRequest body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CertificateSigningRequest + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCertificatesV1alpha1ClusterTrustBundleRequest { + IoK8sApiCertificatesV1alpha1ClusterTrustBundle body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ClusterTrustBundle + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCoordinationV1NamespacedLeaseRequest { + IoK8sApiCoordinationV1Lease body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Lease + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespaceFinalizeRequest { + IoK8sApiCoreV1Namespace body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Namespace + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCoreV1NamespaceRequest { + IoK8sApiCoreV1Namespace body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Namespace + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCoreV1NamespaceStatusRequest { + IoK8sApiCoreV1Namespace body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Namespace + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCoreV1NamespacedConfigMapRequest { + IoK8sApiCoreV1ConfigMap body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ConfigMap + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedEndpointsRequest { + IoK8sApiCoreV1Endpoints body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Endpoints + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedEventRequest { + IoK8sApiCoreV1Event body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Event + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedLimitRangeRequest { + IoK8sApiCoreV1LimitRange body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the LimitRange + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedPersistentVolumeClaimRequest { + IoK8sApiCoreV1PersistentVolumeClaim body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PersistentVolumeClaim + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest { + IoK8sApiCoreV1PersistentVolumeClaim body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PersistentVolumeClaim + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedPodEphemeralcontainersRequest { + IoK8sApiCoreV1Pod body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Pod + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedPodRequest { + IoK8sApiCoreV1Pod body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Pod + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedPodStatusRequest { + IoK8sApiCoreV1Pod body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Pod + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedPodTemplateRequest { + IoK8sApiCoreV1PodTemplate body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PodTemplate + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedReplicationControllerRequest { + IoK8sApiCoreV1ReplicationController body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ReplicationController + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedReplicationControllerScaleRequest { + IoK8sApiAutoscalingV1Scale body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Scale + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedReplicationControllerStatusRequest { + IoK8sApiCoreV1ReplicationController body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ReplicationController + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedResourceQuotaRequest { + IoK8sApiCoreV1ResourceQuota body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ResourceQuota + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedResourceQuotaStatusRequest { + IoK8sApiCoreV1ResourceQuota body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ResourceQuota + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedSecretRequest { + IoK8sApiCoreV1Secret body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Secret + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedServiceAccountRequest { + IoK8sApiCoreV1ServiceAccount body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ServiceAccount + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedServiceRequest { + IoK8sApiCoreV1Service body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Service + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NamespacedServiceStatusRequest { + IoK8sApiCoreV1Service body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Service + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceCoreV1NodeRequest { + IoK8sApiCoreV1Node body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Node + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCoreV1NodeStatusRequest { + IoK8sApiCoreV1Node body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Node + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCoreV1PersistentVolumeRequest { + IoK8sApiCoreV1PersistentVolume body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PersistentVolume + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceCoreV1PersistentVolumeStatusRequest { + IoK8sApiCoreV1PersistentVolume body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PersistentVolume + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceDiscoveryV1NamespacedEndpointSliceRequest { + IoK8sApiDiscoveryV1EndpointSlice body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the EndpointSlice + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceEventsV1NamespacedEventRequest { + IoK8sApiEventsV1Event body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Event + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceFlowcontrolApiserverV1beta2FlowSchemaRequest { + IoK8sApiFlowcontrolV1beta2FlowSchema body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the FlowSchema + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceFlowcontrolApiserverV1beta2FlowSchemaStatusRequest { + IoK8sApiFlowcontrolV1beta2FlowSchema body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the FlowSchema + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest { + IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PriorityLevelConfiguration + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest { + IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PriorityLevelConfiguration + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceFlowcontrolApiserverV1beta3FlowSchemaRequest { + IoK8sApiFlowcontrolV1beta3FlowSchema body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the FlowSchema + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceFlowcontrolApiserverV1beta3FlowSchemaStatusRequest { + IoK8sApiFlowcontrolV1beta3FlowSchema body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the FlowSchema + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest { + IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PriorityLevelConfiguration + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest { + IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PriorityLevelConfiguration + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceInternalApiserverV1alpha1StorageVersionRequest { + IoK8sApiApiserverinternalV1alpha1StorageVersion body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the StorageVersion + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceInternalApiserverV1alpha1StorageVersionStatusRequest { + IoK8sApiApiserverinternalV1alpha1StorageVersion body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the StorageVersion + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceNetworkingV1IngressClassRequest { + IoK8sApiNetworkingV1IngressClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the IngressClass + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceNetworkingV1NamespacedIngressRequest { + IoK8sApiNetworkingV1Ingress body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Ingress + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceNetworkingV1NamespacedIngressStatusRequest { + IoK8sApiNetworkingV1Ingress body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Ingress + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceNetworkingV1NamespacedNetworkPolicyRequest { + IoK8sApiNetworkingV1NetworkPolicy body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the NetworkPolicy + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceNetworkingV1alpha1ClusterCidrRequest { + IoK8sApiNetworkingV1alpha1ClusterCIDR body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ClusterCIDR + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceNetworkingV1alpha1IpAddressRequest { + IoK8sApiNetworkingV1alpha1IPAddress body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the IPAddress + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceNodeV1RuntimeClassRequest { + IoK8sApiNodeV1RuntimeClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the RuntimeClass + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplacePolicyV1NamespacedPodDisruptionBudgetRequest { + IoK8sApiPolicyV1PodDisruptionBudget body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PodDisruptionBudget + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest { + IoK8sApiPolicyV1PodDisruptionBudget body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PodDisruptionBudget + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceRbacAuthorizationV1ClusterRoleBindingRequest { + IoK8sApiRbacV1ClusterRoleBinding body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ClusterRoleBinding + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceRbacAuthorizationV1ClusterRoleRequest { + IoK8sApiRbacV1ClusterRole body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ClusterRole + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest { + IoK8sApiRbacV1RoleBinding body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the RoleBinding + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceRbacAuthorizationV1NamespacedRoleRequest { + IoK8sApiRbacV1Role body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the Role + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceResourceV1alpha2NamespacedPodSchedulingContextRequest { + IoK8sApiResourceV1alpha2PodSchedulingContext body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PodSchedulingContext + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceResourceV1alpha2NamespacedPodSchedulingContextStatusRequest { + IoK8sApiResourceV1alpha2PodSchedulingContext body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PodSchedulingContext + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceResourceV1alpha2NamespacedResourceClaimRequest { + IoK8sApiResourceV1alpha2ResourceClaim body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ResourceClaim + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceResourceV1alpha2NamespacedResourceClaimStatusRequest { + IoK8sApiResourceV1alpha2ResourceClaim body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ResourceClaim + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceResourceV1alpha2NamespacedResourceClaimTemplateRequest { + IoK8sApiResourceV1alpha2ResourceClaimTemplate body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ResourceClaimTemplate + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceResourceV1alpha2ResourceClassRequest { + IoK8sApiResourceV1alpha2ResourceClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the ResourceClass + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceSchedulingV1PriorityClassRequest { + IoK8sApiSchedulingV1PriorityClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the PriorityClass + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceStorageV1CsiDriverRequest { + IoK8sApiStorageV1CSIDriver body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CSIDriver + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceStorageV1CsiNodeRequest { + IoK8sApiStorageV1CSINode body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CSINode + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceStorageV1NamespacedCsiStorageCapacityRequest { + IoK8sApiStorageV1CSIStorageCapacity body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the CSIStorageCapacity + string name = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; +} + +message ReplaceStorageV1StorageClassRequest { + IoK8sApiStorageV1StorageClass body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the StorageClass + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceStorageV1VolumeAttachmentRequest { + IoK8sApiStorageV1VolumeAttachment body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the VolumeAttachment + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message ReplaceStorageV1VolumeAttachmentStatusRequest { + IoK8sApiStorageV1VolumeAttachment body = 1; + + // When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed + string dryRun = 2; + + // fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. + string fieldManager = 3; + + // fieldValidation instructs the server on how to handle objects in the request (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate fields are present. The error returned from the server will contain all unknown and duplicate fields encountered. + string fieldValidation = 4; + + // name of the VolumeAttachment + string name = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; +} + +message WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the MutatingWebhookConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ValidatingWebhookConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ValidatingAdmissionPolicyBinding + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ValidatingAdmissionPolicy + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchApiextensionsV1CustomResourceDefinitionListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchApiextensionsV1CustomResourceDefinitionRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the CustomResourceDefinition + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchApiregistrationV1ApiServiceListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchApiregistrationV1ApiServiceRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the APIService + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAppsV1ControllerRevisionListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAppsV1DaemonSetListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAppsV1DeploymentListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAppsV1NamespacedControllerRevisionListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAppsV1NamespacedControllerRevisionRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ControllerRevision + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchAppsV1NamespacedDaemonSetListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAppsV1NamespacedDaemonSetRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the DaemonSet + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchAppsV1NamespacedDeploymentListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAppsV1NamespacedDeploymentRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Deployment + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchAppsV1NamespacedReplicaSetListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAppsV1NamespacedReplicaSetRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ReplicaSet + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchAppsV1NamespacedStatefulSetListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAppsV1NamespacedStatefulSetRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the StatefulSet + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchAppsV1ReplicaSetListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAppsV1StatefulSetListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the HorizontalPodAutoscaler + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the HorizontalPodAutoscaler + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchBatchV1CronJobListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchBatchV1JobListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchBatchV1NamespacedCronJobListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchBatchV1NamespacedCronJobRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the CronJob + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchBatchV1NamespacedJobListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchBatchV1NamespacedJobRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Job + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCertificatesV1CertificateSigningRequestListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCertificatesV1CertificateSigningRequestRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the CertificateSigningRequest + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCertificatesV1alpha1ClusterTrustBundleListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCertificatesV1alpha1ClusterTrustBundleRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ClusterTrustBundle + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoordinationV1LeaseListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoordinationV1NamespacedLeaseListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoordinationV1NamespacedLeaseRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Lease + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1ConfigMapListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1EndpointsListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1EventListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1LimitRangeListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1NamespaceListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1NamespaceRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Namespace + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedConfigMapListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedConfigMapRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ConfigMap + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedEndpointsListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedEndpointsRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Endpoints + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedEventListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedEventRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Event + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedLimitRangeListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedLimitRangeRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the LimitRange + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedPersistentVolumeClaimListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedPersistentVolumeClaimRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the PersistentVolumeClaim + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedPodListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedPodRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Pod + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedPodTemplateListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedPodTemplateRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the PodTemplate + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedReplicationControllerListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedReplicationControllerRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ReplicationController + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedResourceQuotaListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedResourceQuotaRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ResourceQuota + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedSecretListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedSecretRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Secret + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedServiceAccountListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedServiceAccountRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ServiceAccount + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NamespacedServiceListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1NamespacedServiceRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Service + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchCoreV1NodeListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1NodeRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Node + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1PersistentVolumeListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1PersistentVolumeRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the PersistentVolume + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchCoreV1PodListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1PodTemplateListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1ReplicationControllerListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1ResourceQuotaListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1SecretListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1ServiceAccountListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchCoreV1ServiceListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchDiscoveryV1NamespacedEndpointSliceListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchDiscoveryV1NamespacedEndpointSliceRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the EndpointSlice + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchEventsV1EventListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchEventsV1NamespacedEventListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchEventsV1NamespacedEventRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Event + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchFlowcontrolApiserverV1beta2FlowSchemaListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchFlowcontrolApiserverV1beta2FlowSchemaRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the FlowSchema + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the PriorityLevelConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchFlowcontrolApiserverV1beta3FlowSchemaListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchFlowcontrolApiserverV1beta3FlowSchemaRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the FlowSchema + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the PriorityLevelConfiguration + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchInternalApiserverV1alpha1StorageVersionListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchInternalApiserverV1alpha1StorageVersionRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the StorageVersion + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchNetworkingV1IngressClassListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchNetworkingV1IngressClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the IngressClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchNetworkingV1IngressListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchNetworkingV1NamespacedIngressListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchNetworkingV1NamespacedIngressRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Ingress + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchNetworkingV1NamespacedNetworkPolicyListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchNetworkingV1NamespacedNetworkPolicyRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the NetworkPolicy + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchNetworkingV1alpha1ClusterCidrListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchNetworkingV1alpha1ClusterCidrRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ClusterCIDR + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchNetworkingV1alpha1IpAddressListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchNetworkingV1alpha1IpAddressRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the IPAddress + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchNodeV1RuntimeClassListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchNodeV1RuntimeClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the RuntimeClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchPolicyV1NamespacedPodDisruptionBudgetListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchPolicyV1NamespacedPodDisruptionBudgetRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the PodDisruptionBudget + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchRbacAuthorizationV1ClusterRoleBindingListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchRbacAuthorizationV1ClusterRoleBindingRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ClusterRoleBinding + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchRbacAuthorizationV1ClusterRoleListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchRbacAuthorizationV1ClusterRoleRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ClusterRole + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchRbacAuthorizationV1NamespacedRoleBindingListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchRbacAuthorizationV1NamespacedRoleBindingRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the RoleBinding + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchRbacAuthorizationV1NamespacedRoleListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchRbacAuthorizationV1NamespacedRoleRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the Role + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchRbacAuthorizationV1RoleListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchResourceV1alpha2NamespacedPodSchedulingContextListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchResourceV1alpha2NamespacedPodSchedulingContextRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the PodSchedulingContext + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchResourceV1alpha2NamespacedResourceClaimListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchResourceV1alpha2NamespacedResourceClaimRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ResourceClaim + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchResourceV1alpha2NamespacedResourceClaimTemplateListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchResourceV1alpha2NamespacedResourceClaimTemplateRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ResourceClaimTemplate + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchResourceV1alpha2PodSchedulingContextListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchResourceV1alpha2ResourceClaimListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchResourceV1alpha2ResourceClaimTemplateListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchResourceV1alpha2ResourceClassListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchResourceV1alpha2ResourceClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the ResourceClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchSchedulingV1PriorityClassListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchSchedulingV1PriorityClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the PriorityClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchStorageV1CsiDriverListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchStorageV1CsiDriverRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the CSIDriver + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchStorageV1CsiNodeListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchStorageV1CsiNodeRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the CSINode + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchStorageV1NamespacedCsiStorageCapacityListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // object name and auth scope, such as for teams and projects + string namespace = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchStorageV1NamespacedCsiStorageCapacityRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the CSIStorageCapacity + string name = 6; + + // object name and auth scope, such as for teams and projects + string namespace = 7; + + // If 'true', then the output is pretty printed. + string pretty = 8; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 9; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 10; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 11; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 12; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 13; +} + +message WatchStorageV1StorageClassListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchStorageV1StorageClassRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the StorageClass + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +message WatchStorageV1VolumeAttachmentListRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // If 'true', then the output is pretty printed. + string pretty = 6; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 7; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 8; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 9; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 10; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 11; +} + +message WatchStorageV1VolumeAttachmentRequest { + // allowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. + bool allowWatchBookmarks = 1; + + // The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + // + // This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications. + string continue = 2; + + // A selector to restrict the list of returned objects by their fields. Defaults to everything. + string fieldSelector = 3; + + // A selector to restrict the list of returned objects by their labels. Defaults to everything. + string labelSelector = 4; + + // limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + // + // The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned. + int32 limit = 5; + + // name of the VolumeAttachment + string name = 6; + + // If 'true', then the output is pretty printed. + string pretty = 7; + + // resourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersion = 8; + + // resourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + // + // Defaults to unset + string resourceVersionMatch = 9; + + // `sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic "Bookmark" event will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `"k8s.io/initial-events-end": "true"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched. + // + // When `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of the watch request is as following: - `resourceVersionMatch` = NotOlderThan + // is interpreted as "data at least as new as the provided `resourceVersion`" + // and the bookmark event is send when the state is synced + // to a `resourceVersion` at least as fresh as the one provided by the ListOptions. + // If `resourceVersion` is unset, this is interpreted as "consistent read" and the + // bookmark event is send when the state is synced at least to the moment + // when request started being processed. + // - `resourceVersionMatch` set to any other value or unset + // Invalid error is returned. + // + // Defaults to true if `resourceVersion=""` or `resourceVersion="0"` (for backward compatibility reasons) and to false otherwise. + bool sendInitialEvents = 10; + + // Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity. + int32 timeoutSeconds = 11; + + // Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. + bool watch = 12; +} + +service KubernetesService { + // connect DELETE requests to proxy of Pod + rpc ConnectCoreV1DeleteNamespacedPodProxy(ConnectCoreV1DeleteNamespacedPodProxyRequest) returns (google.protobuf.StringValue) {} + + // connect DELETE requests to proxy of Pod + rpc ConnectCoreV1DeleteNamespacedPodProxyWithPath(ConnectCoreV1DeleteNamespacedPodProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect DELETE requests to proxy of Service + rpc ConnectCoreV1DeleteNamespacedServiceProxy(ConnectCoreV1DeleteNamespacedServiceProxyRequest) returns (google.protobuf.StringValue) {} + + // connect DELETE requests to proxy of Service + rpc ConnectCoreV1DeleteNamespacedServiceProxyWithPath(ConnectCoreV1DeleteNamespacedServiceProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect DELETE requests to proxy of Node + rpc ConnectCoreV1DeleteNodeProxy(ConnectCoreV1DeleteNodeProxyRequest) returns (google.protobuf.StringValue) {} + + // connect DELETE requests to proxy of Node + rpc ConnectCoreV1DeleteNodeProxyWithPath(ConnectCoreV1DeleteNodeProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect GET requests to attach of Pod + rpc ConnectCoreV1GetNamespacedPodAttach(ConnectCoreV1GetNamespacedPodAttachRequest) returns (google.protobuf.StringValue) {} + + // connect GET requests to exec of Pod + rpc ConnectCoreV1GetNamespacedPodExec(ConnectCoreV1GetNamespacedPodExecRequest) returns (google.protobuf.StringValue) {} + + // connect GET requests to portforward of Pod + rpc ConnectCoreV1GetNamespacedPodPortforward(ConnectCoreV1GetNamespacedPodPortforwardRequest) returns (google.protobuf.StringValue) {} + + // connect GET requests to proxy of Pod + rpc ConnectCoreV1GetNamespacedPodProxy(ConnectCoreV1GetNamespacedPodProxyRequest) returns (google.protobuf.StringValue) {} + + // connect GET requests to proxy of Pod + rpc ConnectCoreV1GetNamespacedPodProxyWithPath(ConnectCoreV1GetNamespacedPodProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect GET requests to proxy of Service + rpc ConnectCoreV1GetNamespacedServiceProxy(ConnectCoreV1GetNamespacedServiceProxyRequest) returns (google.protobuf.StringValue) {} + + // connect GET requests to proxy of Service + rpc ConnectCoreV1GetNamespacedServiceProxyWithPath(ConnectCoreV1GetNamespacedServiceProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect GET requests to proxy of Node + rpc ConnectCoreV1GetNodeProxy(ConnectCoreV1GetNodeProxyRequest) returns (google.protobuf.StringValue) {} + + // connect GET requests to proxy of Node + rpc ConnectCoreV1GetNodeProxyWithPath(ConnectCoreV1GetNodeProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect PATCH requests to proxy of Pod + rpc ConnectCoreV1PatchNamespacedPodProxy(ConnectCoreV1PatchNamespacedPodProxyRequest) returns (google.protobuf.StringValue) {} + + // connect PATCH requests to proxy of Pod + rpc ConnectCoreV1PatchNamespacedPodProxyWithPath(ConnectCoreV1PatchNamespacedPodProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect PATCH requests to proxy of Service + rpc ConnectCoreV1PatchNamespacedServiceProxy(ConnectCoreV1PatchNamespacedServiceProxyRequest) returns (google.protobuf.StringValue) {} + + // connect PATCH requests to proxy of Service + rpc ConnectCoreV1PatchNamespacedServiceProxyWithPath(ConnectCoreV1PatchNamespacedServiceProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect PATCH requests to proxy of Node + rpc ConnectCoreV1PatchNodeProxy(ConnectCoreV1PatchNodeProxyRequest) returns (google.protobuf.StringValue) {} + + // connect PATCH requests to proxy of Node + rpc ConnectCoreV1PatchNodeProxyWithPath(ConnectCoreV1PatchNodeProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect POST requests to attach of Pod + rpc ConnectCoreV1PostNamespacedPodAttach(ConnectCoreV1PostNamespacedPodAttachRequest) returns (google.protobuf.StringValue) {} + + // connect POST requests to exec of Pod + rpc ConnectCoreV1PostNamespacedPodExec(ConnectCoreV1PostNamespacedPodExecRequest) returns (google.protobuf.StringValue) {} + + // connect POST requests to portforward of Pod + rpc ConnectCoreV1PostNamespacedPodPortforward(ConnectCoreV1PostNamespacedPodPortforwardRequest) returns (google.protobuf.StringValue) {} + + // connect POST requests to proxy of Pod + rpc ConnectCoreV1PostNamespacedPodProxy(ConnectCoreV1PostNamespacedPodProxyRequest) returns (google.protobuf.StringValue) {} + + // connect POST requests to proxy of Pod + rpc ConnectCoreV1PostNamespacedPodProxyWithPath(ConnectCoreV1PostNamespacedPodProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect POST requests to proxy of Service + rpc ConnectCoreV1PostNamespacedServiceProxy(ConnectCoreV1PostNamespacedServiceProxyRequest) returns (google.protobuf.StringValue) {} + + // connect POST requests to proxy of Service + rpc ConnectCoreV1PostNamespacedServiceProxyWithPath(ConnectCoreV1PostNamespacedServiceProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect POST requests to proxy of Node + rpc ConnectCoreV1PostNodeProxy(ConnectCoreV1PostNodeProxyRequest) returns (google.protobuf.StringValue) {} + + // connect POST requests to proxy of Node + rpc ConnectCoreV1PostNodeProxyWithPath(ConnectCoreV1PostNodeProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect PUT requests to proxy of Pod + rpc ConnectCoreV1PutNamespacedPodProxy(ConnectCoreV1PutNamespacedPodProxyRequest) returns (google.protobuf.StringValue) {} + + // connect PUT requests to proxy of Pod + rpc ConnectCoreV1PutNamespacedPodProxyWithPath(ConnectCoreV1PutNamespacedPodProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect PUT requests to proxy of Service + rpc ConnectCoreV1PutNamespacedServiceProxy(ConnectCoreV1PutNamespacedServiceProxyRequest) returns (google.protobuf.StringValue) {} + + // connect PUT requests to proxy of Service + rpc ConnectCoreV1PutNamespacedServiceProxyWithPath(ConnectCoreV1PutNamespacedServiceProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // connect PUT requests to proxy of Node + rpc ConnectCoreV1PutNodeProxy(ConnectCoreV1PutNodeProxyRequest) returns (google.protobuf.StringValue) {} + + // connect PUT requests to proxy of Node + rpc ConnectCoreV1PutNodeProxyWithPath(ConnectCoreV1PutNodeProxyWithPathRequest) returns (google.protobuf.StringValue) {} + + // create a MutatingWebhookConfiguration + rpc CreateAdmissionregistrationV1MutatingWebhookConfiguration(CreateAdmissionregistrationV1MutatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration) {} + + // create a ValidatingWebhookConfiguration + rpc CreateAdmissionregistrationV1ValidatingWebhookConfiguration(CreateAdmissionregistrationV1ValidatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration) {} + + // create a ValidatingAdmissionPolicy + rpc CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicy(CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy) {} + + // create a ValidatingAdmissionPolicyBinding + rpc CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding(CreateAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding) {} + + // create a CustomResourceDefinition + rpc CreateApiextensionsV1CustomResourceDefinition(CreateApiextensionsV1CustomResourceDefinitionRequest) returns (IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) {} + + // create an APIService + rpc CreateApiregistrationV1ApiService(CreateApiregistrationV1ApiServiceRequest) returns (IoK8sKubeAggregatorPkgApisApiregistrationV1APIService) {} + + // create a ControllerRevision + rpc CreateAppsV1NamespacedControllerRevision(CreateAppsV1NamespacedControllerRevisionRequest) returns (IoK8sApiAppsV1ControllerRevision) {} + + // create a DaemonSet + rpc CreateAppsV1NamespacedDaemonSet(CreateAppsV1NamespacedDaemonSetRequest) returns (IoK8sApiAppsV1DaemonSet) {} + + // create a Deployment + rpc CreateAppsV1NamespacedDeployment(CreateAppsV1NamespacedDeploymentRequest) returns (IoK8sApiAppsV1Deployment) {} + + // create a ReplicaSet + rpc CreateAppsV1NamespacedReplicaSet(CreateAppsV1NamespacedReplicaSetRequest) returns (IoK8sApiAppsV1ReplicaSet) {} + + // create a StatefulSet + rpc CreateAppsV1NamespacedStatefulSet(CreateAppsV1NamespacedStatefulSetRequest) returns (IoK8sApiAppsV1StatefulSet) {} + + // create a SelfSubjectReview + rpc CreateAuthenticationV1SelfSubjectReview(CreateAuthenticationV1SelfSubjectReviewRequest) returns (IoK8sApiAuthenticationV1SelfSubjectReview) {} + + // create a TokenReview + rpc CreateAuthenticationV1TokenReview(CreateAuthenticationV1TokenReviewRequest) returns (IoK8sApiAuthenticationV1TokenReview) {} + + // create a SelfSubjectReview + rpc CreateAuthenticationV1alpha1SelfSubjectReview(CreateAuthenticationV1alpha1SelfSubjectReviewRequest) returns (IoK8sApiAuthenticationV1alpha1SelfSubjectReview) {} + + // create a SelfSubjectReview + rpc CreateAuthenticationV1beta1SelfSubjectReview(CreateAuthenticationV1beta1SelfSubjectReviewRequest) returns (IoK8sApiAuthenticationV1beta1SelfSubjectReview) {} + + // create a LocalSubjectAccessReview + rpc CreateAuthorizationV1NamespacedLocalSubjectAccessReview(CreateAuthorizationV1NamespacedLocalSubjectAccessReviewRequest) returns (IoK8sApiAuthorizationV1LocalSubjectAccessReview) {} + + // create a SelfSubjectAccessReview + rpc CreateAuthorizationV1SelfSubjectAccessReview(CreateAuthorizationV1SelfSubjectAccessReviewRequest) returns (IoK8sApiAuthorizationV1SelfSubjectAccessReview) {} + + // create a SelfSubjectRulesReview + rpc CreateAuthorizationV1SelfSubjectRulesReview(CreateAuthorizationV1SelfSubjectRulesReviewRequest) returns (IoK8sApiAuthorizationV1SelfSubjectRulesReview) {} + + // create a SubjectAccessReview + rpc CreateAuthorizationV1SubjectAccessReview(CreateAuthorizationV1SubjectAccessReviewRequest) returns (IoK8sApiAuthorizationV1SubjectAccessReview) {} + + // create a HorizontalPodAutoscaler + rpc CreateAutoscalingV1NamespacedHorizontalPodAutoscaler(CreateAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV1HorizontalPodAutoscaler) {} + + // create a HorizontalPodAutoscaler + rpc CreateAutoscalingV2NamespacedHorizontalPodAutoscaler(CreateAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV2HorizontalPodAutoscaler) {} + + // create a CronJob + rpc CreateBatchV1NamespacedCronJob(CreateBatchV1NamespacedCronJobRequest) returns (IoK8sApiBatchV1CronJob) {} + + // create a Job + rpc CreateBatchV1NamespacedJob(CreateBatchV1NamespacedJobRequest) returns (IoK8sApiBatchV1Job) {} + + // create a CertificateSigningRequest + rpc CreateCertificatesV1CertificateSigningRequest(CreateCertificatesV1CertificateSigningRequestRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // create a ClusterTrustBundle + rpc CreateCertificatesV1alpha1ClusterTrustBundle(CreateCertificatesV1alpha1ClusterTrustBundleRequest) returns (IoK8sApiCertificatesV1alpha1ClusterTrustBundle) {} + + // create a Lease + rpc CreateCoordinationV1NamespacedLease(CreateCoordinationV1NamespacedLeaseRequest) returns (IoK8sApiCoordinationV1Lease) {} + + // create a Namespace + rpc CreateCoreV1Namespace(CreateCoreV1NamespaceRequest) returns (IoK8sApiCoreV1Namespace) {} + + // create a Binding + rpc CreateCoreV1NamespacedBinding(CreateCoreV1NamespacedBindingRequest) returns (IoK8sApiCoreV1Binding) {} + + // create a ConfigMap + rpc CreateCoreV1NamespacedConfigMap(CreateCoreV1NamespacedConfigMapRequest) returns (IoK8sApiCoreV1ConfigMap) {} + + // create Endpoints + rpc CreateCoreV1NamespacedEndpoints(CreateCoreV1NamespacedEndpointsRequest) returns (IoK8sApiCoreV1Endpoints) {} + + // create an Event + rpc CreateCoreV1NamespacedEvent(CreateCoreV1NamespacedEventRequest) returns (IoK8sApiCoreV1Event) {} + + // create a LimitRange + rpc CreateCoreV1NamespacedLimitRange(CreateCoreV1NamespacedLimitRangeRequest) returns (IoK8sApiCoreV1LimitRange) {} + + // create a PersistentVolumeClaim + rpc CreateCoreV1NamespacedPersistentVolumeClaim(CreateCoreV1NamespacedPersistentVolumeClaimRequest) returns (IoK8sApiCoreV1PersistentVolumeClaim) {} + + // create a Pod + rpc CreateCoreV1NamespacedPod(CreateCoreV1NamespacedPodRequest) returns (IoK8sApiCoreV1Pod) {} + + // create binding of a Pod + rpc CreateCoreV1NamespacedPodBinding(CreateCoreV1NamespacedPodBindingRequest) returns (IoK8sApiCoreV1Binding) {} + + // create eviction of a Pod + rpc CreateCoreV1NamespacedPodEviction(CreateCoreV1NamespacedPodEvictionRequest) returns (IoK8sApiPolicyV1Eviction) {} + + // create a PodTemplate + rpc CreateCoreV1NamespacedPodTemplate(CreateCoreV1NamespacedPodTemplateRequest) returns (IoK8sApiCoreV1PodTemplate) {} + + // create a ReplicationController + rpc CreateCoreV1NamespacedReplicationController(CreateCoreV1NamespacedReplicationControllerRequest) returns (IoK8sApiCoreV1ReplicationController) {} + + // create a ResourceQuota + rpc CreateCoreV1NamespacedResourceQuota(CreateCoreV1NamespacedResourceQuotaRequest) returns (IoK8sApiCoreV1ResourceQuota) {} + + // create a Secret + rpc CreateCoreV1NamespacedSecret(CreateCoreV1NamespacedSecretRequest) returns (IoK8sApiCoreV1Secret) {} + + // create a Service + rpc CreateCoreV1NamespacedService(CreateCoreV1NamespacedServiceRequest) returns (IoK8sApiCoreV1Service) {} + + // create a ServiceAccount + rpc CreateCoreV1NamespacedServiceAccount(CreateCoreV1NamespacedServiceAccountRequest) returns (IoK8sApiCoreV1ServiceAccount) {} + + // create token of a ServiceAccount + rpc CreateCoreV1NamespacedServiceAccountToken(CreateCoreV1NamespacedServiceAccountTokenRequest) returns (IoK8sApiAuthenticationV1TokenRequest) {} + + // create a Node + rpc CreateCoreV1Node(CreateCoreV1NodeRequest) returns (IoK8sApiCoreV1Node) {} + + // create a PersistentVolume + rpc CreateCoreV1PersistentVolume(CreateCoreV1PersistentVolumeRequest) returns (IoK8sApiCoreV1PersistentVolume) {} + + // create an EndpointSlice + rpc CreateDiscoveryV1NamespacedEndpointSlice(CreateDiscoveryV1NamespacedEndpointSliceRequest) returns (IoK8sApiDiscoveryV1EndpointSlice) {} + + // create an Event + rpc CreateEventsV1NamespacedEvent(CreateEventsV1NamespacedEventRequest) returns (IoK8sApiEventsV1Event) {} + + // create a FlowSchema + rpc CreateFlowcontrolApiserverV1beta2FlowSchema(CreateFlowcontrolApiserverV1beta2FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta2FlowSchema) {} + + // create a PriorityLevelConfiguration + rpc CreateFlowcontrolApiserverV1beta2PriorityLevelConfiguration(CreateFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration) {} + + // create a FlowSchema + rpc CreateFlowcontrolApiserverV1beta3FlowSchema(CreateFlowcontrolApiserverV1beta3FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta3FlowSchema) {} + + // create a PriorityLevelConfiguration + rpc CreateFlowcontrolApiserverV1beta3PriorityLevelConfiguration(CreateFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration) {} + + // create a StorageVersion + rpc CreateInternalApiserverV1alpha1StorageVersion(CreateInternalApiserverV1alpha1StorageVersionRequest) returns (IoK8sApiApiserverinternalV1alpha1StorageVersion) {} + + // create an IngressClass + rpc CreateNetworkingV1IngressClass(CreateNetworkingV1IngressClassRequest) returns (IoK8sApiNetworkingV1IngressClass) {} + + // create an Ingress + rpc CreateNetworkingV1NamespacedIngress(CreateNetworkingV1NamespacedIngressRequest) returns (IoK8sApiNetworkingV1Ingress) {} + + // create a NetworkPolicy + rpc CreateNetworkingV1NamespacedNetworkPolicy(CreateNetworkingV1NamespacedNetworkPolicyRequest) returns (IoK8sApiNetworkingV1NetworkPolicy) {} + + // create a ClusterCIDR + rpc CreateNetworkingV1alpha1ClusterCidr(CreateNetworkingV1alpha1ClusterCidrRequest) returns (IoK8sApiNetworkingV1alpha1ClusterCIDR) {} + + // create an IPAddress + rpc CreateNetworkingV1alpha1IpAddress(CreateNetworkingV1alpha1IpAddressRequest) returns (IoK8sApiNetworkingV1alpha1IPAddress) {} + + // create a RuntimeClass + rpc CreateNodeV1RuntimeClass(CreateNodeV1RuntimeClassRequest) returns (IoK8sApiNodeV1RuntimeClass) {} + + // create a PodDisruptionBudget + rpc CreatePolicyV1NamespacedPodDisruptionBudget(CreatePolicyV1NamespacedPodDisruptionBudgetRequest) returns (IoK8sApiPolicyV1PodDisruptionBudget) {} + + // create a ClusterRole + rpc CreateRbacAuthorizationV1ClusterRole(CreateRbacAuthorizationV1ClusterRoleRequest) returns (IoK8sApiRbacV1ClusterRole) {} + + // create a ClusterRoleBinding + rpc CreateRbacAuthorizationV1ClusterRoleBinding(CreateRbacAuthorizationV1ClusterRoleBindingRequest) returns (IoK8sApiRbacV1ClusterRoleBinding) {} + + // create a Role + rpc CreateRbacAuthorizationV1NamespacedRole(CreateRbacAuthorizationV1NamespacedRoleRequest) returns (IoK8sApiRbacV1Role) {} + + // create a RoleBinding + rpc CreateRbacAuthorizationV1NamespacedRoleBinding(CreateRbacAuthorizationV1NamespacedRoleBindingRequest) returns (IoK8sApiRbacV1RoleBinding) {} + + // create a PodSchedulingContext + rpc CreateResourceV1alpha2NamespacedPodSchedulingContext(CreateResourceV1alpha2NamespacedPodSchedulingContextRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContext) {} + + // create a ResourceClaim + rpc CreateResourceV1alpha2NamespacedResourceClaim(CreateResourceV1alpha2NamespacedResourceClaimRequest) returns (IoK8sApiResourceV1alpha2ResourceClaim) {} + + // create a ResourceClaimTemplate + rpc CreateResourceV1alpha2NamespacedResourceClaimTemplate(CreateResourceV1alpha2NamespacedResourceClaimTemplateRequest) returns (IoK8sApiResourceV1alpha2ResourceClaimTemplate) {} + + // create a ResourceClass + rpc CreateResourceV1alpha2ResourceClass(CreateResourceV1alpha2ResourceClassRequest) returns (IoK8sApiResourceV1alpha2ResourceClass) {} + + // create a PriorityClass + rpc CreateSchedulingV1PriorityClass(CreateSchedulingV1PriorityClassRequest) returns (IoK8sApiSchedulingV1PriorityClass) {} + + // create a CSIDriver + rpc CreateStorageV1CsiDriver(CreateStorageV1CsiDriverRequest) returns (IoK8sApiStorageV1CSIDriver) {} + + // create a CSINode + rpc CreateStorageV1CsiNode(CreateStorageV1CsiNodeRequest) returns (IoK8sApiStorageV1CSINode) {} + + // create a CSIStorageCapacity + rpc CreateStorageV1NamespacedCsiStorageCapacity(CreateStorageV1NamespacedCsiStorageCapacityRequest) returns (IoK8sApiStorageV1CSIStorageCapacity) {} + + // create a StorageClass + rpc CreateStorageV1StorageClass(CreateStorageV1StorageClassRequest) returns (IoK8sApiStorageV1StorageClass) {} + + // create a VolumeAttachment + rpc CreateStorageV1VolumeAttachment(CreateStorageV1VolumeAttachmentRequest) returns (IoK8sApiStorageV1VolumeAttachment) {} + + // delete collection of MutatingWebhookConfiguration + rpc DeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration(DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ValidatingWebhookConfiguration + rpc DeleteAdmissionregistrationV1CollectionValidatingWebhookConfiguration(DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a MutatingWebhookConfiguration + rpc DeleteAdmissionregistrationV1MutatingWebhookConfiguration(DeleteAdmissionregistrationV1MutatingWebhookConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ValidatingWebhookConfiguration + rpc DeleteAdmissionregistrationV1ValidatingWebhookConfiguration(DeleteAdmissionregistrationV1ValidatingWebhookConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ValidatingAdmissionPolicy + rpc DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicy(DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ValidatingAdmissionPolicyBinding + rpc DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyBinding(DeleteAdmissionregistrationV1alpha1CollectionValidatingAdmissionPolicyBindingRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ValidatingAdmissionPolicy + rpc DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicy(DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ValidatingAdmissionPolicyBinding + rpc DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding(DeleteAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of CustomResourceDefinition + rpc DeleteApiextensionsV1CollectionCustomResourceDefinition(DeleteApiextensionsV1CollectionCustomResourceDefinitionRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a CustomResourceDefinition + rpc DeleteApiextensionsV1CustomResourceDefinition(DeleteApiextensionsV1CustomResourceDefinitionRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete an APIService + rpc DeleteApiregistrationV1ApiService(DeleteApiregistrationV1ApiServiceRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of APIService + rpc DeleteApiregistrationV1CollectionApiService(DeleteApiregistrationV1CollectionApiServiceRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ControllerRevision + rpc DeleteAppsV1CollectionNamespacedControllerRevision(DeleteAppsV1CollectionNamespacedControllerRevisionRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of DaemonSet + rpc DeleteAppsV1CollectionNamespacedDaemonSet(DeleteAppsV1CollectionNamespacedDaemonSetRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Deployment + rpc DeleteAppsV1CollectionNamespacedDeployment(DeleteAppsV1CollectionNamespacedDeploymentRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ReplicaSet + rpc DeleteAppsV1CollectionNamespacedReplicaSet(DeleteAppsV1CollectionNamespacedReplicaSetRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of StatefulSet + rpc DeleteAppsV1CollectionNamespacedStatefulSet(DeleteAppsV1CollectionNamespacedStatefulSetRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ControllerRevision + rpc DeleteAppsV1NamespacedControllerRevision(DeleteAppsV1NamespacedControllerRevisionRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a DaemonSet + rpc DeleteAppsV1NamespacedDaemonSet(DeleteAppsV1NamespacedDaemonSetRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a Deployment + rpc DeleteAppsV1NamespacedDeployment(DeleteAppsV1NamespacedDeploymentRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ReplicaSet + rpc DeleteAppsV1NamespacedReplicaSet(DeleteAppsV1NamespacedReplicaSetRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a StatefulSet + rpc DeleteAppsV1NamespacedStatefulSet(DeleteAppsV1NamespacedStatefulSetRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of HorizontalPodAutoscaler + rpc DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler(DeleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a HorizontalPodAutoscaler + rpc DeleteAutoscalingV1NamespacedHorizontalPodAutoscaler(DeleteAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of HorizontalPodAutoscaler + rpc DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscaler(DeleteAutoscalingV2CollectionNamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a HorizontalPodAutoscaler + rpc DeleteAutoscalingV2NamespacedHorizontalPodAutoscaler(DeleteAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of CronJob + rpc DeleteBatchV1CollectionNamespacedCronJob(DeleteBatchV1CollectionNamespacedCronJobRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Job + rpc DeleteBatchV1CollectionNamespacedJob(DeleteBatchV1CollectionNamespacedJobRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a CronJob + rpc DeleteBatchV1NamespacedCronJob(DeleteBatchV1NamespacedCronJobRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a Job + rpc DeleteBatchV1NamespacedJob(DeleteBatchV1NamespacedJobRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a CertificateSigningRequest + rpc DeleteCertificatesV1CertificateSigningRequest(DeleteCertificatesV1CertificateSigningRequestRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of CertificateSigningRequest + rpc DeleteCertificatesV1CollectionCertificateSigningRequest(DeleteCertificatesV1CollectionCertificateSigningRequestRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ClusterTrustBundle + rpc DeleteCertificatesV1alpha1ClusterTrustBundle(DeleteCertificatesV1alpha1ClusterTrustBundleRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ClusterTrustBundle + rpc DeleteCertificatesV1alpha1CollectionClusterTrustBundle(DeleteCertificatesV1alpha1CollectionClusterTrustBundleRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Lease + rpc DeleteCoordinationV1CollectionNamespacedLease(DeleteCoordinationV1CollectionNamespacedLeaseRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a Lease + rpc DeleteCoordinationV1NamespacedLease(DeleteCoordinationV1NamespacedLeaseRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ConfigMap + rpc DeleteCoreV1CollectionNamespacedConfigMap(DeleteCoreV1CollectionNamespacedConfigMapRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Endpoints + rpc DeleteCoreV1CollectionNamespacedEndpoints(DeleteCoreV1CollectionNamespacedEndpointsRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Event + rpc DeleteCoreV1CollectionNamespacedEvent(DeleteCoreV1CollectionNamespacedEventRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of LimitRange + rpc DeleteCoreV1CollectionNamespacedLimitRange(DeleteCoreV1CollectionNamespacedLimitRangeRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of PersistentVolumeClaim + rpc DeleteCoreV1CollectionNamespacedPersistentVolumeClaim(DeleteCoreV1CollectionNamespacedPersistentVolumeClaimRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Pod + rpc DeleteCoreV1CollectionNamespacedPod(DeleteCoreV1CollectionNamespacedPodRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of PodTemplate + rpc DeleteCoreV1CollectionNamespacedPodTemplate(DeleteCoreV1CollectionNamespacedPodTemplateRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ReplicationController + rpc DeleteCoreV1CollectionNamespacedReplicationController(DeleteCoreV1CollectionNamespacedReplicationControllerRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ResourceQuota + rpc DeleteCoreV1CollectionNamespacedResourceQuota(DeleteCoreV1CollectionNamespacedResourceQuotaRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Secret + rpc DeleteCoreV1CollectionNamespacedSecret(DeleteCoreV1CollectionNamespacedSecretRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Service + rpc DeleteCoreV1CollectionNamespacedService(DeleteCoreV1CollectionNamespacedServiceRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ServiceAccount + rpc DeleteCoreV1CollectionNamespacedServiceAccount(DeleteCoreV1CollectionNamespacedServiceAccountRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Node + rpc DeleteCoreV1CollectionNode(DeleteCoreV1CollectionNodeRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of PersistentVolume + rpc DeleteCoreV1CollectionPersistentVolume(DeleteCoreV1CollectionPersistentVolumeRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a Namespace + rpc DeleteCoreV1Namespace(DeleteCoreV1NamespaceRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ConfigMap + rpc DeleteCoreV1NamespacedConfigMap(DeleteCoreV1NamespacedConfigMapRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete Endpoints + rpc DeleteCoreV1NamespacedEndpoints(DeleteCoreV1NamespacedEndpointsRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete an Event + rpc DeleteCoreV1NamespacedEvent(DeleteCoreV1NamespacedEventRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a LimitRange + rpc DeleteCoreV1NamespacedLimitRange(DeleteCoreV1NamespacedLimitRangeRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a PersistentVolumeClaim + rpc DeleteCoreV1NamespacedPersistentVolumeClaim(DeleteCoreV1NamespacedPersistentVolumeClaimRequest) returns (IoK8sApiCoreV1PersistentVolumeClaim) {} + + // delete a Pod + rpc DeleteCoreV1NamespacedPod(DeleteCoreV1NamespacedPodRequest) returns (IoK8sApiCoreV1Pod) {} + + // delete a PodTemplate + rpc DeleteCoreV1NamespacedPodTemplate(DeleteCoreV1NamespacedPodTemplateRequest) returns (IoK8sApiCoreV1PodTemplate) {} + + // delete a ReplicationController + rpc DeleteCoreV1NamespacedReplicationController(DeleteCoreV1NamespacedReplicationControllerRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ResourceQuota + rpc DeleteCoreV1NamespacedResourceQuota(DeleteCoreV1NamespacedResourceQuotaRequest) returns (IoK8sApiCoreV1ResourceQuota) {} + + // delete a Secret + rpc DeleteCoreV1NamespacedSecret(DeleteCoreV1NamespacedSecretRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a Service + rpc DeleteCoreV1NamespacedService(DeleteCoreV1NamespacedServiceRequest) returns (IoK8sApiCoreV1Service) {} + + // delete a ServiceAccount + rpc DeleteCoreV1NamespacedServiceAccount(DeleteCoreV1NamespacedServiceAccountRequest) returns (IoK8sApiCoreV1ServiceAccount) {} + + // delete a Node + rpc DeleteCoreV1Node(DeleteCoreV1NodeRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a PersistentVolume + rpc DeleteCoreV1PersistentVolume(DeleteCoreV1PersistentVolumeRequest) returns (IoK8sApiCoreV1PersistentVolume) {} + + // delete collection of EndpointSlice + rpc DeleteDiscoveryV1CollectionNamespacedEndpointSlice(DeleteDiscoveryV1CollectionNamespacedEndpointSliceRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete an EndpointSlice + rpc DeleteDiscoveryV1NamespacedEndpointSlice(DeleteDiscoveryV1NamespacedEndpointSliceRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Event + rpc DeleteEventsV1CollectionNamespacedEvent(DeleteEventsV1CollectionNamespacedEventRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete an Event + rpc DeleteEventsV1NamespacedEvent(DeleteEventsV1NamespacedEventRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of FlowSchema + rpc DeleteFlowcontrolApiserverV1beta2CollectionFlowSchema(DeleteFlowcontrolApiserverV1beta2CollectionFlowSchemaRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of PriorityLevelConfiguration + rpc DeleteFlowcontrolApiserverV1beta2CollectionPriorityLevelConfiguration(DeleteFlowcontrolApiserverV1beta2CollectionPriorityLevelConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a FlowSchema + rpc DeleteFlowcontrolApiserverV1beta2FlowSchema(DeleteFlowcontrolApiserverV1beta2FlowSchemaRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a PriorityLevelConfiguration + rpc DeleteFlowcontrolApiserverV1beta2PriorityLevelConfiguration(DeleteFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of FlowSchema + rpc DeleteFlowcontrolApiserverV1beta3CollectionFlowSchema(DeleteFlowcontrolApiserverV1beta3CollectionFlowSchemaRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of PriorityLevelConfiguration + rpc DeleteFlowcontrolApiserverV1beta3CollectionPriorityLevelConfiguration(DeleteFlowcontrolApiserverV1beta3CollectionPriorityLevelConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a FlowSchema + rpc DeleteFlowcontrolApiserverV1beta3FlowSchema(DeleteFlowcontrolApiserverV1beta3FlowSchemaRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a PriorityLevelConfiguration + rpc DeleteFlowcontrolApiserverV1beta3PriorityLevelConfiguration(DeleteFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of StorageVersion + rpc DeleteInternalApiserverV1alpha1CollectionStorageVersion(DeleteInternalApiserverV1alpha1CollectionStorageVersionRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a StorageVersion + rpc DeleteInternalApiserverV1alpha1StorageVersion(DeleteInternalApiserverV1alpha1StorageVersionRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of IngressClass + rpc DeleteNetworkingV1CollectionIngressClass(DeleteNetworkingV1CollectionIngressClassRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Ingress + rpc DeleteNetworkingV1CollectionNamespacedIngress(DeleteNetworkingV1CollectionNamespacedIngressRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of NetworkPolicy + rpc DeleteNetworkingV1CollectionNamespacedNetworkPolicy(DeleteNetworkingV1CollectionNamespacedNetworkPolicyRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete an IngressClass + rpc DeleteNetworkingV1IngressClass(DeleteNetworkingV1IngressClassRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete an Ingress + rpc DeleteNetworkingV1NamespacedIngress(DeleteNetworkingV1NamespacedIngressRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a NetworkPolicy + rpc DeleteNetworkingV1NamespacedNetworkPolicy(DeleteNetworkingV1NamespacedNetworkPolicyRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ClusterCIDR + rpc DeleteNetworkingV1alpha1ClusterCidr(DeleteNetworkingV1alpha1ClusterCidrRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ClusterCIDR + rpc DeleteNetworkingV1alpha1CollectionClusterCidr(DeleteNetworkingV1alpha1CollectionClusterCidrRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of IPAddress + rpc DeleteNetworkingV1alpha1CollectionIpAddress(DeleteNetworkingV1alpha1CollectionIpAddressRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete an IPAddress + rpc DeleteNetworkingV1alpha1IpAddress(DeleteNetworkingV1alpha1IpAddressRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of RuntimeClass + rpc DeleteNodeV1CollectionRuntimeClass(DeleteNodeV1CollectionRuntimeClassRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a RuntimeClass + rpc DeleteNodeV1RuntimeClass(DeleteNodeV1RuntimeClassRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of PodDisruptionBudget + rpc DeletePolicyV1CollectionNamespacedPodDisruptionBudget(DeletePolicyV1CollectionNamespacedPodDisruptionBudgetRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a PodDisruptionBudget + rpc DeletePolicyV1NamespacedPodDisruptionBudget(DeletePolicyV1NamespacedPodDisruptionBudgetRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ClusterRole + rpc DeleteRbacAuthorizationV1ClusterRole(DeleteRbacAuthorizationV1ClusterRoleRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a ClusterRoleBinding + rpc DeleteRbacAuthorizationV1ClusterRoleBinding(DeleteRbacAuthorizationV1ClusterRoleBindingRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ClusterRole + rpc DeleteRbacAuthorizationV1CollectionClusterRole(DeleteRbacAuthorizationV1CollectionClusterRoleRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ClusterRoleBinding + rpc DeleteRbacAuthorizationV1CollectionClusterRoleBinding(DeleteRbacAuthorizationV1CollectionClusterRoleBindingRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of Role + rpc DeleteRbacAuthorizationV1CollectionNamespacedRole(DeleteRbacAuthorizationV1CollectionNamespacedRoleRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of RoleBinding + rpc DeleteRbacAuthorizationV1CollectionNamespacedRoleBinding(DeleteRbacAuthorizationV1CollectionNamespacedRoleBindingRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a Role + rpc DeleteRbacAuthorizationV1NamespacedRole(DeleteRbacAuthorizationV1NamespacedRoleRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a RoleBinding + rpc DeleteRbacAuthorizationV1NamespacedRoleBinding(DeleteRbacAuthorizationV1NamespacedRoleBindingRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of PodSchedulingContext + rpc DeleteResourceV1alpha2CollectionNamespacedPodSchedulingContext(DeleteResourceV1alpha2CollectionNamespacedPodSchedulingContextRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ResourceClaim + rpc DeleteResourceV1alpha2CollectionNamespacedResourceClaim(DeleteResourceV1alpha2CollectionNamespacedResourceClaimRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ResourceClaimTemplate + rpc DeleteResourceV1alpha2CollectionNamespacedResourceClaimTemplate(DeleteResourceV1alpha2CollectionNamespacedResourceClaimTemplateRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of ResourceClass + rpc DeleteResourceV1alpha2CollectionResourceClass(DeleteResourceV1alpha2CollectionResourceClassRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a PodSchedulingContext + rpc DeleteResourceV1alpha2NamespacedPodSchedulingContext(DeleteResourceV1alpha2NamespacedPodSchedulingContextRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContext) {} + + // delete a ResourceClaim + rpc DeleteResourceV1alpha2NamespacedResourceClaim(DeleteResourceV1alpha2NamespacedResourceClaimRequest) returns (IoK8sApiResourceV1alpha2ResourceClaim) {} + + // delete a ResourceClaimTemplate + rpc DeleteResourceV1alpha2NamespacedResourceClaimTemplate(DeleteResourceV1alpha2NamespacedResourceClaimTemplateRequest) returns (IoK8sApiResourceV1alpha2ResourceClaimTemplate) {} + + // delete a ResourceClass + rpc DeleteResourceV1alpha2ResourceClass(DeleteResourceV1alpha2ResourceClassRequest) returns (IoK8sApiResourceV1alpha2ResourceClass) {} + + // delete collection of PriorityClass + rpc DeleteSchedulingV1CollectionPriorityClass(DeleteSchedulingV1CollectionPriorityClassRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a PriorityClass + rpc DeleteSchedulingV1PriorityClass(DeleteSchedulingV1PriorityClassRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of CSIDriver + rpc DeleteStorageV1CollectionCsiDriver(DeleteStorageV1CollectionCsiDriverRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of CSINode + rpc DeleteStorageV1CollectionCsiNode(DeleteStorageV1CollectionCsiNodeRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of CSIStorageCapacity + rpc DeleteStorageV1CollectionNamespacedCsiStorageCapacity(DeleteStorageV1CollectionNamespacedCsiStorageCapacityRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of StorageClass + rpc DeleteStorageV1CollectionStorageClass(DeleteStorageV1CollectionStorageClassRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete collection of VolumeAttachment + rpc DeleteStorageV1CollectionVolumeAttachment(DeleteStorageV1CollectionVolumeAttachmentRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a CSIDriver + rpc DeleteStorageV1CsiDriver(DeleteStorageV1CsiDriverRequest) returns (IoK8sApiStorageV1CSIDriver) {} + + // delete a CSINode + rpc DeleteStorageV1CsiNode(DeleteStorageV1CsiNodeRequest) returns (IoK8sApiStorageV1CSINode) {} + + // delete a CSIStorageCapacity + rpc DeleteStorageV1NamespacedCsiStorageCapacity(DeleteStorageV1NamespacedCsiStorageCapacityRequest) returns (IoK8sApimachineryPkgApisMetaV1Status) {} + + // delete a StorageClass + rpc DeleteStorageV1StorageClass(DeleteStorageV1StorageClassRequest) returns (IoK8sApiStorageV1StorageClass) {} + + // delete a VolumeAttachment + rpc DeleteStorageV1VolumeAttachment(DeleteStorageV1VolumeAttachmentRequest) returns (IoK8sApiStorageV1VolumeAttachment) {} + + // get information of a group + rpc GetAdmissionregistrationApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetAdmissionregistrationV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get available resources + rpc GetAdmissionregistrationV1alpha1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get available API versions + rpc GetApiVersions(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroupList) {} + + // get information of a group + rpc GetApiextensionsApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetApiextensionsV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetApiregistrationApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetApiregistrationV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetAppsApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetAppsV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetAuthenticationApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetAuthenticationV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get available resources + rpc GetAuthenticationV1alpha1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get available resources + rpc GetAuthenticationV1beta1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetAuthorizationApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetAuthorizationV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetAutoscalingApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetAutoscalingV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get available resources + rpc GetAutoscalingV2ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetBatchApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetBatchV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetCertificatesApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetCertificatesV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get available resources + rpc GetCertificatesV1alpha1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get the code version + rpc GetCodeVersion(google.protobuf.Empty) returns (IoK8sApimachineryPkgVersionInfo) {} + + // get information of a group + rpc GetCoordinationApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetCoordinationV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get available API versions + rpc GetCoreApiVersions(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIVersions) {} + + // get available resources + rpc GetCoreV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetDiscoveryApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetDiscoveryV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetEventsApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetEventsV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetFlowcontrolApiserverApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetFlowcontrolApiserverV1beta2ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get available resources + rpc GetFlowcontrolApiserverV1beta3ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetInternalApiserverApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetInternalApiserverV1alpha1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetNetworkingApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetNetworkingV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get available resources + rpc GetNetworkingV1alpha1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetNodeApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetNodeV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetPolicyApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetPolicyV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetRbacAuthorizationApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetRbacAuthorizationV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetResourceApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetResourceV1alpha2ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get information of a group + rpc GetSchedulingApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetSchedulingV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // get service account issuer OpenID configuration, also known as the 'OIDC discovery doc' + rpc GetServiceAccountIssuerOpenIdConfiguration(google.protobuf.Empty) returns (google.protobuf.StringValue) {} + + // get service account issuer OpenID JSON Web Key Set (contains public token verification keys) + rpc GetServiceAccountIssuerOpenIdKeyset(google.protobuf.Empty) returns (google.protobuf.StringValue) {} + + // get information of a group + rpc GetStorageApiGroup(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIGroup) {} + + // get available resources + rpc GetStorageV1ApiResources(google.protobuf.Empty) returns (IoK8sApimachineryPkgApisMetaV1APIResourceList) {} + + // list or watch objects of kind MutatingWebhookConfiguration + rpc ListAdmissionregistrationV1MutatingWebhookConfiguration(ListAdmissionregistrationV1MutatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1MutatingWebhookConfigurationList) {} + + // list or watch objects of kind ValidatingWebhookConfiguration + rpc ListAdmissionregistrationV1ValidatingWebhookConfiguration(ListAdmissionregistrationV1ValidatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1ValidatingWebhookConfigurationList) {} + + // list or watch objects of kind ValidatingAdmissionPolicy + rpc ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicy(ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyList) {} + + // list or watch objects of kind ValidatingAdmissionPolicyBinding + rpc ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding(ListAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingList) {} + + // list or watch objects of kind CustomResourceDefinition + rpc ListApiextensionsV1CustomResourceDefinition(ListApiextensionsV1CustomResourceDefinitionRequest) returns (IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinitionList) {} + + // list or watch objects of kind APIService + rpc ListApiregistrationV1ApiService(ListApiregistrationV1ApiServiceRequest) returns (IoK8sKubeAggregatorPkgApisApiregistrationV1APIServiceList) {} + + // list or watch objects of kind ControllerRevision + rpc ListAppsV1ControllerRevisionForAllNamespaces(ListAppsV1ControllerRevisionForAllNamespacesRequest) returns (IoK8sApiAppsV1ControllerRevisionList) {} + + // list or watch objects of kind DaemonSet + rpc ListAppsV1DaemonSetForAllNamespaces(ListAppsV1DaemonSetForAllNamespacesRequest) returns (IoK8sApiAppsV1DaemonSetList) {} + + // list or watch objects of kind Deployment + rpc ListAppsV1DeploymentForAllNamespaces(ListAppsV1DeploymentForAllNamespacesRequest) returns (IoK8sApiAppsV1DeploymentList) {} + + // list or watch objects of kind ControllerRevision + rpc ListAppsV1NamespacedControllerRevision(ListAppsV1NamespacedControllerRevisionRequest) returns (IoK8sApiAppsV1ControllerRevisionList) {} + + // list or watch objects of kind DaemonSet + rpc ListAppsV1NamespacedDaemonSet(ListAppsV1NamespacedDaemonSetRequest) returns (IoK8sApiAppsV1DaemonSetList) {} + + // list or watch objects of kind Deployment + rpc ListAppsV1NamespacedDeployment(ListAppsV1NamespacedDeploymentRequest) returns (IoK8sApiAppsV1DeploymentList) {} + + // list or watch objects of kind ReplicaSet + rpc ListAppsV1NamespacedReplicaSet(ListAppsV1NamespacedReplicaSetRequest) returns (IoK8sApiAppsV1ReplicaSetList) {} + + // list or watch objects of kind StatefulSet + rpc ListAppsV1NamespacedStatefulSet(ListAppsV1NamespacedStatefulSetRequest) returns (IoK8sApiAppsV1StatefulSetList) {} + + // list or watch objects of kind ReplicaSet + rpc ListAppsV1ReplicaSetForAllNamespaces(ListAppsV1ReplicaSetForAllNamespacesRequest) returns (IoK8sApiAppsV1ReplicaSetList) {} + + // list or watch objects of kind StatefulSet + rpc ListAppsV1StatefulSetForAllNamespaces(ListAppsV1StatefulSetForAllNamespacesRequest) returns (IoK8sApiAppsV1StatefulSetList) {} + + // list or watch objects of kind HorizontalPodAutoscaler + rpc ListAutoscalingV1HorizontalPodAutoscalerForAllNamespaces(ListAutoscalingV1HorizontalPodAutoscalerForAllNamespacesRequest) returns (IoK8sApiAutoscalingV1HorizontalPodAutoscalerList) {} + + // list or watch objects of kind HorizontalPodAutoscaler + rpc ListAutoscalingV1NamespacedHorizontalPodAutoscaler(ListAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV1HorizontalPodAutoscalerList) {} + + // list or watch objects of kind HorizontalPodAutoscaler + rpc ListAutoscalingV2HorizontalPodAutoscalerForAllNamespaces(ListAutoscalingV2HorizontalPodAutoscalerForAllNamespacesRequest) returns (IoK8sApiAutoscalingV2HorizontalPodAutoscalerList) {} + + // list or watch objects of kind HorizontalPodAutoscaler + rpc ListAutoscalingV2NamespacedHorizontalPodAutoscaler(ListAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV2HorizontalPodAutoscalerList) {} + + // list or watch objects of kind CronJob + rpc ListBatchV1CronJobForAllNamespaces(ListBatchV1CronJobForAllNamespacesRequest) returns (IoK8sApiBatchV1CronJobList) {} + + // list or watch objects of kind Job + rpc ListBatchV1JobForAllNamespaces(ListBatchV1JobForAllNamespacesRequest) returns (IoK8sApiBatchV1JobList) {} + + // list or watch objects of kind CronJob + rpc ListBatchV1NamespacedCronJob(ListBatchV1NamespacedCronJobRequest) returns (IoK8sApiBatchV1CronJobList) {} + + // list or watch objects of kind Job + rpc ListBatchV1NamespacedJob(ListBatchV1NamespacedJobRequest) returns (IoK8sApiBatchV1JobList) {} + + // list or watch objects of kind CertificateSigningRequest + rpc ListCertificatesV1CertificateSigningRequest(ListCertificatesV1CertificateSigningRequestRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequestList) {} + + // list or watch objects of kind ClusterTrustBundle + rpc ListCertificatesV1alpha1ClusterTrustBundle(ListCertificatesV1alpha1ClusterTrustBundleRequest) returns (IoK8sApiCertificatesV1alpha1ClusterTrustBundleList) {} + + // list or watch objects of kind Lease + rpc ListCoordinationV1LeaseForAllNamespaces(ListCoordinationV1LeaseForAllNamespacesRequest) returns (IoK8sApiCoordinationV1LeaseList) {} + + // list or watch objects of kind Lease + rpc ListCoordinationV1NamespacedLease(ListCoordinationV1NamespacedLeaseRequest) returns (IoK8sApiCoordinationV1LeaseList) {} + + // list objects of kind ComponentStatus + rpc ListCoreV1ComponentStatus(ListCoreV1ComponentStatusRequest) returns (IoK8sApiCoreV1ComponentStatusList) {} + + // list or watch objects of kind ConfigMap + rpc ListCoreV1ConfigMapForAllNamespaces(ListCoreV1ConfigMapForAllNamespacesRequest) returns (IoK8sApiCoreV1ConfigMapList) {} + + // list or watch objects of kind Endpoints + rpc ListCoreV1EndpointsForAllNamespaces(ListCoreV1EndpointsForAllNamespacesRequest) returns (IoK8sApiCoreV1EndpointsList) {} + + // list or watch objects of kind Event + rpc ListCoreV1EventForAllNamespaces(ListCoreV1EventForAllNamespacesRequest) returns (IoK8sApiCoreV1EventList) {} + + // list or watch objects of kind LimitRange + rpc ListCoreV1LimitRangeForAllNamespaces(ListCoreV1LimitRangeForAllNamespacesRequest) returns (IoK8sApiCoreV1LimitRangeList) {} + + // list or watch objects of kind Namespace + rpc ListCoreV1Namespace(ListCoreV1NamespaceRequest) returns (IoK8sApiCoreV1NamespaceList) {} + + // list or watch objects of kind ConfigMap + rpc ListCoreV1NamespacedConfigMap(ListCoreV1NamespacedConfigMapRequest) returns (IoK8sApiCoreV1ConfigMapList) {} + + // list or watch objects of kind Endpoints + rpc ListCoreV1NamespacedEndpoints(ListCoreV1NamespacedEndpointsRequest) returns (IoK8sApiCoreV1EndpointsList) {} + + // list or watch objects of kind Event + rpc ListCoreV1NamespacedEvent(ListCoreV1NamespacedEventRequest) returns (IoK8sApiCoreV1EventList) {} + + // list or watch objects of kind LimitRange + rpc ListCoreV1NamespacedLimitRange(ListCoreV1NamespacedLimitRangeRequest) returns (IoK8sApiCoreV1LimitRangeList) {} + + // list or watch objects of kind PersistentVolumeClaim + rpc ListCoreV1NamespacedPersistentVolumeClaim(ListCoreV1NamespacedPersistentVolumeClaimRequest) returns (IoK8sApiCoreV1PersistentVolumeClaimList) {} + + // list or watch objects of kind Pod + rpc ListCoreV1NamespacedPod(ListCoreV1NamespacedPodRequest) returns (IoK8sApiCoreV1PodList) {} + + // list or watch objects of kind PodTemplate + rpc ListCoreV1NamespacedPodTemplate(ListCoreV1NamespacedPodTemplateRequest) returns (IoK8sApiCoreV1PodTemplateList) {} + + // list or watch objects of kind ReplicationController + rpc ListCoreV1NamespacedReplicationController(ListCoreV1NamespacedReplicationControllerRequest) returns (IoK8sApiCoreV1ReplicationControllerList) {} + + // list or watch objects of kind ResourceQuota + rpc ListCoreV1NamespacedResourceQuota(ListCoreV1NamespacedResourceQuotaRequest) returns (IoK8sApiCoreV1ResourceQuotaList) {} + + // list or watch objects of kind Secret + rpc ListCoreV1NamespacedSecret(ListCoreV1NamespacedSecretRequest) returns (IoK8sApiCoreV1SecretList) {} + + // list or watch objects of kind Service + rpc ListCoreV1NamespacedService(ListCoreV1NamespacedServiceRequest) returns (IoK8sApiCoreV1ServiceList) {} + + // list or watch objects of kind ServiceAccount + rpc ListCoreV1NamespacedServiceAccount(ListCoreV1NamespacedServiceAccountRequest) returns (IoK8sApiCoreV1ServiceAccountList) {} + + // list or watch objects of kind Node + rpc ListCoreV1Node(ListCoreV1NodeRequest) returns (IoK8sApiCoreV1NodeList) {} + + // list or watch objects of kind PersistentVolume + rpc ListCoreV1PersistentVolume(ListCoreV1PersistentVolumeRequest) returns (IoK8sApiCoreV1PersistentVolumeList) {} + + // list or watch objects of kind PersistentVolumeClaim + rpc ListCoreV1PersistentVolumeClaimForAllNamespaces(ListCoreV1PersistentVolumeClaimForAllNamespacesRequest) returns (IoK8sApiCoreV1PersistentVolumeClaimList) {} + + // list or watch objects of kind Pod + rpc ListCoreV1PodForAllNamespaces(ListCoreV1PodForAllNamespacesRequest) returns (IoK8sApiCoreV1PodList) {} + + // list or watch objects of kind PodTemplate + rpc ListCoreV1PodTemplateForAllNamespaces(ListCoreV1PodTemplateForAllNamespacesRequest) returns (IoK8sApiCoreV1PodTemplateList) {} + + // list or watch objects of kind ReplicationController + rpc ListCoreV1ReplicationControllerForAllNamespaces(ListCoreV1ReplicationControllerForAllNamespacesRequest) returns (IoK8sApiCoreV1ReplicationControllerList) {} + + // list or watch objects of kind ResourceQuota + rpc ListCoreV1ResourceQuotaForAllNamespaces(ListCoreV1ResourceQuotaForAllNamespacesRequest) returns (IoK8sApiCoreV1ResourceQuotaList) {} + + // list or watch objects of kind Secret + rpc ListCoreV1SecretForAllNamespaces(ListCoreV1SecretForAllNamespacesRequest) returns (IoK8sApiCoreV1SecretList) {} + + // list or watch objects of kind ServiceAccount + rpc ListCoreV1ServiceAccountForAllNamespaces(ListCoreV1ServiceAccountForAllNamespacesRequest) returns (IoK8sApiCoreV1ServiceAccountList) {} + + // list or watch objects of kind Service + rpc ListCoreV1ServiceForAllNamespaces(ListCoreV1ServiceForAllNamespacesRequest) returns (IoK8sApiCoreV1ServiceList) {} + + // list or watch objects of kind EndpointSlice + rpc ListDiscoveryV1EndpointSliceForAllNamespaces(ListDiscoveryV1EndpointSliceForAllNamespacesRequest) returns (IoK8sApiDiscoveryV1EndpointSliceList) {} + + // list or watch objects of kind EndpointSlice + rpc ListDiscoveryV1NamespacedEndpointSlice(ListDiscoveryV1NamespacedEndpointSliceRequest) returns (IoK8sApiDiscoveryV1EndpointSliceList) {} + + // list or watch objects of kind Event + rpc ListEventsV1EventForAllNamespaces(ListEventsV1EventForAllNamespacesRequest) returns (IoK8sApiEventsV1EventList) {} + + // list or watch objects of kind Event + rpc ListEventsV1NamespacedEvent(ListEventsV1NamespacedEventRequest) returns (IoK8sApiEventsV1EventList) {} + + // list or watch objects of kind FlowSchema + rpc ListFlowcontrolApiserverV1beta2FlowSchema(ListFlowcontrolApiserverV1beta2FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta2FlowSchemaList) {} + + // list or watch objects of kind PriorityLevelConfiguration + rpc ListFlowcontrolApiserverV1beta2PriorityLevelConfiguration(ListFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta2PriorityLevelConfigurationList) {} + + // list or watch objects of kind FlowSchema + rpc ListFlowcontrolApiserverV1beta3FlowSchema(ListFlowcontrolApiserverV1beta3FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta3FlowSchemaList) {} + + // list or watch objects of kind PriorityLevelConfiguration + rpc ListFlowcontrolApiserverV1beta3PriorityLevelConfiguration(ListFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta3PriorityLevelConfigurationList) {} + + // list or watch objects of kind StorageVersion + rpc ListInternalApiserverV1alpha1StorageVersion(ListInternalApiserverV1alpha1StorageVersionRequest) returns (IoK8sApiApiserverinternalV1alpha1StorageVersionList) {} + + // list or watch objects of kind IngressClass + rpc ListNetworkingV1IngressClass(ListNetworkingV1IngressClassRequest) returns (IoK8sApiNetworkingV1IngressClassList) {} + + // list or watch objects of kind Ingress + rpc ListNetworkingV1IngressForAllNamespaces(ListNetworkingV1IngressForAllNamespacesRequest) returns (IoK8sApiNetworkingV1IngressList) {} + + // list or watch objects of kind Ingress + rpc ListNetworkingV1NamespacedIngress(ListNetworkingV1NamespacedIngressRequest) returns (IoK8sApiNetworkingV1IngressList) {} + + // list or watch objects of kind NetworkPolicy + rpc ListNetworkingV1NamespacedNetworkPolicy(ListNetworkingV1NamespacedNetworkPolicyRequest) returns (IoK8sApiNetworkingV1NetworkPolicyList) {} + + // list or watch objects of kind NetworkPolicy + rpc ListNetworkingV1NetworkPolicyForAllNamespaces(ListNetworkingV1NetworkPolicyForAllNamespacesRequest) returns (IoK8sApiNetworkingV1NetworkPolicyList) {} + + // list or watch objects of kind ClusterCIDR + rpc ListNetworkingV1alpha1ClusterCidr(ListNetworkingV1alpha1ClusterCidrRequest) returns (IoK8sApiNetworkingV1alpha1ClusterCIDRList) {} + + // list or watch objects of kind IPAddress + rpc ListNetworkingV1alpha1IpAddress(ListNetworkingV1alpha1IpAddressRequest) returns (IoK8sApiNetworkingV1alpha1IPAddressList) {} + + // list or watch objects of kind RuntimeClass + rpc ListNodeV1RuntimeClass(ListNodeV1RuntimeClassRequest) returns (IoK8sApiNodeV1RuntimeClassList) {} + + // list or watch objects of kind PodDisruptionBudget + rpc ListPolicyV1NamespacedPodDisruptionBudget(ListPolicyV1NamespacedPodDisruptionBudgetRequest) returns (IoK8sApiPolicyV1PodDisruptionBudgetList) {} + + // list or watch objects of kind PodDisruptionBudget + rpc ListPolicyV1PodDisruptionBudgetForAllNamespaces(ListPolicyV1PodDisruptionBudgetForAllNamespacesRequest) returns (IoK8sApiPolicyV1PodDisruptionBudgetList) {} + + // list or watch objects of kind ClusterRole + rpc ListRbacAuthorizationV1ClusterRole(ListRbacAuthorizationV1ClusterRoleRequest) returns (IoK8sApiRbacV1ClusterRoleList) {} + + // list or watch objects of kind ClusterRoleBinding + rpc ListRbacAuthorizationV1ClusterRoleBinding(ListRbacAuthorizationV1ClusterRoleBindingRequest) returns (IoK8sApiRbacV1ClusterRoleBindingList) {} + + // list or watch objects of kind Role + rpc ListRbacAuthorizationV1NamespacedRole(ListRbacAuthorizationV1NamespacedRoleRequest) returns (IoK8sApiRbacV1RoleList) {} + + // list or watch objects of kind RoleBinding + rpc ListRbacAuthorizationV1NamespacedRoleBinding(ListRbacAuthorizationV1NamespacedRoleBindingRequest) returns (IoK8sApiRbacV1RoleBindingList) {} + + // list or watch objects of kind RoleBinding + rpc ListRbacAuthorizationV1RoleBindingForAllNamespaces(ListRbacAuthorizationV1RoleBindingForAllNamespacesRequest) returns (IoK8sApiRbacV1RoleBindingList) {} + + // list or watch objects of kind Role + rpc ListRbacAuthorizationV1RoleForAllNamespaces(ListRbacAuthorizationV1RoleForAllNamespacesRequest) returns (IoK8sApiRbacV1RoleList) {} + + // list or watch objects of kind PodSchedulingContext + rpc ListResourceV1alpha2NamespacedPodSchedulingContext(ListResourceV1alpha2NamespacedPodSchedulingContextRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContextList) {} + + // list or watch objects of kind ResourceClaim + rpc ListResourceV1alpha2NamespacedResourceClaim(ListResourceV1alpha2NamespacedResourceClaimRequest) returns (IoK8sApiResourceV1alpha2ResourceClaimList) {} + + // list or watch objects of kind ResourceClaimTemplate + rpc ListResourceV1alpha2NamespacedResourceClaimTemplate(ListResourceV1alpha2NamespacedResourceClaimTemplateRequest) returns (IoK8sApiResourceV1alpha2ResourceClaimTemplateList) {} + + // list or watch objects of kind PodSchedulingContext + rpc ListResourceV1alpha2PodSchedulingContextForAllNamespaces(ListResourceV1alpha2PodSchedulingContextForAllNamespacesRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContextList) {} + + // list or watch objects of kind ResourceClaim + rpc ListResourceV1alpha2ResourceClaimForAllNamespaces(ListResourceV1alpha2ResourceClaimForAllNamespacesRequest) returns (IoK8sApiResourceV1alpha2ResourceClaimList) {} + + // list or watch objects of kind ResourceClaimTemplate + rpc ListResourceV1alpha2ResourceClaimTemplateForAllNamespaces(ListResourceV1alpha2ResourceClaimTemplateForAllNamespacesRequest) returns (IoK8sApiResourceV1alpha2ResourceClaimTemplateList) {} + + // list or watch objects of kind ResourceClass + rpc ListResourceV1alpha2ResourceClass(ListResourceV1alpha2ResourceClassRequest) returns (IoK8sApiResourceV1alpha2ResourceClassList) {} + + // list or watch objects of kind PriorityClass + rpc ListSchedulingV1PriorityClass(ListSchedulingV1PriorityClassRequest) returns (IoK8sApiSchedulingV1PriorityClassList) {} + + // list or watch objects of kind CSIDriver + rpc ListStorageV1CsiDriver(ListStorageV1CsiDriverRequest) returns (IoK8sApiStorageV1CSIDriverList) {} + + // list or watch objects of kind CSINode + rpc ListStorageV1CsiNode(ListStorageV1CsiNodeRequest) returns (IoK8sApiStorageV1CSINodeList) {} + + // list or watch objects of kind CSIStorageCapacity + rpc ListStorageV1CsiStorageCapacityForAllNamespaces(ListStorageV1CsiStorageCapacityForAllNamespacesRequest) returns (IoK8sApiStorageV1CSIStorageCapacityList) {} + + // list or watch objects of kind CSIStorageCapacity + rpc ListStorageV1NamespacedCsiStorageCapacity(ListStorageV1NamespacedCsiStorageCapacityRequest) returns (IoK8sApiStorageV1CSIStorageCapacityList) {} + + // list or watch objects of kind StorageClass + rpc ListStorageV1StorageClass(ListStorageV1StorageClassRequest) returns (IoK8sApiStorageV1StorageClassList) {} + + // list or watch objects of kind VolumeAttachment + rpc ListStorageV1VolumeAttachment(ListStorageV1VolumeAttachmentRequest) returns (IoK8sApiStorageV1VolumeAttachmentList) {} + + rpc LogFileHandler(LogFileHandlerRequest) returns (google.protobuf.Empty) {} + + rpc LogFileListHandler(google.protobuf.Empty) returns (google.protobuf.Empty) {} + + // partially update the specified MutatingWebhookConfiguration + rpc PatchAdmissionregistrationV1MutatingWebhookConfiguration(PatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration) {} + + // partially update the specified ValidatingWebhookConfiguration + rpc PatchAdmissionregistrationV1ValidatingWebhookConfiguration(PatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration) {} + + // partially update the specified ValidatingAdmissionPolicy + rpc PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicy(PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy) {} + + // partially update the specified ValidatingAdmissionPolicyBinding + rpc PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding(PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding) {} + + // partially update status of the specified ValidatingAdmissionPolicy + rpc PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus(PatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy) {} + + // partially update the specified CustomResourceDefinition + rpc PatchApiextensionsV1CustomResourceDefinition(PatchApiextensionsV1CustomResourceDefinitionRequest) returns (IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) {} + + // partially update status of the specified CustomResourceDefinition + rpc PatchApiextensionsV1CustomResourceDefinitionStatus(PatchApiextensionsV1CustomResourceDefinitionStatusRequest) returns (IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) {} + + // partially update the specified APIService + rpc PatchApiregistrationV1ApiService(PatchApiregistrationV1ApiServiceRequest) returns (IoK8sKubeAggregatorPkgApisApiregistrationV1APIService) {} + + // partially update status of the specified APIService + rpc PatchApiregistrationV1ApiServiceStatus(PatchApiregistrationV1ApiServiceStatusRequest) returns (IoK8sKubeAggregatorPkgApisApiregistrationV1APIService) {} + + // partially update the specified ControllerRevision + rpc PatchAppsV1NamespacedControllerRevision(PatchAppsV1NamespacedControllerRevisionRequest) returns (IoK8sApiAppsV1ControllerRevision) {} + + // partially update the specified DaemonSet + rpc PatchAppsV1NamespacedDaemonSet(PatchAppsV1NamespacedDaemonSetRequest) returns (IoK8sApiAppsV1DaemonSet) {} + + // partially update status of the specified DaemonSet + rpc PatchAppsV1NamespacedDaemonSetStatus(PatchAppsV1NamespacedDaemonSetStatusRequest) returns (IoK8sApiAppsV1DaemonSet) {} + + // partially update the specified Deployment + rpc PatchAppsV1NamespacedDeployment(PatchAppsV1NamespacedDeploymentRequest) returns (IoK8sApiAppsV1Deployment) {} + + // partially update scale of the specified Deployment + rpc PatchAppsV1NamespacedDeploymentScale(PatchAppsV1NamespacedDeploymentScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // partially update status of the specified Deployment + rpc PatchAppsV1NamespacedDeploymentStatus(PatchAppsV1NamespacedDeploymentStatusRequest) returns (IoK8sApiAppsV1Deployment) {} + + // partially update the specified ReplicaSet + rpc PatchAppsV1NamespacedReplicaSet(PatchAppsV1NamespacedReplicaSetRequest) returns (IoK8sApiAppsV1ReplicaSet) {} + + // partially update scale of the specified ReplicaSet + rpc PatchAppsV1NamespacedReplicaSetScale(PatchAppsV1NamespacedReplicaSetScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // partially update status of the specified ReplicaSet + rpc PatchAppsV1NamespacedReplicaSetStatus(PatchAppsV1NamespacedReplicaSetStatusRequest) returns (IoK8sApiAppsV1ReplicaSet) {} + + // partially update the specified StatefulSet + rpc PatchAppsV1NamespacedStatefulSet(PatchAppsV1NamespacedStatefulSetRequest) returns (IoK8sApiAppsV1StatefulSet) {} + + // partially update scale of the specified StatefulSet + rpc PatchAppsV1NamespacedStatefulSetScale(PatchAppsV1NamespacedStatefulSetScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // partially update status of the specified StatefulSet + rpc PatchAppsV1NamespacedStatefulSetStatus(PatchAppsV1NamespacedStatefulSetStatusRequest) returns (IoK8sApiAppsV1StatefulSet) {} + + // partially update the specified HorizontalPodAutoscaler + rpc PatchAutoscalingV1NamespacedHorizontalPodAutoscaler(PatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV1HorizontalPodAutoscaler) {} + + // partially update status of the specified HorizontalPodAutoscaler + rpc PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus(PatchAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) returns (IoK8sApiAutoscalingV1HorizontalPodAutoscaler) {} + + // partially update the specified HorizontalPodAutoscaler + rpc PatchAutoscalingV2NamespacedHorizontalPodAutoscaler(PatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV2HorizontalPodAutoscaler) {} + + // partially update status of the specified HorizontalPodAutoscaler + rpc PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatus(PatchAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) returns (IoK8sApiAutoscalingV2HorizontalPodAutoscaler) {} + + // partially update the specified CronJob + rpc PatchBatchV1NamespacedCronJob(PatchBatchV1NamespacedCronJobRequest) returns (IoK8sApiBatchV1CronJob) {} + + // partially update status of the specified CronJob + rpc PatchBatchV1NamespacedCronJobStatus(PatchBatchV1NamespacedCronJobStatusRequest) returns (IoK8sApiBatchV1CronJob) {} + + // partially update the specified Job + rpc PatchBatchV1NamespacedJob(PatchBatchV1NamespacedJobRequest) returns (IoK8sApiBatchV1Job) {} + + // partially update status of the specified Job + rpc PatchBatchV1NamespacedJobStatus(PatchBatchV1NamespacedJobStatusRequest) returns (IoK8sApiBatchV1Job) {} + + // partially update the specified CertificateSigningRequest + rpc PatchCertificatesV1CertificateSigningRequest(PatchCertificatesV1CertificateSigningRequestRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // partially update approval of the specified CertificateSigningRequest + rpc PatchCertificatesV1CertificateSigningRequestApproval(PatchCertificatesV1CertificateSigningRequestApprovalRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // partially update status of the specified CertificateSigningRequest + rpc PatchCertificatesV1CertificateSigningRequestStatus(PatchCertificatesV1CertificateSigningRequestStatusRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // partially update the specified ClusterTrustBundle + rpc PatchCertificatesV1alpha1ClusterTrustBundle(PatchCertificatesV1alpha1ClusterTrustBundleRequest) returns (IoK8sApiCertificatesV1alpha1ClusterTrustBundle) {} + + // partially update the specified Lease + rpc PatchCoordinationV1NamespacedLease(PatchCoordinationV1NamespacedLeaseRequest) returns (IoK8sApiCoordinationV1Lease) {} + + // partially update the specified Namespace + rpc PatchCoreV1Namespace(PatchCoreV1NamespaceRequest) returns (IoK8sApiCoreV1Namespace) {} + + // partially update status of the specified Namespace + rpc PatchCoreV1NamespaceStatus(PatchCoreV1NamespaceStatusRequest) returns (IoK8sApiCoreV1Namespace) {} + + // partially update the specified ConfigMap + rpc PatchCoreV1NamespacedConfigMap(PatchCoreV1NamespacedConfigMapRequest) returns (IoK8sApiCoreV1ConfigMap) {} + + // partially update the specified Endpoints + rpc PatchCoreV1NamespacedEndpoints(PatchCoreV1NamespacedEndpointsRequest) returns (IoK8sApiCoreV1Endpoints) {} + + // partially update the specified Event + rpc PatchCoreV1NamespacedEvent(PatchCoreV1NamespacedEventRequest) returns (IoK8sApiCoreV1Event) {} + + // partially update the specified LimitRange + rpc PatchCoreV1NamespacedLimitRange(PatchCoreV1NamespacedLimitRangeRequest) returns (IoK8sApiCoreV1LimitRange) {} + + // partially update the specified PersistentVolumeClaim + rpc PatchCoreV1NamespacedPersistentVolumeClaim(PatchCoreV1NamespacedPersistentVolumeClaimRequest) returns (IoK8sApiCoreV1PersistentVolumeClaim) {} + + // partially update status of the specified PersistentVolumeClaim + rpc PatchCoreV1NamespacedPersistentVolumeClaimStatus(PatchCoreV1NamespacedPersistentVolumeClaimStatusRequest) returns (IoK8sApiCoreV1PersistentVolumeClaim) {} + + // partially update the specified Pod + rpc PatchCoreV1NamespacedPod(PatchCoreV1NamespacedPodRequest) returns (IoK8sApiCoreV1Pod) {} + + // partially update ephemeralcontainers of the specified Pod + rpc PatchCoreV1NamespacedPodEphemeralcontainers(PatchCoreV1NamespacedPodEphemeralcontainersRequest) returns (IoK8sApiCoreV1Pod) {} + + // partially update status of the specified Pod + rpc PatchCoreV1NamespacedPodStatus(PatchCoreV1NamespacedPodStatusRequest) returns (IoK8sApiCoreV1Pod) {} + + // partially update the specified PodTemplate + rpc PatchCoreV1NamespacedPodTemplate(PatchCoreV1NamespacedPodTemplateRequest) returns (IoK8sApiCoreV1PodTemplate) {} + + // partially update the specified ReplicationController + rpc PatchCoreV1NamespacedReplicationController(PatchCoreV1NamespacedReplicationControllerRequest) returns (IoK8sApiCoreV1ReplicationController) {} + + // partially update scale of the specified ReplicationController + rpc PatchCoreV1NamespacedReplicationControllerScale(PatchCoreV1NamespacedReplicationControllerScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // partially update status of the specified ReplicationController + rpc PatchCoreV1NamespacedReplicationControllerStatus(PatchCoreV1NamespacedReplicationControllerStatusRequest) returns (IoK8sApiCoreV1ReplicationController) {} + + // partially update the specified ResourceQuota + rpc PatchCoreV1NamespacedResourceQuota(PatchCoreV1NamespacedResourceQuotaRequest) returns (IoK8sApiCoreV1ResourceQuota) {} + + // partially update status of the specified ResourceQuota + rpc PatchCoreV1NamespacedResourceQuotaStatus(PatchCoreV1NamespacedResourceQuotaStatusRequest) returns (IoK8sApiCoreV1ResourceQuota) {} + + // partially update the specified Secret + rpc PatchCoreV1NamespacedSecret(PatchCoreV1NamespacedSecretRequest) returns (IoK8sApiCoreV1Secret) {} + + // partially update the specified Service + rpc PatchCoreV1NamespacedService(PatchCoreV1NamespacedServiceRequest) returns (IoK8sApiCoreV1Service) {} + + // partially update the specified ServiceAccount + rpc PatchCoreV1NamespacedServiceAccount(PatchCoreV1NamespacedServiceAccountRequest) returns (IoK8sApiCoreV1ServiceAccount) {} + + // partially update status of the specified Service + rpc PatchCoreV1NamespacedServiceStatus(PatchCoreV1NamespacedServiceStatusRequest) returns (IoK8sApiCoreV1Service) {} + + // partially update the specified Node + rpc PatchCoreV1Node(PatchCoreV1NodeRequest) returns (IoK8sApiCoreV1Node) {} + + // partially update status of the specified Node + rpc PatchCoreV1NodeStatus(PatchCoreV1NodeStatusRequest) returns (IoK8sApiCoreV1Node) {} + + // partially update the specified PersistentVolume + rpc PatchCoreV1PersistentVolume(PatchCoreV1PersistentVolumeRequest) returns (IoK8sApiCoreV1PersistentVolume) {} + + // partially update status of the specified PersistentVolume + rpc PatchCoreV1PersistentVolumeStatus(PatchCoreV1PersistentVolumeStatusRequest) returns (IoK8sApiCoreV1PersistentVolume) {} + + // partially update the specified EndpointSlice + rpc PatchDiscoveryV1NamespacedEndpointSlice(PatchDiscoveryV1NamespacedEndpointSliceRequest) returns (IoK8sApiDiscoveryV1EndpointSlice) {} + + // partially update the specified Event + rpc PatchEventsV1NamespacedEvent(PatchEventsV1NamespacedEventRequest) returns (IoK8sApiEventsV1Event) {} + + // partially update the specified FlowSchema + rpc PatchFlowcontrolApiserverV1beta2FlowSchema(PatchFlowcontrolApiserverV1beta2FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta2FlowSchema) {} + + // partially update status of the specified FlowSchema + rpc PatchFlowcontrolApiserverV1beta2FlowSchemaStatus(PatchFlowcontrolApiserverV1beta2FlowSchemaStatusRequest) returns (IoK8sApiFlowcontrolV1beta2FlowSchema) {} + + // partially update the specified PriorityLevelConfiguration + rpc PatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration(PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration) {} + + // partially update status of the specified PriorityLevelConfiguration + rpc PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus(PatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest) returns (IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration) {} + + // partially update the specified FlowSchema + rpc PatchFlowcontrolApiserverV1beta3FlowSchema(PatchFlowcontrolApiserverV1beta3FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta3FlowSchema) {} + + // partially update status of the specified FlowSchema + rpc PatchFlowcontrolApiserverV1beta3FlowSchemaStatus(PatchFlowcontrolApiserverV1beta3FlowSchemaStatusRequest) returns (IoK8sApiFlowcontrolV1beta3FlowSchema) {} + + // partially update the specified PriorityLevelConfiguration + rpc PatchFlowcontrolApiserverV1beta3PriorityLevelConfiguration(PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration) {} + + // partially update status of the specified PriorityLevelConfiguration + rpc PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus(PatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest) returns (IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration) {} + + // partially update the specified StorageVersion + rpc PatchInternalApiserverV1alpha1StorageVersion(PatchInternalApiserverV1alpha1StorageVersionRequest) returns (IoK8sApiApiserverinternalV1alpha1StorageVersion) {} + + // partially update status of the specified StorageVersion + rpc PatchInternalApiserverV1alpha1StorageVersionStatus(PatchInternalApiserverV1alpha1StorageVersionStatusRequest) returns (IoK8sApiApiserverinternalV1alpha1StorageVersion) {} + + // partially update the specified IngressClass + rpc PatchNetworkingV1IngressClass(PatchNetworkingV1IngressClassRequest) returns (IoK8sApiNetworkingV1IngressClass) {} + + // partially update the specified Ingress + rpc PatchNetworkingV1NamespacedIngress(PatchNetworkingV1NamespacedIngressRequest) returns (IoK8sApiNetworkingV1Ingress) {} + + // partially update status of the specified Ingress + rpc PatchNetworkingV1NamespacedIngressStatus(PatchNetworkingV1NamespacedIngressStatusRequest) returns (IoK8sApiNetworkingV1Ingress) {} + + // partially update the specified NetworkPolicy + rpc PatchNetworkingV1NamespacedNetworkPolicy(PatchNetworkingV1NamespacedNetworkPolicyRequest) returns (IoK8sApiNetworkingV1NetworkPolicy) {} + + // partially update the specified ClusterCIDR + rpc PatchNetworkingV1alpha1ClusterCidr(PatchNetworkingV1alpha1ClusterCidrRequest) returns (IoK8sApiNetworkingV1alpha1ClusterCIDR) {} + + // partially update the specified IPAddress + rpc PatchNetworkingV1alpha1IpAddress(PatchNetworkingV1alpha1IpAddressRequest) returns (IoK8sApiNetworkingV1alpha1IPAddress) {} + + // partially update the specified RuntimeClass + rpc PatchNodeV1RuntimeClass(PatchNodeV1RuntimeClassRequest) returns (IoK8sApiNodeV1RuntimeClass) {} + + // partially update the specified PodDisruptionBudget + rpc PatchPolicyV1NamespacedPodDisruptionBudget(PatchPolicyV1NamespacedPodDisruptionBudgetRequest) returns (IoK8sApiPolicyV1PodDisruptionBudget) {} + + // partially update status of the specified PodDisruptionBudget + rpc PatchPolicyV1NamespacedPodDisruptionBudgetStatus(PatchPolicyV1NamespacedPodDisruptionBudgetStatusRequest) returns (IoK8sApiPolicyV1PodDisruptionBudget) {} + + // partially update the specified ClusterRole + rpc PatchRbacAuthorizationV1ClusterRole(PatchRbacAuthorizationV1ClusterRoleRequest) returns (IoK8sApiRbacV1ClusterRole) {} + + // partially update the specified ClusterRoleBinding + rpc PatchRbacAuthorizationV1ClusterRoleBinding(PatchRbacAuthorizationV1ClusterRoleBindingRequest) returns (IoK8sApiRbacV1ClusterRoleBinding) {} + + // partially update the specified Role + rpc PatchRbacAuthorizationV1NamespacedRole(PatchRbacAuthorizationV1NamespacedRoleRequest) returns (IoK8sApiRbacV1Role) {} + + // partially update the specified RoleBinding + rpc PatchRbacAuthorizationV1NamespacedRoleBinding(PatchRbacAuthorizationV1NamespacedRoleBindingRequest) returns (IoK8sApiRbacV1RoleBinding) {} + + // partially update the specified PodSchedulingContext + rpc PatchResourceV1alpha2NamespacedPodSchedulingContext(PatchResourceV1alpha2NamespacedPodSchedulingContextRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContext) {} + + // partially update status of the specified PodSchedulingContext + rpc PatchResourceV1alpha2NamespacedPodSchedulingContextStatus(PatchResourceV1alpha2NamespacedPodSchedulingContextStatusRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContext) {} + + // partially update the specified ResourceClaim + rpc PatchResourceV1alpha2NamespacedResourceClaim(PatchResourceV1alpha2NamespacedResourceClaimRequest) returns (IoK8sApiResourceV1alpha2ResourceClaim) {} + + // partially update status of the specified ResourceClaim + rpc PatchResourceV1alpha2NamespacedResourceClaimStatus(PatchResourceV1alpha2NamespacedResourceClaimStatusRequest) returns (IoK8sApiResourceV1alpha2ResourceClaim) {} + + // partially update the specified ResourceClaimTemplate + rpc PatchResourceV1alpha2NamespacedResourceClaimTemplate(PatchResourceV1alpha2NamespacedResourceClaimTemplateRequest) returns (IoK8sApiResourceV1alpha2ResourceClaimTemplate) {} + + // partially update the specified ResourceClass + rpc PatchResourceV1alpha2ResourceClass(PatchResourceV1alpha2ResourceClassRequest) returns (IoK8sApiResourceV1alpha2ResourceClass) {} + + // partially update the specified PriorityClass + rpc PatchSchedulingV1PriorityClass(PatchSchedulingV1PriorityClassRequest) returns (IoK8sApiSchedulingV1PriorityClass) {} + + // partially update the specified CSIDriver + rpc PatchStorageV1CsiDriver(PatchStorageV1CsiDriverRequest) returns (IoK8sApiStorageV1CSIDriver) {} + + // partially update the specified CSINode + rpc PatchStorageV1CsiNode(PatchStorageV1CsiNodeRequest) returns (IoK8sApiStorageV1CSINode) {} + + // partially update the specified CSIStorageCapacity + rpc PatchStorageV1NamespacedCsiStorageCapacity(PatchStorageV1NamespacedCsiStorageCapacityRequest) returns (IoK8sApiStorageV1CSIStorageCapacity) {} + + // partially update the specified StorageClass + rpc PatchStorageV1StorageClass(PatchStorageV1StorageClassRequest) returns (IoK8sApiStorageV1StorageClass) {} + + // partially update the specified VolumeAttachment + rpc PatchStorageV1VolumeAttachment(PatchStorageV1VolumeAttachmentRequest) returns (IoK8sApiStorageV1VolumeAttachment) {} + + // partially update status of the specified VolumeAttachment + rpc PatchStorageV1VolumeAttachmentStatus(PatchStorageV1VolumeAttachmentStatusRequest) returns (IoK8sApiStorageV1VolumeAttachment) {} + + // read the specified MutatingWebhookConfiguration + rpc ReadAdmissionregistrationV1MutatingWebhookConfiguration(ReadAdmissionregistrationV1MutatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration) {} + + // read the specified ValidatingWebhookConfiguration + rpc ReadAdmissionregistrationV1ValidatingWebhookConfiguration(ReadAdmissionregistrationV1ValidatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration) {} + + // read the specified ValidatingAdmissionPolicy + rpc ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicy(ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy) {} + + // read the specified ValidatingAdmissionPolicyBinding + rpc ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding(ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding) {} + + // read status of the specified ValidatingAdmissionPolicy + rpc ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus(ReadAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy) {} + + // read the specified CustomResourceDefinition + rpc ReadApiextensionsV1CustomResourceDefinition(ReadApiextensionsV1CustomResourceDefinitionRequest) returns (IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) {} + + // read status of the specified CustomResourceDefinition + rpc ReadApiextensionsV1CustomResourceDefinitionStatus(ReadApiextensionsV1CustomResourceDefinitionStatusRequest) returns (IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) {} + + // read the specified APIService + rpc ReadApiregistrationV1ApiService(ReadApiregistrationV1ApiServiceRequest) returns (IoK8sKubeAggregatorPkgApisApiregistrationV1APIService) {} + + // read status of the specified APIService + rpc ReadApiregistrationV1ApiServiceStatus(ReadApiregistrationV1ApiServiceStatusRequest) returns (IoK8sKubeAggregatorPkgApisApiregistrationV1APIService) {} + + // read the specified ControllerRevision + rpc ReadAppsV1NamespacedControllerRevision(ReadAppsV1NamespacedControllerRevisionRequest) returns (IoK8sApiAppsV1ControllerRevision) {} + + // read the specified DaemonSet + rpc ReadAppsV1NamespacedDaemonSet(ReadAppsV1NamespacedDaemonSetRequest) returns (IoK8sApiAppsV1DaemonSet) {} + + // read status of the specified DaemonSet + rpc ReadAppsV1NamespacedDaemonSetStatus(ReadAppsV1NamespacedDaemonSetStatusRequest) returns (IoK8sApiAppsV1DaemonSet) {} + + // read the specified Deployment + rpc ReadAppsV1NamespacedDeployment(ReadAppsV1NamespacedDeploymentRequest) returns (IoK8sApiAppsV1Deployment) {} + + // read scale of the specified Deployment + rpc ReadAppsV1NamespacedDeploymentScale(ReadAppsV1NamespacedDeploymentScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // read status of the specified Deployment + rpc ReadAppsV1NamespacedDeploymentStatus(ReadAppsV1NamespacedDeploymentStatusRequest) returns (IoK8sApiAppsV1Deployment) {} + + // read the specified ReplicaSet + rpc ReadAppsV1NamespacedReplicaSet(ReadAppsV1NamespacedReplicaSetRequest) returns (IoK8sApiAppsV1ReplicaSet) {} + + // read scale of the specified ReplicaSet + rpc ReadAppsV1NamespacedReplicaSetScale(ReadAppsV1NamespacedReplicaSetScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // read status of the specified ReplicaSet + rpc ReadAppsV1NamespacedReplicaSetStatus(ReadAppsV1NamespacedReplicaSetStatusRequest) returns (IoK8sApiAppsV1ReplicaSet) {} + + // read the specified StatefulSet + rpc ReadAppsV1NamespacedStatefulSet(ReadAppsV1NamespacedStatefulSetRequest) returns (IoK8sApiAppsV1StatefulSet) {} + + // read scale of the specified StatefulSet + rpc ReadAppsV1NamespacedStatefulSetScale(ReadAppsV1NamespacedStatefulSetScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // read status of the specified StatefulSet + rpc ReadAppsV1NamespacedStatefulSetStatus(ReadAppsV1NamespacedStatefulSetStatusRequest) returns (IoK8sApiAppsV1StatefulSet) {} + + // read the specified HorizontalPodAutoscaler + rpc ReadAutoscalingV1NamespacedHorizontalPodAutoscaler(ReadAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV1HorizontalPodAutoscaler) {} + + // read status of the specified HorizontalPodAutoscaler + rpc ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatus(ReadAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) returns (IoK8sApiAutoscalingV1HorizontalPodAutoscaler) {} + + // read the specified HorizontalPodAutoscaler + rpc ReadAutoscalingV2NamespacedHorizontalPodAutoscaler(ReadAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV2HorizontalPodAutoscaler) {} + + // read status of the specified HorizontalPodAutoscaler + rpc ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatus(ReadAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) returns (IoK8sApiAutoscalingV2HorizontalPodAutoscaler) {} + + // read the specified CronJob + rpc ReadBatchV1NamespacedCronJob(ReadBatchV1NamespacedCronJobRequest) returns (IoK8sApiBatchV1CronJob) {} + + // read status of the specified CronJob + rpc ReadBatchV1NamespacedCronJobStatus(ReadBatchV1NamespacedCronJobStatusRequest) returns (IoK8sApiBatchV1CronJob) {} + + // read the specified Job + rpc ReadBatchV1NamespacedJob(ReadBatchV1NamespacedJobRequest) returns (IoK8sApiBatchV1Job) {} + + // read status of the specified Job + rpc ReadBatchV1NamespacedJobStatus(ReadBatchV1NamespacedJobStatusRequest) returns (IoK8sApiBatchV1Job) {} + + // read the specified CertificateSigningRequest + rpc ReadCertificatesV1CertificateSigningRequest(ReadCertificatesV1CertificateSigningRequestRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // read approval of the specified CertificateSigningRequest + rpc ReadCertificatesV1CertificateSigningRequestApproval(ReadCertificatesV1CertificateSigningRequestApprovalRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // read status of the specified CertificateSigningRequest + rpc ReadCertificatesV1CertificateSigningRequestStatus(ReadCertificatesV1CertificateSigningRequestStatusRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // read the specified ClusterTrustBundle + rpc ReadCertificatesV1alpha1ClusterTrustBundle(ReadCertificatesV1alpha1ClusterTrustBundleRequest) returns (IoK8sApiCertificatesV1alpha1ClusterTrustBundle) {} + + // read the specified Lease + rpc ReadCoordinationV1NamespacedLease(ReadCoordinationV1NamespacedLeaseRequest) returns (IoK8sApiCoordinationV1Lease) {} + + // read the specified ComponentStatus + rpc ReadCoreV1ComponentStatus(ReadCoreV1ComponentStatusRequest) returns (IoK8sApiCoreV1ComponentStatus) {} + + // read the specified Namespace + rpc ReadCoreV1Namespace(ReadCoreV1NamespaceRequest) returns (IoK8sApiCoreV1Namespace) {} + + // read status of the specified Namespace + rpc ReadCoreV1NamespaceStatus(ReadCoreV1NamespaceStatusRequest) returns (IoK8sApiCoreV1Namespace) {} + + // read the specified ConfigMap + rpc ReadCoreV1NamespacedConfigMap(ReadCoreV1NamespacedConfigMapRequest) returns (IoK8sApiCoreV1ConfigMap) {} + + // read the specified Endpoints + rpc ReadCoreV1NamespacedEndpoints(ReadCoreV1NamespacedEndpointsRequest) returns (IoK8sApiCoreV1Endpoints) {} + + // read the specified Event + rpc ReadCoreV1NamespacedEvent(ReadCoreV1NamespacedEventRequest) returns (IoK8sApiCoreV1Event) {} + + // read the specified LimitRange + rpc ReadCoreV1NamespacedLimitRange(ReadCoreV1NamespacedLimitRangeRequest) returns (IoK8sApiCoreV1LimitRange) {} + + // read the specified PersistentVolumeClaim + rpc ReadCoreV1NamespacedPersistentVolumeClaim(ReadCoreV1NamespacedPersistentVolumeClaimRequest) returns (IoK8sApiCoreV1PersistentVolumeClaim) {} + + // read status of the specified PersistentVolumeClaim + rpc ReadCoreV1NamespacedPersistentVolumeClaimStatus(ReadCoreV1NamespacedPersistentVolumeClaimStatusRequest) returns (IoK8sApiCoreV1PersistentVolumeClaim) {} + + // read the specified Pod + rpc ReadCoreV1NamespacedPod(ReadCoreV1NamespacedPodRequest) returns (IoK8sApiCoreV1Pod) {} + + // read ephemeralcontainers of the specified Pod + rpc ReadCoreV1NamespacedPodEphemeralcontainers(ReadCoreV1NamespacedPodEphemeralcontainersRequest) returns (IoK8sApiCoreV1Pod) {} + + // read log of the specified Pod + rpc ReadCoreV1NamespacedPodLog(ReadCoreV1NamespacedPodLogRequest) returns (google.protobuf.StringValue) {} + + // read status of the specified Pod + rpc ReadCoreV1NamespacedPodStatus(ReadCoreV1NamespacedPodStatusRequest) returns (IoK8sApiCoreV1Pod) {} + + // read the specified PodTemplate + rpc ReadCoreV1NamespacedPodTemplate(ReadCoreV1NamespacedPodTemplateRequest) returns (IoK8sApiCoreV1PodTemplate) {} + + // read the specified ReplicationController + rpc ReadCoreV1NamespacedReplicationController(ReadCoreV1NamespacedReplicationControllerRequest) returns (IoK8sApiCoreV1ReplicationController) {} + + // read scale of the specified ReplicationController + rpc ReadCoreV1NamespacedReplicationControllerScale(ReadCoreV1NamespacedReplicationControllerScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // read status of the specified ReplicationController + rpc ReadCoreV1NamespacedReplicationControllerStatus(ReadCoreV1NamespacedReplicationControllerStatusRequest) returns (IoK8sApiCoreV1ReplicationController) {} + + // read the specified ResourceQuota + rpc ReadCoreV1NamespacedResourceQuota(ReadCoreV1NamespacedResourceQuotaRequest) returns (IoK8sApiCoreV1ResourceQuota) {} + + // read status of the specified ResourceQuota + rpc ReadCoreV1NamespacedResourceQuotaStatus(ReadCoreV1NamespacedResourceQuotaStatusRequest) returns (IoK8sApiCoreV1ResourceQuota) {} + + // read the specified Secret + rpc ReadCoreV1NamespacedSecret(ReadCoreV1NamespacedSecretRequest) returns (IoK8sApiCoreV1Secret) {} + + // read the specified Service + rpc ReadCoreV1NamespacedService(ReadCoreV1NamespacedServiceRequest) returns (IoK8sApiCoreV1Service) {} + + // read the specified ServiceAccount + rpc ReadCoreV1NamespacedServiceAccount(ReadCoreV1NamespacedServiceAccountRequest) returns (IoK8sApiCoreV1ServiceAccount) {} + + // read status of the specified Service + rpc ReadCoreV1NamespacedServiceStatus(ReadCoreV1NamespacedServiceStatusRequest) returns (IoK8sApiCoreV1Service) {} + + // read the specified Node + rpc ReadCoreV1Node(ReadCoreV1NodeRequest) returns (IoK8sApiCoreV1Node) {} + + // read status of the specified Node + rpc ReadCoreV1NodeStatus(ReadCoreV1NodeStatusRequest) returns (IoK8sApiCoreV1Node) {} + + // read the specified PersistentVolume + rpc ReadCoreV1PersistentVolume(ReadCoreV1PersistentVolumeRequest) returns (IoK8sApiCoreV1PersistentVolume) {} + + // read status of the specified PersistentVolume + rpc ReadCoreV1PersistentVolumeStatus(ReadCoreV1PersistentVolumeStatusRequest) returns (IoK8sApiCoreV1PersistentVolume) {} + + // read the specified EndpointSlice + rpc ReadDiscoveryV1NamespacedEndpointSlice(ReadDiscoveryV1NamespacedEndpointSliceRequest) returns (IoK8sApiDiscoveryV1EndpointSlice) {} + + // read the specified Event + rpc ReadEventsV1NamespacedEvent(ReadEventsV1NamespacedEventRequest) returns (IoK8sApiEventsV1Event) {} + + // read the specified FlowSchema + rpc ReadFlowcontrolApiserverV1beta2FlowSchema(ReadFlowcontrolApiserverV1beta2FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta2FlowSchema) {} + + // read status of the specified FlowSchema + rpc ReadFlowcontrolApiserverV1beta2FlowSchemaStatus(ReadFlowcontrolApiserverV1beta2FlowSchemaStatusRequest) returns (IoK8sApiFlowcontrolV1beta2FlowSchema) {} + + // read the specified PriorityLevelConfiguration + rpc ReadFlowcontrolApiserverV1beta2PriorityLevelConfiguration(ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration) {} + + // read status of the specified PriorityLevelConfiguration + rpc ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus(ReadFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest) returns (IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration) {} + + // read the specified FlowSchema + rpc ReadFlowcontrolApiserverV1beta3FlowSchema(ReadFlowcontrolApiserverV1beta3FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta3FlowSchema) {} + + // read status of the specified FlowSchema + rpc ReadFlowcontrolApiserverV1beta3FlowSchemaStatus(ReadFlowcontrolApiserverV1beta3FlowSchemaStatusRequest) returns (IoK8sApiFlowcontrolV1beta3FlowSchema) {} + + // read the specified PriorityLevelConfiguration + rpc ReadFlowcontrolApiserverV1beta3PriorityLevelConfiguration(ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration) {} + + // read status of the specified PriorityLevelConfiguration + rpc ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus(ReadFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest) returns (IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration) {} + + // read the specified StorageVersion + rpc ReadInternalApiserverV1alpha1StorageVersion(ReadInternalApiserverV1alpha1StorageVersionRequest) returns (IoK8sApiApiserverinternalV1alpha1StorageVersion) {} + + // read status of the specified StorageVersion + rpc ReadInternalApiserverV1alpha1StorageVersionStatus(ReadInternalApiserverV1alpha1StorageVersionStatusRequest) returns (IoK8sApiApiserverinternalV1alpha1StorageVersion) {} + + // read the specified IngressClass + rpc ReadNetworkingV1IngressClass(ReadNetworkingV1IngressClassRequest) returns (IoK8sApiNetworkingV1IngressClass) {} + + // read the specified Ingress + rpc ReadNetworkingV1NamespacedIngress(ReadNetworkingV1NamespacedIngressRequest) returns (IoK8sApiNetworkingV1Ingress) {} + + // read status of the specified Ingress + rpc ReadNetworkingV1NamespacedIngressStatus(ReadNetworkingV1NamespacedIngressStatusRequest) returns (IoK8sApiNetworkingV1Ingress) {} + + // read the specified NetworkPolicy + rpc ReadNetworkingV1NamespacedNetworkPolicy(ReadNetworkingV1NamespacedNetworkPolicyRequest) returns (IoK8sApiNetworkingV1NetworkPolicy) {} + + // read the specified ClusterCIDR + rpc ReadNetworkingV1alpha1ClusterCidr(ReadNetworkingV1alpha1ClusterCidrRequest) returns (IoK8sApiNetworkingV1alpha1ClusterCIDR) {} + + // read the specified IPAddress + rpc ReadNetworkingV1alpha1IpAddress(ReadNetworkingV1alpha1IpAddressRequest) returns (IoK8sApiNetworkingV1alpha1IPAddress) {} + + // read the specified RuntimeClass + rpc ReadNodeV1RuntimeClass(ReadNodeV1RuntimeClassRequest) returns (IoK8sApiNodeV1RuntimeClass) {} + + // read the specified PodDisruptionBudget + rpc ReadPolicyV1NamespacedPodDisruptionBudget(ReadPolicyV1NamespacedPodDisruptionBudgetRequest) returns (IoK8sApiPolicyV1PodDisruptionBudget) {} + + // read status of the specified PodDisruptionBudget + rpc ReadPolicyV1NamespacedPodDisruptionBudgetStatus(ReadPolicyV1NamespacedPodDisruptionBudgetStatusRequest) returns (IoK8sApiPolicyV1PodDisruptionBudget) {} + + // read the specified ClusterRole + rpc ReadRbacAuthorizationV1ClusterRole(ReadRbacAuthorizationV1ClusterRoleRequest) returns (IoK8sApiRbacV1ClusterRole) {} + + // read the specified ClusterRoleBinding + rpc ReadRbacAuthorizationV1ClusterRoleBinding(ReadRbacAuthorizationV1ClusterRoleBindingRequest) returns (IoK8sApiRbacV1ClusterRoleBinding) {} + + // read the specified Role + rpc ReadRbacAuthorizationV1NamespacedRole(ReadRbacAuthorizationV1NamespacedRoleRequest) returns (IoK8sApiRbacV1Role) {} + + // read the specified RoleBinding + rpc ReadRbacAuthorizationV1NamespacedRoleBinding(ReadRbacAuthorizationV1NamespacedRoleBindingRequest) returns (IoK8sApiRbacV1RoleBinding) {} + + // read the specified PodSchedulingContext + rpc ReadResourceV1alpha2NamespacedPodSchedulingContext(ReadResourceV1alpha2NamespacedPodSchedulingContextRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContext) {} + + // read status of the specified PodSchedulingContext + rpc ReadResourceV1alpha2NamespacedPodSchedulingContextStatus(ReadResourceV1alpha2NamespacedPodSchedulingContextStatusRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContext) {} + + // read the specified ResourceClaim + rpc ReadResourceV1alpha2NamespacedResourceClaim(ReadResourceV1alpha2NamespacedResourceClaimRequest) returns (IoK8sApiResourceV1alpha2ResourceClaim) {} + + // read status of the specified ResourceClaim + rpc ReadResourceV1alpha2NamespacedResourceClaimStatus(ReadResourceV1alpha2NamespacedResourceClaimStatusRequest) returns (IoK8sApiResourceV1alpha2ResourceClaim) {} + + // read the specified ResourceClaimTemplate + rpc ReadResourceV1alpha2NamespacedResourceClaimTemplate(ReadResourceV1alpha2NamespacedResourceClaimTemplateRequest) returns (IoK8sApiResourceV1alpha2ResourceClaimTemplate) {} + + // read the specified ResourceClass + rpc ReadResourceV1alpha2ResourceClass(ReadResourceV1alpha2ResourceClassRequest) returns (IoK8sApiResourceV1alpha2ResourceClass) {} + + // read the specified PriorityClass + rpc ReadSchedulingV1PriorityClass(ReadSchedulingV1PriorityClassRequest) returns (IoK8sApiSchedulingV1PriorityClass) {} + + // read the specified CSIDriver + rpc ReadStorageV1CsiDriver(ReadStorageV1CsiDriverRequest) returns (IoK8sApiStorageV1CSIDriver) {} + + // read the specified CSINode + rpc ReadStorageV1CsiNode(ReadStorageV1CsiNodeRequest) returns (IoK8sApiStorageV1CSINode) {} + + // read the specified CSIStorageCapacity + rpc ReadStorageV1NamespacedCsiStorageCapacity(ReadStorageV1NamespacedCsiStorageCapacityRequest) returns (IoK8sApiStorageV1CSIStorageCapacity) {} + + // read the specified StorageClass + rpc ReadStorageV1StorageClass(ReadStorageV1StorageClassRequest) returns (IoK8sApiStorageV1StorageClass) {} + + // read the specified VolumeAttachment + rpc ReadStorageV1VolumeAttachment(ReadStorageV1VolumeAttachmentRequest) returns (IoK8sApiStorageV1VolumeAttachment) {} + + // read status of the specified VolumeAttachment + rpc ReadStorageV1VolumeAttachmentStatus(ReadStorageV1VolumeAttachmentStatusRequest) returns (IoK8sApiStorageV1VolumeAttachment) {} + + // replace the specified MutatingWebhookConfiguration + rpc ReplaceAdmissionregistrationV1MutatingWebhookConfiguration(ReplaceAdmissionregistrationV1MutatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1MutatingWebhookConfiguration) {} + + // replace the specified ValidatingWebhookConfiguration + rpc ReplaceAdmissionregistrationV1ValidatingWebhookConfiguration(ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationRequest) returns (IoK8sApiAdmissionregistrationV1ValidatingWebhookConfiguration) {} + + // replace the specified ValidatingAdmissionPolicy + rpc ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicy(ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy) {} + + // replace the specified ValidatingAdmissionPolicyBinding + rpc ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding(ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding) {} + + // replace status of the specified ValidatingAdmissionPolicy + rpc ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatus(ReplaceAdmissionregistrationV1alpha1ValidatingAdmissionPolicyStatusRequest) returns (IoK8sApiAdmissionregistrationV1alpha1ValidatingAdmissionPolicy) {} + + // replace the specified CustomResourceDefinition + rpc ReplaceApiextensionsV1CustomResourceDefinition(ReplaceApiextensionsV1CustomResourceDefinitionRequest) returns (IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) {} + + // replace status of the specified CustomResourceDefinition + rpc ReplaceApiextensionsV1CustomResourceDefinitionStatus(ReplaceApiextensionsV1CustomResourceDefinitionStatusRequest) returns (IoK8sApiextensionsApiserverPkgApisApiextensionsV1CustomResourceDefinition) {} + + // replace the specified APIService + rpc ReplaceApiregistrationV1ApiService(ReplaceApiregistrationV1ApiServiceRequest) returns (IoK8sKubeAggregatorPkgApisApiregistrationV1APIService) {} + + // replace status of the specified APIService + rpc ReplaceApiregistrationV1ApiServiceStatus(ReplaceApiregistrationV1ApiServiceStatusRequest) returns (IoK8sKubeAggregatorPkgApisApiregistrationV1APIService) {} + + // replace the specified ControllerRevision + rpc ReplaceAppsV1NamespacedControllerRevision(ReplaceAppsV1NamespacedControllerRevisionRequest) returns (IoK8sApiAppsV1ControllerRevision) {} + + // replace the specified DaemonSet + rpc ReplaceAppsV1NamespacedDaemonSet(ReplaceAppsV1NamespacedDaemonSetRequest) returns (IoK8sApiAppsV1DaemonSet) {} + + // replace status of the specified DaemonSet + rpc ReplaceAppsV1NamespacedDaemonSetStatus(ReplaceAppsV1NamespacedDaemonSetStatusRequest) returns (IoK8sApiAppsV1DaemonSet) {} + + // replace the specified Deployment + rpc ReplaceAppsV1NamespacedDeployment(ReplaceAppsV1NamespacedDeploymentRequest) returns (IoK8sApiAppsV1Deployment) {} + + // replace scale of the specified Deployment + rpc ReplaceAppsV1NamespacedDeploymentScale(ReplaceAppsV1NamespacedDeploymentScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // replace status of the specified Deployment + rpc ReplaceAppsV1NamespacedDeploymentStatus(ReplaceAppsV1NamespacedDeploymentStatusRequest) returns (IoK8sApiAppsV1Deployment) {} + + // replace the specified ReplicaSet + rpc ReplaceAppsV1NamespacedReplicaSet(ReplaceAppsV1NamespacedReplicaSetRequest) returns (IoK8sApiAppsV1ReplicaSet) {} + + // replace scale of the specified ReplicaSet + rpc ReplaceAppsV1NamespacedReplicaSetScale(ReplaceAppsV1NamespacedReplicaSetScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // replace status of the specified ReplicaSet + rpc ReplaceAppsV1NamespacedReplicaSetStatus(ReplaceAppsV1NamespacedReplicaSetStatusRequest) returns (IoK8sApiAppsV1ReplicaSet) {} + + // replace the specified StatefulSet + rpc ReplaceAppsV1NamespacedStatefulSet(ReplaceAppsV1NamespacedStatefulSetRequest) returns (IoK8sApiAppsV1StatefulSet) {} + + // replace scale of the specified StatefulSet + rpc ReplaceAppsV1NamespacedStatefulSetScale(ReplaceAppsV1NamespacedStatefulSetScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // replace status of the specified StatefulSet + rpc ReplaceAppsV1NamespacedStatefulSetStatus(ReplaceAppsV1NamespacedStatefulSetStatusRequest) returns (IoK8sApiAppsV1StatefulSet) {} + + // replace the specified HorizontalPodAutoscaler + rpc ReplaceAutoscalingV1NamespacedHorizontalPodAutoscaler(ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV1HorizontalPodAutoscaler) {} + + // replace status of the specified HorizontalPodAutoscaler + rpc ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus(ReplaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatusRequest) returns (IoK8sApiAutoscalingV1HorizontalPodAutoscaler) {} + + // replace the specified HorizontalPodAutoscaler + rpc ReplaceAutoscalingV2NamespacedHorizontalPodAutoscaler(ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApiAutoscalingV2HorizontalPodAutoscaler) {} + + // replace status of the specified HorizontalPodAutoscaler + rpc ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatus(ReplaceAutoscalingV2NamespacedHorizontalPodAutoscalerStatusRequest) returns (IoK8sApiAutoscalingV2HorizontalPodAutoscaler) {} + + // replace the specified CronJob + rpc ReplaceBatchV1NamespacedCronJob(ReplaceBatchV1NamespacedCronJobRequest) returns (IoK8sApiBatchV1CronJob) {} + + // replace status of the specified CronJob + rpc ReplaceBatchV1NamespacedCronJobStatus(ReplaceBatchV1NamespacedCronJobStatusRequest) returns (IoK8sApiBatchV1CronJob) {} + + // replace the specified Job + rpc ReplaceBatchV1NamespacedJob(ReplaceBatchV1NamespacedJobRequest) returns (IoK8sApiBatchV1Job) {} + + // replace status of the specified Job + rpc ReplaceBatchV1NamespacedJobStatus(ReplaceBatchV1NamespacedJobStatusRequest) returns (IoK8sApiBatchV1Job) {} + + // replace the specified CertificateSigningRequest + rpc ReplaceCertificatesV1CertificateSigningRequest(ReplaceCertificatesV1CertificateSigningRequestRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // replace approval of the specified CertificateSigningRequest + rpc ReplaceCertificatesV1CertificateSigningRequestApproval(ReplaceCertificatesV1CertificateSigningRequestApprovalRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // replace status of the specified CertificateSigningRequest + rpc ReplaceCertificatesV1CertificateSigningRequestStatus(ReplaceCertificatesV1CertificateSigningRequestStatusRequest) returns (IoK8sApiCertificatesV1CertificateSigningRequest) {} + + // replace the specified ClusterTrustBundle + rpc ReplaceCertificatesV1alpha1ClusterTrustBundle(ReplaceCertificatesV1alpha1ClusterTrustBundleRequest) returns (IoK8sApiCertificatesV1alpha1ClusterTrustBundle) {} + + // replace the specified Lease + rpc ReplaceCoordinationV1NamespacedLease(ReplaceCoordinationV1NamespacedLeaseRequest) returns (IoK8sApiCoordinationV1Lease) {} + + // replace the specified Namespace + rpc ReplaceCoreV1Namespace(ReplaceCoreV1NamespaceRequest) returns (IoK8sApiCoreV1Namespace) {} + + // replace finalize of the specified Namespace + rpc ReplaceCoreV1NamespaceFinalize(ReplaceCoreV1NamespaceFinalizeRequest) returns (IoK8sApiCoreV1Namespace) {} + + // replace status of the specified Namespace + rpc ReplaceCoreV1NamespaceStatus(ReplaceCoreV1NamespaceStatusRequest) returns (IoK8sApiCoreV1Namespace) {} + + // replace the specified ConfigMap + rpc ReplaceCoreV1NamespacedConfigMap(ReplaceCoreV1NamespacedConfigMapRequest) returns (IoK8sApiCoreV1ConfigMap) {} + + // replace the specified Endpoints + rpc ReplaceCoreV1NamespacedEndpoints(ReplaceCoreV1NamespacedEndpointsRequest) returns (IoK8sApiCoreV1Endpoints) {} + + // replace the specified Event + rpc ReplaceCoreV1NamespacedEvent(ReplaceCoreV1NamespacedEventRequest) returns (IoK8sApiCoreV1Event) {} + + // replace the specified LimitRange + rpc ReplaceCoreV1NamespacedLimitRange(ReplaceCoreV1NamespacedLimitRangeRequest) returns (IoK8sApiCoreV1LimitRange) {} + + // replace the specified PersistentVolumeClaim + rpc ReplaceCoreV1NamespacedPersistentVolumeClaim(ReplaceCoreV1NamespacedPersistentVolumeClaimRequest) returns (IoK8sApiCoreV1PersistentVolumeClaim) {} + + // replace status of the specified PersistentVolumeClaim + rpc ReplaceCoreV1NamespacedPersistentVolumeClaimStatus(ReplaceCoreV1NamespacedPersistentVolumeClaimStatusRequest) returns (IoK8sApiCoreV1PersistentVolumeClaim) {} + + // replace the specified Pod + rpc ReplaceCoreV1NamespacedPod(ReplaceCoreV1NamespacedPodRequest) returns (IoK8sApiCoreV1Pod) {} + + // replace ephemeralcontainers of the specified Pod + rpc ReplaceCoreV1NamespacedPodEphemeralcontainers(ReplaceCoreV1NamespacedPodEphemeralcontainersRequest) returns (IoK8sApiCoreV1Pod) {} + + // replace status of the specified Pod + rpc ReplaceCoreV1NamespacedPodStatus(ReplaceCoreV1NamespacedPodStatusRequest) returns (IoK8sApiCoreV1Pod) {} + + // replace the specified PodTemplate + rpc ReplaceCoreV1NamespacedPodTemplate(ReplaceCoreV1NamespacedPodTemplateRequest) returns (IoK8sApiCoreV1PodTemplate) {} + + // replace the specified ReplicationController + rpc ReplaceCoreV1NamespacedReplicationController(ReplaceCoreV1NamespacedReplicationControllerRequest) returns (IoK8sApiCoreV1ReplicationController) {} + + // replace scale of the specified ReplicationController + rpc ReplaceCoreV1NamespacedReplicationControllerScale(ReplaceCoreV1NamespacedReplicationControllerScaleRequest) returns (IoK8sApiAutoscalingV1Scale) {} + + // replace status of the specified ReplicationController + rpc ReplaceCoreV1NamespacedReplicationControllerStatus(ReplaceCoreV1NamespacedReplicationControllerStatusRequest) returns (IoK8sApiCoreV1ReplicationController) {} + + // replace the specified ResourceQuota + rpc ReplaceCoreV1NamespacedResourceQuota(ReplaceCoreV1NamespacedResourceQuotaRequest) returns (IoK8sApiCoreV1ResourceQuota) {} + + // replace status of the specified ResourceQuota + rpc ReplaceCoreV1NamespacedResourceQuotaStatus(ReplaceCoreV1NamespacedResourceQuotaStatusRequest) returns (IoK8sApiCoreV1ResourceQuota) {} + + // replace the specified Secret + rpc ReplaceCoreV1NamespacedSecret(ReplaceCoreV1NamespacedSecretRequest) returns (IoK8sApiCoreV1Secret) {} + + // replace the specified Service + rpc ReplaceCoreV1NamespacedService(ReplaceCoreV1NamespacedServiceRequest) returns (IoK8sApiCoreV1Service) {} + + // replace the specified ServiceAccount + rpc ReplaceCoreV1NamespacedServiceAccount(ReplaceCoreV1NamespacedServiceAccountRequest) returns (IoK8sApiCoreV1ServiceAccount) {} + + // replace status of the specified Service + rpc ReplaceCoreV1NamespacedServiceStatus(ReplaceCoreV1NamespacedServiceStatusRequest) returns (IoK8sApiCoreV1Service) {} + + // replace the specified Node + rpc ReplaceCoreV1Node(ReplaceCoreV1NodeRequest) returns (IoK8sApiCoreV1Node) {} + + // replace status of the specified Node + rpc ReplaceCoreV1NodeStatus(ReplaceCoreV1NodeStatusRequest) returns (IoK8sApiCoreV1Node) {} + + // replace the specified PersistentVolume + rpc ReplaceCoreV1PersistentVolume(ReplaceCoreV1PersistentVolumeRequest) returns (IoK8sApiCoreV1PersistentVolume) {} + + // replace status of the specified PersistentVolume + rpc ReplaceCoreV1PersistentVolumeStatus(ReplaceCoreV1PersistentVolumeStatusRequest) returns (IoK8sApiCoreV1PersistentVolume) {} + + // replace the specified EndpointSlice + rpc ReplaceDiscoveryV1NamespacedEndpointSlice(ReplaceDiscoveryV1NamespacedEndpointSliceRequest) returns (IoK8sApiDiscoveryV1EndpointSlice) {} + + // replace the specified Event + rpc ReplaceEventsV1NamespacedEvent(ReplaceEventsV1NamespacedEventRequest) returns (IoK8sApiEventsV1Event) {} + + // replace the specified FlowSchema + rpc ReplaceFlowcontrolApiserverV1beta2FlowSchema(ReplaceFlowcontrolApiserverV1beta2FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta2FlowSchema) {} + + // replace status of the specified FlowSchema + rpc ReplaceFlowcontrolApiserverV1beta2FlowSchemaStatus(ReplaceFlowcontrolApiserverV1beta2FlowSchemaStatusRequest) returns (IoK8sApiFlowcontrolV1beta2FlowSchema) {} + + // replace the specified PriorityLevelConfiguration + rpc ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfiguration(ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration) {} + + // replace status of the specified PriorityLevelConfiguration + rpc ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatus(ReplaceFlowcontrolApiserverV1beta2PriorityLevelConfigurationStatusRequest) returns (IoK8sApiFlowcontrolV1beta2PriorityLevelConfiguration) {} + + // replace the specified FlowSchema + rpc ReplaceFlowcontrolApiserverV1beta3FlowSchema(ReplaceFlowcontrolApiserverV1beta3FlowSchemaRequest) returns (IoK8sApiFlowcontrolV1beta3FlowSchema) {} + + // replace status of the specified FlowSchema + rpc ReplaceFlowcontrolApiserverV1beta3FlowSchemaStatus(ReplaceFlowcontrolApiserverV1beta3FlowSchemaStatusRequest) returns (IoK8sApiFlowcontrolV1beta3FlowSchema) {} + + // replace the specified PriorityLevelConfiguration + rpc ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfiguration(ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest) returns (IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration) {} + + // replace status of the specified PriorityLevelConfiguration + rpc ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatus(ReplaceFlowcontrolApiserverV1beta3PriorityLevelConfigurationStatusRequest) returns (IoK8sApiFlowcontrolV1beta3PriorityLevelConfiguration) {} + + // replace the specified StorageVersion + rpc ReplaceInternalApiserverV1alpha1StorageVersion(ReplaceInternalApiserverV1alpha1StorageVersionRequest) returns (IoK8sApiApiserverinternalV1alpha1StorageVersion) {} + + // replace status of the specified StorageVersion + rpc ReplaceInternalApiserverV1alpha1StorageVersionStatus(ReplaceInternalApiserverV1alpha1StorageVersionStatusRequest) returns (IoK8sApiApiserverinternalV1alpha1StorageVersion) {} + + // replace the specified IngressClass + rpc ReplaceNetworkingV1IngressClass(ReplaceNetworkingV1IngressClassRequest) returns (IoK8sApiNetworkingV1IngressClass) {} + + // replace the specified Ingress + rpc ReplaceNetworkingV1NamespacedIngress(ReplaceNetworkingV1NamespacedIngressRequest) returns (IoK8sApiNetworkingV1Ingress) {} + + // replace status of the specified Ingress + rpc ReplaceNetworkingV1NamespacedIngressStatus(ReplaceNetworkingV1NamespacedIngressStatusRequest) returns (IoK8sApiNetworkingV1Ingress) {} + + // replace the specified NetworkPolicy + rpc ReplaceNetworkingV1NamespacedNetworkPolicy(ReplaceNetworkingV1NamespacedNetworkPolicyRequest) returns (IoK8sApiNetworkingV1NetworkPolicy) {} + + // replace the specified ClusterCIDR + rpc ReplaceNetworkingV1alpha1ClusterCidr(ReplaceNetworkingV1alpha1ClusterCidrRequest) returns (IoK8sApiNetworkingV1alpha1ClusterCIDR) {} + + // replace the specified IPAddress + rpc ReplaceNetworkingV1alpha1IpAddress(ReplaceNetworkingV1alpha1IpAddressRequest) returns (IoK8sApiNetworkingV1alpha1IPAddress) {} + + // replace the specified RuntimeClass + rpc ReplaceNodeV1RuntimeClass(ReplaceNodeV1RuntimeClassRequest) returns (IoK8sApiNodeV1RuntimeClass) {} + + // replace the specified PodDisruptionBudget + rpc ReplacePolicyV1NamespacedPodDisruptionBudget(ReplacePolicyV1NamespacedPodDisruptionBudgetRequest) returns (IoK8sApiPolicyV1PodDisruptionBudget) {} + + // replace status of the specified PodDisruptionBudget + rpc ReplacePolicyV1NamespacedPodDisruptionBudgetStatus(ReplacePolicyV1NamespacedPodDisruptionBudgetStatusRequest) returns (IoK8sApiPolicyV1PodDisruptionBudget) {} + + // replace the specified ClusterRole + rpc ReplaceRbacAuthorizationV1ClusterRole(ReplaceRbacAuthorizationV1ClusterRoleRequest) returns (IoK8sApiRbacV1ClusterRole) {} + + // replace the specified ClusterRoleBinding + rpc ReplaceRbacAuthorizationV1ClusterRoleBinding(ReplaceRbacAuthorizationV1ClusterRoleBindingRequest) returns (IoK8sApiRbacV1ClusterRoleBinding) {} + + // replace the specified Role + rpc ReplaceRbacAuthorizationV1NamespacedRole(ReplaceRbacAuthorizationV1NamespacedRoleRequest) returns (IoK8sApiRbacV1Role) {} + + // replace the specified RoleBinding + rpc ReplaceRbacAuthorizationV1NamespacedRoleBinding(ReplaceRbacAuthorizationV1NamespacedRoleBindingRequest) returns (IoK8sApiRbacV1RoleBinding) {} + + // replace the specified PodSchedulingContext + rpc ReplaceResourceV1alpha2NamespacedPodSchedulingContext(ReplaceResourceV1alpha2NamespacedPodSchedulingContextRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContext) {} + + // replace status of the specified PodSchedulingContext + rpc ReplaceResourceV1alpha2NamespacedPodSchedulingContextStatus(ReplaceResourceV1alpha2NamespacedPodSchedulingContextStatusRequest) returns (IoK8sApiResourceV1alpha2PodSchedulingContext) {} + + // replace the specified ResourceClaim + rpc ReplaceResourceV1alpha2NamespacedResourceClaim(ReplaceResourceV1alpha2NamespacedResourceClaimRequest) returns (IoK8sApiResourceV1alpha2ResourceClaim) {} + + // replace status of the specified ResourceClaim + rpc ReplaceResourceV1alpha2NamespacedResourceClaimStatus(ReplaceResourceV1alpha2NamespacedResourceClaimStatusRequest) returns (IoK8sApiResourceV1alpha2ResourceClaim) {} + + // replace the specified ResourceClaimTemplate + rpc ReplaceResourceV1alpha2NamespacedResourceClaimTemplate(ReplaceResourceV1alpha2NamespacedResourceClaimTemplateRequest) returns (IoK8sApiResourceV1alpha2ResourceClaimTemplate) {} + + // replace the specified ResourceClass + rpc ReplaceResourceV1alpha2ResourceClass(ReplaceResourceV1alpha2ResourceClassRequest) returns (IoK8sApiResourceV1alpha2ResourceClass) {} + + // replace the specified PriorityClass + rpc ReplaceSchedulingV1PriorityClass(ReplaceSchedulingV1PriorityClassRequest) returns (IoK8sApiSchedulingV1PriorityClass) {} + + // replace the specified CSIDriver + rpc ReplaceStorageV1CsiDriver(ReplaceStorageV1CsiDriverRequest) returns (IoK8sApiStorageV1CSIDriver) {} + + // replace the specified CSINode + rpc ReplaceStorageV1CsiNode(ReplaceStorageV1CsiNodeRequest) returns (IoK8sApiStorageV1CSINode) {} + + // replace the specified CSIStorageCapacity + rpc ReplaceStorageV1NamespacedCsiStorageCapacity(ReplaceStorageV1NamespacedCsiStorageCapacityRequest) returns (IoK8sApiStorageV1CSIStorageCapacity) {} + + // replace the specified StorageClass + rpc ReplaceStorageV1StorageClass(ReplaceStorageV1StorageClassRequest) returns (IoK8sApiStorageV1StorageClass) {} + + // replace the specified VolumeAttachment + rpc ReplaceStorageV1VolumeAttachment(ReplaceStorageV1VolumeAttachmentRequest) returns (IoK8sApiStorageV1VolumeAttachment) {} + + // replace status of the specified VolumeAttachment + rpc ReplaceStorageV1VolumeAttachmentStatus(ReplaceStorageV1VolumeAttachmentStatusRequest) returns (IoK8sApiStorageV1VolumeAttachment) {} + + // watch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAdmissionregistrationV1MutatingWebhookConfiguration(WatchAdmissionregistrationV1MutatingWebhookConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAdmissionregistrationV1MutatingWebhookConfigurationList(WatchAdmissionregistrationV1MutatingWebhookConfigurationListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAdmissionregistrationV1ValidatingWebhookConfiguration(WatchAdmissionregistrationV1ValidatingWebhookConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAdmissionregistrationV1ValidatingWebhookConfigurationList(WatchAdmissionregistrationV1ValidatingWebhookConfigurationListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicy(WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBinding(WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ValidatingAdmissionPolicyBinding. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingList(WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyBindingListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ValidatingAdmissionPolicy. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyList(WatchAdmissionregistrationV1alpha1ValidatingAdmissionPolicyListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchApiextensionsV1CustomResourceDefinition(WatchApiextensionsV1CustomResourceDefinitionRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchApiextensionsV1CustomResourceDefinitionList(WatchApiextensionsV1CustomResourceDefinitionListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchApiregistrationV1ApiService(WatchApiregistrationV1ApiServiceRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchApiregistrationV1ApiServiceList(WatchApiregistrationV1ApiServiceListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1ControllerRevisionListForAllNamespaces(WatchAppsV1ControllerRevisionListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1DaemonSetListForAllNamespaces(WatchAppsV1DaemonSetListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1DeploymentListForAllNamespaces(WatchAppsV1DeploymentListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAppsV1NamespacedControllerRevision(WatchAppsV1NamespacedControllerRevisionRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1NamespacedControllerRevisionList(WatchAppsV1NamespacedControllerRevisionListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind DaemonSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAppsV1NamespacedDaemonSet(WatchAppsV1NamespacedDaemonSetRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1NamespacedDaemonSetList(WatchAppsV1NamespacedDaemonSetListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAppsV1NamespacedDeployment(WatchAppsV1NamespacedDeploymentRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1NamespacedDeploymentList(WatchAppsV1NamespacedDeploymentListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAppsV1NamespacedReplicaSet(WatchAppsV1NamespacedReplicaSetRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1NamespacedReplicaSetList(WatchAppsV1NamespacedReplicaSetListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind StatefulSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAppsV1NamespacedStatefulSet(WatchAppsV1NamespacedStatefulSetRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1NamespacedStatefulSetList(WatchAppsV1NamespacedStatefulSetListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1ReplicaSetListForAllNamespaces(WatchAppsV1ReplicaSetListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAppsV1StatefulSetListForAllNamespaces(WatchAppsV1StatefulSetListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces(WatchAutoscalingV1HorizontalPodAutoscalerListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAutoscalingV1NamespacedHorizontalPodAutoscaler(WatchAutoscalingV1NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAutoscalingV1NamespacedHorizontalPodAutoscalerList(WatchAutoscalingV1NamespacedHorizontalPodAutoscalerListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespaces(WatchAutoscalingV2HorizontalPodAutoscalerListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchAutoscalingV2NamespacedHorizontalPodAutoscaler(WatchAutoscalingV2NamespacedHorizontalPodAutoscalerRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchAutoscalingV2NamespacedHorizontalPodAutoscalerList(WatchAutoscalingV2NamespacedHorizontalPodAutoscalerListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchBatchV1CronJobListForAllNamespaces(WatchBatchV1CronJobListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchBatchV1JobListForAllNamespaces(WatchBatchV1JobListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchBatchV1NamespacedCronJob(WatchBatchV1NamespacedCronJobRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchBatchV1NamespacedCronJobList(WatchBatchV1NamespacedCronJobListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Job. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchBatchV1NamespacedJob(WatchBatchV1NamespacedJobRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchBatchV1NamespacedJobList(WatchBatchV1NamespacedJobListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCertificatesV1CertificateSigningRequest(WatchCertificatesV1CertificateSigningRequestRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCertificatesV1CertificateSigningRequestList(WatchCertificatesV1CertificateSigningRequestListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCertificatesV1alpha1ClusterTrustBundle(WatchCertificatesV1alpha1ClusterTrustBundleRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ClusterTrustBundle. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCertificatesV1alpha1ClusterTrustBundleList(WatchCertificatesV1alpha1ClusterTrustBundleListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoordinationV1LeaseListForAllNamespaces(WatchCoordinationV1LeaseListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Lease. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoordinationV1NamespacedLease(WatchCoordinationV1NamespacedLeaseRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoordinationV1NamespacedLeaseList(WatchCoordinationV1NamespacedLeaseListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1ConfigMapListForAllNamespaces(WatchCoreV1ConfigMapListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1EndpointsListForAllNamespaces(WatchCoreV1EndpointsListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1EventListForAllNamespaces(WatchCoreV1EventListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1LimitRangeListForAllNamespaces(WatchCoreV1LimitRangeListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1Namespace(WatchCoreV1NamespaceRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespaceList(WatchCoreV1NamespaceListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ConfigMap. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedConfigMap(WatchCoreV1NamespacedConfigMapRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedConfigMapList(WatchCoreV1NamespacedConfigMapListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedEndpoints(WatchCoreV1NamespacedEndpointsRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedEndpointsList(WatchCoreV1NamespacedEndpointsListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedEvent(WatchCoreV1NamespacedEventRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedEventList(WatchCoreV1NamespacedEventListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedLimitRange(WatchCoreV1NamespacedLimitRangeRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedLimitRangeList(WatchCoreV1NamespacedLimitRangeListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedPersistentVolumeClaim(WatchCoreV1NamespacedPersistentVolumeClaimRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedPersistentVolumeClaimList(WatchCoreV1NamespacedPersistentVolumeClaimListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedPod(WatchCoreV1NamespacedPodRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedPodList(WatchCoreV1NamespacedPodListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedPodTemplate(WatchCoreV1NamespacedPodTemplateRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedPodTemplateList(WatchCoreV1NamespacedPodTemplateListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ReplicationController. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedReplicationController(WatchCoreV1NamespacedReplicationControllerRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedReplicationControllerList(WatchCoreV1NamespacedReplicationControllerListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedResourceQuota(WatchCoreV1NamespacedResourceQuotaRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedResourceQuotaList(WatchCoreV1NamespacedResourceQuotaListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Secret. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedSecret(WatchCoreV1NamespacedSecretRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedSecretList(WatchCoreV1NamespacedSecretListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Service. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedService(WatchCoreV1NamespacedServiceRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1NamespacedServiceAccount(WatchCoreV1NamespacedServiceAccountRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedServiceAccountList(WatchCoreV1NamespacedServiceAccountListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NamespacedServiceList(WatchCoreV1NamespacedServiceListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Node. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1Node(WatchCoreV1NodeRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1NodeList(WatchCoreV1NodeListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchCoreV1PersistentVolume(WatchCoreV1PersistentVolumeRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1PersistentVolumeClaimListForAllNamespaces(WatchCoreV1PersistentVolumeClaimListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1PersistentVolumeList(WatchCoreV1PersistentVolumeListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1PodListForAllNamespaces(WatchCoreV1PodListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1PodTemplateListForAllNamespaces(WatchCoreV1PodTemplateListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1ReplicationControllerListForAllNamespaces(WatchCoreV1ReplicationControllerListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1ResourceQuotaListForAllNamespaces(WatchCoreV1ResourceQuotaListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1SecretListForAllNamespaces(WatchCoreV1SecretListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1ServiceAccountListForAllNamespaces(WatchCoreV1ServiceAccountListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchCoreV1ServiceListForAllNamespaces(WatchCoreV1ServiceListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchDiscoveryV1EndpointSliceListForAllNamespaces(WatchDiscoveryV1EndpointSliceListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchDiscoveryV1NamespacedEndpointSlice(WatchDiscoveryV1NamespacedEndpointSliceRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchDiscoveryV1NamespacedEndpointSliceList(WatchDiscoveryV1NamespacedEndpointSliceListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchEventsV1EventListForAllNamespaces(WatchEventsV1EventListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchEventsV1NamespacedEvent(WatchEventsV1NamespacedEventRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchEventsV1NamespacedEventList(WatchEventsV1NamespacedEventListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind FlowSchema. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchFlowcontrolApiserverV1beta2FlowSchema(WatchFlowcontrolApiserverV1beta2FlowSchemaRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of FlowSchema. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchFlowcontrolApiserverV1beta2FlowSchemaList(WatchFlowcontrolApiserverV1beta2FlowSchemaListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchFlowcontrolApiserverV1beta2PriorityLevelConfiguration(WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationList(WatchFlowcontrolApiserverV1beta2PriorityLevelConfigurationListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind FlowSchema. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchFlowcontrolApiserverV1beta3FlowSchema(WatchFlowcontrolApiserverV1beta3FlowSchemaRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of FlowSchema. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchFlowcontrolApiserverV1beta3FlowSchemaList(WatchFlowcontrolApiserverV1beta3FlowSchemaListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchFlowcontrolApiserverV1beta3PriorityLevelConfiguration(WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationList(WatchFlowcontrolApiserverV1beta3PriorityLevelConfigurationListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind StorageVersion. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchInternalApiserverV1alpha1StorageVersion(WatchInternalApiserverV1alpha1StorageVersionRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of StorageVersion. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchInternalApiserverV1alpha1StorageVersionList(WatchInternalApiserverV1alpha1StorageVersionListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind IngressClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchNetworkingV1IngressClass(WatchNetworkingV1IngressClassRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of IngressClass. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchNetworkingV1IngressClassList(WatchNetworkingV1IngressClassListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchNetworkingV1IngressListForAllNamespaces(WatchNetworkingV1IngressListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Ingress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchNetworkingV1NamespacedIngress(WatchNetworkingV1NamespacedIngressRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchNetworkingV1NamespacedIngressList(WatchNetworkingV1NamespacedIngressListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchNetworkingV1NamespacedNetworkPolicy(WatchNetworkingV1NamespacedNetworkPolicyRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchNetworkingV1NamespacedNetworkPolicyList(WatchNetworkingV1NamespacedNetworkPolicyListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchNetworkingV1NetworkPolicyListForAllNamespaces(WatchNetworkingV1NetworkPolicyListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ClusterCIDR. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchNetworkingV1alpha1ClusterCidr(WatchNetworkingV1alpha1ClusterCidrRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ClusterCIDR. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchNetworkingV1alpha1ClusterCidrList(WatchNetworkingV1alpha1ClusterCidrListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind IPAddress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchNetworkingV1alpha1IpAddress(WatchNetworkingV1alpha1IpAddressRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of IPAddress. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchNetworkingV1alpha1IpAddressList(WatchNetworkingV1alpha1IpAddressListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchNodeV1RuntimeClass(WatchNodeV1RuntimeClassRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchNodeV1RuntimeClassList(WatchNodeV1RuntimeClassListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchPolicyV1NamespacedPodDisruptionBudget(WatchPolicyV1NamespacedPodDisruptionBudgetRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchPolicyV1NamespacedPodDisruptionBudgetList(WatchPolicyV1NamespacedPodDisruptionBudgetListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchPolicyV1PodDisruptionBudgetListForAllNamespaces(WatchPolicyV1PodDisruptionBudgetListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchRbacAuthorizationV1ClusterRole(WatchRbacAuthorizationV1ClusterRoleRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchRbacAuthorizationV1ClusterRoleBinding(WatchRbacAuthorizationV1ClusterRoleBindingRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchRbacAuthorizationV1ClusterRoleBindingList(WatchRbacAuthorizationV1ClusterRoleBindingListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchRbacAuthorizationV1ClusterRoleList(WatchRbacAuthorizationV1ClusterRoleListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchRbacAuthorizationV1NamespacedRole(WatchRbacAuthorizationV1NamespacedRoleRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchRbacAuthorizationV1NamespacedRoleBinding(WatchRbacAuthorizationV1NamespacedRoleBindingRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchRbacAuthorizationV1NamespacedRoleBindingList(WatchRbacAuthorizationV1NamespacedRoleBindingListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchRbacAuthorizationV1NamespacedRoleList(WatchRbacAuthorizationV1NamespacedRoleListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchRbacAuthorizationV1RoleBindingListForAllNamespaces(WatchRbacAuthorizationV1RoleBindingListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchRbacAuthorizationV1RoleListForAllNamespaces(WatchRbacAuthorizationV1RoleListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchResourceV1alpha2NamespacedPodSchedulingContext(WatchResourceV1alpha2NamespacedPodSchedulingContextRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchResourceV1alpha2NamespacedPodSchedulingContextList(WatchResourceV1alpha2NamespacedPodSchedulingContextListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchResourceV1alpha2NamespacedResourceClaim(WatchResourceV1alpha2NamespacedResourceClaimRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchResourceV1alpha2NamespacedResourceClaimList(WatchResourceV1alpha2NamespacedResourceClaimListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchResourceV1alpha2NamespacedResourceClaimTemplate(WatchResourceV1alpha2NamespacedResourceClaimTemplateRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchResourceV1alpha2NamespacedResourceClaimTemplateList(WatchResourceV1alpha2NamespacedResourceClaimTemplateListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PodSchedulingContext. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchResourceV1alpha2PodSchedulingContextListForAllNamespaces(WatchResourceV1alpha2PodSchedulingContextListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ResourceClaim. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchResourceV1alpha2ResourceClaimListForAllNamespaces(WatchResourceV1alpha2ResourceClaimListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ResourceClaimTemplate. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchResourceV1alpha2ResourceClaimTemplateListForAllNamespaces(WatchResourceV1alpha2ResourceClaimTemplateListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind ResourceClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchResourceV1alpha2ResourceClass(WatchResourceV1alpha2ResourceClassRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of ResourceClass. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchResourceV1alpha2ResourceClassList(WatchResourceV1alpha2ResourceClassListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchSchedulingV1PriorityClass(WatchSchedulingV1PriorityClassRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchSchedulingV1PriorityClassList(WatchSchedulingV1PriorityClassListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind CSIDriver. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchStorageV1CsiDriver(WatchStorageV1CsiDriverRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of CSIDriver. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchStorageV1CsiDriverList(WatchStorageV1CsiDriverListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind CSINode. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchStorageV1CsiNode(WatchStorageV1CsiNodeRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of CSINode. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchStorageV1CsiNodeList(WatchStorageV1CsiNodeListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchStorageV1CsiStorageCapacityListForAllNamespaces(WatchStorageV1CsiStorageCapacityListForAllNamespacesRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchStorageV1NamespacedCsiStorageCapacity(WatchStorageV1NamespacedCsiStorageCapacityRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchStorageV1NamespacedCsiStorageCapacityList(WatchStorageV1NamespacedCsiStorageCapacityListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind StorageClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchStorageV1StorageClass(WatchStorageV1StorageClassRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchStorageV1StorageClassList(WatchStorageV1StorageClassListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter. + rpc WatchStorageV1VolumeAttachment(WatchStorageV1VolumeAttachmentRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} + + // watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead. + rpc WatchStorageV1VolumeAttachmentList(WatchStorageV1VolumeAttachmentListRequest) returns (IoK8sApimachineryPkgApisMetaV1WatchEvent) {} +} \ No newline at end of file From 7dfc6f87d4c94365f9b65776385fc205103276b5 Mon Sep 17 00:00:00 2001 From: Kensei Nakada Date: Sun, 21 May 2023 14:13:43 +0900 Subject: [PATCH 2/2] manage tools in tools package --- Makefile | 14 +++++++++++--- kubernetes/proto/tools/go.mod | 14 ++++++++++++++ kubernetes/proto/tools/go.sum | 20 ++++++++++++++++++++ kubernetes/proto/tools/tool.go | 10 ++++++++++ 4 files changed, 55 insertions(+), 3 deletions(-) create mode 100644 kubernetes/proto/tools/go.mod create mode 100644 kubernetes/proto/tools/go.sum create mode 100644 kubernetes/proto/tools/tool.go diff --git a/Makefile b/Makefile index 41bf670a..02332715 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,8 @@ +.PHONY: proto-tools +proto-tools: + cd ./kubernetes/proto/tools; \ + cat tools.go | grep "_" | awk -F'"' '{print $$2}' | xargs -tI % go install % + .PHONY: submodule-update submodule-update: git submodule update -i @@ -8,6 +13,9 @@ submodule-update: .PHONY: update-kubernetes-proto - go install github.com/sanposhiho/openapi2proto/cmd/openapi2proto@kubernetes-compat - go install google.golang.org/protobuf/cmd/protoc-gen-go@latest - openapi2proto -spec ./kubernetes/kubernetes/api/openapi-spec/swagger.json -out ./kubernetes/proto/kubernetes.proto \ No newline at end of file +update-kubernetes-proto: proto-tools + echo "You need to install protoc before running this." + echo "Regenerate the protobuf definition from the submodule ./kubernetes/kubernetes." + openapi2proto -spec ./kubernetes/kubernetes/api/openapi-spec/swagger.json -out ./kubernetes/proto/kubernetes.proto + echo "Regenerate the Go protobuf code." + protoc ./kubernetes/proto/kubernetes.proto --go_out=./kubernetes/proto --go_opt=Mkubernetes/proto/kubernetes.proto=./api diff --git a/kubernetes/proto/tools/go.mod b/kubernetes/proto/tools/go.mod new file mode 100644 index 00000000..3dfb1bd6 --- /dev/null +++ b/kubernetes/proto/tools/go.mod @@ -0,0 +1,14 @@ +module sigs.k8s.io/kube-scheduler-wasm-extension/kubernetes/proto/tools + +go 1.20 + +require ( + github.com/sanposhiho/openapi2proto v0.0.0-20230521044535-d1080a134e37 + google.golang.org/protobuf v1.30.0 +) + +require ( + github.com/dolmen-go/jsonptr v0.0.0-20190227181151-a830c2c3c0fe // indirect + github.com/pkg/errors v0.8.1 // indirect + gopkg.in/yaml.v2 v2.2.2 // indirect +) diff --git a/kubernetes/proto/tools/go.sum b/kubernetes/proto/tools/go.sum new file mode 100644 index 00000000..76533f20 --- /dev/null +++ b/kubernetes/proto/tools/go.sum @@ -0,0 +1,20 @@ +github.com/dolmen-go/jsonptr v0.0.0-20190227181151-a830c2c3c0fe h1:7UArST+CxXqtOBr8r+/jF8/jtP9I7CLMjYnLx/GEVH0= +github.com/dolmen-go/jsonptr v0.0.0-20190227181151-a830c2c3c0fe/go.mod h1:GG6FAkYtUFD/rqS31kfcho/lSCed6Gqm1X0uiIEU0tA= +github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= +github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= +github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= +github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I= +github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= +github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= +github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/sanposhiho/openapi2proto v0.0.0-20230521044535-d1080a134e37 h1:bNw1bq782d0kOSvArT6z9sLGLH/1HR8qZXYSPTvPNmk= +github.com/sanposhiho/openapi2proto v0.0.0-20230521044535-d1080a134e37/go.mod h1:ZynXfyHQDay88OyPseczhXLVCgPK/V0Q809tH+P4wo0= +golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= +golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= +google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= +google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng= +google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= +gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= +gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= diff --git a/kubernetes/proto/tools/tool.go b/kubernetes/proto/tools/tool.go new file mode 100644 index 00000000..b6ac4531 --- /dev/null +++ b/kubernetes/proto/tools/tool.go @@ -0,0 +1,10 @@ +// Read about tools here: https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module + +//go:build tools + +package tools + +import ( + _ "github.com/sanposhiho/openapi2proto/cmd/openapi2proto" + _ "google.golang.org/protobuf/cmd/protoc-gen-go" +)